/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/ |
ti_omx_interface.cpp | 52 static TIOMXInterface* Instance() 126 return TIOMXInterface::Instance(); 131 TIOMXInterface* instance = (TIOMXInterface*)aInstance; local 132 if (instance) 133 OSCL_DELETE(instance);
|
/frameworks/base/awt/org/apache/harmony/awt/gl/image/ |
ImageLoader.java | 42 static ImageLoadersStorage instance; field in class:ImageLoader.ImageLoadersStorage 52 if (instance == null) { 53 instance = new ImageLoadersStorage(); 56 return instance;
|
/packages/apps/Camera/src/com/android/camera/ |
CameraButtonIntentReceiver.java | 38 CameraHolder holder = CameraHolder.instance();
|
/external/bluetooth/glib/gobject/ |
gtype.h | 291 * process of creating an instance (object) of this type. 422 * @instance_size: the size of the instance structure. 442 * @instance: Location of a #GTypeInstance structure. 444 * Checks if @instance is a valid #GTypeInstance structure, 451 #define G_TYPE_CHECK_INSTANCE(instance) (_G_TYPE_CHI ((GTypeInstance*) (instance))) 454 * @instance: Location of a #GTypeInstance structure. 458 * Checks that @instance is an instance of the type identified by @g_type 459 * and issues a warning if this is not the case. Returns @instance casted [all...] |
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
ButtonActivity.java | 39 final ButtonActivity instance = this; local 50 InputMethodManager imm = InputMethodManager.getInstance(instance);
|
/dalvik/hit/src/com/android/hit/ |
State.java | 103 public final void addInstance(long id, Instance instance) { 104 mCurrentHeap.addInstance(id, instance); 111 public final Instance findReference(long id) { 113 Instance instance = heap.getInstance(id); local 115 if (instance != null) { 116 return instance; 120 // Couldn't find an instance of a class, look for a class object 151 "+------------------ instance counts for heap: " + heap.mName) [all...] |
Queries.java | 45 * parent object, this will give you an Instance. 50 * in question, this will give you an Instance. 135 public static Instance[] instancesOf(State state, String baseClassName) { 143 Instance[] instances = new Instance[theClass.mInstances.size()]; 152 public static Instance[] allInstancesOf(State state, String baseClassName) { 165 ArrayList<Instance> instanceList = new ArrayList<Instance>(); 171 Instance[] result = new Instance[instanceList.size()] [all...] |
/development/samples/BrowserPlugin/jni/animation/ |
AnimationPlugin.cpp | 46 static void inval(NPP instance, const ANPRectF& r, bool doAA) { 54 browser->invalidaterect(instance, &inval); 161 NPP instance = this->inst(); local 162 PluginObject *obj = (PluginObject*) instance->pdata; 172 gWindowI.setVisibleRects(instance, visibleRects, 1); 173 gWindowI.clearVisibleRects(instance); 177 NPP instance = this->inst(); local
|
/external/webkit/WebCore/bridge/jni/jsc/ |
JavaInstanceJSC.cpp | 62 JavaInstance::JavaInstance(jobject instance, PassRefPtr<RootObject> rootObject) 63 : Instance(rootObject) 65 m_instance = new JObjectWrapper(instance); 328 JObjectWrapper::JObjectWrapper(jobject instance) 331 assert(instance); 333 if (!instance) 337 // Cache the JNIEnv used to get the global ref for this java instance. 341 m_instance = m_env->NewGlobalRef(instance); 343 JS_LOG("new global ref %p for %p\n", m_instance, instance); 347 LOGE("%s: could not get GlobalRef for %p\n", __PRETTY_FUNCTION__, instance); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audiodev.c | 77 int exists, instance; local 80 instance = 1; 83 "%s%d", audiodev, instance++);
|
/external/webkit/WebKit/win/ |
WebNavigationData.cpp | 86 WebNavigationData* instance = new WebNavigationData(url, title, request, response, hasSubstituteData, clientRedirectSource); local 87 instance->AddRef(); 88 return instance;
|
WebResource.cpp | 63 WebResource* instance = new WebResource(memoryStream.get(), response.url(), response.mimeType(), response.textEncodingName(), String()); local 64 instance->AddRef(); 65 return instance;
|
/frameworks/base/core/java/android/util/ |
Xml.java | 111 return XmlSerializerFactory.instance.newSerializer(); 121 static final XmlPullParserFactory instance; field in class:Xml.XmlSerializerFactory 124 instance = XmlPullParserFactory.newInstance(TYPE, null);
|
/frameworks/base/media/libstagefright/omx/ |
OMXNodeInstance.cpp | 430 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); local 431 if (instance->mDying) { 434 return instance->owner()->OnEvent( 435 instance->nodeID(), eEvent, nData1, nData2, pEventData); 443 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); local 444 if (instance->mDying) { 447 return instance->owner()->OnEmptyBufferDone(instance->nodeID(), pBuffer); 455 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); local 456 if (instance->mDying) [all...] |
/development/host/windows/usb/api/ |
AdbWinApi.cpp | 101 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
|
/development/samples/BrowserPlugin/jni/audio/ |
AudioPlugin.h | 33 NPP instance; member in struct:SoundPlay
|
AudioPlugin.cpp | 43 static void inval(NPP instance) { 44 browser->invalidaterect(instance, NULL); 55 static void inval(NPP instance, const ANPRectF& r, bool doAA) { 58 PluginObject *obj = reinterpret_cast<PluginObject*>(instance->pdata); 64 browser->invalidaterect(instance, &inval); 83 inval(play->instance); 106 m_soundPlay->instance = inst; 276 NPP instance = this->inst(); local 331 NPP instance = this->inst(); local 336 instance); [all...] |
/external/webkit/WebCore/workers/ |
DefaultSharedWorkerRepository.h | 72 static DefaultSharedWorkerRepository& instance();
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
PluginObject.h | 60 extern void pluginLog(NPP instance, const char* format, ...);
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLAudioElementConstructor.cpp | 62 // Make sure the document is added to the DOM Node map. Otherwise, the HTMLAudioElement instance 88 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate(); local 89 instance->SetInternalFieldCount(V8HTMLAudioElement::internalFieldCount);
|
V8HTMLImageElementConstructor.cpp | 62 // Make sure the document is added to the DOM Node map. Otherwise, the HTMLImageElement instance 88 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate(); local 89 instance->SetInternalFieldCount(V8HTMLImageElement::internalFieldCount);
|
V8HTMLOptionElementConstructor.cpp | 104 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate(); local 105 instance->SetInternalFieldCount(V8HTMLOptionElement::internalFieldCount);
|
/external/webkit/WebCore/bridge/qt/ |
qt_instance.h | 38 class QtInstance : public Instance { 74 static PassRefPtr<QtInstance> create(QObject *instance, PassRefPtr<RootObject> rootObject, QScriptEngine::ValueOwnership ownership) 76 return adoptRef(new QtInstance(instance, rootObject, ownership));
|
/external/webkit/WebCore/plugins/qt/ |
PluginPackageQt.cpp | 83 static NPError staticPluginQuirkRequiresGtkToolKit_NPN_GetValue(NPP instance, NPNVariable variable, void* value) 90 return NPN_GetValue(instance, variable, value); 126 // It does so in NP_Initialize with a null instance, therefore it is done this way:
|
/external/webkit/WebCore/svg/ |
SVGElement.cpp | 153 void SVGElement::mapInstanceToElement(SVGElementInstance* instance) 155 ASSERT(instance); 158 ASSERT(!instances.contains(instance)); 160 instances.add(instance); 163 void SVGElement::removeInstanceMapping(SVGElementInstance* instance) 165 ASSERT(instance); 169 ASSERT(instances.contains(instance)); 171 instances.remove(instance);
|