/external/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 976 Legal *legal = new Legal(); in TestKana() local 984 this, quick, legal); in TestKana() 985 delete legal; in TestKana() 990 Legal *legal = new Legal(); in TestHiragana() local 993 HIRAGANA_ITERATION, this, quick, legal); in TestHiragana() 994 delete legal; in TestHiragana() 999 Legal *legal = new Legal(); in TestKatakana() local 1008 this, quick, legal); in TestKatakana() 1009 delete legal; in TestKatakana() 1014 Legal *legal = new LegalJamo(); in TestJamo() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texenv.c | 53 GLboolean legal; in set_env_mode() local 65 legal = GL_TRUE; in set_env_mode() 69 legal = GL_TRUE; in set_env_mode() 72 legal = ctx->Extensions.NV_texture_env_combine4; in set_env_mode() 75 legal = GL_FALSE; in set_env_mode() 78 if (legal) { in set_env_mode() 110 GLboolean legal; in set_combiner_mode() local 118 legal = GL_TRUE; in set_combiner_mode() 121 legal = ctx->Extensions.ARB_texture_env_combine; in set_combiner_mode() 125 legal = (ctx->API == API_OPENGL && in set_combiner_mode() [all …]
|
/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/skia/fuzz/ |
D | FuzzParsePath.cpp | 76 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece() local 78 char symbol = legal.fSymbol | (fuzz->nextBool() ? 0x20 : 0); in MakeRandomParsePathPiece() 82 for (int index = 0; index < legal.fScalars; ++index) { in MakeRandomParsePathPiece() 86 if (rep < reps - 1 && index < legal.fScalars - 1) { in MakeRandomParsePathPiece() 91 if ('A' == legal.fSymbol && 1 == index) { in MakeRandomParsePathPiece()
|
/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/icu/icu4c/source/i18n/ |
D | name2uni.cpp | 64 UnicodeSet *legalPtr = &legal; in NameUnicodeTransliterator() 86 Transliterator(o), legal(o.legal) {} in NameUnicodeTransliterator() 224 if (legal.contains(c)) { in handleTransliterate()
|
D | name2uni.h | 79 UnicodeSet legal; variable
|
/external/libcxx/src/ |
D | strstream.cpp | 234 bool legal = false; in seekoff() local 240 legal = true; in seekoff() 244 legal = true; in seekoff() 248 legal = false; in seekoff() 250 legal = false; in seekoff() 251 if (legal) in seekoff()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | NameUnicodeTransliterator.java | 54 UnicodeSet legal = new UnicodeSet(); in handleTransliterate() local 55 UCharacterName.INSTANCE.getCharNameCharacters(legal); in handleTransliterate() 141 if (legal.contains(c)) { in handleTransliterate()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NameUnicodeTransliterator.java | 55 UnicodeSet legal = new UnicodeSet(); in handleTransliterate() local 56 UCharacterName.INSTANCE.getCharNameCharacters(legal); in handleTransliterate() 142 if (legal.contains(c)) { in handleTransliterate()
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | dont_reverse.ll | 7 ; Provide legal integer types. 8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
|
/external/jacoco/ |
D | NOTICE | 10 [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html).
|
D | LICENSE.md | 10 [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/ |
D | NormalizedFileNames.java | 41 final String legal = "abcdefghijklmnopqrstuvwxyz" 43 for (final char c : legal.toCharArray()) {
|
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
D | trunc-weird-user.ll | 9 ; whether the insertvalue user of the trunc was legal. This 28 ; whether the select user of the trunc was legal. This asserted.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-binary.ll | 3 ; Test add with non-legal types 45 ; Test or with non-legal types 87 ; Test sub with non-legal types
|
/external/regex-re2/ |
D | CONTRIBUTORS | 14 # http://code.google.com/legal/individual-cla-v1.0.html 15 # http://code.google.com/legal/corporate-cla-v1.0.html
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-binary.ll | 5 ; Test add with non-legal types 43 ; Test or with non-legal types 81 ; Test sub with non-legal types
|
D | 2012-09-18-ARMv4ISelBug.ll | 3 ; movw is only legal for V6T2 and later.
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/ |
D | Contributing.md | 29 Agreement](http://code.google.com/legal/individual-cla-v1.0.html), which you can do online. This is… 41 Agreement](http://code.google.com/legal/corporate-cla-v1.0.html).
|
/external/sqlite/dist/ |
D | NOTICE | 4 a legal notice, here is a blessing:
|
/external/llvm/test/MC/Hexagon/ |
D | dcfetch.s | 8 # Bug 17424: This should be a legal packet
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se12_1.0.0.200901281111/ |
D | fragmentj2se12.properties | 6 # http://www.eclipse.org/legal/epl-v10.html
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/ |
D | fragmentjre11.properties | 6 # http://www.eclipse.org/legal/epl-v10.html
|
/external/llvm/test/MC/ARM/ |
D | dot-req.s | 4 @ The line is duplicated on purpose, it is legal to redefine a req with
|