| /third_party/node/deps/v8/src/api/ |
| D | api-macros.h | 38 #define API_RCS_SCOPE(isolate, class_name, function_name) \ argument 45 function_name, bailout_value, \ argument 65 #define PREPARE_FOR_EXECUTION_WITH_CONTEXT(context, class_name, function_name, \ argument 74 #define PREPARE_FOR_EXECUTION(context, class_name, function_name, T) \ argument 79 #define ENTER_V8(isolate, context, class_name, function_name, bailout_value, \ argument 85 #define ENTER_V8_NO_SCRIPT(isolate, context, class_name, function_name, \ argument 104 #define ENTER_V8_NO_SCRIPT(isolate, context, class_name, function_name, \ argument
|
| /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/node/deps/v8/tools/v8windbg/test/ |
| D | v8windbg-test.cc | 73 const char* function_name) { in SetBreakpoint() 92 const std::string& function_name) { in SetBreakpointInV8OrD8()
|
| /third_party/node/deps/v8/tools/v8windbg/src/ |
| D | js-stack.h | 39 WRL::ComPtr<IModelObject> function_name; member
|
| /third_party/node/deps/v8/src/parsing/ |
| D | preparser.cc | 107 const AstRawString* function_name, FunctionKind kind, in PreParseFunction() 265 Identifier function_name, Scanner::Location function_name_location, in ParseFunctionLiteral()
|
| D | parse-info.h | 307 const AstRawString* function_name() const { return function_name_; } in function_name() function 308 void set_function_name(const AstRawString* function_name) { in set_function_name()
|
| D | parser.cc | 758 const AstRawString* function_name = nullptr; in ParseWrapped() local 930 std::unique_ptr<char[]> function_name = result->GetDebugName(); in ParseFunction() local 2167 void Parser::DeclareFunctionNameVar(const AstRawString* function_name, in DeclareFunctionNameVar() 2612 const AstRawString* function_name, Scanner::Location function_name_location, in ParseFunctionLiteral() 2824 bool Parser::SkipFunction(const AstRawString* function_name, FunctionKind kind, in SkipFunction() 3028 ScopedPtrList<Statement>* body, const AstRawString* function_name, int pos, in ParseFunction()
|
| /third_party/node/deps/v8/src/ic/ |
| D | ic-stats.cc | 80 std::unique_ptr<char[]>& function_name = function_name_map_[function_ptr]; in GetOrCacheFunctionName() local
|
| D | ic-stats.h | 33 const char* function_name; member
|
| /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/node/deps/v8/src/objects/ |
| 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 = CallSiteInfo::GetFunctionName(frame); in SerializeWasmStackFrame() local
|
| D | shared-function-info.cc | 295 String function_name = Name(); in DebugNameCStr() local 312 String function_name = shared->Name(); in DebugName() local
|
| D | debug-objects.cc | 379 std::unique_ptr<char[]> function_name) { in CoverageInfoPrint()
|
| /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()
|
| /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/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/ |
| D | itt_refcol_impl.c | 103 void log_func_call(uint8_t log_level, const char* function_name, const char* message_format, ...) in log_func_call()
|
| /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
|
| /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/node/deps/v8/src/asmjs/ |
| D | asm-parser.h | 84 base::Vector<const char> function_name; member
|
| /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/node/deps/v8/src/logging/ |
| D | log.h | 464 Handle<String> function_name; member
|