HomeSort by relevance Sort by last modified time
    Searched defs:constructor (Results 251 - 275 of 1351) sorted by null

<<11121314151617181920>>

  /dalvik/dexdump/
DexDump.cpp 306 "CONSTRUCTOR", /* 0x10000 */
1323 bool constructor = (name[0] == '<'); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor");
702 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
730 static void constructor (LexState *ls, expdesc *t) { function
731 /* constructor -> '{' [ field { sep field } [sep] ] '}'
839 case '{': { /* funcargs -> constructor */
840 constructor(ls, &args);
939 constructor | FUNCTION body | suffixedexp */
969 case '{': { /* constructor */
970 constructor(ls, v);
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
ProxyBuilder.java 30 import java.lang.reflect.Constructor;
92 * By default, the {@link #build()} method will call the no-arg constructor belonging to the class
93 * being proxied. If you wish to call a different constructor, you must provide arguments for both
113 * If the base class to be proxied leaks the {@code this} pointer in the constructor (bad practice),
114 * that is to say calls a non-private non-final method from the constructor, the invocation handler
116 * internally calls setSeed during the constructor. The proxy will not intercept this call during
218 * @throws UndeclaredThrowableException if the constructor for the base class to proxy throws
220 * @throws IllegalArgumentException if the handler is null, if the constructor argument types
221 * do not match the constructor argument values, or if no such constructor exists
228 Constructor<? extends T> constructor; local
    [all...]
  /external/proguard/src/proguard/gradle/
ProGuardTask.java 1037 public void constructor(Map memberSpecificationArgs) method in class:ProGuardTask
1042 throw new IllegalArgumentException("The 'constructor' method can only be used nested inside a class specification.");
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.cpp 483 // Make sure there is enough data provided to the constructor to build
484 // something of the type of the constructor. Also returns the type of
485 // the constructor.
539 error(line, "array constructor needs one argument per array element", "constructor");
545 error(line, "constructing from a non-dereferenced array", "constructor");
551 error(line, "constructing matrix from matrix can only take one argument", "constructor");
557 error(line, "too many arguments", "constructor");
562 error(line, "Number of constructor parameters does not match the number of structure fields", "constructor");
2137 TIntermAggregate *constructor = intermediate.setAggregateOperator(aggregateArguments, op, line); local
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor");
702 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
730 static void constructor (LexState *ls, expdesc *t) { function
731 /* constructor -> '{' [ field { sep field } [sep] ] '}'
839 case '{': { /* funcargs -> constructor */
840 constructor(ls, &args);
939 constructor | FUNCTION body | suffixedexp */
969 case '{': { /* constructor */
970 constructor(ls, v);
    [all...]
  /external/v8/src/builtins/arm/
builtins-arm.cc 68 // -- sp[...]: constructor arguments
95 // -- sp[...]: constructor arguments
229 // -- r1 : constructor function
271 // -- r1 : constructor function
316 // 4. Check if new target and constructor differ.
351 // -- r1 : constructor function
418 // -- r1 : constructor function
464 // 4. Check if new target and constructor differ.
559 // -- r1 : constructor function
563 // -- sp[...]: constructor argument
1720 Register constructor = scratch2; local
2716 Register constructor = r1; local
    [all...]
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 69 // -- sp[...]: constructor arguments
96 // -- sp[...]: constructor arguments
218 // -- x1 : constructor function
260 // -- x1 : constructor function
305 // 4. Check if new target and constructor differ.
341 // -- x1 : constructor function
411 // -- x1 : constructor function
457 // 4. Check if new target and constructor differ.
547 // -- x1 : constructor function
551 // -- sp[...]: constructor argument
564 Register constructor = x1; local
1725 Register constructor = scratch2; local
2796 Register constructor = x1; local
    [all...]
  /external/v8/src/builtins/
builtins-promise.cc 6 #include "src/builtins/builtins-constructor.h"
95 Node* constructor,
118 Branch(WordEqual(constructor,
157 constructor, executor);
286 // 2. Let C be ? Get(O, "constructor").
290 Node* const constructor = local
295 GotoIf(IsUndefined(constructor), &out);
298 ThrowIfNotJSReceiver(context, constructor,
305 CallStub(getproperty_callable, context, constructor, species_symbol);
375 Node* constructor = SpeciesConstructor(context, promise, promise_fun) local
1428 Node* const constructor = local
1502 Node* constructor = Parameter(1); local
    [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc 68 // -- sp[...]: constructor arguments
97 // -- sp[...]: constructor arguments
244 // -- a1 : constructor function
287 // -- a1 : constructor function
332 // 4. Check if new target and constructor differ.
366 // -- a1 : constructor function
436 // -- a1 : constructor function
483 // 4. Check if new target and constructor differ.
570 // -- a1 : constructor function
574 // -- sp[...]: constructor argument
1732 Register constructor = t4; local
2724 Register constructor = a1; local
    [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 68 // -- sp[...]: constructor arguments
97 // -- sp[...]: constructor arguments
241 // -- a1 : constructor function
284 // -- a1 : constructor function
330 // 4. Check if new target and constructor differ.
364 // -- a1 : constructor function
434 // -- a1 : constructor function
482 // 4. Check if new target and constructor differ.
568 // -- a1 : constructor function
572 // -- sp[...]: constructor argument
1723 Register constructor = a4; local
2750 Register constructor = a1; local
    [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 68 // -- sp[...]: constructor arguments
95 // -- sp[...]: constructor arguments
234 // -- r4 : constructor function
278 // -- r4 : constructor function
325 // 4. Check if new target and constructor differ.
360 // -- r4 : constructor function
429 // -- r4 : constructor function
477 // 4. Check if new target and constructor differ.
566 // -- r4 : constructor function
570 // -- sp[...]: constructor argument
1743 Register constructor = r9; local
2794 Register constructor = r4; local
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 68 // -- sp[...]: constructor arguments
95 // -- sp[...]: constructor arguments
234 // -- r3 : constructor function
278 // -- r3 : constructor function
324 // 4. Check if new target and constructor differ.
359 // -- r3 : constructor function
426 // -- r3 : constructor function
474 // 4. Check if new target and constructor differ.
562 // -- r3 : constructor function
566 // -- sp[...]: constructor argument
1752 Register constructor = r8; local
2806 Register constructor = r3; local
    [all...]
  /external/v8/src/builtins/x64/
builtins-x64.cc 127 // -- rdi: constructor function
151 // -- rdi: constructor function
212 // Throw away the result of the constructor invocation and use the
229 // Check that the result is not a Smi, indicating that the constructor result
261 // -- rsp[0] : constructor function
277 // Continue with constructor function invocation.
855 // -- rdx : the new target (either the same as the constructor or
857 // -- rdi : the constructor to call (can be any Object)
3142 Register constructor = scratch2; local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 80 constructor()->PrintTo(stream);
1007 // The call to ArrayConstructCode will expect the constructor to be in x1.
1008 LOperand* constructor = UseFixed(instr->constructor(), x1); local
1009 LCallNewArray* result = new(zone()) LCallNewArray(context, constructor);
    [all...]
  /external/v8/src/debug/
liveedit.cc 587 Handle<JSFunction> constructor = isolate->opaque_reference_function(); local
589 Handle<JSValue>::cast(isolate->factory()->NewJSObject(constructor));
    [all...]
mirrors.js 142 * Inherit the prototype methods from one constructor into another.
150 * @param {function} ctor Constructor function which needs to inherit the
152 * @param {function} superCtor Constructor function to inherit prototype from
159 ctor.prototype.constructor = ctor; method in class:ctor
197 * @constructor
436 return "#<" + this.constructor.name + ">";
444 * @constructor
480 * @constructor
496 * @constructor
513 * @constructor
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 153 int constructor; member in struct:work_stuff
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 87 jmethodID constructor; member in struct:android::sparsearray_offsets_t
93 jmethodID constructor; member in struct:android::configuration_offsets_t
384 env->NewObject(gSparseArrayOffsets.classObject, gSparseArrayOffsets.constructor);
    [all...]
android_util_Binder.cpp 92 jmethodID constructor; member in struct:sparseintarray_offsets_t
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 119 jmethodID constructor; member in struct:android::__anon45925
611 gInputDeviceIdentifierInfo.constructor, descriptor.get(),
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ParameterTest.java 28 import java.lang.reflect.Constructor;
109 Constructor<?> constructor = SingleParameter.class.getDeclaredConstructor(String.class); local
110 checkSingleStringParameter(constructor);
132 Constructor<?> constructor = clazz.getDeclaredConstructor(String.class); local
133 checkSingleStringParameter_withMetadata(constructor);
165 Constructor<?> constructor = GenericParameter.class.getDeclaredConstructor(Function.class); local
166 checkGenericParameter(constructor);
191 Constructor<?> constructor = clazz.getDeclaredConstructor(Function.class); local
225 Constructor<?> constructor = local
254 Constructor<?> constructor = clazz.getDeclaredConstructor(String.class, Integer.class); local
293 Constructor<?> constructor = FinalParameter.class.getDeclaredConstructor(String.class); local
316 Constructor<?> constructor = clazz.getDeclaredConstructor(String.class); local
356 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); local
372 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); local
390 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass, String.class); local
411 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass, String.class); local
437 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass, Function.class); local
464 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass, Function.class); local
497 Constructor<?> constructor = TestEnum.class.getDeclaredConstructor(String.class, int.class); local
515 Constructor<?> constructor = clazz.getDeclaredConstructor(String.class, int.class); local
583 Constructor<?> constructor = SingleVarArgs.class.getDeclaredConstructor(String[].class); local
606 Constructor<?> constructor = clazz.getDeclaredConstructor(String[].class); local
638 Constructor<?> constructor = local
673 Constructor<?> constructor = NonVarArgs.class.getDeclaredConstructor(Integer[].class); local
697 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); local
726 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); local
744 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); local
771 Constructor<?> constructor = innerClass.getDeclaredConstructor(outerClass); local
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java 131 * @return a reference to the method, constructor, or field object
237 * The constructor also has a sequence of argument types {@code A*} and
251 * In cases where the given member is of variable arity (i.e., a method or constructor)
985 Constructor constructor = refc.getDeclaredConstructor(type.ptypes()); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/
auto-value-gson-0.3.2-rc1.jar 
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 652 /* A function which is called when the name of a g++ constructor or
654 formats. CONSTRUCTOR is TRUE for a constructor, FALSE for a
658 void (*constructor)
659 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
800 generate relocs for the constructor tables. The
656 void (*constructor) member in struct:bfd_link_callbacks
    [all...]

Completed in 802 milliseconds

<<11121314151617181920>>