Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 25 of 43) 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
/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/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/
Dnatives.cc47 const char* function_name = nullptr; in NativeLookup() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py764 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/
Dphotography.c118 #define GST_PHOTOGRAPHY_FUNC_TEMPLATE(function_name, param_type) \ argument
/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/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/
Dfuchsia.cc59 const char* function_name = nullptr; in NativeLookup() local
/third_party/cef/libcef/renderer/
Dframe_impl.cc439 void CefFrameImpl::ExecuteOnLocalFrame(const std::string& function_name, in ExecuteOnLocalFrame()
553 void CefFrameImpl::SendToBrowserFrame(const std::string& function_name, in SendToBrowserFrame()
Dv8_impl.cc365 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/
Dbuiltin_libraries.cc45 const char* function_name = nullptr; in BuiltinNativeLookup() local
/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/cef/libcef/browser/devtools/
Ddevtools_file_manager.cc186 const std::string& function_name, in CallClientFunction()
/third_party/mesa3d/src/compiler/glsl/
Dlower_int64.cpp317 const char *function_name, in handle_op()
/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.cpp13075 …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/
Dchrome_scheme_handler.cc338 const std::string& function_name = api_name.substr(dot_pos + 1); in OnExtensionsSupportUI() local
/third_party/python/Modules/
Dposixmodule.c1090 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/
Dframe_host_impl.cc518 void CefFrameHostImpl::SendToRenderFrame(const std::string& function_name, in SendToRenderFrame()
/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
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Ddart_api.h594 const char* function_name; member
/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/node/test/fixtures/wpt/resources/
Dtestharness.js3057 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/
Dimgui_impl_vulkan.cpp997 bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, … in ImGui_ImplVulkan_LoadFunctions()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c630 gchar *function_name; in gst_flv_demux_parse_tag_script() local

12