/external/chromium/chrome/browser/resources/net_internals/ |
proxyview.js | 14 * @constructor
|
resizableverticalsplitview.js | 26 * @constructor
|
spdyview.js | 9 * @constructor
|
testview.js | 13 * @constructor
|
/external/v8/test/mjsunit/ |
debug-constructor.js | 45 // Test debug event for constructor.
|
undeletable-functions.js | 106 CheckEcmaSemantics(Date.prototype, ["constructor"], "Date prototype constructor");
|
/external/webkit/Source/JavaScriptCore/API/ |
JSValueRef.cpp | 168 bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception) 175 JSObject* jsConstructor = toJS(constructor);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
shell.js | 28 /* wrapper for test cas constructor that doesn't require the SECTION
|
/external/webkit/Tools/WebKitLauncher/ |
WebKitNightlyEnabler.m | 33 static void enableWebKitNightlyBehaviour() __attribute__ ((constructor));
|
/frameworks/base/core/java/android/view/ |
MenuInflater.java | 33 import java.lang.reflect.Constructor; 455 Constructor<?> constructor = clazz.getConstructor(constructorSignature); local 456 return (T) constructor.newInstance(arguments);
|
/bionic/libc/arch-x86/bionic/ |
crtbegin_dynamic.S | 50 # - address of the constructor list
|
crtbegin_static.S | 50 # - address of the constructor list
|
/external/e2fsprogs/lib/et/ |
error_message.c | 66 static void COMERR_ATTR((constructor)) setup_et_lock(void)
|
/external/iptables/include/ |
xtables.h | 464 # define _init __attribute__((constructor)) _INIT
|
/external/libnl-headers/ |
netlink-local.h | 121 #define __init __attribute__ ((constructor))
|
/external/v8/tools/ |
codemap.js | 32 * @constructor 234 * @constructor
|
profile.js | 33 * @constructor 382 * @constructor 418 * @constructor 455 * @constructor 480 * @constructor
|
/external/v8/src/ |
builtins.cc | 195 JSFunction* constructor = local 198 { MaybeObject* maybe_obj = heap->AllocateJSObject(constructor); 1233 JSFunction* constructor = JSFunction::cast(obj->map()->constructor()); local [all...] |
objects.cc | 63 MUST_USE_RESULT static MaybeObject* CreateJSValue(JSFunction* constructor, 67 constructor->GetHeap()->AllocateJSObject(constructor); 474 Object* cons_obj = map()->constructor(); 942 Object* constructor = map_of_this->constructor(); local 1240 JSFunction* constructor = JSFunction::cast(map()->constructor()); local 1250 JSFunction* constructor = JSFunction::cast(map()->constructor()); local 8026 JSFunction* constructor = JSFunction::cast(map()->constructor()); local 8036 JSFunction* constructor = JSFunction::cast(map()->constructor()); local [all...] |
/external/webkit/Source/JavaScriptCore/API/tests/ |
testapi.c | 274 static bool MyObject_hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) 277 UNUSED_PARAM(constructor); 280 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), constructor, JSStringCreateWithUTF8CString("test script"), 1, exception); 358 static bool EvilExceptionObject_hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) 361 UNUSED_PARAM(constructor); 364 JSValueRef hasInstance = JSObjectGetProperty(context, constructor, hasInstanceName, exception); 369 JSValueRef result = JSObjectCallAsFunction(context, function, constructor, 1, &possibleValue, exception); [all...] |
/external/v8/test/cctest/ |
test-heap-profiler.cc | 35 if (f_name_->Equals(cluster.constructor())) { 57 "function F() {} // A constructor\n" 73 i::String* constructor, 78 JSObjectsCluster o(constructor, reinterpret_cast<i::Object*>(instance)); 319 const char* GetRetainers(const char* constructor) { 321 const size_t cons_len = strlen(constructor); 323 if (strncmp(constructor, lines_[i], cons_len) == 0 && [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 208 LLVM. See the constructor [llvm::LLVMContext]. *) 228 to call {!dispose_module} to free memory. See the constructor [all...] |
/development/samples/BrowserPlugin/jni/paint/ |
PaintPlugin.cpp | 250 jmethodID constructor = env->GetMethodID(paintClass, "<init>", "(Landroid/content/Context;III)V"); local 251 jobject paintSurface = env->NewObject(paintClass, constructor, m_context, (int)inst(), pW, pH);
|
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 165 /** @constructor */ 444 /** @constructor */ 465 /** @constructor 551 /** @constructor */
|
/external/pcre/ |
pcregexp.pas | 77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer);
322 constructor Init(AMaxRegExp:integer);
463 constructor TpcRegExp.Init(const ARegExp:shortstring; AOptions:integer; ALocale : Pointer);
686 constructor TRegExpCollection.Init(AMaxRegExp: integer);
|