/external/cronet/tot/third_party/protobuf/conformance/ |
D | text_format_conformance_suite.cc | 135 TestAllTypesProto3 prototype; in ExpectParseFailure() local 160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local 166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local 172 const Message& prototype) { in RunValidTextFormatTestWithMessage() 187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local 396 TestAllTypesProto3 prototype; in RunSuiteImpl() local
|
/external/cronet/stable/third_party/protobuf/conformance/ |
D | text_format_conformance_suite.cc | 135 TestAllTypesProto3 prototype; in ExpectParseFailure() local 160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local 166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local 172 const Message& prototype) { in RunValidTextFormatTestWithMessage() 187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local 396 TestAllTypesProto3 prototype; in RunSuiteImpl() local
|
/external/protobuf/conformance/ |
D | text_format_conformance_suite.cc | 135 TestAllTypesProto3 prototype; in ExpectParseFailure() local 160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local 166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local 172 const Message& prototype) { in RunValidTextFormatTestWithMessage() 187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local 396 TestAllTypesProto3 prototype; in RunSuiteImpl() 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()
|
/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/perfetto/src/trace_processor/perfetto_sql/engine/ |
D | created_function.cc | 40 const FunctionPrototype& prototype) { in CheckNoMoreRows() 60 const FunctionPrototype& prototype) { in EvaluateScalarStatement() 93 const FunctionPrototype& prototype, in BindArguments() 166 base::Status EnableMemoization(const FunctionPrototype& prototype) { in EnableMemoization() 281 const FunctionPrototype& prototype, in RecursiveCallUnroller() 445 void Reset(FunctionPrototype prototype, in Reset() 543 const FunctionPrototype& prototype() const { return prototype_; } in prototype() function in perfetto::trace_processor::State 690 FunctionPrototype prototype, in Prepare()
|
/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/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/ |
D | BatcherImpl.java | 84 private final RequestT prototype; field in BatcherImpl 111 RequestT prototype, in BatcherImpl() 132 RequestT prototype, in BatcherImpl() 160 RequestT prototype, in BatcherImpl() 424 RequestT prototype, in Batch() argument
|
D | BatchingDescriptor.java | 89 BatchingRequestBuilder<ElementT, RequestT> newRequestBuilder(RequestT prototype); in newRequestBuilder()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
D | EmbeddedRungeKuttaIntegrator.java | 79 private final RungeKuttaStepInterpolator prototype; field in EmbeddedRungeKuttaIntegrator 111 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator() 149 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
|
D | RungeKuttaIntegrator.java | 66 private final RungeKuttaStepInterpolator prototype; field in RungeKuttaIntegrator 83 final RungeKuttaStepInterpolator prototype, in RungeKuttaIntegrator()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
D | FieldVector3D.java | 141 final T prototype = a1; in FieldVector3D() local 157 final T prototype = a1; in FieldVector3D() local 173 final T prototype = u1.getX(); in FieldVector3D() local 192 final T prototype = a1; in FieldVector3D() local 211 final T prototype = a1; in FieldVector3D() local 230 final T prototype = u1.getX(); in FieldVector3D() local 252 final T prototype = a1; in FieldVector3D() local 274 final T prototype = a1; in FieldVector3D() local 296 final T prototype = u1.getX(); in FieldVector3D() local
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 263 const Message* prototype) { in RegisterType() 330 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage() 385 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | message.cc | 263 const Message* prototype) { in RegisterType() 330 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage() 385 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | message.cc | 263 const Message* prototype) { in RegisterType() 330 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage() 385 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
|
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
D | KMCosePairNegIntegerTag.java | 30 private static KMCosePairNegIntegerTag prototype; field in KMCosePairNegIntegerTag
|
D | KMCosePairIntegerTag.java | 30 private static KMCosePairIntegerTag prototype; field in KMCosePairIntegerTag
|
D | KMCosePairSimpleValueTag.java | 14 private static KMCosePairSimpleValueTag prototype; field in KMCosePairSimpleValueTag
|
D | KMSimpleValue.java | 16 private static KMSimpleValue prototype; field in KMSimpleValue
|
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
D | KMCosePairNegIntegerTag.java | 30 private static KMCosePairNegIntegerTag prototype; field in KMCosePairNegIntegerTag
|
D | KMCosePairIntegerTag.java | 30 private static KMCosePairIntegerTag prototype; field in KMCosePairIntegerTag
|
D | KMSimpleValue.java | 16 private static KMSimpleValue prototype; field in KMSimpleValue
|
/external/skia/experimental/tskit/build/ |
D | externs.js | 13 prototype: { property
|