Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 25 of 62) sorted by relevance

123

/third_party/node/deps/v8/src/api/
Dapi-macros.h38 #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/
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
Dgenerate_test_code.py973 def get_function_info(func_info, function_name, line_no): 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/node/deps/v8/tools/v8windbg/test/
Dv8windbg-test.cc73 const char* function_name) { in SetBreakpoint()
92 const std::string& function_name) { in SetBreakpointInV8OrD8()
/third_party/node/deps/v8/tools/v8windbg/src/
Djs-stack.h39 WRL::ComPtr<IModelObject> function_name; member
/third_party/node/deps/v8/src/parsing/
Dpreparser.cc107 const AstRawString* function_name, FunctionKind kind, in PreParseFunction()
265 Identifier function_name, Scanner::Location function_name_location, in ParseFunctionLiteral()
Dparse-info.h307 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()
Dparser.cc758 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/
Dic-stats.cc80 std::unique_ptr<char[]>& function_name = function_name_map_[function_ptr]; in GetOrCacheFunctionName() local
Dic-stats.h33 const char* function_name; member
/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/glfw/tests/
Dallocator.c36 static const char* function_name = NULL; variable
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc674 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
Dshared-function-info.cc295 String function_name = Name(); in DebugNameCStr() local
312 String function_name = shared->Name(); in DebugName() local
Ddebug-objects.cc379 std::unique_ptr<char[]> function_name) { in CoverageInfoPrint()
/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/mesa3d/src/compiler/glsl/
Dlower_int64.cpp317 const char *function_name, in handle_op()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
Ditt_refcol_impl.c103 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/
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.cpp13078 …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/
Dasm-parser.h84 base::Vector<const char> function_name; member
Dasm-parser.cc737 AsmJsScanner::token_t function_name = Consume(); in ValidateFunction() local
2116 AsmJsScanner::token_t function_name = Consume(); in ValidateCall() local
/third_party/python/Modules/
Dposixmodule.c1095 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/
Dlog.h464 Handle<String> function_name; member

123