Home
last modified time | relevance | path

Searched defs:function_name (Results 1 - 25 of 71) sorted by relevance

123

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-1375-prefixed-functions.rs18 pub fn function_name(x: ::std::os::raw::c_int); in function_name() functions
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Ddc_fpu.c85 void dc_fpu_begin(const char *function_name, const int line) in dc_fpu_begin() argument
126 void dc_fpu_end(const char *function_name, const int line) in dc_fpu_end() argument
/third_party/node/deps/v8/tools/v8windbg/src/
H A Djs-stack.h39 WRL::ComPtr<IModelObject> function_name; member
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Thread.c50 Rockchip_OSAL_ThreadCreate( OMX_HANDLETYPE *threadHandle, OMX_PTR function_name, OMX_PTR argument, OMX_PTR thread_name) Rockchip_OSAL_ThreadCreate() argument
/third_party/glfw/tests/
H A Dallocator.c36 static const char* function_name = NULL; variable
/third_party/node/deps/v8/src/ic/
H A Dic-stats.cc80 std::unique_ptr<char[]>& function_name = function_name_map_[function_ptr]; in GetOrCacheFunctionName() local
H A Dic-stats.h33 const char* function_name; member
/third_party/python/Objects/stringlib/
H A Dfind.h86 STRINGLIB(parse_args_finds)(const char * function_name, PyObject *args, in parse_args_finds() argument
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutdebug.c82 static const char *acpi_ut_trim_function_name(const char *function_name) in acpi_ut_trim_function_name() argument
124 acpi_debug_print(u32 requested_debug_level, u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *format, ...) acpi_debug_print() argument
327 acpi_ut_trace_str(u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *string) acpi_ut_trace_str() argument
363 acpi_ut_trace_u32(u32 line_number, const char *function_name, const char *module_name, u32 component_id, u32 integer) acpi_ut_trace_u32() argument
398 acpi_ut_exit(u32 line_number, const char *function_name, const char *module_name, u32 component_id) acpi_ut_exit() argument
561 acpi_ut_str_exit(u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *string) acpi_ut_str_exit() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutdebug.c87 static const char *acpi_ut_trim_function_name(const char *function_name) in acpi_ut_trim_function_name() argument
129 acpi_debug_print(u32 requested_debug_level, u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *format, ...) acpi_debug_print() argument
332 acpi_ut_trace_str(u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *string) acpi_ut_trace_str() argument
368 acpi_ut_trace_u32(u32 line_number, const char *function_name, const char *module_name, u32 component_id, u32 integer) acpi_ut_trace_u32() argument
403 acpi_ut_exit(u32 line_number, const char *function_name, const char *module_name, u32 component_id) acpi_ut_exit() argument
566 acpi_ut_str_exit(u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *string) acpi_ut_str_exit() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_uvc.h30 char function_name[32]; member
H A Du_uac1.h55 char function_name[32]; member
H A Du_uac2.h66 char function_name[32]; member
/third_party/node/deps/v8/tools/v8windbg/test/
H A Dv8windbg-test.cc72 SetBreakpoint(WRL::ComPtr<IDebugControl4> p_debug_control, const char* function_name) SetBreakpoint() argument
91 SetBreakpointInV8OrD8(WRL::ComPtr<IDebugControl4> p_debug_control, const std::string& function_name) SetBreakpointInV8OrD8() argument
/kernel/linux/linux-5.10/drivers/pinctrl/berlin/
H A Dberlin.c57 const char *function_name, *group_name; in berlin_pinctrl_dt_node_to_map() local
/kernel/linux/linux-6.6/drivers/pinctrl/berlin/
H A Dberlin.c57 const char *function_name, *group_name; in berlin_pinctrl_dt_node_to_map() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_int64.cpp316 handle_op(ir_expression *ir, const char *function_name, function_generator generator) handle_op() argument
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
H A Ditt_refcol_impl.c103 void log_func_call(uint8_t log_level, const char* function_name, const char* message_format, ...) in log_func_call() argument
/third_party/node/deps/v8/src/logging/
H A Dlog.h464 Handle<String> function_name; member
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.cc106 PreParseFunction( const AstRawString* function_name, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, int* use_counts, ProducedPreparseData** produced_preparse_data) PreParseFunction() argument
264 ParseFunctionLiteral( Identifier function_name, Scanner::Location function_name_location, FunctionNameValidity function_name_validity, FunctionKind kind, int function_token_pos, FunctionSyntaxKind function_syntax_kind, LanguageMode language_mode, ZonePtrList<const AstRawString>* arguments_for_wrapped_function) ParseFunctionLiteral() argument
/kernel/linux/linux-5.10/kernel/gcov/
H A Dclang.c81 const char *function_name; member
132 void llvm_gcda_emit_function(u32 ident, const char *function_name, in llvm_gcda_emit_function() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Ddebug-objects.cc378 CoverageInfoPrint(std::ostream& os, std::unique_ptr<char[]> function_name) CoverageInfoPrint() argument
/third_party/python/Objects/
H A Dbytes_methods.c453 parse_args_finds_byte(const char *function_name, PyObject *args, in parse_args_finds_byte() argument
770 _Py_bytes_tailmatch(const char *str, Py_ssize_t len, const char *function_name, PyObject *args, int direction) _Py_bytes_tailmatch() argument
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-apple-gpio.c112 const char *function_name; in apple_gpio_dt_node_to_map() local
/third_party/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2013 VerifyOutput(const std::string& output, bool should_print, const std::string& expected_substring, const std::string& function_name) VerifyOutput() argument

Completed in 16 milliseconds

123