| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsStatistics.ts | 318 this.totalTree.sort((previous, next) => next.size - previous.size); 333 this.sortArray.sort((previous, next) => { 334 return next.size - previous.size; 343 this.sortArray.sort((previous, next) => { 344 return sort === 1 ? previous.size - next.size : next.size - previous.size; 348 this.sortArray.sort((previous, next) => { 349 return sort === 1 ? previous.size - next.size : next.size - previous.size; 353 this.sortArray.sort((previous, next) => { 354 return sort === 1 ? previous.count - next.count : next.count - previous.count; 358 this.sortArray.sort((previous, next) => { [all …]
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | data.js | 33 let next = 0 36 for (let i = next; i < v.length; i++) { 42 getValue(next, start, v, res) 44 next = start + match[0].length 46 getValue(next, v.length, v, res)
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 21 next: any; property in PageNation 42 this.next = null; 124 this.next = this.origin.cloneNode(true); 125 this.next.innerText = '>'; 126 this.next.name = 'next'; 127 this.next.style.padding = '5px 10px'; 128 this.next.style.margin = '0px 5px'; 129 this.element.appendChild(this.next); 199 this.setElementStyles(this.next, disable); 202 this.setElementStyles(this.next, enable);
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/ |
| D | proto_reader.cpp | 75 result.next = cursor; in ParseVarIntValue() 92 result.next = cursor + length; in ParseLengthDelimitedValue() 114 result.next = cursor; in ParseFixed64Value() 130 result.next = cursor; in ParseFixed32Value() 153 result.next = cursor; in ParseOneDataArea() 189 currentReadAddr_ = result.next; in ReadNextDataArea() 200 cur = result.next; in ParseAllDataAreas() 223 currentReadAddr_ = result.next; in ParseAllDataAreas()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/ |
| D | proto_reader.cpp | 75 result.next = cursor; in ParseVarIntValue() 92 result.next = cursor + length; in ParseLengthDelimitedValue() 114 result.next = cursor; in ParseFixed64Value() 130 result.next = cursor; in ParseFixed32Value() 189 currentReadAddr_ = result.next; in ReadNextDataArea() 200 cur = result.next; in ParseAllDataAreas() 223 currentReadAddr_ = result.next; in ParseAllDataAreas()
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 21 next: any; property in PageNation 42 this.next = null; 124 this.next = this.origin.cloneNode(true); 125 this.next.innerText = '>'; 126 this.next.name = 'next'; 127 this.next.style.padding = '5px 10px'; 128 this.next.style.margin = '0px 5px'; 129 this.element.appendChild(this.next); 199 this.setElementStyles(this.next, disable); 202 this.setElementStyles(this.next, enable);
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_macros.h | 137 for (pos = (head)->next; pos != (head); pos = pos->next) 155 for (pos = (head)->first; pos ; pos = pos->next)
|
| /developtools/profiler/hidebug/frameworks/native/ |
| D | hidebug_base.c | 96 char *next = NULL; in SplitParams() local 97 param = strtok_s(input, space, &next); in SplitParams() 100 param = strtok_s(NULL, space, &next); in SplitParams()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | LimitLine.ets | 40 /** label string that is drawn next to the limit line */ 144 * Sets the color of the value-text that is drawn next to the LimitLine. 154 * Returns the color of the value-text that is drawn next to the LimitLine. 182 * Sets the label that is drawn next to the limit line. Provide "" if no 192 * Returns the label that is drawn next to the limit line.
|
| /developtools/smartperf_host/ide/ |
| D | README_zh.md | 26 - windows系统中, 用安装包一路next即可 68 - windows 系统下 从 https://golang.google.cn/dl/ 下载安装包, 一路next 完成 安装即可
|
| /developtools/profiler/host/smartperf/ide/ |
| D | README_zh.md | 26 - windows系统中, 用安装包一路next即可 68 - windows 系统下 从 https://golang.google.cn/dl/ 下载安装包, 一路next 完成 安装即可
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/ |
| D | VerifyHelper.java | 116 X509CertificateHolder next = iterator.next(); in certStoreToCertList() local 117 certificateList.add(converter.getCertificate(next)); in certStoreToCertList()
|
| /developtools/global_resource_tool/src/ |
| D | key_parser.cpp | 58 size_t next = 0; in ParseMatch() local 61 for (size_t i = next; i < founctions.size(); i++) { in ParseMatch() 64 next = i; in ParseMatch()
|
| /developtools/profiler/hiebpf/src/ |
| D | bpf_controller.cpp | 804 __u32 next = last_ + 1; in NextActiveReceiver() local 807 if (next >= total) { in NextActiveReceiver() 808 next -= total; in NextActiveReceiver() 810 if (receivers_[next]->Running() or next == last_) { in NextActiveReceiver() 813 ++next; in NextActiveReceiver() 815 if (receivers_[next]->Running()) { in NextActiveReceiver() 816 last_ = next; in NextActiveReceiver()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | parse_start_frame_trace.cpp | 98 int next = i + 1; in GetFps() local 99 result = startTimeArr[next].times - endTimeArr[i].times; in GetFps()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyUtils.java | 67 X509CertificateHolder cert = collection.iterator().next(); in verifyCmsSignedData()
|
| D | HapVerify.java | 282 X509CRLHolder crlHolder = iterator.next(); in getCrlList() 303 X509CertificateHolder next = iterator.next(); in certStoreToCertList() local 304 certificateList.add(certificateConverter.getCertificate(next)); in certStoreToCertList()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/ |
| D | JsonUtils.ets | 22 var key = iterator.next().value;
|
| /developtools/profiler/host/smartperf/doc/ |
| D | compile_smartperf.md | 23 - windows系统中, 用安装包一路next即可:
|
| /developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
| D | forEachComplexModel.ets | 43 Text('next month')
|
| /developtools/hiperf/include/ |
| D | hashlist.hpp | 861 Link* next = pnode->link_.next_; in MoveToHead() local 862 prev->next_ = next; in MoveToHead() 863 next->prev_ = prev; in MoveToHead() 876 Link* next = pnode->link_.next_; in MoveToTail() local 877 prev->next_ = next; in MoveToTail() 878 next->prev_ = prev; in MoveToTail()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | JList.ets | 95 next() {
|
| D | JArrayList.ets | 115 next() {
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hashlistpp.h | 860 Link* next = pnode->link_.next_; in MoveToHead() local 861 prev->next_ = next; in MoveToHead() 862 next->prev_ = prev; in MoveToHead() 875 Link* next = pnode->link_.next_; in MoveToTail() local 876 prev->next_ = next; in MoveToTail() 877 next->prev_ = prev; in MoveToTail()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | LineChartRenderer.ets | 254 let next = cur; 287 cur = nextIndex == j ? next : dataSet.getEntryForIndex(j); 290 next = dataSet.getEntryForIndex(nextIndex); 294 curDx = (next.getX() - prev.getX()) * intensity;
|