Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dbuffer_splitter_unittest.cpp51 char* text = nullptr; variable
67 char text[] = {'\0'}; variable
83 char text[] = {'\n'}; variable
99 char text[] = {'3'}; variable
115 char text[] = {'a', 'b', 'c', 'd', '\0'}; variable
133 char text[] = {'a', 'b', 'c', 'd', '\n', '1', '2', '3', '4', '5', '\0'}; variable
151 char text[] = {'a', 'b', 'c', 'd', '\0'}; variable
173 char text[] = {'a', 'b', 'c', 'd', '\n', '1', '2', '3', '4', '5', '6', '\0'}; variable
195 char text[] = {'a', 'b', ' ', 'c', 'd', '\0'}; variable
214 char text[] = {'a', 'b', ' ', 'c', 'd', ' ', '\0'}; variable
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dfile_utils_test.cpp59 std::string text = FileUtils::ReadFile(fd); variable
72 std::string text = FileUtils::ReadFile(fd); variable
83 std::string text = FileUtils::ReadFile(path_); variable
95 std::string text = FileUtils::ReadFile(path); variable
112 std::string text = FileUtils::ReadFile(path); variable
144 std::string text = FileUtils::ReadFile(path); variable
/developtools/profiler/host/smartperf/ide/src/base-ui/checkbox/
DLitCheckBoxWithText.ts29 get text(): string { method in LitCheckBoxWithText
33 set text(text: string) { method in LitCheckBoxWithText
/developtools/profiler/host/smartperf/ide/src/base-ui/button/
DLitButton.ts29 get text() { method in LitButton
33 set text(text: string) { method in LitButton
/developtools/profiler/host/smartperf/ide/src/base-ui/popover/
DLitPopover.ts445 text: string; property
456 text: string; property
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DFlag.ts24 text: string = "" property in Flag
/developtools/hdc/src/daemon/
Dshell.cpp133 string text = "/proc/self/oom_score_adj"; in ChildForkDo() local
/developtools/integration_verification/DeployDevice/src/aw/Download/
DDownloadold.py518 def decrypt(text, key): argument
DDownload.py544 def decrypt(text, key): argument
/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
Drich_component_map.js51 'text': { property
/developtools/integration_verification/cases/smoke/basic/screenshot32/resource/
Dcapturescreentest.py369 text = f.read() variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp32 std::string GetFunctionName(const std::string_view& text, const std::string_view& delimiter) in GetFunctionName()