/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_percent_encoding_tables.cc | 26 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()
|
D | gen_legal_metadata_characters.cc | 26 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/grpc-grpc/tools/codegen/core/ |
D | gen_percent_encoding_tables.cc | 26 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()
|
D | gen_legal_metadata_characters.cc | 26 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/ |
D | texenv.c | 54 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/ |
D | transrt.cpp | 980 Legal *legal = new Legal(); in TestKana() local 988 this, quick, legal); in TestKana() 989 delete legal; in TestKana() 994 Legal *legal = new Legal(); in TestHiragana() local 997 HIRAGANA_ITERATION, this, quick, legal); in TestHiragana() 998 delete legal; in TestHiragana() 1003 Legal *legal = new Legal(); in TestKatakana() local 1012 this, quick, legal); in TestKatakana() 1013 delete legal; in TestKatakana() 1018 Legal *legal = new LegalJamo(); in TestJamo() local [all …]
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | inline-min-legal-vector-width.ll | 3 define internal void @innerSmall() "min-legal-vector-width"="128" { 7 define internal void @innerLarge() "min-legal-vector-width"="512" { 23 define void @outerConflictingAttributeSmall() "min-legal-vector-width"="128" { 28 define void @outerConflictingAttributeLarge() "min-legal-vector-width"="512" { 35 define void @outerAttribute() "min-legal-vector-width"="128" { 44 ; CHECK: attributes #0 = { "min-legal-vector-width"="512" }
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | Legalizer.rst | 6 This pass transforms the generic machine instructions such that they are legal. 8 A legal instruction is defined as: 40 deciding that an instruction is not legal, using the context of the instruction 47 it's impossible to say that G_FOO is legal iff %1 is a ``G_CONSTANT`` with 52 can say that it's legal iff operand 2 is an immediate with value ``1`` because 70 and describes a set of rules by which we can either declare an instruction legal 71 or decide which action to take to make it more legal. 110 When it doesn't declare the instruction legal, each pass over the rules may 117 In general, it's advisable to declare instructions legal as close to the top of 145 where the ``G_ADD`` is legal and the other instructions are scheduled for [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve-breakdown-scalable-vectortype.ll | 7 ; Test that scalable vectors that are a multiple of the legal vector size 16 define <vscale x 32 x i8> @wide_32i8(i1 %b, <vscale x 16 x i8> %legal, <vscale x 32 x i8> %illegal)… 29 define <vscale x 16 x i16> @wide_16i16(i1 %b, <vscale x 16 x i8> %legal, <vscale x 16 x i16> %illeg… 42 define <vscale x 8 x i32> @wide_8i32(i1 %b, <vscale x 16 x i8> %legal, <vscale x 8 x i32> %illegal)… 55 define <vscale x 4 x i64> @wide_4i64(i1 %b, <vscale x 16 x i8> %legal, <vscale x 4 x i64> %illegal)… 68 define <vscale x 16 x half> @wide_16f16(i1 %b, <vscale x 16 x i8> %legal, <vscale x 16 x half> %ill… 81 define <vscale x 8 x float> @wide_8f32(i1 %b, <vscale x 16 x i8> %legal, <vscale x 8 x float> %ille… 94 define <vscale x 4 x double> @wide_4f64(i1 %b, <vscale x 16 x i8> %legal, <vscale x 4 x double> %il… 111 define <vscale x 48 x i8> @wide_48i8(i1 %b, <vscale x 16 x i8> %legal, <vscale x 48 x i8> %illegal)… 125 define <vscale x 24 x i16> @wide_24i16(i1 %b, <vscale x 16 x i8> %legal, <vscale x 24 x i16> %illeg… [all …]
|
/external/skqp/tools/ |
D | random_parse_path.cpp | 71 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/tools/ |
D | random_parse_path.cpp | 71 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/llvm-project/mlir/docs/ |
D | DialectConversion.md | 50 The conversion target is a formal definition of what is considered to be legal 52 framework must be marked as legal on the `ConversionTarget` for the rewrite to 54 always be legal. Operations and dialects may be marked with any of the provided 59 - This action signals that every instance of a given operation is legal, 65 legal. This allows for defining fine-tune constraints, e.g. saying that 66 `addi` is only legal when operating on 32-bit integers. 73 - This action signals that no instance of a given operation is legal. 76 marking specific operations as illegal in an otherwise legal dialect. 86 /// Mark all operations within the LLVM dialect are legal. 89 /// Mark `std.constant` op is always legal on this target. [all …]
|
/external/skia/fuzz/ |
D | FuzzParsePath.cpp | 80 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/ |
D | FuzzParsePath.cpp | 80 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-project/llvm/test/Transforms/LoopVectorize/ |
D | loop-legality-checks.ll | 4 ; Make sure LV legal bails out when the exiting block != loop latch. 25 ; Make sure LV legal bails out when there is no exiting block 42 ; Make sure LV legal bails out when there is a non-int, non-ptr phi 61 ; Make sure LV legal bails out when the loop doesn't have a legal pre-header. 63 ; CHECK: LV: Not vectorizing: Loop doesn't have a legal pre-header.
|
/external/llvm/test/CodeGen/X86/ |
D | shuffle-combine-crash.ll | 8 ; 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/llvm-project/mlir/test/Transforms/ |
D | test-legalizer-full.mlir | 32 // Test that children of recursively legal operations are ignored. 34 /// Operation that is statically legal. 38 /// Operation that is dynamically legal, i.e. the function has a pattern 39 /// applied to legalize the argument type before it becomes recursively legal. 64 // Test that unknown operations can be dynamically legal.
|
/external/google-breakpad/docs/ |
D | contributing_to_breakpad.md | 4 pesky legal issues to get out of the way, but they're quick and painless. 10 href='http://code.google.com/legal/individual-cla-v1.0.html'>Individual 16 href='http://code.google.com/legal/corporate-cla-v1.0.html'> Corporate 24 Thanks, and if you have any questions let me know and I'll loop in the legal guy
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | shuffle-combine-crash.ll | 9 ; the resulting shuffle dag node is not legal for the target. 10 ; That means, the shuffle must have legal type and legal mask. 13 ; was legal. It instead just called method
|
/external/icu/icu4c/source/i18n/ |
D | name2uni.cpp | 66 UnicodeSet *legalPtr = &legal; in NameUnicodeTransliterator() 88 Transliterator(o), legal(o.legal) {} in NameUnicodeTransliterator() 227 if (legal.contains(c)) { in handleTransliterate()
|
/external/llvm-project/libcxx/src/ |
D | strstream.cpp | 238 bool legal = false; in seekoff() local 244 legal = true; in seekoff() 248 legal = true; in seekoff() 252 legal = false; in seekoff() 254 legal = false; in seekoff() 255 if (legal) in seekoff()
|
/external/libcxx/src/ |
D | strstream.cpp | 239 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/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-inttoptr-xfail-1.mir | 4 # of validation for LegalizerInfo: G_INTTOPTR could only be legal / 10 # MIR as legal. Namely, it checked that type index 0 is either s64 or 12 # as legal. As LegalizerInfo::verify asserts on such a definition due
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-legalize-exts.mir | 35 ; G_ZEXT with s16 is legal, so we should find it unchanged in the output 59 ; G_SEXT with s8 is legal, so we should find it unchanged in the output 109 ; G_ANYEXT with s1 is legal, so we should find it unchanged in the output 133 ; G_ZEXT from s8 to s16 is legal, so we should find it unchanged in the output 157 ; G_SEXT from s1 to s16 is legal, so we should find it unchanged in the output 181 ; G_ANYEXT from s1 to s8 is legal, so we should find it unchanged in the output
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NameUnicodeTransliterator.java | 59 UnicodeSet legal = new UnicodeSet(); in handleTransliterate() local 60 UCharacterName.INSTANCE.getCharNameCharacters(legal); in handleTransliterate() 146 if (legal.contains(c)) { in handleTransliterate()
|