/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 61 template <typename ET, int n> struct pixelInfo_<Vec<ET, n> > 64 typedef ET sampleType; 102 template <typename ET> struct calcDist_<Vec<ET, 2> > 104 static inline int f(const Vec<ET, 2> a, const Vec<ET, 2> b) in f() 110 template <typename ET> struct calcDist_<Vec<ET, 3> > 112 static inline int f(const Vec<ET, 3> a, const Vec<ET, 3> b) in f() 121 template <typename ET> struct calcDist_<Vec<ET, 4> > 123 static inline int f(const Vec<ET, 4> a, const Vec<ET, 4> b) in f() 148 template <typename T, typename ET, int n> struct calcWeight_<T, Vec<ET, n> > 150 static inline Vec<ET, n> f(double dist, const float *h, ET fixed_point_mult) in f() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | BidiTest.txt | 116 ET; 3 135 ET; 4 218 ET LRE; 3 219 ET LRO; 3 220 ET RLE; 3 221 ET RLO; 3 222 ET PDF; 3 223 ET BN; 3 301 ET LRE; 4 302 ET LRO; 4 [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | BidiTest.txt | 116 ET; 3 135 ET; 4 218 ET LRE; 3 219 ET LRO; 3 220 ET RLE; 3 221 ET RLO; 3 222 ET PDF; 3 223 ET BN; 3 301 ET LRE; 4 302 ET LRO; 4 [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | BidiTest.txt | 116 ET; 3 135 ET; 4 218 ET LRE; 3 219 ET LRO; 3 220 ET RLE; 3 221 ET RLO; 3 222 ET PDF; 3 223 ET BN; 3 301 ET LRE; 4 302 ET LRO; 4 [all …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() argument 35 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename()); in ignoreReport() 48 ErrorType ET; in handleTypeMismatchImpl() local 50 ET = ErrorType::NullPointerUse; in handleTypeMismatchImpl() 52 ET = ErrorType::MisalignedPointerUse; in handleTypeMismatchImpl() 54 ET = ErrorType::InsufficientObjectSize; in handleTypeMismatchImpl() 58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET)) in handleTypeMismatchImpl() 67 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl() 69 switch (ET) { in handleTypeMismatchImpl() 112 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl() local [all …]
|
D | ubsan_handlers_cxx.cc | 46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local 47 if (ignoreReport(Loc, Opts, ET)) in HandleDynamicTypeCacheMiss() 50 ScopedReport R(Opts, Loc, ET); in HandleDynamicTypeCacheMiss() 93 ErrorType ET = ErrorType::CFIBadType; in HandleCFIBadType() local 95 if (ignoreReport(Loc, Opts, ET)) in HandleCFIBadType() 98 ScopedReport R(Opts, Loc, ET); in HandleCFIBadType()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 306 template <typename ET> 308 typedef typename object::ELFFile<ET>::Elf_Sym Elf_Sym; 309 typedef typename object::ELFFile<ET>::Elf_Shdr Elf_Shdr; 310 typedef typename object::ELFFile<ET>::Elf_Rel Elf_Rel; 311 typedef typename object::ELFFile<ET>::Elf_Word Elf_Word; 314 const object::ELFFile<ET> *ELF; 337 PrinterContext(StreamWriter &SW, const object::ELFFile<ET> *ELF, in PrinterContext() 344 template <typename ET> 345 const size_t PrinterContext<ET>::IndexTableEntrySize = 8; 347 template <typename ET> [all …]
|
/external/skia/resources/ |
D | pdf_command_stream.txt | 52 ET 138 ET 223 ET 233 ET 238 ET 270 ET 294 ET 321 ET 406 ET 434 ET [all …]
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | eh_frame_personality.ll | 2 ; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu | FileCheck -check-prefix=CHECK-ET %s 31 ; CHECK-ET: .section .gcc_except_table,"a",@progbits 32 ; CHECK-ET-NEXT: .align 4 33 ; CHECK-ET-NEXT: GCC_except_table0: 34 ; CHECK-ET-NEXT: .Lexception0:
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | predicates.ll | 7 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred, 25 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred, 51 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec 52 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred, 78 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Exec 79 ; CHECK: PRED_SET{{[EGN][ET]*}}_INT * Pred,
|
/external/clang/include/clang/Basic/ |
D | TargetBuiltins.h | 123 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags() argument 132 EltType ET = getEltType(); in isPoly() local 133 return ET == Poly8 || ET == Poly16; in isPoly()
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | bluetooth_SDP_ServiceAttributeRequest.py | 6 import xml.etree.ElementTree as ET namespace 392 value = ET.Element('uint16', {'value': str(self.FAKE_ATTRIBUTE_VALUE)}) 394 sdp_record = ET.Element('record') 396 service_id_attr = ET.Element( 399 ET.Element('uuid', {'value': '0x%X' % self.FAKE_SERVICE_CLASS_ID})) 403 attr = ET.Element('attribute', {'id': str(attr_id)}) 409 attr = ET.Element('attribute', {'id': str(attr_id)}) 414 ET.tostring(sdp_record))
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 7 import xml.etree.ElementTree as ET namespace 89 value = ET.Element('uint16', {'value': str(self.FAKE_ATTRIBUTE_VALUE)}) 91 sdp_record = ET.Element('record') 93 service_id_attr = ET.Element( 96 ET.Element('uuid', {'value': '0x%X' % self.FAKE_SERVICE_CLASS_ID})) 100 attr = ET.Element('attribute', {'id': str(attr_id)}) 106 attr = ET.Element('attribute', {'id': str(attr_id)}) 111 ET.tostring(sdp_record))
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 606 QualType ET = QualType(); in clang_getElementType() local 613 ET = cast<ConstantArrayType> (TP)->getElementType(); in clang_getElementType() 616 ET = cast<IncompleteArrayType> (TP)->getElementType(); in clang_getElementType() 619 ET = cast<VariableArrayType> (TP)->getElementType(); in clang_getElementType() 622 ET = cast<DependentSizedArrayType> (TP)->getElementType(); in clang_getElementType() 625 ET = cast<VectorType> (TP)->getElementType(); in clang_getElementType() 628 ET = cast<ComplexType> (TP)->getElementType(); in clang_getElementType() 634 return MakeCXType(ET, GetTU(CT)); in clang_getElementType() 658 QualType ET = QualType(); in clang_getArrayElementType() local 665 ET = cast<ConstantArrayType> (TP)->getElementType(); in clang_getArrayElementType() [all …]
|
/external/clang/test/SemaCXX/ |
D | enum-scoped.cpp | 208 enum class ET : T; // expected-note 2{{here}} member 211 template<> enum class S<int>::ET : int {}; enum 212 template<> enum class S<char>::ET : short {}; // expected-error {{different underlying type}} enum 216 …template<typename T> enum class S<T>::ET : int {}; // expected-error {{different underlying type '… enum
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcCAPITest.cpp | 66 auto *ET = CCtx->APIExecTest; in myCompileCallback() local 67 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple()); in myCompileCallback()
|
/external/clang/lib/AST/ |
D | Type.cpp | 138 QualType ET, in Profile() argument 142 ID.AddPointer(ET.getAsOpaquePtr()); in Profile() 1626 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local 1627 return ET->getDecl()->isComplete(); in isIntegralType() 1642 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local 1643 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isIntegralOrUnscopedEnumerationType() 1706 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() local 1709 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType() 1710 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType() 1722 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local [all …]
|
/external/pdfium/testing/resources/ |
D | bookmarks.in | 78 ET 89 ET
|
D | named_dests.in | 89 ET 100 ET
|
D | bug_57.in | 39 ET
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | S_V_G_.py | 6 import xml.etree.cElementTree as ET namespace 8 import xml.etree.ElementTree as ET namespace 56 XML = ET.XML 57 XMLElement = ET.Element 58 xmlToString = ET.tostring
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { in getExtendEncoding() argument 152 switch (ET) { in getExtendEncoding() 170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET, in getArithExtendImm() argument 173 return (getExtendEncoding(ET) << 3) | (Imm & 0x7); in getArithExtendImm() 200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET, in getMemExtendImm() argument 202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1001 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend() local 1002 return (ET == AArch64_AM::UXTB || ET == AArch64_AM::SXTB || in isExtend() 1003 ET == AArch64_AM::UXTH || ET == AArch64_AM::SXTH || in isExtend() 1004 ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW || in isExtend() 1005 ET == AArch64_AM::UXTX || ET == AArch64_AM::SXTX || in isExtend() 1006 ET == AArch64_AM::LSL) && in isExtend() 1014 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64() local 1015 return ET != AArch64_AM::UXTX && ET != AArch64_AM::SXTX; in isExtend64() 1020 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64() local 1021 return (ET == AArch64_AM::UXTX || ET == AArch64_AM::SXTX || in isExtendLSL64() [all …]
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | cloudstorage_api.py | 32 import xml.etree.cElementTree as ET namespace 332 root = ET.fromstring(content) 445 for _, e in ET.iterparse(result, events=('end',)):
|
/external/icu/icu4c/source/data/region/ |
D | om.txt | 14 ET{"Itoophiyaa"}
|