Searched refs:newObject (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/common/
H A DObject.hpp85 ObjectType *operator=(ObjectType *newObject) argument
87 if(newObject) newObject->addRef();
90 object = newObject;
/external/clang/test/PCH/
H A Dobjc_container.h21 id newObject; local
24 dictionary[key] = newObject;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DNewInstance002Test.java131 TaggedObject newObject = reply.getNextValueAsTaggedObject();
132 logWriter.println(" ClassType.NewInstance: newObject.tag="
133 + newObject.tag + "; newObject.objectID=" + newObject.objectID);
138 assertNotNull("newObject is null", newObject);
139 assertTrue("newObject.objectID is 0", newObject.objectID != 0);
140 assertEquals("ClassType::NewInstance returned invalid newObject
[all...]
H A DNewInstanceTest.java156 TaggedObject newObject = reply.getNextValueAsTaggedObject();
157 logWriter.println(" ClassType.NewInstance: newObject.tag="
158 + newObject.tag + "; newObject.objectID=" + newObject.objectID);
163 assertNotNull("newObject is null", newObject);
164 assertTrue("newObject.objectID is 0", newObject.objectID != 0);
165 assertEquals("ClassType::NewInstance returned invalid newObject
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DInvokeMethodTest.java139 TaggedObject newObject = reply.getNextValueAsTaggedObject();
140 logWriter.println(" ClassType.NewInstance: newObject.tag="
141 + newObject.tag + " newObject.objectID=" + newObject.objectID);
147 assertTrue("newObject must be != null", newObject != null);
148 assertTrue("newObject.objectID must be != 0", newObject.objectID != 0);
149 assertEquals("Invalid object tag,", JDWPConstants.Tag.OBJECT_TAG, newObject
[all...]
/external/pdfium/core/fxge/win32/
H A Dfx_win32_dwrite.cpp25 inline InterfaceType* SafeAcquire(InterfaceType* newObject) { argument
26 if (newObject) {
27 newObject->AddRef();
29 return newObject;
/external/tpm2/
H A DObject.c585 OBJECT *newObject; local
587 if(!ObjectAllocateSlot(handle, &newObject))
590 *newObject = *object;
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java385 GameObject newObject = null;
388 newObject = spawnPlayer(x, y);
391 newObject = spawnCoin(x, y);
394 newObject = spawnRuby(x, y);
397 newObject = spawnDiary(x, y);
400 newObject = spawnEnemyWanda(x, y, true);
403 newObject = spawnEnemyKyle(x, y, true);
406 newObject = spawnEnemyKyleDead(x, y);
409 newObject = spawnEnemyAndouDead(x, y);
412 newObject
[all...]
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
H A DCriteria.java491 public final static Criterion newObject(String methodName, RelativeLocation loc) { method in class:Criteria
/external/annotation-tools/annotation-file-utilities/src/annotator/specification/
H A DIndexFileSpecification.java674 ATypeElement newObject = entry.getValue();
675 CriterionList newClist = clist.add(Criteria.newObject(methodName, loc));
676 parseInnerAndOuterElements(newClist, newObject);
/external/oj-libjdwp/make/data/jdwp/
H A Djdwp.spec1220 (tagged-object newObject "The newly created object, or null "
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 456 milliseconds