| /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
|
| D | generate_test_code.py | 973 def get_function_info(func_info, function_name, line_no): 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 2170 void Parser::DeclareFunctionNameVar(const AstRawString* function_name, in DeclareFunctionNameVar() 2615 const AstRawString* function_name, Scanner::Location function_name_location, in ParseFunctionLiteral() 2827 bool Parser::SkipFunction(const AstRawString* function_name, FunctionKind kind, in SkipFunction() 3031 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/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/glfw/tests/ |
| D | allocator.c | 36 static const char* function_name = NULL; variable
|
| /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/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/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
|
| D | gl4cGPUShaderFP64Tests.cpp | 13078 …unaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poin… in unaryBase() 13109 …unary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_point… in unary() 13140 …unaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fun… in unaryByComponent() 13173 unaryWithOutputByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, in unaryWithOutputByComponent() 13240 …binaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in binaryBase() 13284 …binary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_poin… in binary() 13321 …binaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fu… in binaryByComponent() 13359 …tenaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_poi… in tenaryBase() 13411 …tenary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_poin… in tenary() 13448 …tenaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fu… in tenaryByComponent() [all …]
|
| /third_party/node/deps/v8/src/asmjs/ |
| D | asm-parser.h | 84 base::Vector<const char> function_name; member
|
| D | asm-parser.cc | 737 AsmJsScanner::token_t function_name = Consume(); in ValidateFunction() local 2116 AsmJsScanner::token_t function_name = Consume(); in ValidateCall() local
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 1095 const char *function_name; member 1112 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument 1115 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument 1376 argument_unavailable_error(const char *function_name, const char *argument_name) in argument_unavailable_error() 1400 fd_specified(const char *function_name, int fd) in fd_specified() 1410 follow_symlinks_specified(const char *function_name, int follow_symlinks) in follow_symlinks_specified() 1420 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid() 1436 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid() 1448 fd_and_follow_symlinks_invalid(const char *function_name, int fd, in fd_and_follow_symlinks_invalid() 1461 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
|