HomeSort by relevance Sort by last modified time
    Searched refs:testObj (Results 1 - 9 of 9) sorted by null

  /art/test/049-show-object/src/
Main.java 39 Main testObj = new Main();
  /external/v8/test/webkit/
array-proto-func-property-getter-except.js 30 var testObj = {
36 Object.defineProperty(testObj, 0, propertyGetter);
37 Object.defineProperty(testObj, 1, propertyGetter);
38 Object.defineProperty(testObj, 2, propertyGetter);
41 f.call(testObj, function(){});
array-proto-func-length-getter-except.js 28 var testObj = {
36 Object.defineProperty(testObj, "length", lengthGetter);
40 f.call(testObj, undefined);
property-getters-and-setters.js 91 testObj=({get getter(){return 'getter was called.'}, b: 'bar'})
92 shouldBe("typeof testObj.getter", "'string'");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java 179 TestObject testObj = new TestObject();
180 twr = new TestWeakReference(testObj, rq);
181 testObj.setTestWeakReference(twr);
182 testObj = null;
292 TestObject testObj = new TestObject(new String("sup /b/"));
SoftReferenceTest.java 98 Object testObj = new TestObject();
99 r = new SoftReference(testObj, rq);
  /external/skia/tests/
SerializationTest.cpp 29 static void TestAlignment(T* testObj, skiatest::Reporter* reporter) {
32 size_t bytesWrittenToMemory = testObj->writeToMemory(dataWritten);
34 size_t bytesReadFromMemory = testObj->readFromMemory(dataWritten, bytesWrittenToMemory);
140 static void TestObjectSerializationNoAlign(T* testObj, skiatest::Reporter* reporter) {
142 SerializationUtils<T>::Write(writer, testObj);
171 static void TestObjectSerialization(T* testObj, skiatest::Reporter* reporter) {
172 TestObjectSerializationNoAlign<T, false>(testObj, reporter);
173 TestAlignment(testObj, reporter);
177 static T* TestFlattenableSerialization(T* testObj, bool shouldSucceed,
180 SerializationUtils<T>::Write(writer, testObj);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturnDebuggee.java 40 static TestObject testObj = new TestObject();
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 281 milliseconds