Home
last modified time | relevance | path

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

12

/third_party/mbedtls/tests/scripts/
Dset_psa_test_dependencies.py136 def systematic_dependencies(file_name, function_name, arguments): argument
168 def updated_dependencies(file_name, function_name, arguments, dependencies): argument
183 def keep_manual_dependencies(file_name, function_name, arguments): argument
Dgenerate_test_code.py973 def get_function_info(func_info, function_name, line_no): argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1375-prefixed-functions.rs18 pub fn function_name(x: ::std::os::raw::c_int); in function_name() function
/third_party/mindspore/mindspore-src/source/third_party/proto/tensorflow/
Dfunction.proto124 string function_name = 1; // The function name. field
/third_party/python/Objects/
Dbytes_methods.c453 parse_args_finds_byte(const char *function_name, PyObject *args, in parse_args_finds_byte()
508 const char *function_name, PyObject *args, int dir) in find_internal()
771 const char *function_name, PyObject *args, in _Py_bytes_tailmatch()
/third_party/glfw/tests/
Dallocator.c36 static const char* function_name = NULL; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py1476 def get_function_mangled_name(function_name, parameters): argument
1483 def get_function_human_readable_name(function_name, parameters): argument
1490 def get_unique_identifier_name(function_name, parameters): argument
/third_party/mesa3d/src/compiler/glsl/
Dlower_int64.cpp317 const char *function_name, in handle_op()
Dast_function.cpp761 const char **function_name, exec_list *actual_parameters) in generate_array_index()
Dir.h1403 inline const char *ir_function_signature::function_name() const in function_name() function
/third_party/protobuf/php/ext/google/protobuf/
Dmessage.c1221 zval function_name; in PHP_METHOD() local
1240 zval function_name; in PHP_METHOD() local
1284 zval function_name; in PHP_METHOD() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/akg/
Dakg_kernel_loader.cc68 const char *function_name = strtab_ + symbols_[i].st_name; in LookupFunction() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp556 void ApiErrorsTest::verifyError(GLenum expected_error, const char* function_name, int line_number, … in verifyError()
757 std::stringstream function_name; in checkVertexAttribLd() local
786 std::stringstream function_name; in checkVertexAttribLdv() local
1040 const char* function_name, GLuint index, int line_number) const in logError() argument
1138 const char* function_name, int line_number) const in verifyResults() argument
Dgl4cGPUShaderFP64Tests.cpp13078 …unaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poin… in unaryBase()
13109 …unary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_point… in unary()
13140 …unaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fun… in unaryByComponent()
13173 unaryWithOutputByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, in unaryWithOutputByComponent()
13240 …binaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in binaryBase()
13284 …binary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_poin… in binary()
13321 …binaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fu… in binaryByComponent()
13359 …tenaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in tenaryBase()
13411 …tenary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_poin… in tenary()
13448 …tenaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fu… in tenaryByComponent()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.h522 const std::string &function_name() const { return function_name_; } in function_name() function
Ddata_converter.cc858 auto function_name = obj_id; in MakeCellFuncGraph() local
/third_party/python/Modules/
Dposixmodule.c1100 const char *function_name; member
1117 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1120 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1381 argument_unavailable_error(const char *function_name, const char *argument_name) in argument_unavailable_error()
1405 fd_specified(const char *function_name, int fd) in fd_specified()
1415 follow_symlinks_specified(const char *function_name, int follow_symlinks) in follow_symlinks_specified()
1425 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1441 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid()
1453 fd_and_follow_symlinks_invalid(const char *function_name, int fd, in fd_and_follow_symlinks_invalid()
1466 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid()
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pipeline/parse/
Dparser_test.cc88 std::string function_name = name; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Daction.cc398 std::string function_name; in GetFunctionName() local
423 auto function_name = GetFunctionName(input); in UpdateTopGraphDebugInfo() local
536 auto function_name = GetFunctionName(input); in BuildTopGraph() local
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp44 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message) { in print_error_message()
/third_party/elfutils/libdw/
Ddwarf_getsrclines.c97 unsigned int function_name; member
DlibdwP.h306 unsigned int function_name; member
/third_party/musl/src/internal/
Dpthread_impl.h264 static inline void __handle_using_destroyed_mutex(const char *function_name) in __handle_using_destroyed_mutex()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs1137 let function_name = function_item.canonical_name(ctx); in codegen() localVariable
1140 let function_name = ctx.rust_ident(function_name); in codegen() localVariable
2523 let mut function_name = function_item.canonical_name(ctx); in codegen_method() localVariable
2527 let function_name = ctx.rust_ident(function_name); in codegen_method() localVariable
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc777 std::string function_name = prefix + name; in SafeFunctionName() local

12