HomeSort by relevance Sort by last modified time
    Searched defs:ET (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/webview/chromium/tools/
generate_local_manifest.py 15 import xml.etree.ElementTree as ET
18 manifest_tree = ET.parse(manifest_path)
19 local_manifest_root = ET.Element('manifest')
31 remove_project = ET.SubElement(local_manifest_root, 'remove-project')
34 local_manifest_tree = ET.ElementTree(local_manifest_root)
  /external/chromium_org/android_webview/buildbot/
generate_local_manifest.py 15 import xml.etree.ElementTree as ET
19 manifest_tree = ET.parse(manifest_path)
20 local_manifest_root = ET.Element('manifest')
23 remove_project = ET.SubElement(local_manifest_root, 'remove-project')
27 pin_project = ET.SubElement(local_manifest_root, 'project')
53 local_manifest_tree = ET.ElementTree(local_manifest_root)
  /external/qemu/audio/
mixeng_template.h 44 #define ET glue (ENDIAN_CONVERSION, glue (_, IN_T))
47 static mixeng_real inline glue (conv_, ET) (IN_T v)
66 static IN_T inline glue (clip_, ET) (mixeng_real v)
84 static inline int64_t glue (conv_, ET) (IN_T v)
94 static inline IN_T glue (clip_, ET) (int64_t v)
111 static void glue (glue (conv_, ET), _to_stereo)
125 out->l = VOL (glue (conv_, ET) (*in++), vol->l);
126 out->r = VOL (glue (conv_, ET) (*in++), vol->r);
131 static void glue (glue (conv_, ET), _to_mono)
145 out->l = VOL (glue (conv_, ET) (in[0]), vol->l)
    [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
cloudstorage_api.py 32 import xml.etree.cElementTree as ET
329 root = ET.fromstring(content)
442 for _, e in ET.iterparse(result, events=('end',)):
  /frameworks/compile/slang/
slang_rs_context.cpp 75 RSExportType *ET = RSExportType::CreateFromDecl(this, VD);
76 if (!ET)
79 RSExportVar *EV = new RSExportVar(this, VD, ET);
136 RSExportType *ET = NULL;
161 ET = RSExportType::Create(this, T);
164 return (ET != NULL);
252 RSExportType *ET) {
256 ET);
slang_rs_export_element.cpp 77 RSExportType *ET = NULL;
99 ET = EPT;
116 ET = EVT;
127 return ET;
slang_rs_export_func.cpp 107 RSExportType *ET =
110 if (ET == NULL) {
117 slangAssert((ET->getClass() == RSExportType::ExportClassRecord) &&
120 F->mParamPacketType = static_cast<RSExportRecordType *>(ET);
slang_rs_export_foreach.cpp 394 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
396 if (ET == NULL) {
403 slangAssert((ET->getClass() == RSExportType::ExportClassRecord) &&
406 FE->mParamPacketType = static_cast<RSExportRecordType *>(ET);
slang_rs.cpp 105 RSExportType *ET = static_cast<RSExportType *>(RSE);
106 if (ET->getClass() != RSExportType::ExportClassRecord)
109 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
slang_rs_backend.cpp 198 const RSExportType *ET = EV->getType();
206 switch (ET->getClass()) {
209 static_cast<const RSExportPrimitiveType*>(ET);
221 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)
237 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));
453 const RSExportType *ET = I->getValue();
458 llvm::MDString::get(mLLVMContext, ET->getName().c_str()));
460 if (ET->getClass() == RSExportType::ExportClassRecord) {
462 static_cast<const RSExportRecordType*>(ET);
473 StructInfoMetadataName.append(ET->getName())
    [all...]
slang_rs_export_type.cpp 771 RSExportType *ET = NULL;
778 ET = RSExportRecordType::Create(Context,
785 ET = RSExportMatrixType::Create(Context,
793 ET = RSExportMatrixType::Create(Context,
801 ET = RSExportMatrixType::Create(Context,
809 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
816 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
820 ET = RSExportPointerType::Create(Context,
828 ET = RSExportVectorType::Create(Context,
834 ET = RSExportConstantArrayType::Create
    [all...]
slang_rs_reflection_cpp.cpp 62 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) {
63 switch (ET->getClass()) {
66 static_cast<const RSExportPrimitiveType *>(ET);
76 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
84 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
91 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
96 static_cast<const RSExportConstantArrayType *>(ET);
105 return ET->getElementName() + "." RS_TYPE_ITEM_CLASS_NAME;
504 const RSExportType *ET = EV->getType();
506 switch (ET->getClass())
    [all...]
slang_rs_reflection.cpp 86 void genAddElement(const RSExportType *ET, const std::string &VarName,
176 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) {
177 switch (ET->getClass()) {
180 static_cast<const RSExportPrimitiveType *>(ET))->java_name;
184 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
192 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
199 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
203 static_cast<const RSExportConstantArrayType *>(ET);
211 return ET->getElementName() + "." RS_TYPE_ITEM_CLASS_NAME;
219 static const char *GetTypeNullValue(const RSExportType *ET) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.h 39 #define ET U_EUROPEAN_NUMBER_TERMINATOR
  /external/clang/include/clang/Basic/
TargetBuiltins.h 122 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
131 EltType ET = getEltType();
132 return ET == Poly8 || ET == Poly16;
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 6 import xml.etree.cElementTree as ET
8 import xml.etree.ElementTree as ET
56 XML = ET.XML
57 XMLElement = ET.Element
58 xmlToString = ET.tostring
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 39 #define ET U_EUROPEAN_NUMBER_TERMINATOR
  /external/clang/tools/libclang/
CXType.cpp 602 QualType ET = QualType();
609 ET = cast<ConstantArrayType> (TP)->getElementType();
612 ET = cast<IncompleteArrayType> (TP)->getElementType();
615 ET = cast<VariableArrayType> (TP)->getElementType();
618 ET = cast<DependentSizedArrayType> (TP)->getElementType();
621 ET = cast<VectorType> (TP)->getElementType();
624 ET = cast<ComplexType> (TP)->getElementType();
630 return MakeCXType(ET, GetTU(CT));
654 QualType ET = QualType();
661 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.
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 177 llvm::Type *ET = PT->getElementType();
178 uint64_t ETSize = DL->getTypeAllocSize(ET);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 9 # For this purpose, the module-level "ET" symbol is temporarily
20 from xml.etree import ElementTree as ET
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.Element("tag", key="value"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 9 # For this purpose, the module-level "ET" symbol is temporarily
20 from xml.etree import ElementTree as ET
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.Element("tag", key="value"
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 640 Type* ET = AT->getElementType();
641 printType(ET);
643 std::string elemName(getCppName(ET));
653 Type* ET = PT->getElementType();
654 printType(ET);
656 std::string elemName(getCppName(ET));
666 Type* ET = PT->getElementType();
667 printType(ET);
669 std::string elemName(getCppName(ET));
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 41 ET= U_EUROPEAN_NUMBER_TERMINATOR, /* 4 */
97 #define MASK_POSSIBLE_N (DIRPROP_FLAG(ON)|DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_WS)
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]

Completed in 1156 milliseconds

1 2