Home
last modified time | relevance | path

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

1234567

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.h85 XlaOp ScalarLike(XlaOp prototype, T value) { in ScalarLike()
99 XlaOp FullLike(XlaOp prototype, T value) { in FullLike()
Dconstants.cc32 XlaOp ZerosLike(XlaOp prototype) { in ZerosLike()
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java41 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindFromSpring() local
68 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); 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/
Dbootstrapper.cc414 Handle<Object> prototype; in CreateFunction() local
816 Handle<JSObject> prototype, in CreateNonConstructorMap()
1247 Handle<JSObject> prototype = in CreateNewGlobals() local
1373 Handle<JSObject> prototype(JSObject::cast(error_fun->instance_prototype()), in InstallError() local
1563 Handle<JSFunction> prototype = empty_function; in InitializeGlobal() local
1825 Handle<JSValue> prototype = in InitializeGlobal() local
1942 Handle<JSValue> prototype = in InitializeGlobal() local
1996 Handle<JSValue> prototype = in InitializeGlobal() local
2183 Handle<JSObject> prototype(JSObject::cast(symbol_fun->instance_prototype()), in InitializeGlobal() local
2230 Handle<JSObject> prototype(JSObject::cast(date_fun->instance_prototype()), in InitializeGlobal() local
[all …]
Dprototype-inl.h99 Object* prototype = map->prototype(); in AdvanceIgnoringProxies() local
Dtransitions.cc361 void TransitionsAccessor::PutPrototypeTransition(Handle<Object> prototype, in PutPrototypeTransition()
395 Handle<Object> prototype) { in GetPrototypeTransition()
/external/v8/src/ic/
Dcall-optimization.cc52 Handle<JSObject> prototype(raw_prototype, raw_prototype->GetIsolate()); in LookupHolderOfExpectedType() local
88 Object* prototype = object->map()->prototype(); in IsCompatibleReceiverMap() local
/external/v8/src/runtime/
Druntime-forin.cc65 Handle<Object> prototype; in HasEnumerableProperty() local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DMethodId.java104 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
/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()
Dextension_set_heavy.cc170 const MessageLite* prototype = in MutableMessage() local
239 const MessageLite* prototype; in AddMessage() local
Ddynamic_message.cc242 const DynamicMessage* prototype; member
752 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() 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/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
/external/v8/src/builtins/
Dbuiltins-function-gen.cc113 Node* prototype = LoadMapPrototype(receiver_map); in TF_BUILTIN() local
Dbuiltins-console.cc142 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function()); in BUILTIN() local
/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/v8/src/compiler/
Dcompilation-dependencies.cc57 const ObjectRef& prototype) in PrototypePropertyDependency()
300 ObjectRef prototype = function.prototype(); in DependOnPrototypeProperty() local
/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()

1234567