Home
last modified time | relevance | path

Searched refs:Int (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DViewSynch.java42 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/
Dcertutil.go35 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/
DgenOrder.sh38 gen int Int Integer
DgenBasic.sh39 gen int Int Integer
DgenCopyDirectMemory.sh39 gen int Int Integer
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java60 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/
DGensrcBuffer.gmk74 $1_Streamtype := Int
91 $1_Type := Int
131 $1_Memtype := Int
133 $1_Swaptype := Int
/libcore/luni/src/test/java/libcore/java/nio/file/
DInvalidPathExceptionTest.java25 public void test_Constructor$String$String$Int() { in test_Constructor$String$String$Int()
DFiles2Test.java1536 public void test_walk$Path$Int$LinkOption_IllegalArgumentException() throws IOException { in test_walk$Path$Int$LinkOption_IllegalArgumentException()
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp149 POKER(jint, Int, jint, swapInts); in Memory_pokeIntArray()