Searched refs:Int (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/test/java/util/Collections/ |
D | ViewSynch.java | 42 static final Int INT_ZERO = new Int(0); 43 static final Int INT_ONE = new Int(1); 70 class Int { class 72 Int(int i) {x = new Integer(i);} in Int() method in Int 76 Int i = (Int)o; in equals()
|
/libcore/tools/go/certutil/ |
D | certutil.go | 35 LastSerial *big.Int 88 func (e *Entity) nextSerial() *big.Int { 141 func mustRandInt(max *big.Int) *big.Int { argument 142 r, err := rand.Int(rand.Reader, max)
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | genOrder.sh | 38 gen int Int Integer
|
D | genBasic.sh | 39 gen int Int Integer
|
D | genCopyDirectMemory.sh | 39 gen int Int Integer
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 60 Int, enumConstant 487 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.IPUT)); in tryAccessor() 489 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.SPUT)); in tryAccessor() 491 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.IGET)); in tryAccessor() 493 resultFor(primitive, PrimitiveType.Int, accessor, AccessorType.SGET)); in tryAccessor() 624 valueHolder, PrimitiveType.Int, boxed, AccessorType.IPUT); in testIntSettersAndGetters() 626 valueHolder, PrimitiveType.Int, boxed, AccessorType.IGET); in testIntSettersAndGetters() 629 valueHolder, PrimitiveType.Int, boxed, AccessorType.SPUT); in testIntSettersAndGetters() 631 valueHolder, PrimitiveType.Int, boxed, AccessorType.SGET); in testIntSettersAndGetters()
|
/libcore/ojluni/src/tools/make/gensrc/ |
D | GensrcBuffer.gmk | 74 $1_Streamtype := Int 91 $1_Type := Int 131 $1_Memtype := Int 133 $1_Swaptype := Int
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | InvalidPathExceptionTest.java | 25 public void test_Constructor$String$String$Int() { in test_Constructor$String$String$Int()
|
D | Files2Test.java | 1536 public void test_walk$Path$Int$LinkOption_IllegalArgumentException() throws IOException { in test_walk$Path$Int$LinkOption_IllegalArgumentException()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 149 POKER(jint, Int, jint, swapInts); in Memory_pokeIntArray()
|