/frameworks/base/media/libstagefright/omx/ |
OMX.cpp | 167 OMXNodeInstance *instance; local 175 instance = mLiveNodes.editValueAt(index); 178 index = mDispatchers.indexOfKey(instance->nodeID()); 182 invalidateNodeID_l(instance->nodeID()); 185 instance->onObserverDied(mMaster); 226 OMXNodeInstance *instance = new OMXNodeInstance(this, observer); local 231 instance, &handle); 236 instance->onGetHandleFailed(); 241 *node = makeNodeID(instance); 242 mDispatchers.add(*node, new CallbackDispatcher(instance)); 253 OMXNodeInstance *instance = findInstance(node); local [all...] |
/external/webkit/Source/WebKit2/Platform/unix/ |
SharedMemoryUnix.cpp | 148 RefPtr<SharedMemory> instance = adoptRef(new SharedMemory()); local 149 instance->m_data = data; 150 instance->m_fileDescriptor = fileDescriptor; 151 instance->m_size = size; 152 return instance.release(); 176 RefPtr<SharedMemory> instance = adoptRef(new SharedMemory()); 177 instance->m_data = data; 178 instance->m_fileDescriptor = handle.m_fileDescriptor; 179 instance->m_size = handle.m_size; 181 return instance; [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGUseElement.cpp | 87 // If there is no element instance tree, force immediate SVGElementInstance tree 245 for (SVGElementInstance* instance = targetInstance->firstChild(); instance; instance = instance->nextSibling()) 246 updateContainerSize(instance); 298 for (SVGElementInstance* instance = targetInstance->firstChild(); instance; instance = instance->nextSibling() 735 RefPtr<SVGElementInstance> instance = SVGElementInstance::create(this, 0, element); local [all...] |
/dalvik/hit/src/com/android/hit/ |
ClassInstance.java | 24 public class ClassInstance extends Instance { 71 Instance instance = state.findReference(id); local 73 if (instance != null) { 74 instance.addParent(this); 93 public final void visit(Set<Instance> resultSet, Filter filter) { 131 Instance instance = state.findReference(id); local 133 if (instance != null) { 134 instance.visit(resultSet, filter) [all...] |
/development/samples/BrowserPlugin/jni/animation/ |
AnimationPlugin.cpp | 118 NPP instance = this->inst(); local 119 PluginObject *obj = (PluginObject*) instance->pdata; 123 ANPRectI visibleRect = gWindowI.visibleRect(instance); 134 gWindowI.setVisibleRects(instance, visibleRects, 1); 135 gWindowI.clearVisibleRects(instance); 139 NPP instance = this->inst(); local
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
PaintedSurface.cpp | 66 TilesManager::instance()->addPaintedSurface(this); 69 ClassTracker::instance()->increment("PaintedSurface"); 82 ClassTracker::instance()->decrement("PaintedSurface"); 212 IntRect clippedRect = TilesManager::instance()->shader()->clippedRectWithViewport(layerRect); 215 float tileWidth = TilesManager::instance()->layerTileWidth(); 216 float tileHeight = TilesManager::instance()->layerTileHeight();
|
ClassTracker.h | 42 static ClassTracker* instance();
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostManager.mm | 244 RefPtr<NetscapePluginInstanceProxy> instance = NetscapePluginInstanceProxy::create(hostProxy, pluginView, fullFrame); 245 uint32_t requestID = instance->nextRequestID(); 246 kern_return_t kr = _WKPHInstantiatePlugin(hostProxy->port(), requestID, (uint8_t*)[data bytes], [data length], instance->pluginID()); 248 // Invalidate the instance. 249 instance->invalidate(); 257 // Create a new instance. 258 instance = NetscapePluginInstanceProxy::create(hostProxy, pluginView, fullFrame); 259 requestID = instance->nextRequestID(); 260 kr = _WKPHInstantiatePlugin(hostProxy->port(), requestID, (uint8_t*)[data bytes], [data length], instance->pluginID()); 263 auto_ptr<NetscapePluginInstanceProxy::InstantiatePluginReply> reply = instance->waitForReply<NetscapePluginInstanceProxy::InstantiatePluginReply>(requestID) [all...] |
/external/webkit/Source/WebKit/win/ |
WebURLAuthenticationChallenge.cpp | 63 WebURLAuthenticationChallenge* instance = new WebURLAuthenticationChallenge(authenticationChallenge, 0); local 64 instance->AddRef(); 65 return instance; 71 WebURLAuthenticationChallenge* instance = new WebURLAuthenticationChallenge(authenticationChallenge, sender); local 72 instance->AddRef(); 73 return instance;
|
WebFramePolicyListener.cpp | 55 WebFramePolicyListener* instance = new WebFramePolicyListener(frame); local 56 instance->AddRef(); 57 return instance;
|
WebKitStatistics.cpp | 61 WebKitStatistics* instance = new WebKitStatistics(); local 62 instance->AddRef(); 63 return instance;
|
WebNotification.cpp | 67 WebNotification* instance = new WebNotification(name, anObject, userInfo); local 68 instance->AddRef(); 69 return instance;
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserFactory.java | 160 * Creates a new instance of a XML Pull Parser 163 * @return A new instance of a XML Pull Parser. 202 * Creates a new instance of a XML Serializer. 206 * @return A new instance of a XML Serializer. 240 * Create a new instance of a PullParserFactory that can be used 244 * @return a new instance of a PullParserFactory, as returned by newInstance (null, null); 305 Object instance = null; local 310 instance = candidate.newInstance (); 316 if (instance instanceof XmlPullParser) { 320 if (instance instanceof XmlSerializer) [all...] |
/external/webkit/Source/WebCore/plugins/ |
PluginStream.h | 60 static PassRefPtr<PluginStream> create(PluginStreamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* notifyData, const NPPluginFuncs* functions, NPP instance, const PluginQuirkSet& quirks) 62 return adoptRef(new PluginStream(client, frame, request, sendNotification, notifyData, functions, instance, quirks)); 86 PluginStream(PluginStreamClient*, Frame*, const ResourceRequest&, bool sendNotification, void* notifyData, const NPPluginFuncs*, NPP instance, const PluginQuirkSet&);
|
/external/webkit/Tools/WebKitTestRunner/qt/ |
TestControllerQt.cpp | 47 static TestControllerRunLoop* instance() function in class:WTR::TestControllerRunLoop 80 TestControllerRunLoop::instance()->stop(); 89 TestControllerRunLoop::instance()->start(static_cast<int>(timeout * 1000));
|
/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);
|
/dalvik/vm/compiler/codegen/x86/ |
CalloutHelper.h | 39 int dvmInstanceofNonTrivial(const ClassObject* instance, // OP_CHECK_CAST &&
|
/external/chromium/chrome/browser/chromeos/login/ |
account_creation_view.h | 41 SiteInstance* instance);
|
/external/chromium/chrome/browser/hang_monitor/ |
hung_plugin_action.cc | 150 HungPluginAction* instance = reinterpret_cast<HungPluginAction*>(data); local 151 DCHECK(NULL != instance); 152 if (NULL != instance) { 153 instance->OnWindowResponsive(target_window);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32window.h | 53 static void SetInstance(HINSTANCE instance);
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8GCForContextDispose.cpp | 61 V8GCForContextDispose& V8GCForContextDispose::instance() function in class:WebCore::V8GCForContextDispose
|
/external/webkit/Source/WebCore/bridge/c/ |
c_class.cpp | 76 MethodList CClass::methodsNamed(const Identifier& identifier, Instance* instance) const 87 const CInstance* inst = static_cast<const CInstance*>(instance); 101 Field* CClass::fieldNamed(const Identifier& identifier, Instance* instance) const 108 const CInstance* inst = static_cast<const CInstance*>(instance);
|
/external/webkit/Source/WebCore/bridge/jni/v8/ |
JavaInstanceJobjectV8.h | 51 JavaInstanceJobject(jobject instance);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
IconDatabaseClientQt.cpp | 37 IconDatabaseClientQt* IconDatabaseClientQt::instance() function in class:WebCore::IconDatabaseClientQt
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
SelectAccountDialogFragment.java | 65 final SelectAccountDialogFragment instance = new SelectAccountDialogFragment(); local 66 instance.setArguments(args); 67 instance.setTargetFragment(targetFragment, 0); 68 instance.show(fragmentManager, null);
|