Home
last modified time | relevance | path

Searched refs:server (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DexportEqualNamespaces.ts21 declare module server {
25 interface server { interface
26 (): server.Server;
34 let server = new Date(); variable
35 AssertType(server, "Date");
39 export default server;
DexportAssignValueAndType.ts25 interface server { interface
34 let server = new Date(); variable
35 AssertType(server, "Date");
39 export default server;
DexportAssignmentWithPrivacyError.ts29 let server: { variable
30 AssertType(server, "{ (): connectexport; test1: connectmodule; test2(): connectmodule; }");
41 export default server;
DdeclaredExternalModuleWithExportAssignment.ts32 let server: {
37 export default server;
DdeclaredExternalModule.ts38 let server: {
DexportAssignmentWithImportStatementPrivacyError.ts34 export let server: { variable
DdeclFileExportAssignmentImportInternalModule.ts34 export let server: {
Dtypeinfer_failed_cases.gni1457 "automatedcases/es6ExportAll/server",
1458 "automatedcases/es6ExportAllInEs5/server",
1462 "automatedcases/es6ExportClauseWithoutModuleSpecifier/server",
1463 "automatedcases/es6ExportClauseWithoutModuleSpecifierInEs5/server",
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/visibilityOfCrossModuleTypeUsage/
DvisibilityOfCrossModuleTypeUsage_commands.ts25 import * as server from './visibilityOfCrossModuleTypeUsage_server';
28 workspace: server.IWorkspace;
29 server?: server.IServer;
DvisibilityOfCrossModuleTypeUsage_fs.ts23 let absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server);
25 AssertType(configuration.workspace.toAbsolutePath(configuration.server), "string");
28 AssertType(configuration.server, "import("tests/cases/compiler/visibilityOfCrossModuleTypeUsage_ser…
DvisibilityOfCrossModuleTypeUsage_server.ts26 toAbsolutePath(server: IServer, workspaceRelativePath?: string): string;
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md4 …ugger-port=<port_number> --debugger-library-path=<path_to_debugger_library>` launches debug server
13 * Firstly server accepts a test client
14 * Secondly server accepts a real client and debug session begins
17 * Client runs a server than waiting for a TCP socket
18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t…
20 …blished (if it is at the allocated time) test client disconnects and real client connects to server
21 * If connection was not established at the allocated time the `Can not launch debug server` error w…
Ddoxygen.config1560 # implemented using a web server instead of a web client using Javascript. There
1561 # are two flavors of web server based searching depending on the EXTERNAL_SEARCH
1587 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp28 void* HandleDebugManager(void* const server) in HandleDebugManager() argument
30 if (server == nullptr) { in HandleDebugManager()
40 static_cast<ConnectServer*>(server)->RunServer(); in HandleDebugManager()
Dinspector.cpp71 void* HandleClient(void* const server) in HandleClient() argument
74 if (server == nullptr) { in HandleClient()
85 static_cast<WsServer*>(server)->RunServer(); in HandleClient()
/arkcompiler/ets_runtime/tools/circuit_viewer/docs/
DDEVELOP_zh.md35 本地安装python3,在dist目录内运行python -m http.server启动web服务,如下图所示:
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py12 from http.server import SimpleHTTPRequestHandler
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2server"===i?"."+process.pid:"",g=e.combinePaths(d,"trace"+f+".json"),m=e.combinePaths(d,"types"+f+…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js38514 const e = t.server || de.querySettings(_e.Category.ASSETS, "server") || "";