| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.h | 84 base::Vector<const char> function_name; member
|
| H A D | asm-parser.cc | 737 AsmJsScanner::token_t function_name = Consume(); in ValidateFunction() local 2116 AsmJsScanner::token_t function_name = Consume(); in ValidateCall() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | call-site-info.cc | 674 Handle<Object> function_name = CallSiteInfo::GetFunctionName(frame); in AppendMethodCall() local 719 Handle<Object> function_name = CallSiteInfo::GetFunctionName(frame); in SerializeJSStackFrame() local 756 Handle<Object> function_name in SerializeWasmStackFrame() local [all...] |
| H A D | shared-function-info.cc | 295 String function_name = Name(); in DebugNameCStr() local 312 String function_name = shared->Name(); in DebugName() local
|
| H A D | js-function.cc | 1162 Handle<String> function_name; in SetName() local
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parse-info.h | 307 const AstRawString* function_name() const { return function_name_; } in function_name() function in v8::internal::ParseInfo 308 void set_function_name(const AstRawString* function_name) { in set_function_name() argument
|
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_util.cpp | 44 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message) { in print_error_message() argument
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
| H A D | f_uac1.c | 1611 UAC1_ATTRIBUTE_STRING(function_name); variable
|
| H A D | f_uac2.c | 2096 UAC2_ATTRIBUTE_STRING(function_name); variable
|
| /third_party/elfutils/libdw/ |
| H A D | dwarf_getsrclines.c | 97 unsigned int function_name; member
|
| H A D | libdwP.h | 306 unsigned int function_name; member
|
| /third_party/musl/src/internal/ |
| H A D | pthread_impl.h | 264 static inline void __handle_using_destroyed_mutex(pthread_mutex_t *mutex, const char *function_name) in __handle_using_destroyed_mutex() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | graph-visualizer.cc | 92 JsonPrintFunctionSource(std::ostream& os, int source_id, std::unique_ptr<char[]> function_name, Handle<Script> script, Isolate* isolate, Handle<SharedFunctionInfo> shared, bool with_key) JsonPrintFunctionSource() argument
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | audit.c | 386 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change() argument 405 static int audit_do_config_change(char *function_name, u32 *to_change, u32 new) in audit_do_config_change() argument
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | audit.c | 383 static int audit_log_config_change(char *function_name, u32 new, u32 old, in audit_log_config_change() argument 402 static int audit_do_config_change(char *function_name, u32 *to_change, u32 new) in audit_do_config_change() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_function.cpp | 758 generate_array_index(void *mem_ctx, exec_list *instructions, struct _mesa_glsl_parse_state *state, YYLTYPE loc, const ast_expression *array, ast_expression *idx, const char **function_name, exec_list *actual_parameters) generate_array_index() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessBuffersTests.cpp | 2573 bool ErrorsTest::ErrorCheckAndLog(const glw::GLchar* function_name, const glw::GLenum expected_error, in ErrorCheckAndLog() argument
|
| H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 5315 bool TextureAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* function_name, in ExpectError() argument
|
| H A D | gl4cVertexAttrib64BitTest.cpp | 556 void ApiErrorsTest::verifyError(GLenum expected_error, const char* function_name, int line_number, bool& result) in verifyError() argument 757 std::stringstream function_name; in checkVertexAttribLd() local 786 std::stringstream function_name; checkVertexAttribLdv() local 1039 logError(const GLdouble* set_values, const GLdouble* get_values, GLuint length, const char* function_name, GLuint index, int line_number) const logError() argument 1045 message << "Values set with " << function_name << " ["; logError() local 1137 verifyResults(const GLdouble* set_values, GLuint length, GLuint index, const char* function_name, int line_number) const verifyResults() argument [all...] |
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_vulkan.cpp | 997 bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, void* user_data), void* user_data) in ImGui_ImplVulkan_LoadFunctions() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_helpers.cc | 777 std::string function_name = prefix + name; in SafeFunctionName() local
|
| /third_party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1707 std::string function_name; member
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 1618 Handle<String> function_name = JSFunction::GetDebugName(function_); in CreateStackFrameInfo() local 1678 Handle<String> function_name = in CreateStackFrameInfo() local
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 1606 if (!function_name.is_null()) msg << function_name; in FunctionEvent() local 1599 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, String function_name) FunctionEvent() argument 1610 FunctionEvent(const char* reason, int script_id, double time_delta, int start_position, int end_position, const char* function_name, size_t function_name_length, bool is_one_byte) FunctionEvent() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | mod.rs | 2523 let mut function_name = function_item.canonical_name(ctx); in codegen_method() variables
|