| /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/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/webrtc/rtc_base/ |
| D | swap_queue.h | 96 SwapQueue(size_t size, const T& prototype) : queue_(size, prototype) { in SwapQueue() 102 const T& prototype, in SwapQueue()
|
| /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
|
| D | message.cc | 598 const Message* prototype) { in RegisterType() 665 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage() 720 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
|
| /external/llvm-project/lldb/source/Target/ |
| D | ThreadPlanCallFunctionUsingABI.cpp | 24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI()
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| D | MethodId.java | 104 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
|
| /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/llvm-project/clang/include/clang/CodeGen/ |
| D | CGFunctionInfo.h | 478 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() 492 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() 497 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype() 501 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
|
| /external/guava/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/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/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()
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | Joiner.java | 83 private Joiner(Joiner prototype) { in Joiner() method in Joiner
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Joiner.java | 83 private Joiner(Joiner prototype) { in Joiner() method in Joiner
|