/external/webkit/WebCore/bridge/objc/ |
objc_instance.mm | 91 ObjcInstance::ObjcInstance(id instance, PassRefPtr<RootObject> rootObject) 92 : Instance(rootObject) 93 , _instance(instance) 100 PassRefPtr<ObjcInstance> ObjcInstance::create(id instance, PassRefPtr<RootObject> rootObject) 104 if (void* existingWrapper = NSMapGet(s_instanceWrapperCache, instance)) 106 RefPtr<ObjcInstance> wrapper = adoptRef(new ObjcInstance(instance, rootObject)); 107 NSMapInsert(s_instanceWrapperCache, instance, wrapper.get());
|
/external/webkit/WebKit/win/ |
DefaultDownloadDelegate.cpp | 72 DefaultDownloadDelegate* instance = new DefaultDownloadDelegate(); local 73 instance->AddRef(); 74 return instance;
|
WebCache.cpp | 55 WebCache* instance = new WebCache(); local 56 instance->AddRef(); 57 return instance;
|
WebDataSource.cpp | 76 WebDataSource* instance = new WebDataSource(loader); local 77 instance->AddRef(); 78 return instance;
|
WebElementPropertyBag.cpp | 62 WebElementPropertyBag* instance = new WebElementPropertyBag(result); local 63 instance->AddRef(); 65 return instance;
|
WebNotificationCenter.cpp | 73 WebNotificationCenter* instance = new WebNotificationCenter(); local 74 instance->AddRef(); 75 return instance;
|
WebScrollBar.cpp | 58 WebScrollBar* instance = new WebScrollBar(); local 59 instance->AddRef(); 60 return instance;
|
WebDatabaseManager.cpp | 79 DatabaseDetailsPropertyBag* instance = new DatabaseDetailsPropertyBag(details); local 80 instance->AddRef(); 81 return instance;
|
WebIconDatabase.cpp | 110 WebIconDatabase* instance = new WebIconDatabase(); local 111 instance->AddRef(); 112 return instance;
|
/ndk/samples/san-angeles/jni/ |
app-win32.c | 206 int WINAPI WinMain(HINSTANCE instance, HINSTANCE prevInstance, 219 sInstance = instance; 235 // init instance 249 NULL, NULL, instance, NULL);
|
/external/webkit/WebKit/mac/WebView/ |
WebPreferences.mm | 203 WebPreferences *instance = [[self class] _getInstanceForIdentifier:anIdentifier]; 204 if (instance){ 206 return [instance retain]; 258 WebPreferences *instance = [[self class] _getInstanceForIdentifier:_private->identifier]; 259 if (instance) { 261 self = [instance retain]; [all...] |
WebPreferencesPrivate.h | 170 + (void)_setInstance:(WebPreferences *)instance forIdentifier:(NSString *)identifier;
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 160 // Wipe instance table so it will be regenerated 260 * given range match the expected instances (each instance is specified by 262 * If you just want to verify that an instance exists in a given date 281 // Convert all the instance date strings to UTC milliseconds 285 for (String instance : dates) { 286 time.parse3339(instance); 313 for (long instance : instances) { 314 if (instance == begin) { 334 + " unexpected instance (\"%s\") at %s", 348 * When this command runs it verifies that the given instance exists i 352 long instance; field in class:CalendarProvider2Test.VerifyInstance 1176 InstanceInfo instance = mInstanceRanges[ii]; local [all...] |
/external/libxml2/ |
schematron.c | 1745 xmlDocPtr instance; local [all...] |
/external/icu4c/test/intltest/ |
icusvtst.cpp | 125 virtual UObject* cloneInstance(UObject* instance) const { 126 return instance ? new Integer(*(Integer*)instance) : NULL; 487 virtual UObject* cloneInstance(UObject* instance) const { 488 return instance ? new UnicodeString(*(UnicodeString*)instance) : NULL; 506 virtual UObject* cloneInstance(UObject* instance) const { 507 return instance ? new UnicodeString(*(UnicodeString*)instance) : NULL; 1027 virtual UObject* cloneInstance(UObject* instance) const [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/d/ |
T_aput_object_3.d | 68 new-instance v4, dot/junit/opcodes/aput_object/d/SubClass 72 new-instance v5, dot/junit/opcodes/aput_object/d/SuperClass
|
/dalvik/libcore/luni/src/main/java/java/io/ |
ObjectOutputStream.java | 465 * Object to check if an instance previously dumped by this 467 * @return null if it is an instance which has not been dumped yet (and this 469 * instance which has been dumped already. In this case this method 533 * instance. The field is declared by declaringClass. The field is the same 544 private static native boolean getFieldBool(Object instance, 547 private static native byte getFieldByte(Object instance, 550 private static native char getFieldChar(Object instance, 553 private static native double getFieldDouble(Object instance, 556 private static native float getFieldFloat(Object instance, 559 private static native int getFieldInt(Object instance, [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 216 // The global object corresponds to a DOMWindow instance. However, to 217 // allow properties of the JS DOMWindow instance to be shadowed, we 219 // instance as the prototype for that shadow object. The JS DOMWindow 220 // instance is undetectable from javascript code because the __proto__ 223 // The shadow object and the DOMWindow instance are seen as one object 225 // DOMWindow instance is the shadow object. When mapping a DOMWindow 226 // instance to a V8 object, we return the shadow object. 401 // Insert the window instance as the prototype of the shadow object. 558 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function); local 559 if (!instance.IsEmpty()) 560 m_wrapperBoilerplates->Set(v8::Integer::New(classIndex), instance); local [all...] |
/external/webkit/WebKit/chromium/src/ |
WebDatabase.cpp | 107 WebCore::QuotaTracker::instance().updateDatabaseSizeAndSpaceAvailableToOrigin(
|
/frameworks/base/services/java/com/android/server/ |
AttributeCache.java | 69 public static AttributeCache instance() { method in class:AttributeCache
|
/packages/apps/Camera/src/com/android/camera/ |
CameraHolder.java | 32 * The class is used to hold an {@code android.hardware.Camera} instance. 37 * android.hardware.Camera} instance for a while, so if {@code open()} is 59 public static synchronized CameraHolder instance() { method in class:CameraHolder 163 // Keep the camera instance for 3 seconds.
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageLoader.java | 166 BitmapManager.instance().cancelThreadDecoding(t, mCr);
|
/external/webkit/WebCore/plugins/ |
PluginView.cpp | 475 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks()); 525 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks()); 784 PassRefPtr<JSC::Bindings::Instance> PluginView::bindingInstance() 818 RefPtr<JSC::Bindings::Instance> instance = JSC::Bindings::CInstance::create(object, root.release()); local 822 return instance.release(); 990 m_manualStream = PluginStream::create(this, m_parentFrame.get(), m_parentFrame->loader()->activeDocumentLoader()->request(), false, 0, plugin()->pluginFuncs(), instance(), m_plugin->quirks()); [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/d/ |
T_iget_object_21.d | 27 new-instance v0, java/lang/Object
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface/d/ |
T_invoke_interface_17.d | 51 new-instance v0, Ldot/junit/opcodes/invoke_interface/ITestImplProtected;
|