Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 6 of 6) sorted by relevance

/libcore/dalvik/src/test/java/libcore/org/apache/harmony/dalvik/ddmc/
DDdmVmInternalTest.java32 public static Stuff stuff; field in DdmVmInternalTest
40 stuff = new Stuff(); in setRecentAllocationsTrackingEnabled()
44 stuff.basicStringRef = new Object[]{stuff.basicString}; in setRecentAllocationsTrackingEnabled()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DSequentialOpTest.java108 UnaryOperator<Stream<Integer>>[] stuff in testMixedSeqPar() local
120 for (int s1Index = 0; s1Index < stuff.length; s1Index++) { in testMixedSeqPar()
122 UnaryOperator<Stream<Integer>> s1 = stuff[s1Index]; in testMixedSeqPar()
126 for (int s2Index = 0; s2Index < stuff.length; s2Index++) { in testMixedSeqPar()
128 UnaryOperator<Stream<Integer>> s2 = stuff[s2Index]; in testMixedSeqPar()
/libcore/ojluni/src/test/java/lang/invoke/
DMethodTypeTest.java463 List<Object> stuff = new ArrayList<>(); in testSerialization() local
464 Collections.addAll(stuff, GALLERY); // copy #1 in testSerialization()
466 Collections.addAll(stuff, triples); // copy #3 (partial) in testSerialization()
468 Collections.addAll(stuff, mt.parameterArray()); in testSerialization()
470 Collections.shuffle(stuff, new Random(292)); in testSerialization()
471 Collections.addAll(stuff, GALLERY); // copy #2 in testSerialization()
472 testSerializedEquality(stuff); in testSerialization()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessManagerTest.java177 stuff(); in testHeavyLoad()
180 private static void stuff() { in stuff() method in ProcessManagerTest
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt427 # comment = Mary's and Fred's stuff
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template1568 // -- Other stuff --
1974 // -- Other char stuff --
2182 // -- Other byte stuff: Access to binary data --