Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 30) 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.py314 def input_text(self, x, y, text=''): argument
508 def get_elements_by_text(self, text): argument
515 def get_element_by_text(self, text, index=0): argument
521 def assert_text_exist(self, text): argument
/developtools/profiler/test/scripts/tools/
Dutils.py49 def get_location_by_text(tree, text): argument
72 def touch_button(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.ts1031 let text = formatName(dataIndex, row.data[dataIndex], this); // @ts-ignore variable
1115 let text = formatName(dataIndex, rowData.data[dataIndex], this); //@ts-ignore variable
1186 let text = formatName(dataIndex, rowData.data[dataIndex], this); //@ts-ignore variable
1728 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/
DDownload.py544 def decrypt(text, key): argument
DDownloadold.py518 def decrypt(text, key): argument
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dbind.js111 textArray.forEach(function(text) { argument
/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts372 let text = `${dataItem.value}`; variable
/developtools/hdc/src/daemon/
Dshell.cpp144 string text = "/proc/self/oom_score_adj"; in ChildForkDo() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dverify_cert_openssl_utils.cpp282 void VerifyCertOpensslUtils::GetTextFromX509Name(X509_NAME* name, int32_t nId, std::string& text) in GetTextFromX509Name()
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp34 static std::vector<std::string> StringSplit(const std::string& text, char delimiter = ',') in StringSplit()
61 static std::vector<int> StringSplitToInt(const std::string& text, char delimiter = ',') in StringSplitToInt()
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/memory/component/
DMemoryDotting.js304 drawVerticalText(ctx, text, x, y, rotationAngle) { argument
/developtools/profiler/hiebpf/src/
Dbpf_controller.cpp428 const std::string text {".text"}; in GetSymOffset() local

12