Home
last modified time | relevance | path

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

1234

/external/ltrace/
Dprototype.h31 struct prototype { struct
39 /* Initialize a prototype PROTO. The name will be NAME, and the argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DCustomElementBinding.cpp36 …lementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype) in create()
41 CustomElementBinding::CustomElementBinding(v8::Isolate* isolate, v8::Handle<v8::Object> prototype) in CustomElementBinding()
DV8DOMConfiguration.cpp37 …ibutes(v8::Handle<v8::ObjectTemplate> instanceTemplate, v8::Handle<v8::ObjectTemplate> prototype, … in installAttributes()
43 void V8DOMConfiguration::installAccessors(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::… in installAccessors()
82 …ts(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, … in installConstants()
113 …nt(v8::Handle<v8::FunctionTemplate> functionDescriptor, v8::Handle<v8::ObjectTemplate> prototype, … in installConstant()
120 void V8DOMConfiguration::installMethods(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Si… in installMethods()
147 v8::Local<v8::ObjectTemplate> prototype = functionDescriptor->PrototypeTemplate(); in installDOMClassTemplate() local
DCustomElementBinding.h46 v8::Handle<v8::Object> prototype() { return m_prototype.newLocal(m_isolate); } in prototype() function
DV8CustomElementLifecycleCallbacks.cpp53 …ElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::… in create()
92 …V8CustomElementLifecycleCallbacks(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::… in V8CustomElementLifecycleCallbacks()
171 v8::Handle<v8::Object> prototype = m_prototype.newLocal(isolate); in created() local
/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/chromium_org/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/chromium_org/v8/test/mjsunit/harmony/
Dsuper.js17 Base.prototype.f = fBase.toMethod(Base.prototype); class
31 Derived.prototype.f = fDerived.toMethod(Derived.prototype);
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2596.js35 var prototype = [2.5, 2.5]; variable
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMarqueeElement.js57 function reflectAttribute(prototype, attributeName, propertyName) { argument
70 function reflectBooleanAttribute(prototype, attributeName, propertyName) { argument
84 function defineInlineEventHandler(prototype, eventName) { argument
/external/chromium_org/v8/test/mjsunit/
Dstack-traces-overflow.js63 function testErrorPrototype(prototype) { argument
Dvalue-wrapper-accessor.js33 function test(object, prototype) { argument
/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
DChromePass.java165 String prototype = className + ".prototype"; in visitMakePublic() local
212 private boolean isAssignmentToPrototype(Node node, String prototype) { in isAssignmentToPrototype()
218 private boolean isAssignmentToPrototypeMethod(Node node, String prototype) { in isAssignmentToPrototypeMethod()
224 private boolean isDummyPrototypeMethodDeclaration(Node node, String prototype) { in isDummyPrototypeMethodDeclaration()
/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.h288 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
294 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()
298 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
302 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.cc247 const Message* prototype) { in RegisterType()
313 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
Dextension_set_heavy.cc133 const MessageLite* prototype = in MutableMessage() local
162 const MessageLite* prototype; in AddMessage() local
Ddynamic_message.cc181 scoped_ptr<const DynamicMessage> prototype; member
535 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() local
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dmessage.cc285 const Message* prototype) { in RegisterType()
352 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
Ddynamic_message.cc187 const DynamicMessage* prototype; member
548 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() local
Dextension_set_heavy.cc146 const MessageLite* prototype = in MutableMessage() local
203 const MessageLite* prototype; in AddMessage() local
/external/chromium_org/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
/external/guava/guava/src/com/google/common/base/
DJoiner.java84 private Joiner(Joiner prototype) { in Joiner() method in Joiner

1234