Searched refs:ET (Results 1 - 25 of 76) sorted by relevance

1234

/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { argument
35 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename());
48 ErrorType ET; local
50 ET = ErrorType::NullPointerUse;
52 ET = ErrorType::MisalignedPointerUse;
54 ET = ErrorType::InsufficientObjectSize;
58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
67 ScopedReport R(Opts, Loc, ET);
69 switch (ET) {
112 ErrorType ET local
146 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow local
182 ErrorType ET; local
226 ErrorType ET; local
272 ErrorType ET = ErrorType::OutOfBoundsIndex; local
324 ErrorType ET = ErrorType::NonPositiveVLAIndex; local
371 ErrorType ET = ErrorType::FloatCastOverflow; local
413 ErrorType ET = local
442 ErrorType ET = ErrorType::FunctionTypeMismatch; local
476 ErrorType ET = ErrorType::InvalidNullReturn; local
502 ErrorType ET = ErrorType::InvalidNullArgument; local
532 ErrorType ET = ErrorType::CFIBadType; local
[all...]
H A Dubsan_handlers_cxx.cc47 ErrorType ET = ErrorType::DynamicTypeMismatch; local
48 if (ignoreReport(Loc, Opts, ET))
51 ScopedReport R(Opts, Loc, ET);
101 ErrorType ET = ErrorType::CFIBadType; local
103 if (ignoreReport(Loc, Opts, ET))
106 ScopedReport R(Opts, Loc, ET);
/external/python/cpython2/Lib/test/
H A Dtest_xml_etree.py9 # For this purpose, the module-level "ET" symbol is temporarily
20 from xml.etree import ElementTree as ET namespace
72 tree = ET.ElementTree(elem)
81 if elem.tag == ET.Comment:
115 if not ET.iselement(element):
142 >>> element = ET.Element("tag")
144 >>> tree = ET.ElementTree(element)
147 >>> element = ET.Element("t\xe4g", key="value")
148 >>> tree = ET.ElementTree(element)
151 >>> element = ET
[all...]
H A Dtest_xml_etree_c.py74 pyET = test_xml_etree.ET
76 test_xml_etree.ET = cET
83 test_xml_etree.ET = pyET
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h307 template <typename ET>
309 typedef typename object::ELFFile<ET>::Elf_Sym Elf_Sym;
310 typedef typename object::ELFFile<ET>::Elf_Shdr Elf_Shdr;
311 typedef typename object::ELFFile<ET>::Elf_Rel Elf_Rel;
312 typedef typename object::ELFFile<ET>::Elf_Word Elf_Word;
315 const object::ELFFile<ET> *ELF;
338 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> *ELF,
345 template <typename ET>
346 const size_t PrinterContext<ET>::IndexTableEntrySize = 8;
348 template <typename ET>
[all...]
/external/clang/lib/AST/
H A DTemplateBase.cpp43 if (const EnumType *ET = T->getAs<EnumType>()) {
44 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) {
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h123 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { argument
132 EltType ET = getEltType(); local
133 return ET == Poly8 || ET == Poly16;
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h38 #define ET U_EUROPEAN_NUMBER_TERMINATOR macro
/external/swiftshader/src/Reactor/
H A DLLVMRoutineManager.hpp43 virtual void deallocateExceptionTable(void *ET);
H A DLLVMRoutineManager.cpp117 void LLVMRoutineManager::deallocateExceptionTable(void *ET) argument
119 if(ET)
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
H A Dbluetooth_SDP_ServiceAttributeRequest.py6 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/
H A Dbluetooth_SDP_ServiceSearchAttributeRequest.py7 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/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_types.pass.cpp160 using ET = std::experimental::erased_type;
169 test_pmr_uses_alloc<ET>();
172 test_pmr_uses_alloc<ET>(value);
175 test_pmr_uses_alloc<ET>(cvalue);
178 test_pmr_uses_alloc<ET>(cvalue, std::move(value));
/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp66 auto *ET = CCtx->APIExecTest; local
67 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple());
/external/clang/tools/libclang/
H A DCXType.cpp619 QualType ET = QualType(); local
626 ET = cast<ConstantArrayType> (TP)->getElementType();
629 ET = cast<IncompleteArrayType> (TP)->getElementType();
632 ET = cast<VariableArrayType> (TP)->getElementType();
635 ET = cast<DependentSizedArrayType> (TP)->getElementType();
638 ET = cast<VectorType> (TP)->getElementType();
641 ET = cast<ComplexType> (TP)->getElementType();
647 return MakeCXType(ET, GetTU(CT));
671 QualType ET = QualType(); local
678 ET
734 QualType ET = QualType(); local
[all...]
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp208 enum class ET : T; // expected-note 2{{here}} class in struct:E1::E2::Redeclare5::test7::test8::test9::S
211 template<> enum class S<int>::ET : int {};
212 template<> enum class S<char>::ET : short {}; // expected-error {{different underlying type}} class in class:E1::E2::Redeclare5::test7::test8::test9::S::S
216 template<typename T> enum class S<T>::ET : int {}; // expected-error {{different underlying type 'int' (was 'short')}} class in class:E1::E2::Redeclare5::test7::test8::test9::S::S
221 // never instantiate the definitions of S<short>::ET nor S<short>::Eint.
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h131 virtual void deallocateExceptionTable(void *ET) = 0;
/external/autotest/client/cros/
H A Dchrome_binary_test.py10 import xml.etree.ElementTree as ET namespace
69 tree = ET.parse(gtest_xml)
/external/mesa3d/src/amd/vulkan/
H A Dradv_entrypoints_gen.py26 import xml.etree.ElementTree as ET namespace
95 doc = ET.parse(sys.stdin)
/external/mesa3d/src/intel/vulkan/
H A Danv_entrypoints_gen.py26 import xml.etree.ElementTree as ET namespace
95 doc = ET.parse(sys.stdin)
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_enums.py33 import xml.etree.ElementTree as ET namespace
285 xml = ET.parse(args.input_file)
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_V_G_.py6 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/fonttools/Tools/fontTools/ttLib/tables/
H A DS_V_G_.py6 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/
H A DAArch64AddressingModes.h151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { argument
152 switch (ET) {
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET, argument
173 return (getExtendEncoding(ET) << 3) | (Imm & 0x7);
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET, argument
202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift);
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp132 DeallocateExceptionTableCall(const void *ET) : ET(ET) {} argument
133 const void *ET; member in struct:__anon20373::RecordingJITMemoryManager::DeallocateExceptionTableCall
136 virtual void deallocateExceptionTable(void *ET) { argument
137 deallocateExceptionTableCalls.push_back(DeallocateExceptionTableCall(ET));
138 Base->deallocateExceptionTable(ET);
450 RJMM->deallocateExceptionTableCalls[i].ET);
451 if (RJMM->deallocateExceptionTableCalls[i].ET != NULL) {

Completed in 717 milliseconds

1234