/aosp_15_r20/external/protobuf/conformance/ |
H A 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
|
H A D | binary_json_conformance_suite.cc | 310 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 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
|
H A D | binary_json_conformance_suite.cc | 310 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 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()
|
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | EventDispatcher.java | 91 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 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
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/ |
H A 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
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/cst/ |
H A D | CstProtoRef.java | 27 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 D | externs.js | 105 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 D | ProtoIdItem.java | 32 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 D | ProtoIdsSection.java | 105 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 D | ProtoIdItem.java | 35 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 D | ProtoIdsSection.java | 90 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 D | EmbeddedRungeKuttaIntegrator.java | 79 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 D | EmbeddedRungeKuttaIntegrator.java | 81 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 D | extension_set.cc | 174 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 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()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.cc | 174 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 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()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | BaseMachine.java | 37 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 D | Simulator.java | 705 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 D | constants.h | 91 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 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
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A 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()
|