Home
last modified time | relevance | path

Searched refs:TE (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/python/cpython2/Lib/test/
Dtest_coercion.py96 TE = TypeError variable
110 (0,4): ('b', [TE, TE, [1, 1], TE, TE, TE, TE]),
111 (0,5): ('b', [TE, TE, (2, 2), TE, TE, TE, TE]),
112 (0,6): ('b', [TE, TE, TE, TE, TE, TE, TE]),
132 (2,4): ('b', [TE, TE, TE, TE, TE, TE, TE]),
143 (3,4): ('b', [TE, TE, TE, TE, TE, TE, TE]),
150 (4,0): ('b', [TE, TE, [1, 1], TE, TE, TE, TE]),
152 (4,2): ('b', [TE, TE, TE, TE, TE, TE, TE]),
153 (4,3): ('b', [TE, TE, TE, TE, TE, TE, TE]),
154 (4,4): ('b', [[1, 1], TE, TE, TE, TE, TE, TE]),
[all …]
/external/dtc/tests/
Dinteger-expressions.c24 #define TE(expr) { #expr, (expr) } macro
25 TE(0xdeadbeef),
26 TE(-0x21524111),
27 TE(1+1),
28 TE(2*3),
29 TE(4/2),
30 TE(10/3),
31 TE(19%4),
32 TE(1 << 13),
33 TE(0x1000 >> 4),
[all …]
/external/tcpdump/tests/
Dospf-gmpls.out17 TE-Class 0: 622.080 Mbps
18 TE-Class 1: 622.080 Mbps
19 TE-Class 2: 622.080 Mbps
20 TE-Class 3: 622.080 Mbps
21 TE-Class 4: 622.080 Mbps
22 TE-Class 5: 622.080 Mbps
23 TE-Class 6: 622.080 Mbps
24 TE-Class 7: 622.080 Mbps
42 TE-Class 0: 622.080 Mbps
43 TE-Class 1: 622.080 Mbps
[all …]
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerTracePC.cpp152 auto ObservePC = [&](const PCTableEntry *TE) { in UpdateObservedPCs() argument
153 if (ObservedPCs.insert(TE).second && DoPrintNewPCs) { in UpdateObservedPCs()
155 GetNextInstructionPc(TE->PC)); in UpdateObservedPCs()
160 auto Observe = [&](const PCTableEntry *TE) { in UpdateObservedPCs() argument
161 if (PcIsFuncEntry(TE)) in UpdateObservedPCs()
162 if (++ObservedFuncs[TE->PC] == 1 && NumPrintNewFuncs) in UpdateObservedPCs()
163 CoveredFuncs.push_back(TE->PC); in UpdateObservedPCs()
164 ObservePC(TE); in UpdateObservedPCs()
192 uintptr_t TracePC::PCTableEntryIdx(const PCTableEntry *TE) { in PCTableEntryIdx() argument
196 if (TE >= M.Start && TE < M.Stop) in PCTableEntryIdx()
[all …]
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.cpp152 auto ObservePC = [&](const PCTableEntry *TE) { in UpdateObservedPCs() argument
153 if (ObservedPCs.insert(TE).second && DoPrintNewPCs) { in UpdateObservedPCs()
155 GetNextInstructionPc(TE->PC)); in UpdateObservedPCs()
160 auto Observe = [&](const PCTableEntry *TE) { in UpdateObservedPCs() argument
161 if (PcIsFuncEntry(TE)) in UpdateObservedPCs()
162 if (++ObservedFuncs[TE->PC] == 1 && NumPrintNewFuncs) in UpdateObservedPCs()
163 CoveredFuncs.push_back(TE->PC); in UpdateObservedPCs()
164 ObservePC(TE); in UpdateObservedPCs()
192 uintptr_t TracePC::PCTableEntryIdx(const PCTableEntry *TE) { in PCTableEntryIdx() argument
196 if (TE >= M.Start && TE < M.Stop) in PCTableEntryIdx()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMBuildAttrs.cpp79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeAsString() local
80 TI != TE; ++TI) in AttrTypeAsString()
91 TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeFromString() local
92 TI != TE; ++TI) { in AttrTypeFromString()
/external/llvm/lib/Support/
DARMBuildAttrs.cpp79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeAsString() local
80 TI != TE; ++TI) in AttrTypeAsString()
88 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeFromString() local
89 TI != TE; ++TI) in AttrTypeFromString()
/external/freetype/builds/
Dexports.mk38 ifeq ($(TE),)
39 TE := $T
58 $(CCexe) $(CCexe_CFLAGS) $(TE)$@ $< $(CCexe_LDFLAGS)
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-xcoff-reloc-large.ll74 ; DIS-NEXT: 00000002: R_TOCU (idx: [[#INDX:]]) a[TE]
76 ; DIS-NEXT: 00000006: R_TOCL (idx: [[#INDX]]) a[TE]
79 ; DIS-NEXT: 0000000e: R_TOCU (idx: [[#INDX+2]]) b[TE]
81 ; DIS-NEXT: 00000012: R_TOCL (idx: [[#INDX+2]]) b[TE]
84 ; DIS-NEXT: 0000001a: R_TOCU (idx: [[#INDX+4]]) c[TE]
86 ; DIS-NEXT: 0000001e: R_TOCL (idx: [[#INDX+4]]) c[TE]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1183 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1185 getPHIDeps(PHI, Deps, MBB, TE.MTM.MRI); in getPHIDepth()
1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
1201 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1203 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth()
1211 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1217 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1218 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth()
1229 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1230 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
[all …]
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1159 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1161 getPHIDeps(PHI, Deps, MBB, TE.MTM.MRI); in getPHIDepth()
1167 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
1177 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1179 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth()
1187 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1193 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1194 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth()
1205 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1206 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
[all …]
/external/curl/tests/data/
Dtest112425 Server: Something-TE-friendly/0.1
62 Connection: TE
63 TE: gzip
Dtest112263 Connection: TE
64 TE: gzip
Dtest117163 Connection: TE
64 TE: gzip
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMacroParenthesesCheck.cpp115 for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) { in replacementList() local
134 if (TI == MI->tokens_begin() && (TI + 1) != TE && in replacementList()
139 if ((TE - 1)->is(tok::star)) in replacementList()
161 for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) { in argument() local
/external/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1183 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum()); in getPHIDepth()
1185 getPHIDeps(PHI, Deps, MBB, TE.MTM.MRI); in getPHIDepth()
1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp, in getPHIDepth()
1201 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth()
1203 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum()); in getResourceDepth()
1211 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1217 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount; in getResourceDepth()
1218 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth()
1229 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceLength()
1230 ArrayRef<unsigned> PRHeights = TE.getProcResourceHeights(getBlockNum()); in getResourceLength()
[all …]
/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp82 struct TE { struct
84 ~TE() {} in ~TE() argument
90 TE<int> e; in tfoo()
/external/llvm-project/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp82 struct TE { struct
84 ~TE() {} in ~TE() argument
90 TE<int> e; in tfoo()
/external/icu/icu4c/source/test/testdata/
Dte.txt15 string_only_in_te { TE }
35 string_in_Root_te_te_IN { TE }
57 string_in_Root_te { TE }
80 string_in_te_te_IN { TE }
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h238 Ensemble &TE; variable
241 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum()
244 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()
280 return TE.Cycles.lookup(&MI); in getInstrCycles()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h256 Ensemble &TE; variable
259 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum()
262 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()
299 return TE.Cycles.lookup(&MI); in getInstrCycles()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h256 Ensemble &TE; variable
259 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum()
262 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()
299 return TE.Cycles.lookup(&MI); in getInstrCycles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFoldTables.h79 friend bool operator<(const X86MemoryFoldTableEntry &TE, unsigned Opcode) {
80 return TE.KeyOp < Opcode;
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFoldTables.h79 friend bool operator<(const X86MemoryFoldTableEntry &TE, unsigned Opcode) {
80 return TE.KeyOp < Opcode;
/external/llvm-project/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.cpp31 return ChooseMask(PredBlockMask::TT, PredBlockMask::TE); in expandPredBlockMask()
34 case PredBlockMask::TE: in expandPredBlockMask()

1234567891011