HomeSort by relevance Sort by last modified time
    Searched refs:constructor (Results 426 - 450 of 978) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/tools/
profile_view.js 33 * @constructor
110 * @constructor
158 * @constructor
profile.js 33 * @constructor
391 if (entries[i][1].constructor === Profile.FunctionEntry) {
401 if (entries[i][1].constructor === Profile.FunctionEntry &&
415 * @constructor
456 * @constructor
498 * @constructor
524 * @constructor
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 29 import java.lang.reflect.Constructor;
87 * By default, the {@link #build()} method will call the no-arg constructor belonging to the class
88 * being proxied. If you wish to call a different constructor, you must provide arguments for both
108 * If the base class to be proxied leaks the {@code this} pointer in the constructor (bad practice),
109 * that is to say calls a non-private non-final method from the constructor, the invocation handler
111 * inernally calls setSeed during the constructor. The proxy will not intercept this call during
196 * @throws UndeclaredThrowableException if the constructor for the base class to proxy throws
198 * @throws IllegalArgumentException if the handler is null, if the constructor argument types
199 * do not match the constructor argument values, or if no such constructor exists
206 Constructor<? extends T> constructor; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Enhancer.java 160 * accessible constructor.
241 * @param interceptDuringConstruction whether to intercept methods called from the constructor
278 * Uses the no-arg constructor of the superclass.
290 * Uses the constructor of the superclass matching the <code>argumentTypes</code>
292 * @param argumentTypes constructor signature
293 * @param arguments compatible wrapped arguments to pass to constructor
310 * called during the constructor will not be intercepted. To avoid this problem,
702 MethodInfo constructor = (MethodInfo)it.next(); local
703 CodeEmitter e = EmitUtils.begin_method(ce, constructor, Constants.ACC_PUBLIC);
707 Signature sig = constructor.getSignature()
    [all...]
  /external/chromium_org/v8/src/
mirror-debugger.js 125 * Inherit the prototype methods from one constructor into another.
133 * @param {function} ctor Constructor function which needs to inherit the
135 * @param {function} superCtor Constructor function to inherit prototype from
142 ctor.prototype.constructor = ctor;
230 * @constructor
477 return "#<" + this.constructor.name + ">";
487 * @constructor
533 * @constructor
549 * @constructor
566 * @constructor
    [all...]
regexp.js 17 // RegExp : Called as constructor; see ECMA-262, section 15.10.4.
88 // Deprecated RegExp.prototype.compile method. We behave like the constructor
97 // RegExp.prototype.compile and in the constructor, where they are
283 // rightContext of the RegExp constructor. The properties are computed based
395 %AddNamedProperty($RegExp.prototype, 'constructor', $RegExp, DONT_ENUM);
factory.cc     [all...]
factory.h 364 Handle<JSObject> NewJSObject(Handle<JSFunction> constructor,
367 Handle<JSObject> NewJSObjectWithMemento(Handle<JSFunction> constructor,
370 // Global objects are pretenured and initialized based on a constructor.
371 Handle<GlobalObject> NewGlobalObject(Handle<JSFunction> constructor);
448 // Reinitialize an JSGlobalProxy based on a constructor. The object
450 // constructor. The object is reinitialized and behaves as an
451 // object that has been freshly allocated using the constructor.
453 Handle<JSFunction> constructor);
514 MaybeHandle<Object> NewError(const char* constructor, Handle<String> message);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 6 * @constructor
269 * @constructor
288 * @constructor
522 * @constructor
587 * @constructor
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 15 * @constructor
268 * @constructor
331 * @constructor
368 * @constructor
403 * @constructor
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 97 * @constructor
258 * @constructor
366 * @constructor
394 * @constructor
422 * @constructor
457 * @constructor
513 * @constructor
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 92 * @constructor
253 * @constructor
361 * @constructor
389 * @constructor
417 * @constructor
452 * @constructor
508 * @constructor
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 92 * @constructor
253 * @constructor
361 * @constructor
389 * @constructor
417 * @constructor
452 * @constructor
508 * @constructor
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 92 * @constructor
253 * @constructor
361 * @constructor
389 * @constructor
417 * @constructor
452 * @constructor
508 * @constructor
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 180 * @constructor
186 * @constructor
373 * @constructor
601 * @constructor
841 * @constructor
914 * @constructor
1010 * @constructor
1081 * @constructor
1152 * @constructor
1245 * @constructor
    [all...]
  /external/chromium_org/v8/benchmarks/
richards.js 97 * @constructor
258 * @constructor
366 * @constructor
394 * @constructor
422 * @constructor
457 * @constructor
513 * @constructor
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1200351.js 28 // Make sure the 'constructor' property isn't enumerable.
31 assertEquals(-1, enums.split('|').indexOf("constructor"));
34 new this.constructor;
35 new this.constructor();
36 new this.constructor(1,2,3,4,5,6);
76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }")
140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }")
164 eval("new Function(0.2.join().constructor)")
240 eval("for (Iterator(native+break) in debugger.superConstructor.constructor) { Math.max(0.add(undef)) }")
252 eval("switch (parseInt(0).length()) { case ('a'.toObject().__defineSetter__(GetFunctionFor(null),function(){(!x)})): IsSmi(void).constructor; break; }"
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 552 * @param {!Function} ctor The constructor for the class to add the static
830 // We cannot always use constructor == Array or instanceof Array because
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 179 for (ConstructorDoc constructor : classDoc.constructors()) {
180 constructors.add(convertConstructor(constructor));
513 private IConstructor convertConstructor(ConstructorDoc constructor) {
514 SigConstructor c = new SigConstructor(constructor.name());
516 convertExecutableMember(constructor, c);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 159 constructor Create; overload;
160 constructor Create(const AInput: ICharStream<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
161 constructor Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
179 constructor T<grammar.recognizerName>.Create;
184 constructor T<grammar.recognizerName>.Create(const AInput: ICharStream<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
189 constructor T<grammar.recognizerName>.Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
341 constructor Create(const AInput: <inputStreamType><grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
342 constructor Create(const AInput: <inputStreamType>; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
385 constructor T<grammar.recognizerName>.Create(const AInput: <inputStreamType><grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
390 constructor T<grammar.recognizerName>.Create(const AInput: <inputStreamType>
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java 37 import java.lang.reflect.Constructor;
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java 95 } else if (member instanceof Constructor) {
96 return TypeUtils.getTypes(((Constructor)member).getExceptionTypes());
105 } else if (member instanceof Constructor) {
106 Type[] types = TypeUtils.getTypes(((Constructor)member).getParameterTypes());
115 public static Constructor findConstructor(String desc) {
119 public static Constructor findConstructor(String desc, ClassLoader loader) {
224 public static Object newInstance(final Constructor cstruct, final Object[] args) {
243 public static Constructor getConstructor(Class type, Class[] parameterTypes) {
245 Constructor constructor = type.getDeclaredConstructor(parameterTypes) local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 10 * @constructor
153 * @constructor
302 * @constructor
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 245 /** @constructor */
266 /** @constructor
352 /** @constructor */
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 500 const WrapperTypeInfo {{v8_class}}Constructor::wrapperTypeInfo = { gin::kEmbedderBlink, {{v8_class}}Constructor::domTemplate, {{v8_class}}::refObject, {{v8_class}}::derefObject, {{v8_class}}::createPersistentHandle, {{to_active_dom_object}}, {{to_event_target}}, 0, {{v8_class}}::installConditionallyEnabledMethods, {{v8_class}}::installConditionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::{{wrapper_class_id}}, WrapperTypeInfo::{{lifetime}}, WrapperTypeInfo::{{gc_type}} };
503 v8::Handle<v8::FunctionTemplate> {{v8_class}}Constructor::domTemplate(v8::Isolate* isolate)
527 static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
536 {% for test, constructor in tests_constructors %}
539 {{cpp_class}}V8Internal::constructor{{constructor.overload_index}}(info);
560 exceptionState.throwTypeError("No matching constructor signature.");
571 static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
    [all...]

Completed in 1196 milliseconds

<<11121314151617181920>>