Home
last modified time | relevance | path

Searched defs:CallFunction (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
H A Dnative-lib.cpp55 int CallFunction(int a) { in CallFunction() function
/aosp_15_r20/external/pigweed/pw_span/
H A Dcompatibility_test.cc31 TEST(SpanCompatibility, CallFunction) { in TEST() argument
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp63 #define CallFunction(f) ((f != 0) ? f() : 0) macro
/aosp_15_r20/frameworks/libs/binary_translation/tests/tests_apk/jni/
Dshared_library_test.cc63 TEST(Shared, CallFunction) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/function/
H A Druntime_client.cc154 StatusOr<ReturnValues> Runtime::CallFunction( in CallFunction() function in tensorflow::core::function::Runtime
/aosp_15_r20/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/
H A Dnative-lib.cpp36 int CallFunction(int a) { in CallFunction() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/functional/
H A Dfunction_ref_benchmark.cc40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dmutex.h259 inline bool Condition::CallFunction(const Condition* cond) { in CallFunction() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/functional/
H A Dfunction_type_benchmark.cc42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/
H A Dfunction_type_benchmark.cc42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/functional/
H A Dfunction_type_benchmark.cc42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
/aosp_15_r20/external/abseil-cpp/absl/functional/
H A Dfunction_type_benchmark.cc42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/
Dfunction_type_benchmark.cc42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/functional/
H A Dfunction_type_benchmark.cc42 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
/aosp_15_r20/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/
H A Dgapic_metadata.json13 "CallFunction": { object
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dlua-utils.h496 static int CallFunction(lua_State* state) { in CallFunction() function
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/
H A Dfunctions.proto116 rpc CallFunction(CallFunctionRequest) returns (CallFunctionResponse) { rpc
/aosp_15_r20/external/googleapis/google/cloud/functions/v1/
H A Dfunctions.proto116 rpc CallFunction(CallFunctionRequest) returns (CallFunctionResponse) { rpc
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dparallel_filter_dataset_op.cc334 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::ParallelFilterDatasetOp::Dataset::Iterator
H A Dparallel_map_dataset_op.cc458 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::ParallelMapDatasetOp::Dataset::Iterator
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dmap_and_batch_dataset_op.cc403 void CallFunction(std::shared_ptr<IteratorContext> ctx, in CallFunction() function in tensorflow::data::experimental::MapAndBatchDatasetOp::Dataset::Iterator
H A Dparse_example_dataset_op.cc581 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::experimental::__anon4014e9290111::ParseExampleDatasetOp::Dataset::Iterator
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py699 class CallFunction(_TargetArgsExpr): class