Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 26) sorted by relevance

12

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dbuffer_splitter_unittest.cpp48 char* text = nullptr; variable
64 char text[] = {'\0'}; variable
80 char text[] = {'\n'}; variable
96 char text[] = {'3'}; variable
112 char text[] = {'a', 'b', 'c', 'd', '\0'}; variable
130 char text[] = {'a', 'b', 'c', 'd', '\n', '1', '2', '3', '4', '5', '\0'}; variable
148 char text[] = {'a', 'b', 'c', 'd', '\0'}; variable
170 char text[] = {'a', 'b', 'c', 'd', '\n', '1', '2', '3', '4', '5', '6', '\0'}; variable
192 char text[] = {'a', 'b', ' ', 'c', 'd', '\0'}; variable
211 char text[] = {'a', 'b', ' ', 'c', 'd', ' ', '\0'}; variable
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dfile_utils_test.cpp58 std::string text = FileUtils::ReadFile(fd); variable
71 std::string text = FileUtils::ReadFile(fd); variable
82 std::string text = FileUtils::ReadFile(path_); variable
94 std::string text = FileUtils::ReadFile(path); variable
111 std::string text = FileUtils::ReadFile(path); variable
143 std::string text = FileUtils::ReadFile(path); variable
/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/
DPaginationBox.ts26 get text(): string { method in PaginationBox
30 set text(text: string) { method in PaginationBox
/developtools/smartperf_host/ide/src/base-ui/checkbox/
DLitCheckBoxWithText.ts29 get text(): string { method in LitCheckBoxWithText
33 set text(text: string) { method in LitCheckBoxWithText
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
Dlayout.py25 def get_elements_by_text(self, text): argument
32 def get_element_by_text(self, text, index=0): argument
38 def assert_text_exist(self, text): argument
Ddevice.py313 def input_text(self, x, y, text=''): argument
507 def get_elements_by_text(self, text): argument
514 def get_element_by_text(self, text, index=0): argument
520 def assert_text_exist(self, text): argument
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts749 let text = formatName(dataIndex, rowData.data[dataIndex], this); // @ts-ignore variable
813 let text = formatName(dataIndex, rowData.data[dataIndex], this); variable
1015 let text = formatName(dataIndex, rowData.data[dataIndex], this); // @ts-ignore variable
1070 let text = formatName(dataIndex, rowObject.data[dataIndex], this); // @ts-ignore variable
1100 let text = formatName(dataIndex, rowObject.data[dataIndex], this); // @ts-ignore variable
Dlit-table.ts1027 let text = formatName(dataIndex, row.data[dataIndex], this); // @ts-ignore variable
1111 let text = formatName(dataIndex, rowData.data[dataIndex], this); //@ts-ignore variable
1182 let text = formatName(dataIndex, rowData.data[dataIndex], this); //@ts-ignore variable
1724 let text = formatName(dataIndex, rowObject.data[dataIndex], this); //@ts-ignore variable
/developtools/smartperf_host/ide/src/base-ui/button/
DLitButton.ts42 get text(): string { method in LitButton
46 set text(text: string) { method in LitButton
/developtools/smartperf_host/ide/src/base-ui/popover/
DLitPopover.ts461 text: string; property
472 text: string; property
/developtools/smartperf_host/ide/src/trace/bean/
DMarkStruct.ts21 text: string | undefined; property in MarkStruct
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DFlag.ts24 text: string = ''; property in Flag
DSportRuler.ts41 text: string = ''; property in SlicesTime
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/
Dmain.py62 text = f.read() variable
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts233 let text = strings[index]; variable
610 let text: string = await navigator.clipboard.readText(); variable
/developtools/integration_verification/DeployDevice/src/aw/Download/
DDownloadold.py518 def decrypt(text, key): argument
DDownload.py544 def decrypt(text, key): argument
/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts370 let text = `${dataItem.value}`; variable
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dbind.js111 textArray.forEach(function(text) { argument
Dlite_component_map.js152 'text': { property
Dcard_component_map.js58 'text': { property
/developtools/hdc/src/daemon/
Dshell.cpp144 string text = "/proc/self/oom_score_adj"; in ChildForkDo() local
/developtools/integration_verification/cases/smoke/basic/screenshot32/resource/
Dcapturescreentest.py388 text = f.read() variable
/developtools/profiler/hiebpf/src/
Dbpf_controller.cpp420 const std::string text {".text"}; in GetSymOffset() local
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/bytrace_parser/
Dbytrace_event_parser.cpp33 std::string GetFunctionName(const std::string_view &text, const std::string_view &delimiter) in GetFunctionName()

12