Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/perfetto/src/trace_processor/perfetto_sql/engine/
Dfunction_util.cc36 base::StringView function_name = raw.substr(0, function_name_end); in ParseFunctionName() local
51 base::StringView function_name; in ParsePrototype() local
69 const std::string& function_name, in SqliteRetToStatus()
79 const std::string& function_name, in MaybeBindArgument()
100 const std::string& function_name, in MaybeBindIntArgument()
/external/cronet/base/allocator/
Dmiracle_parameter.h122 #define MIRACLE_PARAMETER_FOR_STRING(function_name, feature, param_name, \ argument
131 #define MIRACLE_PARAMETER_FOR_DOUBLE(function_name, feature, param_name, \ argument
140 #define MIRACLE_PARAMETER_FOR_INT(function_name, feature, param_name, \ argument
148 #define MIRACLE_PARAMETER_FOR_BOOL(function_name, feature, param_name, \ argument
156 #define MIRACLE_PARAMETER_FOR_TIME_DELTA(function_name, feature, param_name, \ argument
165 #define MIRACLE_PARAMETER_FOR_ENUM(function_name, feature, param_name, \ argument
/external/cronet/components/miracle_parameter/common/public/
Dmiracle_parameter.h113 #define MIRACLE_PARAMETER_FOR_STRING(function_name, feature, param_name, \ argument
122 #define MIRACLE_PARAMETER_FOR_DOUBLE(function_name, feature, param_name, \ argument
131 #define MIRACLE_PARAMETER_FOR_INT(function_name, feature, param_name, \ argument
139 #define MIRACLE_PARAMETER_FOR_BOOL(function_name, feature, param_name, \ argument
147 #define MIRACLE_PARAMETER_FOR_TIME_DELTA(function_name, feature, param_name, \ argument
156 #define MIRACLE_PARAMETER_FOR_ENUM(function_name, feature, param_name, \ argument
/external/libchrome/base/
Dlocation.h52 const char* function_name() const { return function_name_; } in function_name() function
90 #define FROM_HERE_WITH_EXPLICIT_FUNCTION(function_name) \ argument
97 #define FROM_HERE_WITH_EXPLICIT_FUNCTION(function_name) \ argument
Dlocation.cc24 Location::Location(const char* function_name, in Location()
66 NOINLINE Location Location::CreateFromHere(const char* function_name, in CreateFromHere()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_test_utils.cc72 StringPiece function_name) { in MakeFilterNode()
85 StringPiece function_name) { in MakeMapAndBatchNode()
97 StringPiece function_name) { in MakeMapNode()
111 StringPiece function_name, bool sloppy) { in MakeParallelInterleaveV2Node()
130 StringPiece function_name, in MakeParallelInterleaveV4Node()
147 StringPiece function_name, bool sloppy) { in MakeParallelMapNode()
162 StringPiece function_name, in MakeParallelMapV2Node()
/external/mesa3d/src/gfxstream/include/OpenGLESDispatch/
DEGLDispatch.h43 #define RENDER_EGL_DEFINE_TYPE(return_type, function_name, signature) \ argument
46 #define RENDER_EGL_DECLARE_MEMBER(return_type, function_name, signature) \ argument
/external/mbedtls/tests/scripts/
Dset_psa_test_dependencies.py124 def systematic_dependencies(file_name, function_name, arguments): argument
156 def updated_dependencies(file_name, function_name, arguments, dependencies): argument
171 def keep_manual_dependencies(file_name, function_name, arguments): argument
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dset_psa_test_dependencies.py130 def systematic_dependencies(file_name, function_name, arguments): argument
162 def updated_dependencies(file_name, function_name, arguments, dependencies): argument
177 def keep_manual_dependencies(file_name, function_name, arguments): argument
/external/cronet/base/win/
Diat_patch_function.cc21 const char* function_name; member
116 const char* function_name, in InterceptImportedFunction()
192 const char* function_name, in Patch()
213 const char* function_name, in PatchFromModule()
/external/cronet/base/
Dlocation.h27 static Location CreateForTesting(const char* function_name, in CreateForTesting()
56 const char* function_name() const { return function_name_; } in function_name() function
Dlocation.cc84 Location::Location(const char* function_name, in Location()
128 NOINLINE Location Location::Current(const char* function_name, in Current()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Delemental_ir_emitter.cc39 std::string function_name; in EmitAtan2() local
76 std::string function_name; in EmitTanh() local
/external/tpm2-tss/script/
Dgen_fuzz.py137 def gen_complete(function, function_name, args): argument
157 def gen_prepare(function, function_name, args): argument
/external/perfetto/src/trace_processor/importers/common/
Dvirtual_memory_mapping.cc85 base::StringView function_name) { in InternFrame()
105 base::StringView function_name) { in InternFrameImpl()
Djit_cache.cc72 StringId function_name, in LoadCode()
113 base::StringView function_name) { in InternFrame()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_util.cc85 const Node& n, const std::optional<std::string>& function_name, in PropagateFromStackOrTensorArraySourceOp()
100 const Node& n, const std::optional<std::string>& function_name, in PropagateFromArgOp()
184 const Node& n, const std::optional<std::string>& function_name, in PropagateThroughCallOp()
254 const Graph* graph, const std::optional<std::string>& function_name, in AnalyzeResourceUsage()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_utils.cc189 base::Status CheckArgCount(const char* function_name, in CheckArgCount()
199 base::StatusOr<int64_t> ExtractIntArg(const char* function_name, in ExtractIntArg()
214 base::StatusOr<double> ExtractDoubleArg(const char* function_name, in ExtractDoubleArg()
229 base::StatusOr<std::string> ExtractStringArg(const char* function_name, in ExtractStringArg()
/external/icing/icing/query/advanced_query_parser/
Dabstract-syntax-tree.h127 explicit FunctionNode(std::unique_ptr<FunctionNameNode> function_name) in FunctionNode()
129 explicit FunctionNode(std::unique_ptr<FunctionNameNode> function_name, in FunctionNode()
136 const FunctionNameNode* function_name() const { return function_name_.get(); } in function_name() function
/external/sdv/vsomeip/third_party/boost/range/test/
Dalgorithm.cpp375 #define BOOST_RANGE_RETURNS_TEST( function_name, cont ) \ in simple_compile_test() argument
396 #define BOOST_RANGE_RETURNS_TEST1( function_name, cont, arg1 ) \ in simple_compile_test() argument
445 #define BOOST_RANGE_RETURNS_TEST2( function_name, arg1, arg2 ) \ in simple_compile_test() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc144 Placer::Placer(Graph* graph, const string& function_name, in Placer()
156 Placer::Placer(Graph* graph, const string& function_name, in Placer()
161 Placer::Placer(Graph* graph, const string& function_name, in Placer()
/external/libgav1/tests/
Dutils.cc104 void CheckMd5Digest(const char name[], const char function_name[], in CheckMd5Digest()
115 void CheckMd5Digest(const char name[], const char function_name[], in CheckMd5Digest()
135 void CheckMd5Digest(const char name[], const char function_name[], in CheckMd5Digest()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dinline_partitionedcall.cc37 const GraphDef& graph, absl::string_view function_name) { in GetFunctionByNameFromLibrary()
75 const std::string function_name = in InlinePartitionedCall() local
/external/tensorflow/tensorflow/cc/saved_model/
Dfingerprinting.cc53 StatusOr<int> GetSuffixUID(absl::string_view function_name) { in GetSuffixUID()
73 std::string function_name = node.attr().find("f")->second.func().name(); in CanonicalizeNodes() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dprogram_cache.cc80 const std::string& code, const std::string& function_name, in GetOrCreateCLKernel()
103 const std::string& function_name, in GetOrCreateCLKernel()
113 const std::string& function_name, in GetKernel()

12345678910