Searched refs:testObj (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Darray-proto-func-property-getter-except.js30 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(){});
H A Darray-proto-func-length-getter-except.js28 var testObj = {
36 Object.defineProperty(testObj, "length", lengthGetter);
40 f.call(testObj, undefined);
H A Dproperty-getters-and-setters.js91 testObj=({get getter(){return 'getter was called.'}, b: 'bar'})
92 shouldBe("typeof testObj.getter", "'string'");
/external/skia/tests/
H A DSerializationTest.cpp23 static void TestAlignment(T* testObj, skiatest::Reporter* reporter) { argument
26 size_t bytesWrittenToMemory = testObj->writeToMemory(dataWritten);
28 size_t bytesReadFromMemory = testObj->readFromMemory(dataWritten, bytesWrittenToMemory);
134 static void TestObjectSerializationNoAlign(T* testObj, skiatest::Reporter* reporter) { argument
136 SerializationUtils<T>::Write(writer, testObj);
165 static void TestObjectSerialization(T* testObj, skiatest::Reporter* reporter) { argument
166 TestObjectSerializationNoAlign<T, false>(testObj, reporter);
167 TestAlignment(testObj, reporter);
171 static T* TestFlattenableSerialization(T* testObj, bool shouldSucceed, argument
174 SerializationUtils<T>::Write(writer, testObj);
[all...]
/external/chromium_org/third_party/skia/tests/
H A DSerializationTest.cpp26 static void TestAlignment(T* testObj, skiatest::Reporter* reporter) { argument
29 size_t bytesWrittenToMemory = testObj->writeToMemory(dataWritten);
31 size_t bytesReadFromMemory = testObj->readFromMemory(dataWritten, bytesWrittenToMemory);
137 static void TestObjectSerializationNoAlign(T* testObj, skiatest::Reporter* reporter) { argument
139 SerializationUtils<T>::Write(writer, testObj);
168 static void TestObjectSerialization(T* testObj, skiatest::Reporter* reporter) { argument
169 TestObjectSerializationNoAlign<T, false>(testObj, reporter);
170 TestAlignment(testObj, reporter);
174 static T* TestFlattenableSerialization(T* testObj, bool shouldSucceed, argument
177 SerializationUtils<T>::Write(writer, testObj);
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DForceEarlyReturnDebuggee.java40 static TestObject testObj = new TestObject(); field in class:ForceEarlyReturnDebuggee

Completed in 153 milliseconds