Searched refs:GENERATE (Results 1 - 12 of 12) sorted by relevance
| /third_party/mesa3d/src/util/indices/ |
| H A D | u_unfilled_gen.py | 27 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' 30 INTYPES = (GENERATE, UBYTE, USHORT, UINT) 99 if intype == GENERATE: 124 if intype == GENERATE: 131 if intype != GENERATE: 134 if intype != GENERATE: 137 if intype != GENERATE: 141 if intype != GENERATE: 229 if intype == GENERATE:
|
| H A D | u_indices_gen.py | 27 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' 31 INTYPES = (GENERATE, UBYTE, USHORT, UINT) 114 if intype == GENERATE: 184 if intype == GENERATE: 191 if intype != GENERATE: 194 if intype != GENERATE: 197 if intype != GENERATE: 201 if intype != GENERATE: 394 if pr == PRENABLE and intype == GENERATE: 412 if intype == GENERATE [all...] |
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | UnicodeSetClosure.java | 79 static boolean GENERATE = false; field in UnicodeSetClosure 90 GENERATE = true; in test() 124 if (GENERATE) { in test() 130 if (GENERATE) log.println(" {"); in test() 134 if (GENERATE) { in test() 148 if (GENERATE) log.println(" },"); in test() 152 if (GENERATE) { in test() 233 if (GENERATE) generatedSet = new UnicodeSet(); in close() 244 if (GENERATE) { in close()
|
| /third_party/node/deps/openssl/config/ |
| H A D | Makefile | 33 GENERATE = ./generate_gypi.pl macro 55 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) asm $@ "${GEN_HEADERS}" "${CRYPTO_GEN_HEADERS}" 59 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) asm_avx2 $@ "${GEN_HEADERS}" "${CRYTO_GEN_HEADERS}" 63 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) no-asm $@ "${GEN_HEADERS}" "${CRYPTO_GEN_HEADERS}" 69 $(PERL) -w -I$(OPSSL_SRC) $(GENERATE) no-asm $@ "${GEN_HEADERS}" "${CRYPTO_GEN_HEADERS}"
|
| /third_party/curl/projects/ |
| H A D | generate.bat | 33 set MODE=GENERATE
79 if "%MODE%" == "GENERATE" (
99 if "%MODE%" == "GENERATE" (
114 if "%MODE%" == "GENERATE" (
129 if "%MODE%" == "GENERATE" (
144 if "%MODE%" == "GENERATE" (
159 if "%MODE%" == "GENERATE" (
174 if "%MODE%" == "GENERATE" (
189 if "%MODE%" == "GENERATE" (
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
| H A D | test_differential_fuzz.js | 97 GENERATE: process.env.GENERATE,
|
| H A D | helpers.js | 57 if (process.env.GENERATE) {
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
| H A D | CaseIterator.java | 44 private static final boolean GENERATE = false; field in CaseIterator 208 if (!GENERATE) { 300 // It is here to generate (under the GENERATE flag) the static exception list. 304 if (GENERATE) { 436 if (GENERATE) { in reset()
|
| /third_party/curl/ |
| H A D | buildconf.bat | 35 set MODE=GENERATE
73 if "%MODE%" == "GENERATE" (
|
| /third_party/node/deps/openssl/openssl/ |
| H A D | Configure | 2210 qr/^\s* GENERATE ${index_re} ${attribs_re} \s* = \s* ${value_re} \s* $/x 2500 They are ignored and should be replaced with a combination of GENERATE, 2514 warn "INFO: $_ has more than one GENERATE declaration (same generator)\n"
|
| /third_party/openssl/ |
| H A D | Configure | 2205 qr/^\s* GENERATE ${index_re} ${attribs_re} \s* = \s* ${value_re} \s* $/x 2495 They are ignored and should be replaced with a combination of GENERATE, 2509 warn "INFO: $_ has more than one GENERATE declaration (same generator)\n"
|
| /third_party/libabigail/tests/lib/ |
| H A D | catch.hpp | 4101 #define GENERATE( ... ) \ macro 12608 // int n = GENERATE(1, 2); 12643 // This catches cases where `GENERATE` is placed between two 12646 // doing so would break `GENERATE` _not_ followed by `SECTION`s.
|
Completed in 30 milliseconds