Home
last modified time | relevance | path

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

1234567

/external/protobuf/conformance/
Dtext_format_conformance_suite.cc134 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
Dbinary_json_conformance_suite.cc181 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/
Dconstants.h91 XlaOp ScalarLike(XlaOp prototype, T value) { in ScalarLike()
105 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/v8/src/init/
Dbootstrapper.cc378 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/
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/ic/
Dcall-optimization.cc52 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/
Dgenerated_message_table_driven_lite.h217 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
Dgenerated_message_table_driven.cc82 const Message* prototype = in ParseExtension() local
Drepeated_field.cc106 MessageLite* RepeatedPtrFieldBase::AddWeak(const MessageLite* prototype) { in AddWeak()
Dgenerated_message_table_driven_lite.cc85 const MessageLite* prototype = table.default_instance(); in ParseExtension() local
/external/v8/src/runtime/
Druntime-forin.cc70 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/v8/src/objects/
Djs-function-inl.h240 DEF_GETTER(JSFunction, prototype, Object) { in DEF_GETTER() argument
245 Object prototype = map(isolate).GetConstructor(isolate); in DEF_GETTER() local
Dprototype-inl.h98 HeapObject prototype = map.prototype(); in AdvanceIgnoringProxies() local
Djs-function.cc436 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/
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/guava/android/guava/src/com/google/common/hash/
DMacHashFunction.java36 private final Mac prototype; field in MacHashFunction
DMessageDigestHashFunction.java38 private final MessageDigest prototype; field in MessageDigestHashFunction
/external/guava/guava/src/com/google/common/hash/
DMacHashFunction.java36 private final Mac prototype; field in MacHashFunction
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchema.java39 abstract boolean hasExtensions(MessageLite prototype); in hasExtensions()

1234567