HomeSort by relevance Sort by last modified time
    Searched defs:obj (Results 126 - 150 of 400) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/test/cctest/
test-spaces.cc 171 Object* obj = new_space.AllocateRaw(Page::kMaxHeapObjectSize); local
172 CHECK(!obj->IsFailure());
173 CHECK(new_space.Contains(HeapObject::cast(obj)));
199 Object* obj = s->AllocateRaw(Page::kMaxHeapObjectSize); local
200 CHECK(!obj->IsFailure());
218 Object* obj = lo->AllocateRaw(lo_size); local
219 CHECK(!obj->IsFailure());
220 CHECK(obj->IsHeapObject());
222 HeapObject* ho = HeapObject::cast(obj);
225 CHECK(lo->Contains(HeapObject::cast(obj)));
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 173 var obj; variable
245 var obj = new ArrayCallback(true);
246 actual = strings.map(obj.makeUpperCase, obj).toString();
257 obj = new ArrayCallback(false);
258 actual = strings.map(obj.makeUpperCase, obj).toString();
337 obj = new ArrayCallback(true);
338 strings.forEach(obj.concat, obj);
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_class.cpp 128 QObject* obj = qtinst->getObject(); local
136 if (obj) {
143 if (obj->dynamicPropertyNames().indexOf(ba) >= 0)
151 QList<QObject*> children = obj->children();
168 if (prop.isScriptable(obj)) {
176 index = obj->dynamicPropertyNames().indexOf(ba);
185 QList<QObject*> children = obj->children();
  /external/webkit/WebCore/rendering/
InlineIterator.h 38 , obj(0)
46 , obj(o)
59 RenderObject* obj; member in class:WebCore::InlineIterator
66 return it1.pos == it2.pos && it1.obj == it2.obj;
71 return it1.pos != it2.pos || it1.obj != it2.obj;
184 if (!obj)
186 if (obj->isText()) {
188 if (pos >= toRenderText(obj)->textLength())
239 RenderObject *obj = sor.obj; local
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 48 static void executeScript(const PluginObject* obj, const char* script);
60 PluginObject* obj = (PluginObject*)browser->createobject(instance, getPluginClass()); local
63 if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad)
64 obj->onStreamLoad = strdup(argv[i]);
65 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
66 obj->onStreamDestroy = strdup(argv[i]);
67 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify)
68 obj->onURLNotify = strdup(argv[i]);
71 obj->returnErrorFromNewStream = TRUE;
73 obj->logSetWindow = TRUE
98 PluginObject* obj = static_cast<PluginObject*>(instance->pdata); local
126 PluginObject* obj = static_cast<PluginObject*>(instance->pdata); local
165 PluginObject* obj = static_cast<PluginObject*>(instance->pdata); local
184 PluginObject* obj = (PluginObject*)instance->pdata; local
226 PluginObject* obj = static_cast<PluginObject*>(instance->pdata); local
239 PluginObject* obj = static_cast<PluginObject*>(instance->pdata); local
275 PluginObject* obj = static_cast<PluginObject*>(instance->pdata); local
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 91 PluginObject* obj = (PluginObject*)browser->createobject(instance, getPluginClass()); local
94 if (_stricmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad)
95 obj->onStreamLoad = _strdup(argv[i]);
96 else if (_stricmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
97 obj->onStreamDestroy = _strdup(argv[i]);
98 else if (_stricmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify)
99 obj->onURLNotify = _strdup(argv[i]);
100 else if (_stricmp(argn[i], "onDestroy") == 0 && !obj->onDestroy)
101 obj->onDestroy = _strdup(argv[i]);
107 obj->testDocumentOpenInDestroyStream = TRUE
120 PluginObject *obj = (PluginObject*)instance->pdata; local
146 PluginObject* obj = static_cast<PluginObject*>(instance->pdata); local
160 PluginObject* obj = (PluginObject*)instance->pdata; local
176 PluginObject* obj = (PluginObject*)instance->pdata; local
208 PluginObject *obj = (PluginObject*)instance->pdata; local
218 PluginObject *obj = (PluginObject*)instance->pdata; local
230 PluginObject *obj = (PluginObject*)instance->pdata; local
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/
ListenerList.java 167 Object obj = it.next(); local
168 if (obj instanceof Serializable) {
169 result.add(obj);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
aio_abi.h 30 __u64 obj; member in struct:io_event
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
aio_abi.h 30 __u64 obj; member in struct:io_event
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
aio_abi.h 30 __u64 obj; member in struct:io_event
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
aio_abi.h 30 __u64 obj; member in struct:io_event
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
aio_abi.h 30 __u64 obj; member in struct:io_event
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
aio_abi.h 30 __u64 obj; member in struct:io_event
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
CharArrayWriterTest.java 300 CharArrayWriter obj = new CharArrayWriter(); local
302 obj.write((String) null, -1, 0);
PipedReaderTest.java 303 PipedReader obj = new PipedReader(pw); local
305 obj.read(new char[10], 0, -1);
311 obj.read(new char[10], -1, 1);
317 obj.read(new char[10], 2, 9);
323 obj.read(null, 0, 1);
StringWriterTest.java 154 StringWriter obj = new StringWriter(); local
156 obj.write(new char[10], 0, -1);
163 obj.write(new char[10], -1, 1);
170 obj.write(new char[10], 2, 9);
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
AccessibleObject.java 316 * @param obj the class which name should be appended to the buffer
320 void appendArrayType(StringBuilder sb, Class<?> obj) {
321 if (!obj.isArray()) {
322 sb.append(obj.getName());
326 Class simplified = obj.getComponentType();
327 obj = simplified;
329 obj = simplified;
332 sb.append(obj.getName());
394 * @param obj the generic type which representation should be appended to the buffer
398 void appendGenericType(StringBuilder sb, Type obj) {
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/spec/
ECFieldF2mTest.java 455 ECFieldF2m obj = new ECFieldF2m(1999, new int[] {367}); local
456 assertTrue(obj.equals(obj));
532 * Test #6 for <code>equals(Object obj)</code> method.<br>
534 * Assertion: returns false if obj is <code>null</code>
547 * Test #7 for <code>equals(Object obj)</code> method.<br>
549 * Assertion: returns false if obj is not instance of <code>ECFieldF2m</code>
690 // create obj using copy
722 // create obj using copy
  /dalvik/libcore/text/src/main/java/java/text/
DateFormatSymbols.java 197 DateFormatSymbols obj = (DateFormatSymbols) object; local
199 // if (obj.zoneStrings == null) {
200 // obj.zoneStrings = obj.icuSymbols.getZoneStrings();
203 if (!localPatternChars.equals(obj.localPatternChars)) {
206 if (!Arrays.equals(ampms, obj.ampms)) {
209 if (!Arrays.equals(eras, obj.eras)) {
212 if (!Arrays.equals(months, obj.months)) {
215 if (!Arrays.equals(shortMonths, obj.shortMonths)) {
218 if (!Arrays.equals(shortWeekdays, obj.shortWeekdays))
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
Expression.java 313 XObject obj = execute(xctxt); local
315 obj.dispatchCharactersEvents(handler);
316 obj.detach();
  /external/v8/test/mjsunit/
array-sort.js 159 var obj = {length: length};
160 obj[0] = 42;
161 obj[10] = 37;
162 obj[100] = undefined;
163 obj[length - 1] = null;
164 Array.prototype.sort.call(obj);
165 assertEquals(length, obj.length, "objsort length unaffected");
166 assertEquals(37, obj[0], "objsort smallest number");
167 assertEquals(42, obj[1], "objsort largest number");
168 assertEquals(null, obj[2], "objsort null")
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
TimeUnit.java 248 * @param obj the object to wait on
254 public void timedWait(Object obj, long timeout)
259 obj.wait(ms, ns);
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 90 Object obj = new Object(); local
91 tprs[0] = new TestPhantomReference(obj, rq);
92 tprs[1] = new TestPhantomReference(obj, rq);
93 tprs[2] = new TestPhantomReference(obj, rq);
94 tprs[3] = new TestPhantomReference(obj, rq);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 176 DERObject obj = aIn.readObject(); local
178 while (obj != null)
180 v.add(obj);
181 obj = aIn.readObject();
189 obj = aIn.readObject();
191 while (obj != null)
193 v.add(obj);
194 obj = aIn.readObject();
402 DERObject obj = readObject(); local
404 if (obj == END_OF_STREAM
417 DERObject obj = readObject(); local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateKey.java 128 Object obj = in.readObject(); local
130 if (obj instanceof Hashtable)
132 this.pkcs12Attributes = (Hashtable)obj;
140 ASN1InputStream aIn = new ASN1InputStream((byte[])obj);

Completed in 1086 milliseconds

1 2 3 4 56 7 8 91011>>