HomeSort by relevance Sort by last modified time
    Searched refs:ET (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 127 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
136 EltType ET = getEltType();
137 return ET == Poly8 || ET == Poly16;
  /external/python/cpython2/Lib/test/
test_xml_etree_c.py 74 pyET = test_xml_etree.ET
76 test_xml_etree.ET = cET
83 test_xml_etree.ET = pyET
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 38 #define ET U_EUROPEAN_NUMBER_TERMINATOR
  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 43 virtual void deallocateExceptionTable(void *ET);
LLVMRoutineManager.cpp 117 void LLVMRoutineManager::deallocateExceptionTable(void *ET)
119 if(ET)
  /frameworks/compile/slang/
slang_rs_export_element.cpp 77 RSExportType *ET = nullptr;
100 ET = EPT;
117 ET = EVT;
128 return ET;
slang_rs_export_func.cpp 107 RSExportType *ET =
110 if (ET == nullptr) {
117 slangAssert((ET->getClass() == RSExportType::ExportClassRecord) &&
120 F->mParamPacketType = static_cast<RSExportRecordType *>(ET);
slang_rs_export_var.h 50 const RSExportType *ET);
slang_rs_context.cpp 83 RSExportType *ET = RSExportType::CreateFromDecl(this, VD);
84 if (!ET)
87 RSExportVar *EV = new RSExportVar(this, VD, ET);
187 RSExportType *ET = nullptr;
212 ET = RSExportType::Create(this, T, NotLegacyKernelArgument);
215 return (ET != nullptr);
389 RSExportType *ET) {
393 ET);
slang_rs_reflection.h 206 static std::string GetTypeName(const RSExportType *ET, unsigned Style = TypeNameDefault);
218 void genInitExportVariable(const RSExportType *ET, const std::string &VarName,
245 void genTypeCheck(const RSExportType *ET, const char *VarName);
247 void genTypeInstanceFromPointer(const RSExportType *ET);
249 void genTypeInstance(const RSExportType *ET);
251 void genFieldPackerInstance(const RSExportType *ET);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
extern.h 86 void Efi2Tm( EFI_TIME *ET, struct tm *BT);
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 6 import xml.etree.ElementTree as ET
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/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 160 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));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 155 using ET = std::experimental::erased_type;
164 test_pmr_uses_alloc<ET>();
167 test_pmr_uses_alloc<ET>(value);
170 test_pmr_uses_alloc<ET>(cvalue);
173 test_pmr_uses_alloc<ET>(cvalue, std::move(value));
  /external/llvm/unittests/ExecutionEngine/Orc/
OrcCAPITest.cpp 66 auto *ET = CCtx->APIExecTest;
67 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple());
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
bluetooth_SDP_ServiceSearchAttributeRequest.py 7 import xml.etree.ElementTree as ET
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/
CXType.cpp 619 QualType ET = QualType();
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();
678 ET = cast<ConstantArrayType> (TP)->getElementType()
    [all...]
  /external/clang/test/SemaCXX/
enum-scoped.cpp 208 enum class ET : T; // expected-note 2{{here}}
211 template<> enum class S<int>::ET : int {};
212 template<> enum class S<char>::ET : short {}; // expected-error {{different underlying type}}
216 template<typename T> enum class S<T>::ET : int {}; // expected-error {{different underlying type 'int' (was 'short')}}
221 // never instantiate the definitions of S<short>::ET nor S<short>::Eint.

Completed in 491 milliseconds

12 3 4 5 6 7