/external/webkit/Source/WebKit/win/ |
WebURLProtectionSpace.cpp | 53 WebURLProtectionSpace* instance = new WebURLProtectionSpace(ProtectionSpace()); local 54 instance->AddRef(); 55 return instance; 60 WebURLProtectionSpace* instance = new WebURLProtectionSpace(protectionSpace); local 61 instance->AddRef(); 62 return instance;
|
COMPropertyBag.h | 85 COMPropertyBag* instance = new COMPropertyBag(hashMap); local 86 instance->AddRef(); 87 return instance; 93 COMPropertyBag* instance = new COMPropertyBag; local 94 instance->m_hashMap.swap(hashMap); 95 instance->AddRef(); 96 return instance;
|
DefaultPolicyDelegate.cpp | 65 DefaultPolicyDelegate* instance = new DefaultPolicyDelegate(); local 66 instance->AddRef(); 67 return instance;
|
WebActionPropertyBag.cpp | 61 WebActionPropertyBag* instance = new WebActionPropertyBag(action, form, frame); local 62 instance->AddRef(); 63 return instance;
|
WebCoreStatistics.cpp | 58 WebCoreStatistics* instance = new WebCoreStatistics(); local 59 instance->AddRef(); 60 return instance;
|
WebError.cpp | 58 WebError* instance = new WebError(error, userInfo); local 59 instance->AddRef(); 60 return instance;
|
/frameworks/base/core/java/android/text/ |
AutoText.java | 82 * Returns the instance of AutoText. If the locale has changed, it will create a new 83 * instance of AutoText for the locale. 85 * @return the single instance of AutoText 90 AutoText instance; local 93 instance = sInstance; 95 if (!locale.equals(instance.mLocale)) { 96 instance = new AutoText(res); 97 sInstance = instance; 101 return instance;
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
HostedNetscapePluginStream.mm | 55 HostedNetscapePluginStream::HostedNetscapePluginStream(NetscapePluginInstanceProxy* instance, uint32_t streamID, NSURLRequest *request) 56 : m_instance(instance) 63 if (SecurityOrigin::shouldHideReferrer([request URL], core([instance->pluginView() webFrame])->loader()->outgoingReferrer())) 71 HostedNetscapePluginStream::HostedNetscapePluginStream(NetscapePluginInstanceProxy* instance, WebCore::FrameLoader* frameLoader) 72 : m_instance(instance)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
TiledPage.cpp | 74 ClassTracker::instance()->increment("TiledPage"); 88 int baseTileSize = TilesManager::instance()->maxTextureCount() + 1; 97 TilesManager::instance()->removeOperationsForPage(this); 100 ClassTracker::instance()->decrement("TiledPage"); 197 TilesManager::instance()->scheduleOperation(operation); 236 TilesManager::instance()->gatherTextures(); 367 TilesManager::instance()->getProfiler()->nextTile(tile, m_invScale, tileInView);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
NinePatchTexture.java | 107 NinePatchInstance instance = mInstanceCache.get(key); local 109 if (instance == null) { 110 instance = new NinePatchInstance(this, w, h); 111 mInstanceCache.put(key, instance); 118 return instance; 137 for (NinePatchInstance instance : mInstanceCache.values()) { 138 instance.recycle(canvas);
|
/external/bluetooth/glib/gobject/ |
gvalue.c | 331 * @instance: the instance 338 gpointer instance) 346 if (instance) 348 g_return_if_fail (G_TYPE_CHECK_INSTANCE (instance)); 349 g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (instance), G_VALUE_TYPE (value))); 358 cvalue.v_pointer = instance;
|
gtype.c | 336 InstanceData instance; member in union:_TypeData 792 /* check instance members */ 844 /* check instance size */ 849 g_warning ("specified instance size for type `%s' is smaller than `GTypeInstance' size", 853 if (pnode && info->instance_size < pnode->data->instance.instance_size) 855 g_warning ("specified instance size for type `%s' is smaller " 856 "than the parent type's `%s' instance size", 1539 gpointer instance; member in struct:__anon2079 1632 GTypeInstance *instance; local 1717 g_slice_free1 (type_total_instance_size_I (node), instance); local [all...] |
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8InjectedScriptManager.cpp | 62 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function); local 63 if (instance.IsEmpty()) { 67 V8DOMWrapper::setDOMWrapper(instance, &V8InjectedScriptHost::info, host); 71 v8::Persistent<v8::Object> weakHandle = v8::Persistent<v8::Object>::New(instance); 73 return instance; 97 // to create and configure InjectedScript instance that is going to be used by the inspector.
|
/development/tools/glesv2debugger/test/com/android/glesv2debugger/ |
MessageParserExTest.java | 82 assertNotNull(MessageParserEx.instance); 84 MessageParserEx.instance.parse(builder, "void glBlendEquation ( mode= GL_ADD ) ; "); 107 MessageParserEx.instance.parse(parsed, formatted);
|
/external/chromium/base/test/ |
test_suite.cc | 98 testing::UnitTest* instance = testing::UnitTest::GetInstance(); local 101 for (int i = 0; i < instance->total_test_case_count(); ++i) { 102 const testing::TestCase& test_case = *instance->GetTestCase(i);
|
/external/stlport/test/unit/ |
sort_test.cpp | 184 SortTestAux instance(copy_constructor_called); 185 SortTestAux &r_instance = instance; 186 SortTestAux const& rc_instance = instance;
|
/external/webkit/Source/WebCore/bridge/c/ |
c_utility.cpp | 90 CInstance* instance = runtimeObject->getInternalCInstance(); local 91 if (instance) { 92 NPObject* obj = instance->getObject();
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebCache.cpp | 71 static scoped_refptr<WebCache>* instance(bool isPrivateBrowsing) function in namespace:android 81 scoped_refptr<WebCache>* instancePtr = instance(isPrivateBrowsing); 90 scoped_refptr<WebCache>* instancePtr = instance(isPrivateBrowsing);
|
/frameworks/base/media/libstagefright/omx/ |
OMXNodeInstance.cpp | 693 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); local 694 if (instance->mDying) { 697 return instance->owner()->OnEvent( 698 instance->nodeID(), eEvent, nData1, nData2, pEventData); 706 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); local 707 if (instance->mDying) { 710 return instance->owner()->OnEmptyBufferDone(instance->nodeID(), pBuffer); 718 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); local 719 if (instance->mDying) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
sort_test.cpp | 184 SortTestAux instance(copy_constructor_called); 185 SortTestAux &r_instance = instance; 186 SortTestAux const& rc_instance = instance;
|
/ndk/tests/device/test-stlport/unit/ |
sort_test.cpp | 184 SortTestAux instance(copy_constructor_called); 185 SortTestAux &r_instance = instance; 186 SortTestAux const& rc_instance = instance;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/ |
MessageParserExTest.java | 86 assertNotNull(MessageParserEx.instance); 88 MessageParserEx.instance.parse(builder, "void glBlendEquation ( mode= GL_ADD ) ; "); 111 MessageParserEx.instance.parse(parsed, formatted);
|
/external/netperf/ |
netcpu_kstat10.c | 57 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters) 59 fprintf(where,"%s[%d]:\n",name,instance); 61 "\t idle %llu\n",counters[instance].idle); 63 "\t user %llu\n",counters[instance].user); 65 "\t kernel %llu\n",counters[instance].kernel); 67 "\t interrupt %llu\n",counters[instance].interrupt); 197 "get_cpu_counters: kstat_lookup failed for module 'cpu' instance %d name 'sys' and KSTAT_TYPE_NAMED: errno %d %s\n", 269 "get_cpu_counters: kstat_lookup failed for module 'cpu' instance %d class 'intrstat' and KSTAT_TYPE_NAMED: errno %d %s\n",
|
/external/v8/test/mjsunit/regress/ |
regress-1493017.js | 36 // Create an instance of C. Add a property to the instance and then 46 // Create a new instance of C.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32window.cc | 79 void Win32Window::SetInstance(HINSTANCE instance) { 80 instance_ = instance;
|