Home
last modified time | relevance | path

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

12

/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/ohosprofiler/src/main/java/ohos/devtools/views/charts/tooltip/
DTooltipItem.java34 private String text; field in TooltipItem
51 public TooltipItem(Color color, String text) { in TooltipItem()
68 public void setText(String text) { in setText()
/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/popover/
DLitPopover.ts443 text: string; property
454 text: string; property
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/fixture/
DApplicationTurningFixtureTest.java117 String text = frameFixture.label(UtConstant.UT_TASK_PANEL_APPLICATION).text(); in testWindow() local
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DFlag.ts24 text: string = "" property in Flag
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/javaagent/
DMemoryTreeTablePanel.java289 String text = search.getText(); in searchRemoveUpdate() local
340 String text = search.getText(); in searchInsertUpdate() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/
DCustomJUnderLineLabel.java42 public CustomJUnderLineLabel(String text) { in CustomJUnderLineLabel()
DCustomJButton.java57 public CustomJButton(String text, String message) { in CustomJButton()
DCustomJLabel.java50 public CustomJLabel(String text) { in CustomJLabel()
DCustomListFilerModel.java314 public void refilter(String text) { in refilter()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/component/
DSettingDialog.java109 public SettingLabel(String text) { in SettingLabel()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/diskio/
DDiskIoView.java179 String text = in buildTooltipItems() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/views/layout/chartview/
DSampleCodeView.java175 String text = in buildTooltipItems() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DProfilerChartsView.java254 String text; in setPause() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/cpu/
DCpuConfigDialog.java688 String text = event.getDocument() in updateTextConfig() local
703 String text = event.getDocument() in removeTextConfig() local
DCpuItemView.java394 String text = in buildTooltipItems() local
/developtools/hdc_standard/src/daemon/
Dshell.cpp124 string text = "/proc/self/oom_score_adj"; in ChildForkDo() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/user/
DUserItemView.java237 String text = String in buildTooltipItems() local
/developtools/ace-js2bundle/ace-loader/plugin/templater/
Dbind.js111 textArray.forEach(function(text) { argument
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/
DMemoryItemView.java504 …String text = String.format(Locale.ENGLISH, "%s:%s%s", model.getName(), showValue, chart.getAxisLa… in refreshColorText() local
548 …String text = String.format(Locale.ENGLISH, "%s:%s%s", model.getName(), showValue, chart.getAxisLa… in buildTooltipItems() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/nativehook/
DNativeHookTreeTablePanel.java667 public void refreshNativeHookData(String selectItem, String text) { in refreshNativeHookData()
/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()
/developtools/profiler/trace_analyzer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp32 std::string GetFunctionName(const std::string_view& text, const std::string_view& delimiter) in GetFunctionName()

12