/dalvik/dx/tests/087-ssa-local-vars/ |
Blort.java | 8 Object[] objectArray = new Object[8]; 10 Object anotherOne = objectArray; 21 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); 23 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); 25 objectArray[4] = new Object(); 27 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length);
|
/art/test/011-array-copy/src/ |
Main.java | 30 Object[] objectArray = new Object[8]; 36 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); 38 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); 40 objectArray[4] = new ImplA(); 42 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
ReflectedType002Debuggee.java | 30 Object[] objectArray = new Object[0];
|
/external/replicaisland/src/com/replica/replicaisland/ |
ObjectManager.java | 85 final Object[] objectArray = mObjects.getArray(); 87 BaseObject object = (BaseObject)objectArray[i]; 120 final Object[] objectArray = mObjects.getArray(); 122 mPendingRemovals.add((BaseObject)objectArray[i]);
|
GameObjectManager.java | 86 final Object[] objectArray = objects.getArray(); 88 GameObject gameObject = (GameObject)objectArray[i];
|
RenderSystem.java | 63 final Object[] objectArray = objects.getArray(); 66 RenderElement element = (RenderElement)objectArray[i];
|
GameRenderer.java | 210 Object[] objectArray = objects.getArray(); 218 RenderElement element = (RenderElement)objectArray[i];
|
/external/guava/guava/src/com/google/common/collect/ |
SingletonImmutableSet.java | 88 Object[] objectArray = array; 89 objectArray[0] = element;
|
SingletonImmutableList.java | 165 Object[] objectArray = array; 166 objectArray[0] = element;
|
ImmutableSet.java | 489 Object[] objectArray = array; 491 objectArray[i] = transform(source[i]);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ArraysTest.java | 64 Object[] objectArray; 74 List convertedList = Arrays.asList(objectArray); 78 convertedList.get(counter) == objectArray[counter]); 86 Object[] myArray = (Object[]) (objectArray.clone()); 265 Arrays.binarySearch(objectArray, objArray[counter]) == counter); 267 -1, Arrays.binarySearch(objectArray, new Integer(-1))); 270 Arrays.binarySearch(objectArray, new Integer(arraySize)) == -(arraySize + 1)); 294 objectArray[counter] = objArray[arraySize - counter - 1]; 297 Arrays.binarySearch(objectArray, new Integer(-1), comp) == -(arraySize + 1)); 299 -1, Arrays.binarySearch(objectArray, new Integer(arraySize), comp)) [all...] |
/art/runtime/ |
transaction_test.cc | 371 mirror::ObjectArray<mirror::Object>* objectArray = 373 ASSERT_TRUE(objectArray != nullptr); 374 ASSERT_EQ(objectArray->GetLength(), 1); 375 ASSERT_EQ(objectArray->GetWithoutChecks(0), nullptr); 396 objectArray->SetWithoutChecks<true>(0, h_obj.Get()); 409 EXPECT_EQ(objectArray->GetWithoutChecks(0), nullptr);
|
/libcore/luni/src/main/java/java/io/ |
ObjectOutputStream.java | [all...] |
ObjectInputStream.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar | |
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar | |
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar | |
/libcore/benchmarks/libs/ |
caliper.jar | |
/external/owasp/sanitizer/distrib/lib/ |
guava.jar | |
/external/owasp/sanitizer/lib/guava-libraries/ |
guava.jar | |
/packages/services/Telecomm/libs/ |
guava.jar | |