/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
|
/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/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/ |
D | natives.cc | 47 const char* function_name = nullptr; in NativeLookup() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | gen_builtin_symbols.py | 764 def get_function_mangled_name(function_name, parameters): argument 771 def get_function_human_readable_name(function_name, parameters): argument 778 def get_unique_identifier_name(function_name, parameters): argument 815 def gen_function_variants(function_name, function_props): argument
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/ |
D | photography.c | 118 #define GST_PHOTOGRAPHY_FUNC_TEMPLATE(function_name, param_type) \ argument
|
/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/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/ |
D | fuchsia.cc | 59 const char* function_name = nullptr; in NativeLookup() local
|
/third_party/cef/libcef/renderer/ |
D | frame_impl.cc | 439 void CefFrameImpl::ExecuteOnLocalFrame(const std::string& function_name, in ExecuteOnLocalFrame() 553 void CefFrameImpl::SendToBrowserFrame(const std::string& function_name, in SendToBrowserFrame()
|
D | v8_impl.cc | 365 const CefString& function_name, in Create() 377 CefString function_name() const { return function_name_; } in function_name() function in __anon6b278a6b0111::V8FunctionData 387 const CefString& function_name, in V8FunctionData()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | builtin_libraries.cc | 45 const char* function_name = nullptr; in BuiltinNativeLookup() local
|
/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/cef/libcef/browser/devtools/ |
D | devtools_file_manager.cc | 186 const std::string& function_name, in CallClientFunction()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_int64.cpp | 317 const char *function_name, in handle_op()
|
/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 | 13075 …unaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poin… in unaryBase() 13106 …unary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_point… in unary() 13137 …unaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fun… in unaryByComponent() 13170 unaryWithOutputByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, in unaryWithOutputByComponent() 13237 …binaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in binaryBase() 13281 …binary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_poin… in binary() 13318 …binaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fu… in binaryByComponent() 13356 …tenaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in tenaryBase() 13408 …tenary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_poin… in tenary() 13445 …tenaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fu… in tenaryByComponent() [all …]
|
/third_party/cef/libcef/browser/net/ |
D | chrome_scheme_handler.cc | 338 const std::string& function_name = api_name.substr(dot_pos + 1); in OnExtensionsSupportUI() local
|
/third_party/python/Modules/ |
D | posixmodule.c | 1090 const char *function_name; member 1107 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument 1110 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument 1371 argument_unavailable_error(const char *function_name, const char *argument_name) in argument_unavailable_error() 1395 fd_specified(const char *function_name, int fd) in fd_specified() 1405 follow_symlinks_specified(const char *function_name, int follow_symlinks) in follow_symlinks_specified() 1415 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid() 1431 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid() 1443 fd_and_follow_symlinks_invalid(const char *function_name, int fd, in fd_and_follow_symlinks_invalid() 1456 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid() [all …]
|
/third_party/cef/libcef/browser/ |
D | frame_host_impl.cc | 518 void CefFrameHostImpl::SendToRenderFrame(const std::string& function_name, in SendToRenderFrame()
|
/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
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | dart_api.h | 594 const char* function_name; member
|
/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/node/test/fixtures/wpt/resources/ |
D | testharness.js | 3057 function assert(expected_true, function_name, description, error, substitutions) argument 3124 function make_message(function_name, description, error, substitutions) argument 3132 merge({function_name:function_name, property
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 997 bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, … in ImGui_ImplVulkan_LoadFunctions()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.c | 630 gchar *function_name; in gst_flv_demux_parse_tag_script() local
|