Home
last modified time | relevance | path

Searched refs:legal (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/external/grpc-grpc/tools/codegen/core/
Dgen_percent_encoding_tables.cc26 static void legal(int x) { in legal() function
52 for (i = 'a'; i <= 'z'; i++) legal(i); in main()
53 for (i = 'A'; i <= 'Z'; i++) legal(i); in main()
54 for (i = '0'; i <= '9'; i++) legal(i); in main()
55 legal('-'); in main()
56 legal('_'); in main()
57 legal('.'); in main()
58 legal('~'); in main()
64 legal(i); in main()
Dgen_legal_metadata_characters.cc26 static void legal(int x) { in legal() function
52 for (i = 'a'; i <= 'z'; i++) legal(i); in main()
53 for (i = '0'; i <= '9'; i++) legal(i); in main()
54 legal('-'); in main()
55 legal('_'); in main()
56 legal('.'); in main()
61 legal(i); in main()
/external/mesa3d/src/mesa/main/
Dtexenv.c54 GLboolean legal; in set_env_mode() local
66 legal = GL_TRUE; in set_env_mode()
70 legal = GL_TRUE; in set_env_mode()
73 legal = ctx->Extensions.NV_texture_env_combine4; in set_env_mode()
76 legal = GL_FALSE; in set_env_mode()
79 if (legal) { in set_env_mode()
111 GLboolean legal; in set_combiner_mode() local
119 legal = GL_TRUE; in set_combiner_mode()
122 legal = ctx->Extensions.ARB_texture_env_combine; in set_combiner_mode()
126 legal = (ctx->API == API_OPENGL_COMPAT && in set_combiner_mode()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp979 Legal *legal = new Legal(); in TestKana() local
987 this, quick, legal); in TestKana()
988 delete legal; in TestKana()
993 Legal *legal = new Legal(); in TestHiragana() local
996 HIRAGANA_ITERATION, this, quick, legal); in TestHiragana()
997 delete legal; in TestHiragana()
1002 Legal *legal = new Legal(); in TestKatakana() local
1011 this, quick, legal); in TestKatakana()
1012 delete legal; in TestKatakana()
1017 Legal *legal = new LegalJamo(); in TestJamo() local
[all …]
/external/skia/tools/
Drandom_parse_path.cpp71 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece() local
73 char symbol = legal.fSymbol | (rand->nextBool() ? 0x20 : 0); in MakeRandomParsePathPiece()
77 for (int index = 0; index < legal.fScalars; ++index) { in MakeRandomParsePathPiece()
81 if (rep < reps - 1 && index < legal.fScalars - 1) { in MakeRandomParsePathPiece()
86 if ('A' == legal.fSymbol && 1 == index) { in MakeRandomParsePathPiece()
/external/skqp/tools/
Drandom_parse_path.cpp71 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece() local
73 char symbol = legal.fSymbol | (rand->nextBool() ? 0x20 : 0); in MakeRandomParsePathPiece()
77 for (int index = 0; index < legal.fScalars; ++index) { in MakeRandomParsePathPiece()
81 if (rep < reps - 1 && index < legal.fScalars - 1) { in MakeRandomParsePathPiece()
86 if ('A' == legal.fSymbol && 1 == index) { in MakeRandomParsePathPiece()
/external/skia/fuzz/
DFuzzParsePath.cpp80 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece() local
84 char symbol = legal.fSymbol | (b ? 0x20 : 0); in MakeRandomParsePathPiece()
89 for (int index = 0; index < legal.fScalars; ++index) { in MakeRandomParsePathPiece()
94 if (rep < reps - 1 && index < legal.fScalars - 1) { in MakeRandomParsePathPiece()
99 if ('A' == legal.fSymbol && 1 == index) { in MakeRandomParsePathPiece()
/external/skqp/fuzz/
DFuzzParsePath.cpp80 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece() local
84 char symbol = legal.fSymbol | (b ? 0x20 : 0); in MakeRandomParsePathPiece()
89 for (int index = 0; index < legal.fScalars; ++index) { in MakeRandomParsePathPiece()
94 if (rep < reps - 1 && index < legal.fScalars - 1) { in MakeRandomParsePathPiece()
99 if ('A' == legal.fSymbol && 1 == index) { in MakeRandomParsePathPiece()
/external/llvm/test/CodeGen/X86/
Dshuffle-combine-crash.ll8 ; the resulting shuffle dag node is not legal for the target.
9 ; That means, the shuffle must have legal type and legal mask.
12 ; was legal. It instead just called method
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dshuffle-combine-crash.ll8 ; the resulting shuffle dag node is not legal for the target.
9 ; That means, the shuffle must have legal type and legal mask.
12 ; was legal. It instead just called method
/external/icu/icu4c/source/i18n/
Dname2uni.cpp66 UnicodeSet *legalPtr = &legal; in NameUnicodeTransliterator()
88 Transliterator(o), legal(o.legal) {} in NameUnicodeTransliterator()
226 if (legal.contains(c)) { in handleTransliterate()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dlegal_preheader_check.ll5 ; Make sure LV legal bails out when the loop doesn't have a legal pre-header.
7 ; CHECK: LV: Loop doesn't have a legal pre-header.
/external/libcxx/src/
Dstrstream.cpp239 bool legal = false; in seekoff() local
245 legal = true; in seekoff()
249 legal = true; in seekoff()
253 legal = false; in seekoff()
255 legal = false; in seekoff()
256 if (legal) in seekoff()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-legalizer.mir82 ; G_SEXT with s8 is legal, so we should find it unchanged in the output
106 ; G_ZEXT with s16 is legal, so we should find it unchanged in the output
128 ; G_INTTOPTR with s32 is legal, so we should find it unchanged in the output
150 ; G_PTRTOINT with s32 is legal, so we should find it unchanged in the output
238 ; G_ADD with s32 is legal, so we should find it unchanged in the output
327 ; G_SUB with s32 is legal, so we should find it unchanged in the output
416 ; G_MUL with s32 is legal, so we should find it unchanged in the output
505 ; G_AND with s32 is legal, so we should find it unchanged in the output
594 ; G_OR with s32 is legal, so we should find it unchanged in the output
683 ; G_XOR with s32 is legal, so we should find it unchanged in the output
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-inttoptr-xfail-1.mir5 # of validation for LegalizerInfo: G_INTTOPTR could only be legal /
11 # MIR as legal. Namely, it checked that type index 0 is either s64 or
13 # as legal. As LegalizerInfo::verify asserts on such a definition due
Dlegalize-inttoptr-xfail-2.mir5 # of validation for LegalizerInfo: G_INTTOPTR could only be legal /
13 # definition that caused it to accept the following MIR as legal.
15 # implicitly declared any type for type index 1 as legal (as soon as
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNameUnicodeTransliterator.java59 UnicodeSet legal = new UnicodeSet(); in handleTransliterate() local
60 UCharacterName.INSTANCE.getCharNameCharacters(legal); in handleTransliterate()
146 if (legal.contains(c)) { in handleTransliterate()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DNameUnicodeTransliterator.java58 UnicodeSet legal = new UnicodeSet(); in handleTransliterate() local
59 UCharacterName.INSTANCE.getCharNameCharacters(legal); in handleTransliterate()
145 if (legal.contains(c)) { in handleTransliterate()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/AArch64/
Dgep-cost.ll22 ; The gep in inner1() is reg+reg, which is a legal addressing mode for AArch64.
32 ; The gep in inner2() is reg+imm+reg, which is not a legal addressing mode for
43 ; callsite. This case is a legal addressing mode for AArch64. Thus, both the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
Ddont_reverse.ll7 ; Provide legal integer types.
8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddont_reverse.ll7 ; Provide legal integer types.
8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/external/jacoco/
DLICENSE.md10 [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html).
DNOTICE10 [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html).
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
DNormalizedFileNames.java41 final String legal = "abcdefghijklmnopqrstuvwxyz"
43 for (final char c : legal.toCharArray()) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/AArch64/
Dtrunc-weird-user.ll9 ; whether the insertvalue user of the trunc was legal. This
28 ; whether the select user of the trunc was legal. This asserted.

12345678910>>...45