Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 28) sorted by relevance

12

/developtools/smartperf_host/ide/server/
Dmain.go56 return func(w http.ResponseWriter, r *http.Request) {
60 w.Header().Add("Cross-Origin-Opener-Policy", "same-origin")
61 w.Header().Add("Cross-Origin-Embedder-Policy", "require-corp")
62 w.Header().Set("Access-Control-Allow-Origin", "*")
63 w.Header().Set("Access-Control-Allow-Credentials", "true")
64 w.Header().Set("Access-Control-Allow-Headers", "x-requested-with, authorization, blade-auth") //*
65 w.Header().Set("Access-Control-Allow-Methods", "*") //*
66 w.Header().Set("Access-Control-Max-Age", "3600")
67 w.Header().Set("data-version", version)
68 w.Header().Set("Cache-Control", "no-cache")
[all …]
/developtools/hdc/src/common/
Dbase.h122 inline string &RightTrim(string &s, const string &w = WHITE_SPACES)
124 s.erase(s.find_last_not_of(w) + 1);
129 inline string &LeftTrim(string &s, const string &w = WHITE_SPACES)
131 s.erase(0, s.find_first_not_of(w));
136 inline string &Trim(string &s, const string &w = WHITE_SPACES)
138 return LeftTrim(RightTrim(s, w), w);
/developtools/smartperf_host/ide/src/base-ui/chart/column/
DLitChartColumn.ts30 w: number;
36 w: number;
236 w: partWidth,
247 w: partWidth - partWidth / 3, //@ts-ignore
276 w: partWidth,
288 w: partWidth - partWidth / 3, //@ts-ignore
387 c.fillRect(it.bgFrame!.x, it.bgFrame!.y, it.bgFrame!.w, it.bgFrame!.h);
394 c.fillRect(it.frame!.x, it.frame!.y + (it.frame!.h - it.height!), it.frame!.w, it.height!);
397 c.fillRect(it.frame!.x, it.frame!.y, it.frame!.w, it.frame!.h);
401 c.fillRect(it.frame!.x, it.frame!.y, it.frame!.w, it.frame!.h);
[all …]
/developtools/profiler/protos/types/plugins/diskio_data/
Ddiskio_plugin_result.proto48 uint64 io_rsectors = 3; // kB/s, r+w+d
54 uint64 io_wr = 8; // w/s
55 uint64 io_wsectors = 9; // wkB/s , r+w+d
62 uint64 io_dsectors = 15; // dkB/s, r+w+d
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/diskio_data/
Ddiskio_plugin_result.proto48 uint64 io_rsectors = 3; // kB/s, r+w+d
54 uint64 io_wr = 8; // w/s
55 uint64 io_wsectors = 9; // wkB/s , r+w+d
62 uint64 io_dsectors = 15; // dkB/s, r+w+d
/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts25 w: number; property
391 w: textWidth,
507 let maxX = r1.x + r1.w > rect.x + rect.w ? r1.x + r1.w : rect.x + rect.w;
511 cross = maxX - minX < rect.w + r1.w && maxY - minY < r1.h + rect.h;
512 crossW = Math.abs(maxX - minX - (rect.w + r1.w));
/developtools/global_resource_tool/src/
Dresource_check.cpp129 unsigned int w; in GetPngWidthAndHeight() local
131 png_get_IHDR(pngHandle, infoHandle, &w, &h, nullptr, nullptr, nullptr, nullptr, nullptr); in GetPngWidthAndHeight()
132 *width = w; in GetPngWidthAndHeight()
/developtools/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs85 if let Some(w) = waiter { in wait_response()
86 w.wait().await; in wait_response()
94 if let Some(w) = waiter { in wakeup_response_wait()
95 w.wake_one(); in wakeup_response_wait()
103 if let Some(w) = waiter { in wait_empty()
104 w.wait().await; in wait_empty()
112 if let Some(w) = waiter { in wakeup_empty_wait()
113 w.wake_one(); in wakeup_empty_wait()
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_keywords_shortcuts.md7 - w/s:界面的放大/缩小。
Dquickstart_page_fault.md36 按住 w 键放大界面,悬浮框会显示当前时刻的事件发生次数。
Dquickstart_filesystem.md40 按住 w 键放大界面,悬浮框会显示当前时刻的文件读写次数。
Dquickstart_hiperf.md41 按住 w 键放大界面,泳道图会出现 P 的标志,鼠标移动到 P 图标上,悬浮框会显示每个 callstack 和调用的深度如下图。
Dquickstart_systemtrace.md22 - 操作说明:在当前页面可以通过键盘上的 wasd 四个键位操纵当前的时间轴进行缩放,w 为放大,s 为缩小,a 为左移,d 为右移。
/developtools/smartperf_host/ide/src/base-ui/chart/scatter/
DLitChartScatter.ts60 let w: number = this.clientWidth;
62 …olor: CanvasGradient = this.ctx?.createRadialGradient(w / 2, h / 2, 0.2 * w, w / 2, h / 2, 0.5 * w
70 this.ctx?.fillRect(0, 0, w, h);
/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/exteriorStyle/
DexteriorStyle.css63 #w {
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp199 pid_t w = waitpid(pid, &wstatus, 0); in GetProcessExitCode() local
200 CHECK_TRUE(w > 0, -1, "waitpid failed, %d!", errno); in GetProcessExitCode()
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dreadme.md41 `IS_OVERWRITE`:是否覆盖之前的APL日志,w表示覆盖,a表示追加
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/
Dreadme.md41 `IS_OVERWRITE`:是否覆盖之前的APL日志,w表示覆盖,a表示追加
/developtools/hdc/hdc_rust/src/common/
Djdwp.rs225 let w = waiter.clone(); in jdwp_listen() localVariable
226 ylong_runtime::spawn(Self::handle_client(client_fd, w, map)); in jdwp_listen()
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp812 struct winsize w = {0, 0, 0, 0}; variable
813 ioctl(fileno(stdout), TIOCGWINSZ, &w);
815 if (w.ws_col != 0) {
816 EXPECT_EQ(report_->consoleWidth_, w.ws_col);
/developtools/hiperf/src/
Dreport.cpp448 struct winsize w = {0, 0, 0, 0}; in PrepareConsole()
449 ioctl(fileno(stdout), TIOCGWINSZ, &w); in PrepareConsole()
450 consoleWidth_ = static_cast<unsigned int>(w.ws_col); in PrepareConsole()
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/
DexteriorStyle.css114 #w {
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/
Dwindow_manager_service.txt7 WindowName DisplayId Pid WinId Type Mode Flag ZOrd Orientation [ x y w h ]
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts173 let w = this.shellCanvasCtx!.measureText(line).width;
183 … line.slice(this.getCurrentLineBackSize(line, startX - x, true)) + (endX < x + w ? '\n' : '');
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts769 w: this.keyPressW,
781 w: this.keyUpW,

12