/external/webkit/WebCore/bridge/c/ |
c_utility.cpp | 90 CInstance* instance = static_cast<CInstance*>(imp->getInternalInstance()); local 91 if (instance) { 92 NPObject* obj = instance->getObject();
|
/external/webkit/WebKit/win/ |
DefaultPolicyDelegate.cpp | 68 DefaultPolicyDelegate* instance = new DefaultPolicyDelegate(); local 69 instance->AddRef(); 70 return instance;
|
WebActionPropertyBag.cpp | 64 WebActionPropertyBag* instance = new WebActionPropertyBag(action, form, frame); local 65 instance->AddRef(); 66 return instance;
|
WebCoreStatistics.cpp | 57 WebCoreStatistics* instance = new WebCoreStatistics(); local 58 instance->AddRef(); 59 return instance;
|
WebError.cpp | 60 WebError* instance = new WebError(error, userInfo); local 61 instance->AddRef(); 62 return instance;
|
/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;
|
/external/bluetooth/glib/gobject/ |
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:__anon2060 1632 GTypeInstance *instance; local 1717 g_slice_free1 (type_total_instance_size_I (node), instance); local [all...] |
gvalue.h | 136 gpointer instance);
|
/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/nist-sip/java/gov/nist/javax/sip/ |
Utils.java | 57 private static Utils instance = new Utils(); field in class:Utils 78 return instance;
|
/external/v8/test/mjsunit/bugs/ |
618.js | 37 // first instance. 52 // first instance. 67 // first instance. 82 // first instance.
|
/external/webkit/WebCore/bindings/js/ |
JSEventTarget.cpp | 102 if (SVGElementInstance* instance = target->toSVGElementInstance()) 103 return toJS(exec, globalObject, instance);
|
ScriptControllerMac.mm | 59 - (PassRefPtr<JSC::Bindings::Instance>)createPluginBindingsInstance:(PassRefPtr<JSC::Bindings::RootObject>)rootObject; 91 RefPtr<Instance> instance = JSC::Bindings::CInstance::create(npObject, rootObject.release()); 94 return instance.release(); 166 JSC::Bindings::Instance::setDidExecuteFunction(updateStyleIfNeededForBindings);
|
/external/webkit/WebCore/workers/ |
DefaultSharedWorkerRepository.cpp | 189 DefaultSharedWorkerRepository::instance().removeProxy(this); 293 DefaultSharedWorkerRepository::instance().workerScriptLoaded(*m_proxy, m_worker->scriptExecutionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), m_port.release()); 299 DefaultSharedWorkerRepository& DefaultSharedWorkerRepository::instance() function in class:WebCore::DefaultSharedWorkerRepository 301 AtomicallyInitializedStatic(DefaultSharedWorkerRepository*, instance = new DefaultSharedWorkerRepository); 302 return *instance; 328 DefaultSharedWorkerRepository::instance().connectToWorker(worker, port, url, name, ec); 333 DefaultSharedWorkerRepository::instance().documentDetached(document); 338 return DefaultSharedWorkerRepository::instance().hasSharedWorkers(document);
|
/frameworks/base/services/java/com/android/server/am/ |
DeviceMonitor.java | 222 private static DeviceMonitor instance = new DeviceMonitor(); field in class:DeviceMonitor 228 instance.startMonitoring();
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
BitmapManagerUnitTests.java | 54 mBitmapManager = BitmapManager.instance(); 65 BitmapManager manager = BitmapManager.instance();
|
/cts/tools/vm-tests/src/dot/junit/opcodes/return_object/d/ |
T_return_object_12.d | 29 new-instance v1, dot/junit/opcodes/return_object/d/TChild 39 instance-of v0, v2, dot/junit/opcodes/return_object/d/TChild
|
T_return_object_13.d | 30 new-instance v1, dot/junit/opcodes/return_object/d/TChild 41 instance-of v2, v2, dot/junit/opcodes/return_object/d/TChild
|
T_return_object_14.d | 30 new-instance v0, dot/junit/opcodes/return_object/d/TSuper 43 instance-of v0, v1, dot/junit/opcodes/return_object/d/TChild
|
/dalvik/vm/compiler/codegen/arm/ |
CalloutHelper.h | 72 int dvmInstanceofNonTrivial(const ClassObject* instance, // OP_CHECK_CAST &&
|
/external/chromium/net/base/ |
registry_controlled_domain.cc | 268 RegistryControlledDomainService* instance) { 270 test_instance_ = instance; 286 RegistryControlledDomainService* instance = GetInstance(); local 287 instance->find_domain_function_ = function;
|
/external/guava/src/com/google/common/collect/ |
Serialization.java | 232 void set(T instance, Object value) { 234 field.set(instance, value); 241 void set(T instance, int value) { 243 field.set(instance, value);
|
/external/libxml2/include/libxml/ |
schematron.h | 135 xmlDocPtr instance);
|