HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 301 - 325 of 432) sorted by null

<<1112131415161718

  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface_range/d/
T_invoke_interface_range_17.d 51 new-instance v0, Ldot/junit/opcodes/invoke_interface_range/ITestImplProtected;
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/d/
T_new_instance_3.d 42 new-instance v1, dot/junit/opcodes/new_instance/d/T_new_instance_3
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_12.d 45 new-instance v0, java/lang/RuntimeException
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/d/
T_sget_object_21.d 23 new-instance v0, java/lang/Object
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 337 private static final SamplingProfiler instance = new SamplingProfiler(); field in class:SamplingProfiler
344 return instance;
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ProcessManager.java 349 static final ProcessManager instance = new ProcessManager(); field in class:ProcessManager
353 return instance;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 85 self.response.out.write(UserForm(instance=user))
94 data = UserForm(data=self.request.POST, instance=user)
  /external/v8/src/
heap-profiler.h 66 JSObjectsCluster(String* constructor, Object* instance)
67 : constructor_(constructor), instance_(instance) {}
  /external/webkit/WebCore/bridge/qt/
qt_class.cpp 69 JSValue QtClass::fallbackObject(ExecState* exec, Instance* inst, const Identifier& identifier)
115 MethodList QtClass::methodsNamed(const Identifier&, Instance*) const
123 Field* QtClass::fieldNamed(const Identifier& identifier, Instance* instance) const
126 QtInstance* qtinst = static_cast<QtInstance*>(instance);
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 38 static void pluginLogWithWindowObject(NPObject* windowObject, NPP instance, const char* message)
41 if (!browser->getproperty(instance, windowObject, browser->getstringidentifier("console"), &consoleVariant)) {
52 if (!browser->invoke(instance, consoleObject, browser->getstringidentifier("log"), &messageVariant, 1, &result)) {
64 static void pluginLogWithWindowObjectVariableArgs(NPObject* windowObject, NPP instance, const char* format, ...)
72 pluginLogWithWindowObject(windowObject, instance, message);
76 void pluginLog(NPP instance, const char* format, ...)
85 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
91 pluginLogWithWindowObject(windowObject, instance, message);
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureStore.java 137 Instance instance = Instance.createInstance(mSequenceType, local
139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);
159 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, entryName));
325 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, name));
  /frameworks/base/tests/CoreTests/android/core/
ClassTest.java 48 Object instance = helloClass.newInstance(); local
49 assertNotNull(instance);
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 237 BitmapManager.instance().cancelThreadDecoding(mGetterThread, mCr);
281 BitmapManager.instance().allowThreadDecoding(mGetterThread);
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 356 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function); local
357 if (instance.IsEmpty()) {
362 V8DOMWrapper::setDOMWrapper(instance, V8ClassIndex::ToInt(descriptorType), backend);
366 v8::Persistent<v8::Object> weakHandle = v8::Persistent<v8::Object>::New(instance);
368 return instance;
  /external/webkit/WebKit/win/
WebPreferences.cpp 137 WebPreferences* instance = new WebPreferences(); local
138 instance->AddRef();
139 return instance;
161 void WebPreferences::setInstance(WebPreferences* instance, BSTR identifier)
163 if (!identifier || !instance)
166 webPreferencesInstances.add(identifierString, instance);
526 WebPreferences *instance = getInstanceForIdentifier(anIdentifier); local
527 if (instance) {
528 *preferences = instance;
529 instance->AddRef()
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectInputStream.java 594 * Create and return a new instance of class {@code instantiationClass}
604 * The new object will be an instance of this class
    [all...]
  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 602 jobject instance = _env->CallStaticObjectMethod(clazz, method_getRuntime); local
603 if (instance == NULL) {
604 LOGE("Unable to obtain VMRuntime instance\n");
607 gIDCache.runtimeInstance = _env->NewGlobalRef(instance);
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 95 Options compOpts = Options.instance(context);
  /dalvik/hit/src/com/android/hit/
HprofParser.java 480 // Instance fields
521 ClassInstance instance = new ClassInstance(id, stack, classId); local
523 instance.loadFieldData(mInput, remaining);
524 instance.setHeap(mState.mCurrentHeap);
525 mState.addInstance(id, instance);
  /external/astl/tests/
test_vector.cpp 319 CtorDtorCounter instance; local
320 vector<CtorDtorCounter> vec2(10, instance);
472 CtorDtorCounter instance; local
476 vector<CtorDtorCounter> vec2(200, instance);
478 // 200 copies by assignement of the sample instance
495 // 200 + 1 for the instance
  /external/libxml2/include/libxml/
xmlschemas.h 70 * or an element's text node on the instance.
183 xmlDocPtr instance);
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 368 // our interface query is valid with no NPP instance
395 PLUGIN_LOG("--%p SetParent old=[%p], new=[%p] \n", instance(), this->parent(), parent);
425 PLUGIN_LOG("--%p SetWindow isStarted=[%d] \n", instance(), m_isStarted);
499 // with this instance.
635 PLUGIN_LOG("--%p FrameRect Dimensions are (0,0).\n", instance());
662 PLUGIN_LOG("--%p UpdatePluginWidget frame=[%p] \n", instance(), frameView);
  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 80 QObject* plugin = m_pluginLoader->instance();
88 // Plugin instance created
  /external/webkit/WebCore/storage/chromium/
DatabaseTrackerChromium.cpp 175 QuotaTracker::instance().getDatabaseSizeAndSpaceAvailableToOrigin(
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 171 void NetscapePluginHostProxy::addPluginInstance(NetscapePluginInstanceProxy* instance)
173 ASSERT(!m_instances.contains(instance->pluginID()));
175 m_instances.set(instance->pluginID(), instance);
178 void NetscapePluginHostProxy::removePluginInstance(NetscapePluginInstanceProxy* instance)
180 ASSERT(m_instances.get(instance->pluginID()) == instance);
182 m_instances.remove(instance->pluginID());
    [all...]

Completed in 1135 milliseconds

<<1112131415161718