Home
last modified time | relevance | path

Searched +defs:second +defs:proto (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/std/
Dutility.hpp17 namespace boost { namespace proto { namespace functional namespace
97 struct second struct
105 struct result<This(Pair)>
111 struct result<This(Pair &)>
117 struct result<This(Pair const &)>
123 typename Pair::second_type &operator()(Pair &pair) const in operator ()()
129 typename Pair::second_type const &operator()(Pair const &pair) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/
Dwhen.hpp32 namespace boost { namespace proto namespace
41 typedef Fun second; typedef
117 typedef PrimitiveTransform second; typedef
182 typedef external_transform second; typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc236 TensorShapeProto* proto) { in ShapeHandleToProto()
917 Status InferenceContext::MakeShapeFromShapeProto(const TensorShapeProto& proto, in MakeShapeFromShapeProto()
1043 Status InferenceContext::Add(DimensionHandle first, DimensionOrConstant second, in Add()
1070 DimensionOrConstant second, in Subtract()
1093 DimensionOrConstant second, in Multiply()
1121 Status InferenceContext::Min(DimensionHandle first, DimensionOrConstant second, in Min()
1141 Status InferenceContext::Max(DimensionHandle first, DimensionOrConstant second, in Max()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dgraph_utils.cc135 DT_BOOL, [v](TensorProto* proto) { proto->add_bool_val(v); }, graph); in AddScalarConstNode()
141 DT_DOUBLE, [v](TensorProto* proto) { proto->add_double_val(v); }, graph); in AddScalarConstNode()
147 DT_FLOAT, [v](TensorProto* proto) { proto->add_float_val(v); }, graph); in AddScalarConstNode()
153 DT_INT32, [v](TensorProto* proto) { proto->add_int_val(v); }, graph); in AddScalarConstNode()
159 DT_INT64, [v](TensorProto* proto) { proto->add_int64_val(v); }, graph); in AddScalarConstNode()
166 [v](TensorProto* proto) { proto->add_string_val(v.data(), v.size()); }, in AddScalarConstNode()
338 const NodeDef& second, NodeDef* to_node) { in ConcatAttributeList()
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c642 int *hour, int *minute, int *second, in normalize_datetime()
810 int *minute, int *second, int *microsecond) in parse_hh_mm_ss_ff()
876 int *second, int *microsecond, int *tzoffset, in parse_isoformat_time()
989 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
1023 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
1035 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex()
1060 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex()
1069 new_time_ex2(int hour, int minute, int second, int usecond, in new_time_ex2()
1100 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex()
2516 PyObject *second = NULL; in delta_new() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java416 @PowerExemptionManager.ReasonCode int second) { in reasonOr()
423 @PowerExemptionManager.ReasonCode int second, in reasonOr()
550 public void dumpDebug(ProtoOutputStream proto, long fieldId, long now) { in dumpDebug()
787 void dumpDebug(ProtoOutputStream proto, long fieldId) { in dumpDebug()
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.cc649 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local
682 HInstruction* second = LoadLocal(instruction.VRegB_22t(), DataType::Type::kInt32); in If_21_22t() local
726 HInstruction* second = LoadLocal(instruction.VRegC_23x(), type); in Binop_23x() local
736 HInstruction* second = LoadLocal(instruction.VRegC_23x(), DataType::Type::kInt32); in Binop_23x_shift() local
746 HInstruction* second = LoadLocal(instruction.VRegC_23x(), type); in Binop_23x_cmp() local
756 HInstruction* second = LoadLocal(instruction.VRegB_12x(), DataType::Type::kInt32); in Binop_12x_shift() local
766 HInstruction* second = LoadLocal(instruction.VRegB_12x(), type); in Binop_12x() local
774 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s()); in Binop_22s() local
785 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22b()); in Binop_22b() local
2436 HInstruction* second = nullptr; in BuildCheckedDivRem() local
/aosp_15_r20/external/python/enum34/enum/
Dtest.py239 second = 'boppity' variable in TestEnum.test_members_is_ordereddict_if_ordered.Ordered
253 second = 2 variable in TestEnum.test_members_is_always_ordered.AlwaysOrdered
1402 def __reduce_ex__(self, proto): argument
1541 def __reduce_ex__(self, proto): argument
1558 second = (2, 'for the show') variable in TestEnum.test_tuple_subclass.SomeTuple
/aosp_15_r20/external/curl/lib/vtls/
H A Dvtls.c136 static bool blobcmp(struct curl_blob *first, struct curl_blob *second) in blobcmp()
2253 const char *proto) in Curl_alpn_contains_proto()
2267 const unsigned char *proto, in Curl_alpn_set_negotiated()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java531 private static boolean isSecondCompanionToFirst(TaskFragment first, TaskFragment second) { in isSecondCompanionToFirst()
1742 public void dumpDebug(ProtoOutputStream proto) { in dumpDebug()
H A DWindowContainer.java1469 void writeIdentifierToProto(ProtoOutputStream proto, long fieldId) { in writeIdentifierToProto()
2840 public void dumpDebug(ProtoOutputStream proto, long fieldId, in dumpDebug()
4264 Configuration merge(Configuration first, Configuration second); in merge()
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client-external-protobuf/1.1.0-alpha05/
HDhealth-services-client-external-protobuf-1.1.0-alpha05.jar ... client/ androidx/health/services/client/proto/ androidx/health/services/client/proto
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
HDaccessibility-test-framework-2.1.jar ... apps/common/testing/accessibility/framework/proto/ com/googlecode/ com/googlecode/eyesfree ...
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py237 second = auto() variable in _EnumTests.setUp.MainEnum
616 second = auto() variable in _EnumTests.test_repr_override.Generic
1772 def __reduce_ex__(self, proto): argument
1919 def __reduce_ex__(self, proto): argument
1936 second = (2, 'for the show') variable in TestSpecial.test_tuple_subclass.SomeTuple
1947 second = () variable in TestSpecial.test_duplicate_values_give_unique_enum_items.AutoNumber
3261 second = auto() variable in OldTestFlag.test_duplicate_auto.Dupes
4249 second = auto() variable in TestInternals.test_duplicate_auto.Dupes
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/service/service-appsearch/android_common_apex33/combined/
Dservice-appsearch.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/service/service-appsearch/android_common_apex33/jarjar/
Dservice-appsearch.jar ... com.android.server.appsearch.icing.proto.InitializeResultProto byteArrayToInitializeResultProto (byte[]) com.
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-appsearch.com.android.appsearch_intermediates/
Dclasses.jar ... com.android.server.appsearch.icing.proto.InitializeResultProto byteArrayToInitializeResultProto (byte[]) com.
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/service/service-appsearch/android_common_apex33/package-check/
Dservice-appsearch.jar ... com.android.server.appsearch.icing.proto.InitializeResultProto byteArrayToInitializeResultProto (byte[]) com.
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp_15_r20/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A DNanoTest.java3978 TestAllTypesNano second = new TestAllTypesNano(); in testRepeatedMerge() local
4411 … NanoReferenceTypesCompat.TestAllTypesNano proto = new NanoReferenceTypesCompat.TestAllTypesNano(); in testRepeatedFieldInitializedInReftypesCompatMode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp1854 auto proto = db.names.back().move_full(); in parse_type() local
4191 StrT second; member
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-17/
Dframework.jarandroid/view/InternalInsetsAnimationController.class InternalInsetsAnimationController.java package android.view public abstract android.view ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar17META-INF/ META-INF/MANIFEST.MF android/ android/util/ android/ ...
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dlab_server_oss_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/out/soong/.intermediates/art/libartservice/service/service-art.impl/android_common_apex31/combined/
Dservice-art.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/content/ android/ ...

12345678910>>...23