Searched full:accept (Results 1 – 25 of 25) sorted by relevance
| /arkcompiler/toolchain/websocket/ |
| D | websocket.cpp | 202 sstream << "Sec-WebSocket-Accept: " << encodedKey << EOL; in ProtocolUpgrade() 337 if ((client_ = accept(fd_, nullptr, nullptr)) < SOCKET_SUCCESS) { in ConnectTcpWebSocket() 338 LOGE("ConnectTcpWebSocket accept failed"); in ConnectTcpWebSocket() 420 if ((client_ = accept(fd_, nullptr, nullptr)) < SOCKET_SUCCESS) { in ConnectUnixWebSocket() 421 LOGE("ConnectUnixWebSocket accept failed"); in ConnectUnixWebSocket() 461 usleep(10000); // 10000: time for websocket to enter the accept in Close()
|
| /arkcompiler/runtime_core/runtime/templates/ |
| D | bridge_helpers_dynamic.rb | 32 # All other instructions accept N v8
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | visitor.inc | 48 inst->Accept(this);
|
| D | inst.cpp | 217 void TYPE::Accept(GraphVisitor *v) \
|
| D | inst.h | 684 #define DECLARE_INST(TYPE) void Accept(GraphVisitor *v) override 697 virtual void Accept(GraphVisitor *v) = 0;
|
| D | graph_checker.cpp | 2055 … (std::cerr << "CastValueToAnyType cannot accept inputs of ANY type:\n", inst->Dump(&std::cerr))); in CheckDataFlow()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_cjs_require.cpp | 40 … LOG_ECMA(ERROR) << "BuiltinsCjsRequire::CjsRequireConstructor : can only accept one argument"; in CjsRequireConstructor()
|
| D | builtins_cjs_module.cpp | 65 LOG_ECMA(ERROR) << "BuiltinsCjsModule::Load : can only accept one argument"; in ResolveFilename()
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 39 Constructor can accept: 141 - string and list arguments may accept no parameters
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 24 description: In dynamically-typed language context accept 'any' values in source
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.h | 106 // GCC 8 doesn't accept [[maybe_unused]] in this particular case
|
| /arkcompiler/runtime_core/dprof/daemon/ |
| D | main.cpp | 265 PLOG(FATAL, DPROF) << "accept() failed"; in Main()
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 29 Compiled code of a managed function must accept one extra argumnent: the pointer to `panda::Method`… 76 …h can execute the function. This code must conform to the target calling convention and must accept
|
| D | assembly_format.md | 319 By default all function are static except ones that are binded to record and accept reference to it…
|
| D | file_format.md | 1015 A bootstrap method can accept static arguments of the following types:
|
| D | doxygen.config | 617 # accept a match between prototype and implementation in such cases.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 303 THROW_TYPE_ERROR_AND_RETURN(thread, "CreateListFromArrayLike must accept object", in CreateListFromArrayLike()
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | diagnosticMessages.json | 366 … "Dynamic imports can only accept a module specifier, optional assertion is not supported yet.": {
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference_storage.cpp | 82 // global-storage should accept ref with type in IsValidRef()
|
| /arkcompiler/toolchain/websocket/test/ |
| D | websocket_test.cpp | 301 … "Accept-Encoding: gzip, deflate, br\r\n"
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 177 // Accept both \uxxxx and \u{xxxxxx} (if allowed). in ParseUnicodeEscape()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.acc.short.yaml | 34 In dynamically-typed language context accept 'any' values in source registers.
|
| D | call.acc.yaml | 34 In dynamically-typed language context accept 'any' values in source registers.
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 2304 … "Dynamic imports can only accept a module specifier, optional assertion is not supported yet."); in ParseImportExpression()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …accept type arguments."),Value_of_type_0_is_not_callable_Did_you_mean_to_include_new:t(2348,e.Diag…
|