/external/webkit/WebKit/qt/QGVLauncher/ |
main.cpp | 75 if (QApplication::instance()->arguments().contains("--cacheWebView")) 128 , m_measureFps(QApplication::instance()->arguments().contains("--show-fps")) 295 const QStringList arguments = QApplication::instance()->arguments(); 462 fileMenu->addAction("Quit", QApplication::instance(), SLOT(closeAllWindows()), QKeySequence(Qt::CTRL | Qt::Key_Q));
|
/frameworks/base/media/libstagefright/include/ |
OMX.h | 130 node_id makeNodeID(OMXNodeInstance *instance);
|
/packages/apps/Gallery/src/com/android/camera/ |
BitmapManager.java | 167 public static synchronized BitmapManager instance() { method in class:BitmapManager
|
Util.java | 313 BitmapManager.instance().decodeFileDescriptor(fd, options); 324 return BitmapManager.instance().decodeFileDescriptor(fd, options);
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
Image.java | 156 bitmap = BitmapManager.instance().getThumbnail(mContentResolver, mId,
|
UriImage.java | 130 BitmapManager.instance().decodeFileDescriptor(
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
BitmapManager.java | 162 public static synchronized BitmapManager instance() { method in class:BitmapManager
|
/dalvik/vm/mterp/armv5te/ |
OP_INSTANCE_OF.S | 9 * Check to see if an object reference is an instance of a class. 14 /* instance-of vA, vB, class@CCCC */ 21 beq .L${opcode}_store @ null obj, not an instance, store r0
|
/dalvik/vm/mterp/x86/ |
OP_INSTANCE_OF.S | 9 * Check to see if an object reference is an instance of a class. 14 /* instance-of vA, vB, class@CCCC */ 22 je .L${opcode}_store # null obj, not instance, store it
|
/dalvik/vm/mterp/x86-atom/ |
OP_CHECK_CAST.S | 64 call dvmInstanceofNonTrivial # call: (ClassObject* instance, ClassObject* clazz)
|
OP_INSTANCE_OF.S | 19 * Code: Checks if object is instance of a class. Uses no substitutions. 21 * For: instance-of 24 * reference is an instance of the given type, or 0 if not. 67 # call: (ClassObject* instance, ClassObject* clazz)
|
/external/icu4c/common/ |
brkiter.cpp | 261 virtual UObject* cloneInstance(UObject* instance) const { 262 return ((BreakIterator*)instance)->clone();
|
serv.h | 53 * generate an instance of the service. ICUServiceKeys define how 121 * identify an instance of the service in the cache. A 276 * (possibly deferred-initialized) instance. This implements 291 * service instance. If visible is TRUE, the ID will be visible. 292 * The instance must not be NULL. The SimpleFactory will adopt 293 * the instance, which must not be changed subsequent to this call.</p> 295 * @param instanceToAdopt the service instance to adopt. 296 * @param id the ID to assign to this service instance. 307 * <p>This implementation returns a clone of the service instance if the factory's ID is equal to 596 * @return the service instance, or NULL [all...] |
/external/v8/test/mjsunit/ |
debug-constructed-by.js | 44 // Create an instance.
|
/external/webkit/WebCore/bindings/v8/ |
V8Proxy.h | 74 // instance or the prototype ObjectTemplate, based on |onProto|. 87 inline void configureAttribute(v8::Handle<v8::ObjectTemplate> instance, v8::Handle<v8::ObjectTemplate> proto, const BatchedAttribute& attribute) 89 (attribute.onProto ? proto : instance)->SetAccessor(v8::String::New(attribute.name), 301 // Create an instance of a function descriptor and set to the global object 411 // Note: although the pointer is raw, the instance is kept alive by a strong
|
V8Proxy.cpp | 88 void batchConfigureAttributes(v8::Handle<v8::ObjectTemplate> instance, 94 configureAttribute(instance, proto, attributes[i]); 765 v8::Handle<v8::Object> instance = descriptor->GetFunction(); local 766 V8DOMWrapper::setDOMWrapper(instance, type, impl); 769 global->Set(v8::String::New(name), instance); local
|
V8Binding.cpp | 450 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate(); local 451 instance->SetInternalFieldCount(fieldCount); 455 batchConfigureAttributes(instance, desc->PrototypeTemplate(),
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterWindowImpl.java | 314 * Adds an instance of a page to the page list.
326 * Adds all extra pages. For each page, instantiates an instance of the {@link Composite}
344 Composite instance = cons.newInstance(new Object[] { mPagesRootComposite });
local 345 addPage(instance, title);
|
/external/v8/src/ |
serialize.cc | 71 static ExternalReferenceTable* instance() { function in class:v8::internal::ExternalReferenceTable 449 ExternalReferenceTable::instance(); 458 return index >=0 ? ExternalReferenceTable::instance()->code(index) : 0; 464 return index >=0 ? ExternalReferenceTable::instance()->name(index) : NULL; 487 ExternalReferenceTable::instance(); 596 ASSERT(HandleScopeImplementer::instance()->blocks()->is_empty()); 920 CHECK(HandleScopeImplementer::instance()->blocks()->is_empty()); [all...] |
/external/webkit/WebKit/android/jni/ |
WebCoreFrameBridge.cpp | [all...] |
/external/webkit/WebCore/bindings/objc/ |
WebScriptObject.mm | 131 KJSDidExecuteFunctionPtr func = Instance::didExecuteFunction(); 522 ObjcInstance *instance = static_cast<ObjcInstance*>(imp->getInternalInstance()); 523 if (instance) 524 return instance->getObject();
|
/external/webkit/WebCore/bridge/jni/v8/ |
JNIUtilityPrivate.cpp | 207 // First see if we have a Java instance. 210 if (JavaInstance* instance = ExtractJavaInstance(objectImp)) 211 result.l = instance->javaInstance();
|
/external/webkit/WebCore/bridge/qt/ |
qt_pixmapruntime.cpp | 49 virtual MethodList methodsNamed(const Identifier&, Instance*) const; 50 virtual Field* fieldNamed(const Identifier&, Instance*) const; 57 virtual JSValue valueFromInstance(ExecState* exec, const Instance* pixmap) const 61 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {} 66 virtual JSValue valueFromInstance(ExecState* exec, const Instance* inst) const 70 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {} 159 QtPixmapRuntimeObjectImp(ExecState*, PassRefPtr<Instance>); 175 QtPixmapRuntimeObjectImp::QtPixmapRuntimeObjectImp(ExecState* exec, PassRefPtr<Instance> instance) 176 : RuntimeObjectImp(exec, WebCore::deprecatedGetDOMStructure<QtPixmapRuntimeObjectImp>(exec), instance) [all...] |
/external/webkit/WebCore/plugins/ |
PluginStream.cpp | 55 PluginStream::PluginStream(PluginStreamClient* client, Frame* frame, const ResourceRequest& resourceRequest, bool sendNotification, void* notifyData, const NPPluginFuncs* pluginFuncs, NPP instance, const PluginQuirkSet& quirks) 67 , m_instance(instance)
|
/cts/tools/signature-tools/test/signature/converter/doclet/ |
DocletTestConverter.java | 156 Options compOpts = Options.instance(context);
|