/external/kernel-headers/original/linux/ |
lockdep.h | 118 * Map the lock object (the lock instance) to the lock-class object. 163 struct lockdep_map *instance; member in struct:held_lock 225 * 2: read-acquire with same-instance recursion allowed
|
/external/v8/src/ |
execution.h | 116 static void ConfigureInstance(Handle<Object> instance,
|
handles.cc | 52 int n = HandleScopeImplementer::instance()->blocks()->length(); 55 (current_.next - HandleScopeImplementer::instance()->blocks()->last())); 70 HandleScopeImplementer* impl = HandleScopeImplementer::instance(); 98 HandleScopeImplementer::instance()->DeleteExtensions(current_.extensions);
|
execution.cc | 181 // Objects created through the API can have an instance-call handler 199 // Objects created through the API can have an instance-call handler 556 void Execution::ConfigureInstance(Handle<Object> instance, 559 Object** args[2] = { instance.location(), instance_template.location() };
|
/external/v8/test/mjsunit/ |
large-object-allocation.js | 284 // instance size is not checked when allocating the initial map for MultiProp. 285 // Meaning that the instance will be smaller than a minimal JSObject and we
|
array-concat.js | 70 // If the element of prototype is shadowed, the element on the instance
|
mjsunit.js | 179 assertTrue(false, "Object <" + obj + "> is not an instance of <" + type + ">");
|
/external/webkit/WebCore/bridge/qt/ |
qt_runtime.h | 59 virtual JSValue valueFromInstance(ExecState*, const Instance*) const; 60 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const; 211 QtConnectionObject(PassRefPtr<QtInstance> instance, int signalIndex, JSObject* thisObject, JSObject* funcObject);
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.mm | 227 // If the plug-in host crashes while we're waiting for a reply, the last reference to the instance proxy 231 // We don't care about the reply here - we just want to block until the plug-in instance has been torn down. [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
autoinstall.py | 275 zipimporter instance itself if the module was found, or None if
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 69 public static synchronized MiniThumbFile instance(Uri uri) { method in class:MiniThumbFile
|
/packages/apps/Camera/src/com/android/camera/ |
MenuHelper.java | 143 // Keep the camera instance for a while. 145 CameraHolder.instance().keep();
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaThumbRequest.java | 144 MiniThumbFile miniThumbFile = MiniThumbFile.instance(mUri);
|
/development/samples/BrowserPlugin/jni/paint/ |
PaintPlugin.cpp | 142 NPP instance = this->inst(); local 143 PluginObject *obj = (PluginObject*) instance->pdata;
|
/external/gtest/test/ |
gtest-param-test_test.cc | 538 static TestGenerationEnvironment* Instance() { 539 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local 540 return instance; 601 Environment::Instance()->FixtureConstructorExecuted(); 605 Environment::Instance()->SetUpExecuted(); 609 Environment::Instance()->TearDownExecuted(); 655 Environment::Instance()->TestBodyExecuted(); 785 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
|
/external/icu4c/i18n/ |
coll.cpp | 146 virtual UObject* cloneInstance(UObject* instance) const { 147 return ((Collator*)instance)->clone();
|
/external/v8/test/cctest/ |
test-accessors.cc | 179 Local<v8::Object> instance = templ->NewInstance(); local 180 context->Global()->Set(v8_str("obj"), instance);
|
test-heap-profiler.cc | 77 int instance, 81 JSObjectsCluster o(constructor, reinterpret_cast<i::Object*>(instance));
|
/external/webkit/WebCore/bridge/ |
NP_jsobject.cpp | 194 bool _NPN_Evaluate(NPP instance, NPObject* o, NPString* s, NPVariant* variant) 205 PluginView::keepAlive(instance);
|
/cts/tools/dasm/test/ |
all_opcodes.d | 48 instance-of v1, v2, java/lang/Object 50 new-instance v11, java/lang/Object
|
/external/bluetooth/glib/gobject/ |
gobject.h | 62 * @object: Instance to check for being a %G_TYPE_OBJECT. 77 * @object: a #GObject instance. 79 * Get the class structure associated to a #GObject instance. 158 * @object: Instance to check for being a %G_TYPE_INITIALLY_UNOWNED. 173 * @object: a #GInitiallyUnowned instance. 175 * Get the class structure associated to a #GInitiallyUnowned instance. 265 * objects, but keep the instance otherwise intact, so that client method 269 * @finalize: instance finalization function, should finish the finalization of 270 * the instance begun in @dispose and chain up to the @finalize method of the 509 gulong g_signal_connect_object (gpointer instance, [all...] |
/external/webkit/WebCore/plugins/ |
PluginView.h | 71 class Instance; 137 NPP instance() const { return m_instance; } function in class:WebCore::PluginView 143 PassRefPtr<JSC::Bindings::Instance> bindingInstance();
|
/external/webkit/WebKit/gtk/webkit/ |
webkitsoupauthdialog.c | 72 static void webkit_soup_auth_dialog_init(WebKitSoupAuthDialog* instance)
|
/external/webkit/WebKit/win/ |
WebHistory.cpp | 142 WebHistory* instance = new WebHistory(); local 143 instance->AddRef(); 144 return instance; [all...] |
/external/webkit/WebCore/bindings/scripts/ |
CodeGeneratorV8.pm | [all...] |