Home
last modified time | relevance | path

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

1234

/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/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/src/ic/
Dcall-optimization.cc39 Handle<JSObject> prototype(JSObject::cast(object_map->prototype())); in LookupHolderOfExpectedType() local
78 Object* prototype = object->map()->prototype(); in IsCompatibleReceiverMap() local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DMethodId.java104 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
/external/v8/src/
Dprototype.h129 Object* prototype = map->prototype(); in AdvanceIgnoringProxies() local
Dbootstrapper.cc386 Handle<JSObject> prototype; in CreateFunction() local
998 Handle<JSObject> prototype = in CreateNewGlobals() local
1121 Handle<JSObject> prototype = in InstallError() local
1300 Handle<JSFunction> prototype = empty_function; in InitializeGlobal() local
1508 Handle<JSValue> prototype = in InitializeGlobal() local
1570 Handle<JSValue> prototype = in InitializeGlobal() local
1622 Handle<JSValue> prototype = in InitializeGlobal() local
1724 Handle<JSObject> prototype = in InitializeGlobal() local
1791 Handle<JSObject> prototype = in InitializeGlobal() local
1946 Handle<JSObject> prototype = in InitializeGlobal() local
[all …]
Dcompilation-dependencies.cc128 Handle<Map> map, MaybeHandle<JSReceiver> prototype) { in AssumePrototypeMapsStable()
Dtransitions.cc296 Handle<Object> prototype, in PutPrototypeTransition()
333 Handle<Object> prototype) { in GetPrototypeTransition()
Dapi-natives.cc431 Handle<Object> prototype; in InstantiateFunction() local
600 Handle<Object> prototype, ApiInstanceType instance_type) { in CreateApiFunction()
/external/protobuf/src/google/protobuf/
Dmessage.cc338 const Message* prototype) { in RegisterType()
405 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
493 const Message* prototype, google::protobuf::Arena* arena) { in NewFromPrototype()
Dextension_set.cc168 const MessageLite* prototype) { in RegisterMessageExtension()
564 const MessageLite& prototype, in MutableMessage()
666 const MessageLite& prototype) { in ReleaseMessage()
695 int number, const MessageLite& prototype) { in UnsafeArenaReleaseMessage()
737 const MessageLite& prototype, in AddMessage()
Ddynamic_message.cc242 const DynamicMessage* prototype; member
752 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() local
Dextension_set_heavy.cc170 const MessageLite* prototype = in MutableMessage() local
239 const MessageLite* prototype; in AddMessage() local
/external/v8/src/runtime/
Druntime-forin.cc64 Handle<Object> prototype; in HasEnumerableProperty() local
Druntime-classes.cc143 Handle<JSObject> prototype = isolate->factory()->NewJSObjectFromMap(map); in DefineClass() local
453 Object* prototype = active_function->map()->prototype(); in RUNTIME_FUNCTION() local
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype, in forPrototype()
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype, in forPrototype()
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
/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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java81 Object register(ULocale loc, Object prototype); in register()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java84 Object register(ULocale loc, Object prototype); in register()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java152 public static Builder newBuilder(Message prototype) { in newBuilder()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp430 const UConverterStaticData *prototype; in readHeader() local

1234