Home
last modified time | relevance | path

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

12345678910>>...406

/aosp_15_r20/external/protobuf/conformance/
H A Dtext_format_conformance_suite.cc135 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
H A Dbinary_json_conformance_suite.cc310 std::unique_ptr<Message> prototype; in NewTestMessage() local
433 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in ExpectParseFailureForProtoWithProtoVersion() local
478 TestAllTypesProto3 prototype; in RunValidJsonTest() local
504 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest() local
516 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidProtobufTest() local
544 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidBinaryProtobufTest() local
567 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidJsonTestWithValidator() local
609 TestAllTypesProto3 prototype; in ExpectParseFailureForJson() local
638 TestAllTypesProto3 prototype; in ExpectSerializeFailureForJson() local
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dtext_format_conformance_suite.cc135 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
H A Dbinary_json_conformance_suite.cc310 std::unique_ptr<Message> prototype; in NewTestMessage() local
433 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in ExpectParseFailureForProtoWithProtoVersion() local
478 TestAllTypesProto3 prototype; in RunValidJsonTest() local
504 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest() local
516 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidProtobufTest() local
544 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidBinaryProtobufTest() local
567 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in RunValidJsonTestWithValidator() local
609 TestAllTypesProto3 prototype; in ExpectParseFailureForJson() local
638 TestAllTypesProto3 prototype; in ExpectSerializeFailureForJson() local
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/engine/
H A Dcreated_function.cc40 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()
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java91 MotionEvent prototype, in sendMotionEvent()
286 void sendDownForAllNotInjectedPointers(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointers()
316 void sendDownForAllNotInjectedPointersWithOriginalDown(MotionEvent prototype, int policyFlags) { in sendDownForAllNotInjectedPointersWithOriginalDown()
337 private MotionEvent computeInjectionDownEvent(MotionEvent prototype) { in computeInjectionDownEvent()
387 void sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) { in sendUpForInjectedDownPointers()
492 MotionEvent prototype, in sendActionDownAndUp()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DFieldVector3D.java141 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
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/
H A DBatcherImpl.java84 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
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstProtoRef.java27 private final Prototype prototype; field in CstProtoRef
29 public CstProtoRef(Prototype prototype) { in CstProtoRef()
41 Prototype prototype = Prototype.fromDescriptor(descriptor.getString()); in make() local
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dexterns.js105 prototype: { property
119 prototype: { property
134 prototype: { property
218 prototype: { property
249 prototype: { property
289 prototype: { property
418 prototype: { property
441 prototype: { property
491 prototype: { property
516 prototype: { property
[all …]
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DProtoIdItem.java32 private final Prototype prototype; field in ProtoIdItem
48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()
67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
H A DProtoIdsSection.java105 public synchronized ProtoIdItem intern(Prototype prototype) { in intern()
129 public int indexOf(Prototype prototype) { in indexOf()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DProtoIdItem.java35 private final Prototype prototype; field in ProtoIdItem
51 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()
70 private static CstUtf8 makeShortForm(Prototype prototype) { in makeShortForm()
H A DProtoIdsSection.java90 public ProtoIdItem intern(Prototype prototype) { in intern()
114 public int indexOf(Prototype prototype) { in indexOf()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DEmbeddedRungeKuttaIntegrator.java79 private final RungeKuttaStepInterpolator prototype; field in EmbeddedRungeKuttaIntegrator
111 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
149 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DEmbeddedRungeKuttaIntegrator.java81 private final RungeKuttaStepInterpolator prototype; field in EmbeddedRungeKuttaIntegrator
111 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
149 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set.cc174 const MessageLite* prototype, in RegisterMessageExtension()
624 const MessageLite& prototype, in MutableMessage()
728 const MessageLite& prototype) { in ReleaseMessage()
757 int number, const MessageLite& prototype) { in UnsafeArenaReleaseMessage()
799 const MessageLite& prototype, in AddMessage()
1851 const auto* prototype = in Swap() local
1901 const auto* prototype = in Swap() local
H A Dmessage.cc263 const Message* prototype) { in RegisterType()
330 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
385 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc174 const MessageLite* prototype, in RegisterMessageExtension()
624 const MessageLite& prototype, in MutableMessage()
728 const MessageLite& prototype) { in ReleaseMessage()
757 int number, const MessageLite& prototype) { in UnsafeArenaReleaseMessage()
799 const MessageLite& prototype, in AddMessage()
1851 const auto* prototype = in Swap() local
1901 const auto* prototype = in Swap() local
H A Dmessage.cc263 const Message* prototype) { in RegisterType()
330 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
385 GenericTypeHandler<Message>::NewFromPrototype(const Message* prototype, in NewFromPrototype()
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DBaseMachine.java37 private final Prototype prototype; field in BaseMachine
87 public BaseMachine(Prototype prototype) { in BaseMachine()
141 public void popArgs(Frame frame, Prototype prototype) { in popArgs()
H A DSimulator.java705 Prototype prototype in visitConstant() local
713 Prototype prototype = invokeDynamicRef.getPrototype(); in visitConstant() local
730 Prototype prototype = in visitConstant() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dconstants.h91 XlaOp ScalarLike(XlaOp prototype, T value) { in ScalarLike()
105 XlaOp FullLike(XlaOp prototype, T value) { in FullLike()
/aosp_15_r20/external/guice/extensions/spring/test/com/google/inject/spring/
H A DSpringIntegrationTest.java41 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindFromSpring() local
68 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindAll() local
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A 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()

12345678910>>...406