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

1 2 3 4

  /external/dtc/tests/
integer-expressions.c 37 #define TE(expr) { #expr, (expr) }
38 TE(0xdeadbeef),
39 TE(-0x21524111),
40 TE(1+1),
41 TE(2*3),
42 TE(4/2),
43 TE(10/3),
44 TE(19%4),
45 TE(1 << 13),
46 TE(0x1000 >> 4)
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 82 struct TE {
84 ~TE() {}
90 TE<int> e;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_coercion.py 96 TE = TypeError
110 (0,4): ('b', [TE, TE, [1, 1], TE, TE, TE, TE]),
111 (0,5): ('b', [TE, TE, (2, 2), TE, TE, TE, TE]),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 280 const TypeTraitExpr *TE = cast<TypeTraitExpr>(E);
281 return makeTruthVal(TE->getValue(), TE->getType());
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 115 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION),
120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
es31fShaderIntegerFunctionTests.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 238 Ensemble &TE;
241 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; }
244 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {}
280 return TE.Cycles.lookup(&MI);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_coercion.py 96 TE = TypeError
110 (0,4): ('b', [TE, TE, [1, 1], TE, TE, TE, TE]),
111 (0,5): ('b', [TE, TE, (2, 2), TE, TE, TE, TE])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_coercion.py 96 TE = TypeError
110 (0,4): ('b', [TE, TE, [1, 1], TE, TE, TE, TE]),
111 (0,5): ('b', [TE, TE, (2, 2), TE, TE, TE, TE])
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_arm.s 28 // TE or TS are spilled to the stack during bulk register moves.
30 #define TE R8
59 #define FR3 R8 /* shared with TE */
67 ADD N, TS, TE /* to end pointer */
78 AND.S $3, TE, TMP
82 MOVBU.W TMP, -1(TE) /* pre-indexed */
92 CMP TMP, TE
96 MOVM.DB.W [R0-R7], (TE)
103 CMP TMP, TE
107 MOVW.W TMP1, -4(TE) /* pre-indexed *
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
memmove_arm.s 28 // TE or TS are spilled to the stack during bulk register moves.
30 #define TE R8
59 #define FR3 R8 /* shared with TE */
67 ADD N, TS, TE /* to end pointer */
78 AND.S $3, TE, TMP
82 MOVBU.W TMP, -1(TE) /* pre-indexed */
92 CMP TMP, TE
96 MOVM.DB.W [R0-R7], (TE)
103 CMP TMP, TE
107 MOVW.W TMP1, -4(TE) /* pre-indexed *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coercion.py 96 TE = TypeError
110 (0,4): ('b', [TE, TE, [1, 1], TE, TE, TE, TE]),
111 (0,5): ('b', [TE, TE, (2, 2), TE, TE, TE, TE])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_coercion.py 96 TE = TypeError
110 (0,4): ('b', [TE, TE, [1, 1], TE, TE, TE, TE]),
111 (0,5): ('b', [TE, TE, (2, 2), TE, TE, TE, TE])
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http2xStream.java 58 private static final ByteString TE = ByteString.encodeUtf8("te");
88 TE,
103 TE,
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 112 /** The HTTP {@code TE} header field name. */
113 public static final String TE = "TE";
  /external/valgrind/none/tests/ppc32/
test_dfp3.c 500 static void _test_dquai(int TE, int RMC)
502 if (RMC < 0 || RMC > 3 || !__is_TE_val(TE)) {
503 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", TE, RMC);
508 switch (TE) {
526 switch (TE) {
544 switch (TE) {
562 switch (TE) {
584 static void _test_dquaiq(int TE, int RMC)
586 if (RMC < 0 || RMC > 3 || !__is_TE_val(TE)) {
587 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", TE, RMC)
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 619 TypoExpr *&TE) {
676 TE = SemaRef.CorrectTypoDelayed(
693 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable {
736 TypoExpr *TE = nullptr;
741 SS, TemplateArgs != nullptr, TE))
743 if (TE)
744 return TE;
    [all...]
SemaExprCXX.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp     [all...]
vktShaderCommonFunctionTests.cpp     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 442 typename TreeTy::iterator& TE) {
445 if (TI == TE || !I->isElementEqual(&*TI))
622 typename TreeTy::iterator TI = T->begin(), TE = T->end();
623 if (!compareTreeWithSection(TNew, TI, TE))
625 if (TI != TE)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 439 typename TreeTy::iterator& TE) {
442 if (TI == TE || !I->isElementEqual(*TI))
619 typename TreeTy::iterator TI = T->begin(), TE = T->end();
620 if (!compareTreeWithSection(TNew, TI, TE))
622 if (TI != TE)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 691 /* The SIMM field in a VX form instruction, and TE in Z form. */
693 #define TE SIMM
    [all...]

Completed in 2718 milliseconds

1 2 3 4