Home
last modified time | relevance | path

Searched refs:FLAG_NAME (Results 1 – 25 of 95) sorted by relevance

1234

/dports/lang/gauche/Gauche-0.9.10/ext/fcntl/
H A Dfcntl.c99 FLAG_NAME(F_GETFD); in flag_name()
100 FLAG_NAME(F_SETFD); in flag_name()
101 FLAG_NAME(F_GETFL); in flag_name()
102 FLAG_NAME(F_SETFL); in flag_name()
103 FLAG_NAME(F_DUPFD); in flag_name()
104 FLAG_NAME(F_GETLK); in flag_name()
105 FLAG_NAME(F_SETLK); in flag_name()
106 FLAG_NAME(F_SETLKW); in flag_name()
108 FLAG_NAME(F_GETOWN); in flag_name()
111 FLAG_NAME(F_SETOWN); in flag_name()
[all …]
/dports/audio/aften/aften-0.0.8/CMakeModules/
H A DFlagsTests.cmake4 STRING(REGEX REPLACE "^-+(.*)$" "\\1" FLAG_NAME ${FLAG})
5 STRING(REGEX REPLACE "[-]" "_" FLAG_NAME "${FLAG_NAME}" )
6 STRING(TOUPPER ${FLAG_NAME} FLAG_NAME)
7 SET(HAVE_FLAG "HAVE_FLAG_${FLAG_NAME}")
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/testlibrary_tests/whitebox/vm_flags/
H A DBooleanTest.java44 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
51 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
59 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
71 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DStringTest.java36 private static final String FLAG_NAME = "CompileOnly"; field in StringTest
40 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
H A DIntxTest.java36 private static final String FLAG_NAME = "OnStackReplacePercentage"; field in IntxTest
41 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/testlibrary_tests/whitebox/vm_flags/
H A DBooleanTest.java44 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
51 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
59 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
71 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DStringTest.java36 private static final String FLAG_NAME = "CompileOnly"; field in StringTest
40 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/databases/xapian-core12/xapian-core-1.2.25/net/
H A Dtcpclient.cc84 #define FLAG_NAME "FIONBIO" macro
87 #define FLAG_NAME "O_NONBLOCK" macro
90 #define FLAG_NAME "O_NDELAY" macro
95 throw Xapian::NetworkError("Couldn't set " FLAG_NAME, saved_errno);
96 #undef FLAG_NAME
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/
H A DBooleanTest.java50 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
58 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
67 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
79 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java39 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
43 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/
H A DBooleanTest.java50 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
58 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
67 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
79 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java39 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
43 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib-test/sun/hotspot/whitebox/vm_flags/
H A DBooleanTest.java49 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
57 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
66 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
78 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java38 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
42 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib-test/sun/hotspot/whitebox/vm_flags/
H A DBooleanTest.java49 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
57 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
66 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
78 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java38 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
42 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/
H A DBooleanTest.java50 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
58 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
67 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
79 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java39 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
43 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/
H A DBooleanTest.java50 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
58 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
67 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
79 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java39 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
43 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/
H A DBooleanTest.java50 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
58 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
67 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
79 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java39 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
43 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib-test/jdk/test/whitebox/vm_flags/
H A DBooleanTest.java49 private static final String FLAG_NAME = "PrintCompilation"; field in BooleanTest
57 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
66 VmFlagTest.WHITE_BOX.setBooleanVMFlag(FLAG_NAME, value); in main()
78 "-XX:" + (value ? "-" : "+") + FLAG_NAME, in testFunctional()
H A DDoubleTest.java38 private static final String FLAG_NAME = "CompileThresholdScaling"; field in DoubleTest
42 VmFlagTest.runTest(FLAG_NAME, TESTS, in main()
/dports/databases/xapian-core/xapian-core-1.4.18/net/
H A Dtcpclient.cc82 #define FLAG_NAME "FIONBIO" in open_socket() macro
85 #define FLAG_NAME "O_NONBLOCK" in open_socket() macro
88 #define FLAG_NAME "O_NDELAY" in open_socket() macro
93 throw Xapian::NetworkError("Couldn't set " FLAG_NAME, saved_errno); in open_socket()
94 #undef FLAG_NAME in open_socket()

1234