HomeSort by relevance Sort by last modified time
    Searched refs:myInt (Results 1 - 19 of 19) sorted by null

  /external/annotation-tools/scene-lib/src/annotations/toys/
FancyAnnotation.java 4 int myInt();
  /system/chre/util/tests/
unique_ptr_test.cc 32 UniquePtr<Value> myInt = MakeUnique<Value>(0xcafe);
33 ASSERT_FALSE(myInt.isNull());
34 EXPECT_EQ(myInt.get()->value, 0xcafe);
35 EXPECT_EQ(myInt->value, 0xcafe);
36 EXPECT_EQ((*myInt).value, 0xcafe);
37 EXPECT_EQ(myInt[0].value, 0xcafe);
56 UniquePtr<Value> myInt = MakeUnique<Value>(0xcafe);
57 ASSERT_FALSE(myInt.isNull());
58 Value *value = myInt.get();
60 UniquePtr<Value> moved(std::move(myInt));
    [all...]
optional_test.cc 26 Optional<int> myInt;
27 EXPECT_FALSE(myInt.has_value());
31 Optional<int> myInt(0x1337);
32 EXPECT_TRUE(myInt.has_value());
33 EXPECT_EQ(*myInt, 0x1337);
37 Optional<int> myInt(std::move(0x1337));
38 EXPECT_TRUE(myInt.has_value());
39 EXPECT_EQ(*myInt, 0x1337);
43 Optional<int> myInt;
44 EXPECT_FALSE(myInt.has_value())
    [all...]
  /frameworks/layoutlib/create/tests/mock_data/mock_android/dummy/
InnerTest.java 58 MyIntEnum(int myInt) {
59 this.myInt = myInt;
61 final int myInt;
  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 19 ConversionConst = MyInt(5)
42 type myInt int
44 type MyInt int
100 func (myInt) privateTypeMethod() {}
101 func (myInt) CapitalMethodUnexportedType() {}
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 19 ConversionConst = MyInt(5)
42 type myInt int
44 type MyInt int
100 func (myInt) privateTypeMethod() {}
101 func (myInt) CapitalMethodUnexportedType() {}
  /frameworks/layoutlib/create/tests/data/
mock_android.jar 
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 190 int myInt;
194 myInt(a), // expected-warning {{deprecated}}
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 303 myInt int
304 S struct{ myInt }
314 MyInt int
315 S struct{ MyInt }
319 want: `{"MyInt":5}`,
326 myInt int
327 S struct{ *myInt }
329 s := S{new(myInt)}
330 *s.myInt = 5
340 MyInt in
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 303 myInt int
304 S struct{ myInt }
314 MyInt int
315 S struct{ MyInt }
319 want: `{"MyInt":5}`,
326 myInt int
327 S struct{ *myInt }
329 s := S{new(myInt)}
330 *s.myInt = 5
340 MyInt in
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java 79 return -((MyInt) o1).compareTo((MyInt) o2);
83 return ((MyInt) o1).compareTo((MyInt) o2);
208 Integer myInt;
215 myInt = new Integer(i);
216 normalCountingMap.put(myInt, myInt);
219 myInt = new Integer(i + mapSize);
220 offsetCountingMap.put(myInt, myInt)
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 418 milliseconds