/cts/tools/vm-tests/src/dot/junit/opcodes/return_object/d/ |
T_return_object_13.d | 30 new-instance v1, dot/junit/opcodes/return_object/d/TChild 41 instance-of v2, v2, dot/junit/opcodes/return_object/d/TChild
|
T_return_object_14.d | 30 new-instance v0, dot/junit/opcodes/return_object/d/TSuper 43 instance-of v0, v1, dot/junit/opcodes/return_object/d/TChild
|
/dalvik/vm/compiler/codegen/arm/ |
CalloutHelper.h | 72 int dvmInstanceofNonTrivial(const ClassObject* instance, // OP_CHECK_CAST &&
|
/external/bluetooth/glib/gobject/ |
gvalue.h | 136 gpointer instance);
|
/external/guava/src/com/google/common/collect/ |
Serialization.java | 232 void set(T instance, Object value) { 234 field.set(instance, value); 241 void set(T instance, int value) { 243 field.set(instance, value);
|
/external/libxml2/include/libxml/ |
schematron.h | 135 xmlDocPtr instance);
|
/external/webkit/WebCore/bindings/js/ |
ScriptControllerMac.mm | 59 - (PassRefPtr<JSC::Bindings::Instance>)createPluginBindingsInstance:(PassRefPtr<JSC::Bindings::RootObject>)rootObject; 91 RefPtr<Instance> instance = JSC::Bindings::CInstance::create(npObject, rootObject.release()); 94 return instance.release(); 166 JSC::Bindings::Instance::setDidExecuteFunction(updateStyleIfNeededForBindings);
|
/external/webkit/WebCore/storage/chromium/ |
QuotaTracker.cpp | 39 QuotaTracker& QuotaTracker::instance() function in class:WebCore::QuotaTracker
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
ProxyInstance.mm | 49 virtual MethodList methodsNamed(const Identifier&, Instance*) const; 50 virtual Field* fieldNamed(const Identifier&, Instance*) const; 53 MethodList ProxyClass::methodsNamed(const Identifier& identifier, Instance* instance) const 55 return static_cast<ProxyInstance*>(instance)->methodsNamed(identifier); 58 Field* ProxyClass::fieldNamed(const Identifier& identifier, Instance* instance) const 60 return static_cast<ProxyInstance*>(instance)->fieldNamed(identifier); 79 virtual JSValue valueFromInstance(ExecState*, const Instance*) const; 80 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const [all...] |
/external/webkit/WebKit/win/ |
WebHTMLRepresentation.cpp | 65 WebHTMLRepresentation* instance = new WebHTMLRepresentation(); local 66 instance->m_frame = frame; 68 instance->AddRef(); 69 return instance;
|
WebHistoryItem.cpp | 77 WebHistoryItem* instance = new WebHistoryItem(HistoryItem::create()); local 78 instance->AddRef(); 79 return instance; 84 WebHistoryItem* instance; local 86 instance = historyItemWrappers().get(historyItem.get()); 88 if (!instance) 89 instance = new WebHistoryItem(historyItem); 91 instance->AddRef(); 92 return instance;
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
BaseImage.java | 78 b = BitmapManager.instance().getThumbnail(mContentResolver, id,
|
VideoObject.java | 63 return BitmapManager.instance().getThumbnail(mContentResolver,
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 43 * <li>If <em>Log4J</em> is available, return an instance of 45 * <li>If <em>JDK 1.4 or later</em> is available, return an instance of 47 * <li>Otherwise, return an instance of 53 * parameter, this method will be called on each newly created instance 55 * attributes available to the Log instance, if it so desires.</p> 94 logDiagnostic("Instance created."); 181 // ----------------------------------------------------- Instance Variables 303 * instance cannot be returned 313 * <p>Construct (if necessary) and return a <code>Log</code> instance, 318 * instance you are returned may or may not be local to the curren 331 Log instance = (Log) instances.get(name); local 598 Log instance = null; local [all...] |
/external/webkit/WebKit/android/plugins/ |
android_npapi.h | 106 Maybe called with NULL for the NPP instance 130 instance is specified the application's context is returned. If the instance 132 create the webview in which that instance resides. 134 NOTE: Holding onto a non-application context after your instance has been 165 will invoke the appropriate method to return an an instance of a android 166 Java View. The instance is then embedded in the html. The plugin can then 177 surface's underlying bitmap in native code. For instance, if a raster 239 e.g. interface->log(instance, kWarning_ANPLogType, "value is %d", value); 513 of the plugin instance. It will always end with a '/' character [all...] |
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 117 Object instance = null; local 119 instance = lastNonConfigurationInstances.get(r.id); 128 mParent, r.id, r.intent, r.activityInfo, r, r.instanceState, instance); 590 Object instance = r.activity.onRetainNonConfigurationInstance(); local 591 if (instance != null) { 595 instanceMap.put(r.id, instance);
|
/cts/tools/vm-tests/src/dot/junit/opcodes/check_cast/d/ |
T_check_cast_2.d | 63 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass 78 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass 85 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SuperClass 97 new-instance v10, dot/junit/opcodes/check_cast/d/T_check_cast_2/SubClass
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget/d/ |
T_iget_21.d | 30 new-instance v0, Ldot/junit/opcodes/iget/TestStubs;
|
T_iget_30.d | 29 new-instance v0, dot/junit/opcodes/iget/d/T_iget_30
|
T_iget_6.d | 30 new-instance v0, Ldot/junit/opcodes/iget/TestStubs;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_boolean/d/ |
T_iget_boolean_21.d | 30 new-instance v0, Ldot/junit/opcodes/iget_boolean/TestStubs;
|
T_iget_boolean_30.d | 29 new-instance v0, dot/junit/opcodes/iget_boolean/d/T_iget_boolean_30
|
T_iget_boolean_6.d | 30 new-instance v0, Ldot/junit/opcodes/iget_boolean/TestStubs;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_byte/d/ |
T_iget_byte_21.d | 30 new-instance v0, Ldot/junit/opcodes/iget_byte/TestStubs;
|
T_iget_byte_30.d | 29 new-instance v0, dot/junit/opcodes/iget_byte/d/T_iget_byte_30
|