| /third_party/mbedtls/tests/scripts/ |
| D | set_psa_test_dependencies.py | 136 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
|
| D | generate_test_code.py | 973 def get_function_info(func_info, function_name, line_no): argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | issue-1375-prefixed-functions.rs | 18 pub fn function_name(x: ::std::os::raw::c_int); in function_name() function
|
| /third_party/mindspore/mindspore-src/source/third_party/proto/tensorflow/ |
| D | function.proto | 124 string function_name = 1; // The function name. field
|
| /third_party/python/Objects/ |
| D | bytes_methods.c | 453 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/ |
| D | allocator.c | 36 static const char* function_name = NULL; variable
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | gen_builtin_symbols.py | 1476 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/ |
| D | lower_int64.cpp | 317 const char *function_name, in handle_op()
|
| D | ast_function.cpp | 761 const char **function_name, exec_list *actual_parameters) in generate_array_index()
|
| D | ir.h | 1403 inline const char *ir_function_signature::function_name() const in function_name() function
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| D | message.c | 1221 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/ |
| D | akg_kernel_loader.cc | 68 const char *function_name = strtab_ + symbols_[i].st_name; in LookupFunction() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cVertexAttrib64BitTest.cpp | 556 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
|
| D | gl4cGPUShaderFP64Tests.cpp | 13078 …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/ |
| D | parse.h | 522 const std::string &function_name() const { return function_name_; } in function_name() function
|
| D | data_converter.cc | 858 auto function_name = obj_id; in MakeCellFuncGraph() local
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 1100 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/ |
| D | parser_test.cc | 88 std::string function_name = name; in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/ |
| D | action.cc | 398 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/ |
| D | test_util.cpp | 44 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message) { in print_error_message()
|
| /third_party/elfutils/libdw/ |
| D | dwarf_getsrclines.c | 97 unsigned int function_name; member
|
| D | libdwP.h | 306 unsigned int function_name; member
|
| /third_party/musl/src/internal/ |
| D | pthread_impl.h | 264 static inline void __handle_using_destroyed_mutex(const char *function_name) in __handle_using_destroyed_mutex()
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| D | mod.rs | 1137 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/ |
| D | cpp_helpers.cc | 777 std::string function_name = prefix + name; in SafeFunctionName() local
|