Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 25 of 109) sorted by relevance

12345

/external/v8/test/mjsunit/es6/
Dclasses-proxy.js12 var prototype = { x: 1 }; variable
28 var prototype = { x: 1 }; variable
44 var prototype = { x: 1 }; variable
60 var prototype = { x: 1 }; variable
Dcomputed-property-names-classes.js313 static ['prototype']() { method in TestPrototype.anonymousFunction7884a6790200.C
321 static get ['prototype']() { getter in TestPrototype.anonymousFunction7884a6790300.C2
329 static set ['prototype'](x) { setter in TestPrototype.anonymousFunction7884a6790400.C3
337 static *['prototype']() { generator in TestPrototype.anonymousFunction7884a6790500.C4
/external/ltrace/
Dprototype.h31 struct prototype { struct
39 /* Initialize a prototype PROTO. The name will be NAME, and the argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DProtoIdItem.java32 private final Prototype prototype; field in ProtoIdItem
48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()
67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
DProtoIdsSection.java90 public ProtoIdItem intern(Prototype prototype) { in intern()
114 public int indexOf(Prototype prototype) { in indexOf()
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java47 RootBeanDefinition prototype in testBindFromSpring() local
78 RootBeanDefinition prototype in testBindAll() local
/external/webrtc/webrtc/common_audio/
Dswap_queue.h94 SwapQueue(size_t size, const T& prototype) : queue_(size, prototype) { in SwapQueue()
100 const T& prototype, in SwapQueue()
/external/v8/src/ic/
Dcall-optimization.cc31 Handle<JSObject> prototype(JSObject::cast(object_map->prototype())); in LookupHolderOfExpectedType() local
71 Object* prototype = object->map()->prototype(); in IsCompatibleReceiverMap() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java67 private final RungeKuttaStepInterpolator prototype; field in RungeKuttaIntegrator
84 final RungeKuttaStepInterpolator prototype, in RungeKuttaIntegrator()
DEmbeddedRungeKuttaIntegrator.java81 private final RungeKuttaStepInterpolator prototype; field in EmbeddedRungeKuttaIntegrator
111 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
149 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
Dpolymer-mixin.js1 Polymer.mixin2 = function(prototype, mixin) { argument
/external/v8/test/mjsunit/regress/
Dregress-2596.js37 var prototype = [2.5, 2.5]; variable
Dregress-crbug-571064.js9 var prototype = Array.prototype; variable
/external/v8/test/mjsunit/
Dstack-traces-overflow.js63 function testErrorPrototype(prototype) { argument
Dvalue-wrapper-accessor.js33 function test(object, prototype) { argument
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstBaseMethodRef.java32 private final Prototype prototype; field in CstBaseMethodRef
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h302 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
308 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()
312 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
316 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
/external/dexmaker/src/main/java/com/google/dexmaker/
DMethodId.java96 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
/external/protobuf/src/google/protobuf/
Dmessage.cc285 const Message* prototype) { in RegisterType()
352 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
Ddynamic_message.cc219 const DynamicMessage* prototype; member
641 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() local
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
/external/v8/test/mjsunit/harmony/
Dproxies-set-prototype-of.js18 var prototype = [1]; variable
/external/v8/src/
Dcompilation-dependencies.cc128 Handle<Map> map, MaybeHandle<JSReceiver> prototype) { in AssumePrototypeMapsStable()
/external/guava/guava/src/com/google/common/hash/
DMessageDigestHashFunction.java34 private final MessageDigest prototype; field in MessageDigestHashFunction
/external/guava/guava/src/com/google/common/base/
DJoiner.java87 private Joiner(Joiner prototype) { in Joiner() method in Joiner

12345