| /external/protobuf/conformance/ |
| D | text_format_conformance_suite.cc | 134 TestAllTypesProto3 prototype; in ExpectParseFailure() local 158 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local 164 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local 170 const Message& prototype) { in RunValidTextFormatTestWithMessage() 185 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local
|
| D | binary_json_conformance_suite.cc | 181 std::unique_ptr<Message> prototype; in NewTestMessage() local 274 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in ExpectParseFailureForProtoWithProtoVersion() local 320 TestAllTypesProto3 prototype; in RunValidJsonTest() local 346 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest() local 358 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidProtobufTest() local 378 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidBinaryProtobufTest() local 401 TestAllTypesProto3 prototype; in RunValidJsonTestWithValidator() local 444 TestAllTypesProto3 prototype; in ExpectParseFailureForJson() local 475 TestAllTypesProto3 prototype; in ExpectSerializeFailureForJson() local
|
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ |
| D | constants.h | 91 XlaOp ScalarLike(XlaOp prototype, T value) { in ScalarLike() 105 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/v8/src/init/ |
| D | bootstrapper.cc | 378 int inobject_properties, Handle<HeapObject> prototype, in CreateFunction() 401 int inobject_properties, Handle<HeapObject> prototype, in CreateFunction() 411 Handle<HeapObject> prototype, Builtins::Name call) { in InstallFunction() 422 Handle<HeapObject> prototype, Builtins::Name call) { in InstallFunction() 787 Handle<JSObject> prototype, in CreateNonConstructorMap() 1223 Handle<JSObject> prototype = in CreateNewGlobals() local 1355 Handle<JSObject> prototype(JSObject::cast(error_fun->instance_prototype()), in InstallError() local 1552 Handle<JSFunction> prototype = empty_function; in InitializeGlobal() local 1795 Handle<JSPrimitiveWrapper> prototype = Handle<JSPrimitiveWrapper>::cast( in InitializeGlobal() local 1879 Handle<JSPrimitiveWrapper> prototype = Handle<JSPrimitiveWrapper>::cast( in InitializeGlobal() local [all …]
|
| /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/ic/ |
| D | call-optimization.cc | 52 Handle<JSObject> prototype(raw_prototype, raw_prototype.GetIsolate()); in LookupHolderOfExpectedType() local 87 Object prototype = object.map().prototype(); in IsCompatibleReceiverMap() local
|
| /external/protobuf/src/google/protobuf/ |
| D | generated_message_table_driven_lite.h | 217 const MessageLite* prototype = in ResetOneofField() local 369 const MessageLite* prototype) { in Add() 649 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local 664 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local 686 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local 706 const MessageLite* prototype = in MergePartialFromCodedStreamInlined() local
|
| D | generated_message_table_driven.cc | 82 const Message* prototype = in ParseExtension() local
|
| D | repeated_field.cc | 106 MessageLite* RepeatedPtrFieldBase::AddWeak(const MessageLite* prototype) { in AddWeak()
|
| D | generated_message_table_driven_lite.cc | 85 const MessageLite* prototype = table.default_instance(); in ParseExtension() local
|
| /external/v8/src/runtime/ |
| D | runtime-forin.cc | 70 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/v8/src/objects/ |
| D | js-function-inl.h | 240 DEF_GETTER(JSFunction, prototype, Object) { in DEF_GETTER() argument 245 Object prototype = map(isolate).GetConstructor(isolate); in DEF_GETTER() local
|
| D | prototype-inl.h | 98 HeapObject prototype = map.prototype(); in AdvanceIgnoringProxies() local
|
| D | js-function.cc | 436 Handle<HeapObject> prototype) { in SetInitialMap() 485 Handle<HeapObject> prototype; in EnsureHasInitialMap() local 646 Handle<HeapObject> prototype(new_target->instance_prototype(), isolate); in FastInitializeDerivedMap() local 681 Handle<Object> prototype; in GetDerivedMap() 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/guava/android/guava/src/com/google/common/hash/ |
| D | MacHashFunction.java | 36 private final Mac prototype; field in MacHashFunction
|
| D | MessageDigestHashFunction.java | 38 private final MessageDigest prototype; field in MessageDigestHashFunction
|
| /external/guava/guava/src/com/google/common/hash/ |
| D | MacHashFunction.java | 36 private final Mac prototype; field in MacHashFunction
|
| /external/autotest/frontend/client/src/autotest/tko/ |
| D | ParameterizedField.java | 64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | ExtensionSchema.java | 39 abstract boolean hasExtensions(MessageLite prototype); in hasExtensions()
|