HomeSort by relevance Sort by last modified time
    Searched defs:newObject (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/PCH/
objc_container.h 21 id newObject;
24 dictionary[key] = newObject;
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
ReflectionPool.java 58 protected T newObject () {
Pool.java 46 abstract protected T newObject ();
48 /** Returns an object from this pool. The object may be new (from {@link #newObject()}) or reused (previously
51 return freeObjects.size == 0 ? newObject() : freeObjects.pop();
SortedIntList.java 168 protected Node<E> newObject () {
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java 72 Support_GetPutFields newObject = new Support_GetPutFields();
73 newObject.initTestValues();
77 object.equals(newObject));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
TestComparator.java 19 Object b = newObject(c);
20 Object a = newObject(b);
29 a = newObject(b);
56 public Object newObject(Object c) {
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
TestComparator.java 18 Object b = newObject(c);
19 Object a = newObject(b);
28 a = newObject(b);
55 public Object newObject(Object c) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEffectPool.java 30 protected PooledEffect newObject () {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstance002Test.java 130 TaggedObject newObject = reply.getNextValueAsTaggedObject();
131 logWriter.println(" ClassType.NewInstance: newObject.tag="
132 + newObject.tag + "; newObject.objectID=" + newObject.objectID);
137 assertNotNull("newObject is null", newObject);
138 assertTrue("newObject.objectID is 0", newObject.objectID != 0);
139 assertEquals("ClassType::NewInstance returned invalid newObject.tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.ta
    [all...]
NewInstanceTest.java 176 TaggedObject newObject = reply.getNextValueAsTaggedObject();
177 logWriter.println(" ClassType.NewInstance: newObject.tag="
178 + newObject.tag + "; newObject.objectID=" + newObject.objectID);
183 assertNotNull("newObject is null", newObject);
184 assertTrue("newObject.objectID is 0", newObject.objectID != 0);
185 assertEquals("ClassType::NewInstance returned invalid newObject.tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.ta
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ModelInfluencer.java 54 public ModelInstance newObject () {
ParticleControllerInfluencer.java 73 public ParticleController newObject () {
110 pool.free(pool.newObject());
  /art/test/569-checker-pattern-replacement/src/
Main.java 315 /// CHECK-START: java.lang.Object Main.newObject() inliner (before)
320 /// CHECK-START: java.lang.Object Main.newObject() inliner (after)
323 public static Object newObject() {
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 138 TaggedObject newObject = reply.getNextValueAsTaggedObject();
139 logWriter.println(" ClassType.NewInstance: newObject.tag="
140 + newObject.tag + " newObject.objectID=" + newObject.objectID);
146 assertTrue("newObject must be != null", newObject != null);
147 assertTrue("newObject.objectID must be != 0", newObject.objectID != 0);
148 assertEquals("Invalid object tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.ta
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
ModelBatch.java 47 protected Renderable newObject () {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
RenderableShapeBuilder.java 38 protected Renderable newObject () {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/utils/
AABBNearFarAnalyzer.java 41 protected Renderable newObject () {
  /external/tpm2/
Object.c 585 OBJECT *newObject;
587 if(!ObjectAllocateSlot(handle, &newObject))
590 *newObject = *object;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
BillboardParticleBatch.java 89 public Renderable newObject () {
195 renderablePool.free(renderablePool.newObject());
  /art/test/450-checker-types/src/
Main.java 184 x = newObject(); // this one will have an unknown type.
375 public Object newObject() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 730 T* newObject()
1001 Edge* e = edgePool.newObject();
1002 Edge* r = edgePool.newObject();
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
MultipleRenderTargetTest.java 686 protected Renderable newObject () {
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 291 CameraMetadataNative newObject = new CameraMetadataNative();
292 newObject.swap(other);
293 return newObject;
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 

Completed in 968 milliseconds

1 2