HomeSort by relevance Sort by last modified time
    Searched full:int1 (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/clang/test/Sema/
attr-deprecated-message.c 4 typedef int INT1 __attribute__((deprecated("Please avoid INT1"))); // expected-note 3 {{'INT1' has been explicitly marked deprecated here}}
6 typedef INT1 INT2 __attribute__ ((__deprecated__("Please avoid INT2")));
8 typedef INT1 INT1a; // expected-warning {{'INT1' is deprecated: Please avoid INT1}}
10 typedef INT1 INT1b __attribute__ ((deprecated("Please avoid INT1b")));
12 INT1 should_be_unavailable; // expected-warning {{'INT1' is deprecated: Please avoid INT1}
    [all...]
  /external/clang/test/CodeGenObjC/
compatibility-alias.m 3 @interface Int1 @end
5 typedef Int1 Int1Typedef;
encode-test.m 6 @class Int1;
12 @interface Int1 {
18 @implementation Int1
55 Int1 *sBase;
  /external/llvm/unittests/ADT/
PointerSumTypeTest.cpp 17 enum Kinds { Float, Int1, Int2 };
22 PointerSumTypeMember<Int1, int *>,
29 b(SumType::create<Int1>(&i1)), c(SumType::create<Int2>(&i2)), n() {}
41 EXPECT_EQ(Int1, b.getTag());
48 EXPECT_FALSE(a.is<Int1>());
51 EXPECT_TRUE(b.is<Int1>());
54 EXPECT_FALSE(c.is<Int1>());
60 EXPECT_EQ(nullptr, a.get<Int1>());
63 EXPECT_EQ(&i1, b.get<Int1>());
66 EXPECT_EQ(nullptr, c.get<Int1>());
    [all...]
  /external/clang/test/SemaObjC/
interface-1.m 19 @interface INT1
24 INT1 b[3]; // expected-error {{array of interface 'INT1' is invalid (probably should be an array of pointers)}}
25 INT1 *c = &b[0];
  /external/clang/test/Index/
complete-interfaces.m 4 @class Int1, Int2, Int3, Int4;
23 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int1}
28 // CHECK-CC2: ObjCInterfaceDecl:{TypedText Int1}
33 // CHECK-CC3: ObjCInterfaceDecl:{TypedText Int1}
37 // CHECK-CC4: ObjCInterfaceDecl:{TypedText Int1}
42 // CHECK-CC5: ObjCInterfaceDecl:{TypedText Int1}
  /art/test/663-checker-select-generator/smali/
TestCase.smali 22 ## CHECK-DAG: <<Int1:i\d+>> IntConstant 1
25 ## CHECK-DAG: Return [<<Int1>>]
30 ## CHECK-DAG: <<Int1:i\d+>> IntConstant 1
31 ## CHECK-DAG: <<Select:i\d+>> Select [<<Int0>>,<<Int1>>,<<Param>>]
  /art/test/070-nio-buffer/src/
Main.java 93 IntBuffer int1 = direct.asIntBuffer(); local
95 //FloatBuffer int1 = direct.asFloatBuffer();
97 ((Buffer) int1).clear();
98 int1.put(data);
99 ((Buffer) int1).position(0);
101 ((Buffer) int1).clear();
102 int1.put (data);
103 ((Buffer) int1).position(0);
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
test-setcond-int.ll 4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 4 %int1 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>
56 %test37 = icmp eq <3 x i32> %int1, %int2
57 %test38 = icmp sge <3 x i32> %int1, %int2
58 %test39 = icmp sgt <3 x i32> %int1, %int2
59 %test40 = icmp sle <3 x i32> %int1, %int2
60 %test41 = icmp slt <3 x i32> %int1, %int2
61 %test42 = icmp ne <3 x i32> %int1, %int2
  /external/swiftshader/third_party/LLVM/test/ExecutionEngine/
test-setcond-int.ll 4 %int1 = add i32 0, 0 ; <i32> [#uses=6]
56 %test37 = icmp eq i32 %int1, %int2 ; <i1> [#uses=0]
57 %test38 = icmp sge i32 %int1, %int2 ; <i1> [#uses=0]
58 %test39 = icmp sgt i32 %int1, %int2 ; <i1> [#uses=0]
59 %test40 = icmp sle i32 %int1, %int2 ; <i1> [#uses=0]
60 %test41 = icmp slt i32 %int1, %int2 ; <i1> [#uses=0]
61 %test42 = icmp ne i32 %int1, %int2 ; <i1> [#uses=0]
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 85 long int1 = Long.MAX_VALUE; local
86 assertTrue(window.putLong(int1, 0, 1));
88 assertEquals(int1, int2);
  /art/test/617-clinit-oome/src/
Other.java 23 public static final int int1 = 12; field in class:Other
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
InstructionsTest.cpp 29 IntegerType* Int1 = IntegerType::get(C, 1);
30 Constant* One = ConstantInt::get(Int1, 1, true);
67 IntegerType* Int1 = IntegerType::get(C, 1);
68 Constant* One = ConstantInt::get(Int1, 1, true);
ConstantsTest.cpp 19 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1);
20 Constant* One = ConstantInt::get(Int1, 1, true);
21 Constant* Zero = ConstantInt::get(Int1, 0);
22 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true);
23 EXPECT_EQ(NegOne, ConstantInt::getSigned(Int1, -1));
24 Constant* Undef = UndefValue::get(Int1);
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
PeCoffExtraActionLib.h 53 Save IDT entry for INT1 and update it.
66 Restore IDT entry for INT1.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/
IntHandlerFuncs.c 51 Save IDT entry for INT1 and update it.
83 Restore IDT entry for INT1.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/
IntHandlerFuncs.c 52 Save IDT entry for INT1 and update it.
85 Restore IDT entry for INT1.
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 33 TType *int1 = new TType(EbtInt); local
89 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMin, genIType, "min", genIType, int1);
95 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMax, genIType, "max", genIType, int1);
100 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpClamp, genIType, "clamp", genIType, int1, int1);
342 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsampler2D, int1);
343 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler3D, int1);
344 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", gsamplerCube, int1);
345 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int3, "textureSize", gsampler2DArray, int1);
346 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", sampler2DShadow, int1);
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 294 String int1 = "[I"; local
329 superclassTest(int1, int1, int1);
330 superclassTest(object, int1, float1);
331 superclassTest(object, int1, int2);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_AvailTest.java 31 // string of the form '<int1> <int2> <data>'
32 // where data is some bytes, <int1> is the length of the whole string
  /external/llvm/test/CodeGen/X86/
sse-fcopysign.ll 56 define float @int1(float %a, float %b) {
57 ; X32-LABEL: @int1
68 ; X64-LABEL: @int1
  /frameworks/base/apct-tests/perftests/core/src/android/database/
TableHelper.java 45 return "CREATE TABLE `Int1` ("
52 return "INSERT INTO `Int1`(`a`)"
65 return "SELECT * from Int1";
  /external/libbrillo/brillo/
any_unittest.cc 263 Any int1{12};
266 EXPECT_EQ(int1, int2);
289 Any int1{1};
291 EXPECT_NE(int1, empty1);
292 EXPECT_NE(empty2, int1);

Completed in 1852 milliseconds

1 2 3 4 5 6