/external/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 114 class Legal { class 116 Legal() {} in Legal() function in Legal 117 virtual ~Legal() {} in ~Legal() 121 class LegalJamo : public Legal { 166 class LegalGreek : public Legal { 342 Legal* legalSource; // NOT owned 363 Legal* adoptedLegal, 465 Legal* adoptedLegal, in test() 976 Legal *legal = new Legal(); in TestKana() 990 Legal *legal = new Legal(); in TestHiragana() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 69 setOperationAction(ISD::ADD, VecTys[i], Legal); in MipsSETargetLowering() 70 setOperationAction(ISD::SUB, VecTys[i], Legal); in MipsSETargetLowering() 71 setOperationAction(ISD::LOAD, VecTys[i], Legal); in MipsSETargetLowering() 72 setOperationAction(ISD::STORE, VecTys[i], Legal); in MipsSETargetLowering() 73 setOperationAction(ISD::BITCAST, VecTys[i], Legal); in MipsSETargetLowering() 84 setOperationAction(ISD::MUL, MVT::v2i16, Legal); in MipsSETargetLowering() 120 setOperationAction(ISD::MUL, MVT::i64, Legal); in MipsSETargetLowering() 160 setOperationAction(ISD::MUL, MVT::i32, Legal); in MipsSETargetLowering() 161 setOperationAction(ISD::MULHS, MVT::i32, Legal); in MipsSETargetLowering() 162 setOperationAction(ISD::MULHU, MVT::i32, Legal); in MipsSETargetLowering() [all …]
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 254 Legal(nullptr), AddedSafetyChecks(false) {} in InnerLoopVectorizer() 258 Legal = L; in vectorize() 451 LoopVectorizationLegality *Legal; member in __anon63bf7e8f0111::InnerLoopVectorizer 917 LoopVectorizationLegality *Legal, in LoopVectorizationCostModel() argument 921 : TheLoop(L), SE(SE), LI(LI), Legal(Legal), TTI(TTI), TLI(TLI), in LoopVectorizationCostModel() 996 LoopVectorizationLegality *Legal; member in __anon63bf7e8f0111::LoopVectorizationCostModel 1716 if (Legal->hasStride(V)) in getVectorValue() 1760 if (SI && Legal->blockNeedsPredication(SI->getParent()) && in vectorizeMemoryInstruction() 1761 !Legal->isMaskRequired(SI)) in vectorizeMemoryInstruction() 1769 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in vectorizeMemoryInstruction() [all …]
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RoundTripTest.java | 125 …TAKANA, "[" + HIRAGANA + LENGTH + "]", "[" + HALFWIDTH_KATAKANA + LENGTH + "]", this, new Legal()); in TestKana() 132 .test("[a-zA-Z]", HIRAGANA, HIRAGANA_ITERATION, this, new Legal()); in TestHiragana() 139 …test("[a-zA-Z]", KATAKANA, "[" + KATAKANA_ITERATION + HALFWIDTH_KATAKANA + "]", this, new Legal()); in TestKatakana() 168 t.test("[a-zA-Z]", "[\uAC00-\uD7A4]", "", this, new Legal()); in TestHangul() 377 .test("[a-zA-Z\u0110\u0111\u02BA\u02B9]", "[\u0400-\u045F]", null, this, new Legal()); in TestCyrillic() 386 … .test("[a-zA-Z\u02BE\u02BF]", ARABIC, "[a-zA-Z\u02BE\u02BF\u207F]", null, this, new Legal()); // in TestArabic() 426 public static class LegalIndic extends Legal{ 898 public static class Legal { class in RoundTripTest 902 public static class LegalJamo extends Legal { 943 public static class LegalThai extends Legal { [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1340 setOperationAction(ISD::ADD, VT, Legal); in HexagonTargetLowering() 1341 setOperationAction(ISD::SUB, VT, Legal); in HexagonTargetLowering() 1342 setOperationAction(ISD::MUL, VT, Legal); in HexagonTargetLowering() 1422 setOperationAction(ISD::FADD, MVT::f32, Legal); in HexagonTargetLowering() 1424 setOperationAction(ISD::FSUB, MVT::f32, Legal); in HexagonTargetLowering() 1427 setOperationAction(ISD::FP_EXTEND, MVT::f32, Legal); in HexagonTargetLowering() 1428 setCondCodeAction(ISD::SETOEQ, MVT::f32, Legal); in HexagonTargetLowering() 1429 setCondCodeAction(ISD::SETOEQ, MVT::f64, Legal); in HexagonTargetLowering() 1430 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering() 1431 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 86 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering() 87 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering() 88 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering() 89 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal); in PPCTargetLowering() 90 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal); in PPCTargetLowering() 91 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal); in PPCTargetLowering() 92 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal); in PPCTargetLowering() 93 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal); in PPCTargetLowering() 94 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal); in PPCTargetLowering() 95 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal); in PPCTargetLowering() [all …]
|
/external/llvm/lib/Target/R600/ |
D | SIISelLowering.cpp | 70 setOperationAction(ISD::ADD, MVT::i32, Legal); in SITargetLowering() 71 setOperationAction(ISD::ADDC, MVT::i32, Legal); in SITargetLowering() 72 setOperationAction(ISD::ADDE, MVT::i32, Legal); in SITargetLowering() 73 setOperationAction(ISD::SUBC, MVT::i32, Legal); in SITargetLowering() 74 setOperationAction(ISD::SUBE, MVT::i32, Legal); in SITargetLowering() 79 setOperationAction(ISD::FMINNUM, MVT::f64, Legal); in SITargetLowering() 80 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in SITargetLowering() 105 setOperationAction(ISD::BSWAP, MVT::i32, Legal); in SITargetLowering() 107 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Legal); in SITargetLowering() 111 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Legal); in SITargetLowering() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 87 Legal, // The target natively supports this operation. enumerator 546 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom() 555 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrPromote() 569 getOperationAction(Op, VT) == Legal; in isOperationLegal() 587 getLoadExtAction(ExtType, ValVT, MemVT) == Legal; in isLoadExtLegal() 594 (getLoadExtAction(ExtType, ValVT, MemVT) == Legal || in isLoadExtLegalOrCustom() 614 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal; in isTruncStoreLegal() 631 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal() 649 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal() 672 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 316 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal); in X86TargetLowering() 317 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal); in X86TargetLowering() 318 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal); in X86TargetLowering() 460 setOperationAction(ISD::PREFETCH , MVT::Other, Legal); in X86TargetLowering() 495 setOperationAction(ISD::TRAP, MVT::Other, Legal); in X86TargetLowering() 496 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering() 780 setOperationAction(ISD::FADD, MVT::v4f32, Legal); in X86TargetLowering() 781 setOperationAction(ISD::FSUB, MVT::v4f32, Legal); in X86TargetLowering() 782 setOperationAction(ISD::FMUL, MVT::v4f32, Legal); in X86TargetLowering() 783 setOperationAction(ISD::FDIV, MVT::v4f32, Legal); in X86TargetLowering() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 35 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering() 36 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering() 37 setOperationAction(ISD::FRINT, MVT::f32, Legal); in AMDGPUTargetLowering()
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/ |
D | LICENSE | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/skia/third_party/etc1/ |
D | LICENSE | 17 "Legal Entity" shall mean the union of the acting entity and all other 25 "You" (or "Your") shall mean an individual or Legal Entity exercising 53 Legal Entity authorized to submit on behalf of the copyright owner. For 63 "Contributor" shall mean Licensor and any individual or Legal Entity on
|
/external/slf4j/jcl-over-slf4j/ |
D | LICENSE.txt | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/PicoLangInstallerEngUsa/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/PicoLangInstallerSpaEsp/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/android-mock/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/android-clat/ |
D | NOTICE | 27 "Legal Entity" shall mean the union of the acting entity and all 35 "You" (or "Your") shall mean an individual or Legal Entity 64 or by an individual or Legal Entity authorized to submit on behalf of 74 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/PicoLangInstallerEngGbr/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/mtpd/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/libnfc-nxp/ |
D | NOTICE | 27 "Legal Entity" shall mean the union of the acting entity and all 35 "You" (or "Your") shall mean an individual or Legal Entity 64 or by an individual or Legal Entity authorized to submit on behalf of 74 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/eyes-free/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/picolanginstaller/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/pico/tts/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/pico_resources/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/apache-http/ |
D | NOTICE | 31 "Legal Entity" shall mean the union of the acting entity and all 39 "You" (or "Your") shall mean an individual or Legal Entity 68 or by an individual or Legal Entity authorized to submit on behalf of 78 "Contributor" shall mean Licensor and any individual or Legal Entity
|