| /external/ltrace/ |
| D | prototype.h | 31 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/ |
| D | CustomElementBinding.cpp | 36 …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()
|
| D | V8DOMConfiguration.cpp | 37 …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
|
| D | CustomElementBinding.h | 46 v8::Handle<v8::Object> prototype() { return m_prototype.newLocal(m_isolate); } in prototype() function
|
| D | V8CustomElementLifecycleCallbacks.cpp | 53 …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/ |
| D | ProtoIdItem.java | 32 private final Prototype prototype; field in ProtoIdItem 48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem() 67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
|
| D | ProtoIdsSection.java | 90 public ProtoIdItem intern(Prototype prototype) { in intern() 114 public int indexOf(Prototype prototype) { in indexOf()
|
| /external/chromium_org/v8/src/ic/ |
| D | call-optimization.cc | 32 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/ |
| D | super.js | 17 Base.prototype.f = fBase.toMethod(Base.prototype); class 31 Derived.prototype.f = fDerived.toMethod(Derived.prototype);
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| D | regress-2596.js | 35 var prototype = [2.5, 2.5]; variable
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| D | HTMLMarqueeElement.js | 57 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/ |
| D | stack-traces-overflow.js | 63 function testErrorPrototype(prototype) { argument
|
| D | value-wrapper-accessor.js | 33 function test(object, prototype) { argument
|
| /external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ |
| D | ChromePass.java | 165 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/ |
| D | CstBaseMethodRef.java | 32 private final Prototype prototype; field in CstBaseMethodRef
|
| /external/clang/include/clang/CodeGen/ |
| D | CGFunctionInfo.h | 288 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/ |
| D | MethodId.java | 96 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
|
| /external/protobuf/src/google/protobuf/ |
| D | message.cc | 247 const Message* prototype) { in RegisterType() 313 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
|
| D | extension_set_heavy.cc | 133 const MessageLite* prototype = in MutableMessage() local 162 const MessageLite* prototype; in AddMessage() local
|
| D | dynamic_message.cc | 181 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/ |
| D | message.cc | 285 const Message* prototype) { in RegisterType() 352 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
|
| D | dynamic_message.cc | 187 const DynamicMessage* prototype; member 548 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() local
|
| D | extension_set_heavy.cc | 146 const MessageLite* prototype = in MutableMessage() local 203 const MessageLite* prototype; in AddMessage() local
|
| /external/chromium_org/v8/src/ |
| D | bootstrapper.cc | 377 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/ |
| D | Joiner.java | 84 private Joiner(Joiner prototype) { in Joiner() method in Joiner
|