Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/
H A Dtest_xml_etree.py5 # For this purpose, the module-level "ET" symbol is temporarily
35 # ET is pyET in test_xml_etree and is the C accelerated version in
38 ET = None variable
146 support.check__all__(self, ET, names, not_exported=("HTML_EMPTY",))
154 tree = ET.ElementTree(elem)
169 cls.modules = {pyET, ET}
178 # pyET must be second, because pyET may be (equal to) ET.
179 human = dict([(ET, "cET"), (pyET, "pyET")])
187 self.assertIsInstance(alice, (ET.Element, pyET.Element))
188 self.assertIsInstance(bob, (ET
[all...]
/third_party/python/PC/layout/support/
H A Dappxmanifest.py16 from xml.etree import ElementTree as ET namespace
226 xml = ET.parse(f)
233 e = ET.SubElement(ae, ET.QName(NS["s"], "AuthorizedEntity"))
258 name = ET.QName(APPXMANIFEST_NS[prefix or ""], name)
259 e = ET.SubElement(xml, name)
290 e.set(ET.QName(APPXMANIFEST_NS["desktop4"], "Subsystem"), subsystem)
308 ET.SubElement(e, ET.QName(APPXMANIFEST_NS["uap"], "FileType")).text = s
316 app = ET
[all...]
/third_party/python/Lib/test/support/
H A Dtestresult.py20 from xml.etree import ElementTree as ET namespace
22 self.__ET = ET
23 self.__suite = ET.Element('testsuite')
53 ET = self.__ET
64 ET.SubElement(e, 'system-out').text = stdout
67 ET.SubElement(e, 'system-err').text = stderr
72 e2 = ET.SubElement(e, k)
155 import xml.etree.ElementTree as ET namespace
183 for s in ET.tostringlist(result.get_xml_element()):
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSetSchema.java235 private <UT, UB, ET extends FieldSet.FieldDescriptorLite<ET>> void mergeFromHelper( in mergeFromHelper()
237 ExtensionSchema<ET> extensionSchema, in mergeFromHelper()
243 FieldSet<ET> extensions = extensionSchema.getMutableExtensions(message); in mergeFromHelper()
273 private <UT, UB, ET extends FieldSet.FieldDescriptorLite<ET>>
277 ExtensionSchema<ET> extensionSchema, in parseMessageSetItemOrUnknownField()
278 FieldSet<ET> extensions, in parseMessageSetItemOrUnknownField()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_generator_ids_h.py28 import xml.etree.ElementTree as ET namespace
59 tree = ET.parse(pargs.xml)
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_vulkan_header.py18 import xml.etree.ElementTree as ET namespace
55 tree = ET.parse(xmlfile)
85 tree = ET.parse(xmlfile)
121 tree = ET.parse(args.supersetxml)
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowGenericTypes.js134 class EventEmitter<ET> {
135 off<K extends keyof ET>(...args: [K, number] | [unknown, string]):void {}
137 function once<ET, T extends EventEmitter<ET>>(emittingObject: T, eventName: keyof ET): void {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h67 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U) in Expression()
68 : EType(ET), Opcode(O) {} in Expression()
149 BasicExpression(unsigned NumOperands, ExpressionType ET) in BasicExpression() argument
150 : Expression(ET), MaxOperands(NumOperands) {} in BasicExpression()
157 ExpressionType ET = EB->getExpressionType(); in classof() local
158 return ET > ET_BasicStart && ET < ET_BasicEnd; in classof()
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_enums.py32 import xml.etree.ElementTree as ET namespace
284 xml = ET.parse(args.input_file)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolWasm.h111 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp168 if (WasmInst->ET == ET_Prefix) { in getInstruction()
186 if (WasmInst->ET == ET_Unused) in getInstruction()
189 assert(WasmInst->ET == ET_Instruction); in getInstruction()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_vk_wrappers.py24 import xml.etree.ElementTree as ET namespace
42 tree = ET.parse(file)
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
H A Dupdate.py4 import xml.etree.ElementTree as ET namespace
28 html = ET.fromstring (input)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp43 EdgeType ET = getEdgeTypeBetween(PredBB, CurrBB); in getOrCreateNotPredicate() local
45 switch (ET) { in getOrCreateNotPredicate()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Declipse.py27 import xml.etree.cElementTree as ET namespace
381 result = ET.Element("classpath")
394 entry_element = ET.SubElement(result, "classpathentry")
406 ET.ElementTree(result).write(out_name)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Declipse.py27 import xml.etree.ElementTree as ET namespace
378 result = ET.Element("classpath")
391 entry_element = ET.SubElement(result, "classpathentry")
403 ET.ElementTree(result).write(out_name)
/third_party/python/Lib/test/libregrtest/
H A Dmain.py147 import xml.etree.ElementTree as ET namespace
150 self.testsuite_xml.append(ET.fromstring(e))
151 except ET.ParseError:
623 import xml.etree.ElementTree as ET namespace
624 root = ET.Element("testsuites")
641 for s in ET.tostringlist(root):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h151 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()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h38 #define ET U_EUROPEAN_NUMBER_TERMINATOR macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1250 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1251 return (ET == AArch64_AM::UXTB || ET == AArch64_AM::SXTB || in isExtend()
1252 ET == AArch64_AM::UXTH || ET == AArch64_AM::SXTH || in isExtend()
1253 ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW || in isExtend()
1254 ET == AArch64_AM::UXTX || ET == AArch64_AM::SXTX || in isExtend()
1255 ET in isExtend()
1736 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); addExtendOperands() local
1744 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); addExtend64Operands() local
1752 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); addMemExtendOperands() local
1764 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); addMemExtend8Operands() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestData.java30 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR; field in TestData
52 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
62 { R, EN, NSM, ET }, // 5
102 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestData.java27 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR; field in TestData
49 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
59 { R, EN, NSM, ET }, // 5
99 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp380 CComPtr<IDiaEnumTables> ET; in getTableEnumerator() local
384 if (Session.getEnumTables(&ET) != S_OK) in getTableEnumerator()
387 while (ET->Next(1, &Table, &Count) == S_OK && Count == 1) { in getTableEnumerator()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_isa.py53 import xml.etree.ElementTree as ET namespace
198 instructions = ET.parse(xml).getroot().findall('ins')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp45 HWStallEvent::GenericEventType ET = toHWStallEventType(S); in isAvailable() local
46 notifyEvent<HWStallEvent>(HWStallEvent(ET, IR)); in isAvailable()

Completed in 19 milliseconds

12