HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 251 - 275 of 432) sorted by null

<<1112131415161718

  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_5.d 32 new-instance v1, java/lang/NullPointerException
T_opc_throw_6.d 30 new-instance v1, java/lang/RuntimeException
T_opc_throw_8.d 30 new-instance v1, java/lang/Error
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_object/d/
T_return_object_15.d 31 new-instance v1, dot/junit/opcodes/return_object/d/TSuper2
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
OIDDatabase.java 29 private static OIDDatabase instance = new OIDDatabase(); field in class:OIDDatabase
109 return instance;
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-clear-watch.js 3 // Prime the Geolocation instance by denying permission.
permission-denied-already-error.js 3 // Prime the Geolocation instance by denying permission.
permission-denied-already-success.js 3 // Prime the Geolocation instance by denying permission.
  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.cpp 172 // A DOM constructor is a function instance created from a DOM constructor
173 // template. There is one instance per context. A DOM constructor is
308 v8::Local<v8::Object> instance; local
311 instance = proxy->windowShell()->createWrapperFromCache(type);
320 instance = SafeAllocation::newInstance(function);
322 if (!instance.IsEmpty()) {
324 setDOMWrapper(instance, V8ClassIndex::ToInt(type), impl);
326 return instance;
396 if (SVGElementInstance* instance = target->toSVGElementInstance())
397 return toV8(instance);
    [all...]
  /external/webkit/WebCore/bridge/objc/
objc_class.mm 76 MethodList ObjcClass::methodsNamed(const Identifier& identifier, Instance*) const
152 Field* ObjcClass::fieldNamed(const Identifier& identifier, Instance* instance) const
162 id targetObject = (static_cast<ObjcInstance*>(instance))->getObject();
242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName)
244 ObjcInstance* objcInstance = static_cast<ObjcInstance*>(instance);
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 146 BitmapManager.instance().decodeFileDescriptor(
172 b = BitmapManager.instance().getThumbnail(mContentResolver, id,
VideoObject.java 112 return BitmapManager.instance().getThumbnail(mContentResolver,
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassLoader.java 201 * Constructs a new instance of this class with the system class loader as
214 * Constructs a new instance of this class with the specified class loader
1041 static BootClassLoader instance; field in class:BootClassLoader
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 91 * @return instance of factory, never null
115 * @return instance of factory, never null
142 Object instance = factoryClass.newInstance(); local
143 debugPrintln("created new instance of factory " + factoryId);
144 return instance;
221 debugPrintln("created new instance of " + providerClass +
449 * Create an instance of a class using the specified ClassLoader
458 Object instance = providerClass.newInstance(); local
459 debugPrintln("created new instance of " + providerClass +
461 return instance;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 73 // A container for a dummy npp instance. This is used to allow
75 // instance. This is substituted instead, and is shared between all
128 static void Android_NPN_PluginThreadAsyncCall(NPP instance,
132 // Translate all instance == NULL to a dummy actual npp.
134 if (instance == NULL) {
135 instance = dummyNpp.getInstance();
138 NPN_PluginThreadAsyncCall(instance, func, userData);
  /external/webkit/WebCore/plugins/qt/
PluginContainerQt.cpp 60 static_cast<QApplication*>(QApplication::instance())->x11ProcessEvent(event);
  /external/webkit/WebCore/svg/
SVGUseElement.h 90 // Instance tree handling
104 SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const;
  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.cpp 68 int APIENTRY _tWinMain(HINSTANCE instance, HINSTANCE, LPTSTR commandLine, int)
  /packages/apps/Camera/src/com/android/camera/
BitmapManager.java 125 public static synchronized BitmapManager instance() { method in class:BitmapManager
  /development/tools/axl/
singletonmixin.py 15 returns the instance of S. If none exists, it is created.
17 2) The usual idiom to construct an instance by calling the class, i.e.
23 was creating a new instance. So it is felt that it is better to
65 Call this to instantiate an instance or retrieve the existing instance.
75 instance = cls.__new__(cls)
76 instance.__init__(*lstArgs)
77 cls.cInstance = instance
101 # run up the chain of base classes until we find the one that has the instance
115 Demonstrates normal use -- just call getInstance and it returns a singleton instance
    [all...]
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 183 // First see if we have a Java instance.
188 JavaInstance* instance = static_cast<JavaInstance*>(imp->getInternalInstance()); local
189 if (instance)
190 result.l = instance->javaInstance();

Completed in 1576 milliseconds

<<1112131415161718