Searched defs:Legal (Results 1 - 7 of 7) sorted by relevance

/external/skia/tools/
H A Drandom_parse_path.cpp11 const struct Legal { struct
71 const Legal& legal = gLegal[index];
/external/skia/fuzz/
H A DFuzzParsePath.cpp16 const struct Legal { struct
76 const Legal& legal = gLegal[index];
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp111 // Legal
114 class Legal { class
116 Legal() {} function in class:Legal
117 virtual ~Legal() {}
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal,
465 Legal* adoptedLega
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DRoundTripTest.java129 .test(KATAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal());
136 .test("[a-zA-Z]", HIRAGANA, HIRAGANA_ITERATION, this, new Legal());
143 .test("[a-zA-Z]", KATAKANA, "[" + KATAKANA_ITERATION + HALFWIDTH_KATAKANA + "]", this, new Legal());
172 t.test("[a-zA-Z]", "[\uAC00-\uD7A4]", "", this, new Legal());
381 .test("[a-zA-Z\u0110\u0111\u02BA\u02B9]", "[\u0400-\u045F]", null, this, new Legal());
390 .test("[a-zA-Z\u02BE\u02BF]", ARABIC, "[a-zA-Z\u02BE\u02BF\u207F]", null, this, new Legal()); //
430 public static class LegalIndic extends Legal{
902 public static class Legal { class in class:RoundTripTest
906 public static class LegalJamo extends Legal {
947 public static class LegalThai extends Legal {
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java125 .test(KATAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal());
132 .test("[a-zA-Z]", HIRAGANA, HIRAGANA_ITERATION, this, new Legal());
139 .test("[a-zA-Z]", KATAKANA, "[" + KATAKANA_ITERATION + HALFWIDTH_KATAKANA + "]", this, new Legal());
168 t.test("[a-zA-Z]", "[\uAC00-\uD7A4]", "", this, new Legal());
377 .test("[a-zA-Z\u0110\u0111\u02BA\u02B9]", "[\u0400-\u045F]", null, this, new Legal());
386 .test("[a-zA-Z\u02BE\u02BF]", ARABIC, "[a-zA-Z\u02BE\u02BF\u207F]", null, this, new Legal()); //
426 public static class LegalIndic extends Legal{
898 public static class Legal { class in class:RoundTripTest
902 public static class LegalJamo extends Legal {
943 public static class LegalThai extends Legal {
[all...]
/external/opencv3/3rdparty/openexr/Imath/
H A DImathEuler.h193 Legal = XYZ | XZY | YZX | YXZ | ZXY | ZYX | enumerator in enum:Imath::Euler::Order
768 return (order & ~Legal) ? false : true;
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp321 TripCount(nullptr), VectorTripCount(nullptr), Legal(nullptr),
331 Legal = L;
553 LoopVectorizationLegality *Legal; member in class:__anon13026::InnerLoopVectorizer
1413 LoopInfo *LI, LoopVectorizationLegality *Legal,
1418 : TheLoop(L), PSE(PSE), LI(LI), Legal(Legal), TTI(TTI), TLI(TLI), DB(DB),
1506 LoopVectorizationLegality *Legal; member in class:__anon13026::LoopVectorizationCostModel
2082 if (Legal->hasStride(V))
2231 const InterleaveGroup *Group = Legal->getInterleavedAccessGroup(Instr);
2359 if (Legal
1412 LoopVectorizationCostModel(Loop *L, PredicatedScalarEvolution &PSE, LoopInfo *LI, LoopVectorizationLegality *Legal, const TargetTransformInfo &TTI, const TargetLibraryInfo *TLI, DemandedBits *DB, AssumptionCache *AC, const Function *F, const LoopVectorizeHints *Hints) argument
5274 isLikelyComplexAddressComputation(Value *Ptr, LoopVectorizationLegality *Legal, ScalarEvolution *SE, const Loop *TheLoop) argument
5318 isStrideMul(Instruction *I, LoopVectorizationLegality *Legal) argument
[all...]

Completed in 1069 milliseconds