Home
last modified time | relevance | path

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

12345678910>>...26

/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp976 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/
Dtexenv.c53 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/
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.cpp76 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/
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.cpp64 UnicodeSet *legalPtr = &legal; in NameUnicodeTransliterator()
86 Transliterator(o), legal(o.legal) {} in NameUnicodeTransliterator()
224 if (legal.contains(c)) { in handleTransliterate()
Dname2uni.h79 UnicodeSet legal; variable
/external/libcxx/src/
Dstrstream.cpp234 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/
DNameUnicodeTransliterator.java54 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/
DNameUnicodeTransliterator.java55 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/
Ddont_reverse.ll7 ; Provide legal integer types.
8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/external/jacoco/
DNOTICE10 [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html).
DLICENSE.md10 [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/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.
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-binary.ll3 ; Test add with non-legal types
45 ; Test or with non-legal types
87 ; Test sub with non-legal types
/external/regex-re2/
DCONTRIBUTORS14 # 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/
Dfast-isel-binary.ll5 ; Test add with non-legal types
43 ; Test or with non-legal types
81 ; Test sub with non-legal types
D2012-09-18-ARMv4ISelBug.ll3 ; movw is only legal for V6T2 and later.
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
DContributing.md29 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/
DNOTICE4 a legal notice, here is a blessing:
/external/llvm/test/MC/Hexagon/
Ddcfetch.s8 # 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/
Dfragmentj2se12.properties6 # 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/
Dfragmentjre11.properties6 # http://www.eclipse.org/legal/epl-v10.html
/external/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with

12345678910>>...26