/external/icu4c/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/Hexagon/ |
D | HexagonISelLowering.cpp | 1124 setOperationAction(ISD::FADD, MVT::f32, Legal); in HexagonTargetLowering() 1125 setOperationAction(ISD::FADD, MVT::f64, Legal); in HexagonTargetLowering() 1126 setOperationAction(ISD::FP_EXTEND, MVT::f32, Legal); in HexagonTargetLowering() 1127 setCondCodeAction(ISD::SETOEQ, MVT::f32, Legal); in HexagonTargetLowering() 1128 setCondCodeAction(ISD::SETOEQ, MVT::f64, Legal); in HexagonTargetLowering() 1129 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering() 1130 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering() 1132 setCondCodeAction(ISD::SETOGE, MVT::f32, Legal); in HexagonTargetLowering() 1133 setCondCodeAction(ISD::SETOGE, MVT::f64, Legal); in HexagonTargetLowering() 1134 setCondCodeAction(ISD::SETUGE, MVT::f32, Legal); in HexagonTargetLowering() [all …]
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 156 void vectorize(LoopVectorizationLegality *Legal) { in vectorize() argument 158 createEmptyLoop(Legal); in vectorize() 161 vectorizeLoop(Legal); in vectorize() 176 Instruction *addRuntimeCheck(LoopVectorizationLegality *Legal, 179 void createEmptyLoop(LoopVectorizationLegality *Legal); 181 void vectorizeLoop(LoopVectorizationLegality *Legal); 192 void vectorizeBlockInLoop(LoopVectorizationLegality *Legal, BasicBlock *BB, 205 LoopVectorizationLegality *Legal); 555 LoopVectorizationLegality *Legal, in LoopVectorizationCostModel() argument 558 : TheLoop(L), SE(SE), LI(LI), Legal(Legal), TTI(TTI), DL(DL), TLI(TLI) {} in LoopVectorizationCostModel() [all …]
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 41 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering() 42 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering() 43 setOperationAction(ISD::FPOW, MVT::f32, Legal); in AMDGPUTargetLowering() 44 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering() 45 setOperationAction(ISD::FABS, MVT::f32, Legal); in AMDGPUTargetLowering() 46 setOperationAction(ISD::FFLOOR, MVT::f32, Legal); in AMDGPUTargetLowering() 47 setOperationAction(ISD::FRINT, MVT::f32, Legal); in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 45 setOperationAction(ISD::LOAD, VecTys[i], Legal); in MipsSETargetLowering() 46 setOperationAction(ISD::STORE, VecTys[i], Legal); in MipsSETargetLowering() 47 setOperationAction(ISD::BITCAST, VecTys[i], Legal); in MipsSETargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 81 Legal, // The target natively supports this operation. enumerator 408 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrCustom() 417 (getOperationAction(Op, VT) == Legal || in isOperationLegalOrPromote() 432 getOperationAction(Op, VT) == Legal; in isOperationLegal() 449 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal; in isLoadExtLegal() 467 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal; in isTruncStoreLegal() 486 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedLoadLegal() 506 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal || in isIndexedStoreLegal() 531 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 388 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i32, Legal); in X86TargetLowering() 389 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16 , Legal); in X86TargetLowering() 390 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Legal); in X86TargetLowering() 509 setOperationAction(ISD::PREFETCH , MVT::Other, Legal); in X86TargetLowering() 572 setOperationAction(ISD::TRAP, MVT::Other, Legal); in X86TargetLowering() 573 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in X86TargetLowering() 868 setOperationAction(ISD::FADD, MVT::v4f32, Legal); in X86TargetLowering() 869 setOperationAction(ISD::FSUB, MVT::v4f32, Legal); in X86TargetLowering() 870 setOperationAction(ISD::FMUL, MVT::v4f32, Legal); in X86TargetLowering() 871 setOperationAction(ISD::FDIV, MVT::v4f32, Legal); in X86TargetLowering() [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 141 setOperationAction(ISD::FABS, MVT::f32, Legal); in AArch64TargetLowering() 142 setOperationAction(ISD::FABS, MVT::f64, Legal); in AArch64TargetLowering() 144 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AArch64TargetLowering() 145 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in AArch64TargetLowering() 147 setOperationAction(ISD::FFLOOR, MVT::f32, Legal); in AArch64TargetLowering() 148 setOperationAction(ISD::FFLOOR, MVT::f64, Legal); in AArch64TargetLowering() 150 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal); in AArch64TargetLowering() 151 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal); in AArch64TargetLowering() 153 setOperationAction(ISD::FNEG, MVT::f32, Legal); in AArch64TargetLowering() 154 setOperationAction(ISD::FNEG, MVT::f64, Legal); in AArch64TargetLowering() [all …]
|
/external/chromium-trace/trace-viewer/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/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/svox/PicoLangInstallerDeuDeu/ |
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/stressapptest/ |
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/src/ |
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/svox/pico/lib/ |
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/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/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/PicoLangInstallerItaIta/ |
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-harmony/ |
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
|
/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/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/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/PicoLangInstallerFraFra/ |
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
|