Home
last modified time | relevance | path

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

123

/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/v8/src/ic/
Dcall-optimization.cc32 Handle<JSObject> prototype(JSObject::cast(object_map->prototype())); in LookupHolderOfExpectedType() local
63 Object* prototype = object->map()->prototype(); in IsCompatibleReceiver() local
/external/v8/test/mjsunit/harmony/
Dsuper.js17 Base.prototype.f = fBase.toMethod(Base.prototype); class
31 Derived.prototype.f = fDerived.toMethod(Derived.prototype);
/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/v8/test/mjsunit/regress/
Dregress-2596.js35 var prototype = [2.5, 2.5]; variable
/external/v8/test/mjsunit/
Dstack-traces-overflow.js63 function testErrorPrototype(prototype) { argument
Dvalue-wrapper-accessor.js33 function test(object, prototype) { argument
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h301 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
307 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()
311 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
315 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstBaseMethodRef.java32 private final Prototype prototype; field in CstBaseMethodRef
/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
Dextension_set_heavy.cc169 const MessageLite* prototype = in MutableMessage() local
226 const MessageLite* prototype; in AddMessage() local
Dextension_set.cc165 const MessageLite* prototype) { in RegisterMessageExtension()
539 const MessageLite& prototype, in MutableMessage()
593 const MessageLite& prototype) { in ReleaseMessage()
632 const MessageLite& prototype, in AddMessage()
/external/v8/src/
Dbootstrapper.cc377 Handle<JSObject> prototype; in InstallFunction() local
438 Handle<AccessorInfo> prototype = in SetFunctionInstanceDescriptor() local
498 Handle<JSObject> prototype = factory->NewJSObject( in CreateEmptyFunction() local
596 Handle<AccessorInfo> prototype = in SetStrictFunctionInstanceDescriptor() local
784 Handle<JSObject> prototype = in CreateNewGlobals() local
1603 Handle<JSObject> prototype = in InstallInternalArray() local
1698 Handle<JSObject> prototype = in InstallNatives() local
1840 Handle<JSObject> prototype = in InstallNatives() local
Dfactory.cc1284 Handle<Object> prototype, in NewFunction()
1297 Handle<Object> prototype, in NewFunction()
1344 Handle<JSObject> prototype = NewJSObjectFromMap(new_map); in NewFunctionPrototype() local
1747 Handle<Object> prototype) { in NewJSProxy()
1766 Handle<Object> prototype) { in NewJSFunctionProxy()
2126 Handle<Object> prototype, in CreateApiFunction()
/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
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
Dpolymer.js8535 function extend(prototype, api) { argument
8665 HTMLElement.register = function(tag, prototype) { argument
8846 function getPrototypeOf(prototype) { argument
8852 function hintSuper(prototype) { argument
8949 api.publish = function(apis, prototype) { argument
10235 function getPrototypeOf(prototype) { argument
10265 function element(name, prototype) { argument
10311 function registerPrototype(name, prototype) { argument
10401 this.prototype.resolvePath = function(urlPath, base) { method
10765 inferObservers: function(prototype) { argument
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/
DDynamicMessage.java152 public static Builder newBuilder(Message prototype) { in newBuilder()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java75 Object register(ULocale loc, Object prototype); in register()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.c436 const UConverterStaticData *prototype; in readHeader() local

123