| /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 | 12 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/mesa3d/src/mapi/shared-glapi/ |
| D | glapi.c | 60 _glapi_add_dispatch( const char * function_name ) in _glapi_add_dispatch()
|
| /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/rust/rust/compiler/rustc_builtin_macros/src/ |
| D | proc_macro_harness.rs | 20 function_name: Ident, field 27 function_name: Ident, field
|
| /third_party/glfw/tests/ |
| D | allocator.c | 36 static const char* function_name = NULL; variable
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_setup.h | 69 char *function_name; member
|
| D | lp_state_cs.h | 94 char *function_name; member
|
| D | lp_state_fs.h | 171 char *function_name[2]; member
|
| /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/gallium/auxiliary/draw/ |
| D | draw_llvm.h | 401 char *function_name; member 435 char *function_name; member 462 char *function_name; member 493 char *function_name; member
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| D | message.c | 1264 zval function_name; in PHP_METHOD() local 1283 zval function_name; in PHP_METHOD() local 1327 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
|
| /third_party/vulkan-loader/tests/framework/ |
| D | test_util.cpp | 47 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message) { in print_error_message()
|
| /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/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/ |
| D | decl_check.rs | 226 let function_name = data.name.display(self.db.upcast()).to_string(); in validate_func() localVariable
|
| /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/elfutils/libdw/ |
| D | dwarf_getsrclines.c | 97 unsigned int function_name; member
|
| /third_party/musl/src/internal/ |
| D | pthread_impl.h | 271 static inline void __handle_using_destroyed_mutex(const char *function_name) in __handle_using_destroyed_mutex()
|