/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | constants.h | 85 XlaOp ScalarLike(XlaOp prototype, T value) { in ScalarLike() 99 XlaOp FullLike(XlaOp prototype, T value) { in FullLike()
|
D | constants.cc | 32 XlaOp ZerosLike(XlaOp prototype) { in ZerosLike()
|
/external/guice/extensions/spring/test/com/google/inject/spring/ |
D | SpringIntegrationTest.java | 41 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/ |
D | swap_queue.h | 94 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/ |
D | RungeKuttaIntegrator.java | 67 private final RungeKuttaStepInterpolator prototype; field in RungeKuttaIntegrator 84 final RungeKuttaStepInterpolator prototype, in RungeKuttaIntegrator()
|
D | EmbeddedRungeKuttaIntegrator.java | 81 private final RungeKuttaStepInterpolator prototype; field in EmbeddedRungeKuttaIntegrator 111 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator() 149 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
|
/external/v8/src/ |
D | bootstrapper.cc | 414 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 …]
|
D | prototype-inl.h | 99 Object* prototype = map->prototype(); in AdvanceIgnoringProxies() local
|
D | transitions.cc | 361 void TransitionsAccessor::PutPrototypeTransition(Handle<Object> prototype, in PutPrototypeTransition() 395 Handle<Object> prototype) { in GetPrototypeTransition()
|
/external/v8/src/ic/ |
D | call-optimization.cc | 52 Handle<JSObject> prototype(raw_prototype, raw_prototype->GetIsolate()); in LookupHolderOfExpectedType() local 88 Object* prototype = object->map()->prototype(); in IsCompatibleReceiverMap() local
|
/external/v8/src/runtime/ |
D | runtime-forin.cc | 65 Handle<Object> prototype; in HasEnumerableProperty() local
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | MethodId.java | 104 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 338 const Message* prototype) { in RegisterType() 405 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage() 493 const Message* prototype, google::protobuf::Arena* arena) { in NewFromPrototype()
|
D | extension_set.cc | 168 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()
|
D | extension_set_heavy.cc | 170 const MessageLite* prototype = in MutableMessage() local 239 const MessageLite* prototype; in AddMessage() local
|
D | dynamic_message.cc | 242 const DynamicMessage* prototype; member 752 DynamicMessage* prototype = new(base) DynamicMessage(type_info); in GetPrototypeNoLock() local
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 398 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/ |
D | ParameterizedField.java | 64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
|
/external/v8/src/builtins/ |
D | builtins-function-gen.cc | 113 Node* prototype = LoadMapPrototype(receiver_map); in TF_BUILTIN() local
|
D | builtins-console.cc | 142 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function()); in BUILTIN() local
|
/external/guava/guava/src/com/google/common/hash/ |
D | MessageDigestHashFunction.java | 34 private final MessageDigest prototype; field in MessageDigestHashFunction
|
/external/guava/guava/src/com/google/common/base/ |
D | Joiner.java | 87 private Joiner(Joiner prototype) { in Joiner() method in Joiner
|
/external/v8/src/compiler/ |
D | compilation-dependencies.cc | 57 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/ |
D | ULocaleCollationTest.java | 81 Object register(ULocale loc, Object prototype); in register()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleCollationTest.java | 84 Object register(ULocale loc, Object prototype); in register()
|