HomeSort by relevance Sort by last modified time
    Searched refs:constructor (Results 201 - 225 of 258) sorted by null

1 2 3 4 5 6 7 891011

  /ndk/tests/device/test-stlport/unit/
string_test.cpp 50 CPPUNIT_TEST(constructor);
110 void constructor();
169 void StringTest::constructor() function in class:StringTest
312 //This is to test move constructor
884 * pass it to the helper function. It uses the copy constructor for this.
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 100 __attribute__((constructor)) static void onDlOpen(void)
  /external/bison/data/
glr.cc 44 # must not have a constructor. Therefore, contrary to lalr1.cc, we
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h 193 /* Output a constructor for a symbol with a given priority. */
194 void (* constructor) (rtx, int); member in struct:gcc_target::asm_out
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 193 /* Output a constructor for a symbol with a given priority. */
194 void (* constructor) (rtx, int); member in struct:gcc_target::asm_out
    [all...]
  /external/v8/src/
string.js 35 // Set the String function and constructor.
376 // the static properties of the RegExp constructor. Example:
861 // Setup the constructor property on the String prototype object.
862 %SetProperty($String.prototype, "constructor", $String, DONT_ENUM);
d8.js 853 result += ', constructor ';
    [all...]
debug.cc     [all...]
objects-inl.h 112 // Fetch the constructor function of the object.
113 Object* cons_obj = JSObject::cast(this)->map()->constructor();
    [all...]
date.js 324 // Constructor for creating objects holding year, month, and date.
466 // constructor is called with another Date object as its
1121 // Setup non-enumerable constructor property of the Date prototype object.
1122 %SetProperty($Date.prototype, "constructor", $Date, DONT_ENUM);
    [all...]
  /external/v8/test/mjsunit/
apply.js 165 var same_primes = Array.prototype.constructor.apply(Array, primes);
regexp-static.js 131 // case the function uses the static properties of the regexp constructor.
regexp.js 228 // Test that we match the KJS behavior with regard to undefined constructor
  /external/v8/tools/
logreader.js 42 * @constructor
tickprocessor.js 389 TickProcessor.prototype.processJSProducer = function(constructor, stack) {
395 processedStack.unshift(constructor);
splaytree.js 41 * @constructor
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 827 void cacheDOMConstructor(ExecState* exec, const ClassInfo* classInfo, JSObject* constructor)
831 constructors.set(classInfo, constructor);
JSDOMBinding.h 103 // Base class for all constructor objects in the JSC bindings.
262 void cacheDOMConstructor(JSC::ExecState*, const JSC::ClassInfo*, JSC::JSObject* constructor);
  /external/webkit/WebCore/bindings/v8/
V8Proxy.cpp 521 v8::Local<v8::Value> V8Proxy::newInstance(v8::Handle<v8::Function> constructor, int argc, v8::Handle<v8::Value> args[])
532 result = constructor->NewInstance(argc, args);
752 return throwError(TypeError, "Illegal constructor");
  /external/v8/test/mjsunit/tools/
profile.js 141 childCtor.prototype.constructor = childCtor;
  /external/libxml2/
xmlschemas.c 289 #define WXS_CONSTRUCTOR(ctx) (ctx)->constructor
308 xmlSchemaAddItemSize(&((ctx)->constructor->pending), 10, item)
596 xmlSchemaConstructionCtxtPtr constructor; member in struct:_xmlSchemaParserCtxt
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 1873 JSFunction* constructor = asFunction(stackFrame.args[0].jsValue()); local
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 327 class->constructor = g_object_constructor;
560 * the @constructor virtual function, the #GParamSpecOverride is passed
    [all...]
  /external/v8/benchmarks/
splay.js 128 * @constructor
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
jsref.js 52 /* wrapper for test cas constructor that doesn't require the SECTION

Completed in 1654 milliseconds

1 2 3 4 5 6 7 891011