Searched refs:hasNext (Results 1 – 14 of 14) sorted by relevance
| /developtools/smartperf_host/ide/src/js-heap/model/ |
| D | UiStruct.ts | 43 hasNext = true; property in ConstructorItem 63 if (!this.hasNext) return []; 96 copyItem.hasNext = this.hasNext; 119 if (!this.hasNext) return [];
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.test.ts | 77 hasNext: true, 112 hasNext: true, 149 hasNext: true, 185 hasNext: true, 221 hasNext: true,
|
| D | TabPaneSummary.test.ts | 71 hasNext: true, 106 hasNext: true, 167 hasNext: true, 202 hasNext: true, 237 hasNext: true,
|
| /developtools/smartperf_host/ide/test/js-heap/logic/ |
| D | HeapLoader.test.ts | 169 hasNext: true, 304 hasNext:true, 319 hasNext:true,
|
| /developtools/smartperf_host/ide/test/js-heap/model/ |
| D | UiStruct.test.ts | 55 hasNext:true,
|
| /developtools/smartperf_host/ide/src/js-heap/logic/ |
| D | HeapLoader.ts | 745 diff.hasNext = true; 779 classItem.hasNext = true; 788 instanceItem.hasNext = instanceItem.childCount > 0; 807 nodeItem.hasNext = nodeItem.childCount > 0; 918 instanceItem.hasNext = instanceItem.childCount > 0; 950 childNode.hasNext = false; 986 retainsItem.hasNext = retainsNode.retainsNodeIdx.length > 0; 1001 childNode.hasNext = false;
|
| /developtools/smartperf_host/ide/src/js-heap/ |
| D | HeapDataInterface.ts | 179 compareNode.hasNext = node.edgeCount > 0; 189 compareNode.hasNext = node.edgeCount > 0;
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | HapVerify.java | 306 if (matches == null || !matches.iterator().hasNext()) { in getCrlList() 312 while (iterator.hasNext()) { in getCrlList() 328 if (matches == null || !matches.iterator().hasNext()) { in certStoreToCertList() 333 while (iterator.hasNext()) { in certStoreToCertList()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/ |
| D | VerifyHelper.java | 110 ValidateUtils.throwIfMatches(matches == null || !matches.iterator().hasNext(), in certStoreToCertList() 116 while (iterator.hasNext()) { in certStoreToCertList()
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | LitPageTable.ts | 574 if (item.hasNext) { 702 if (rowData.data.children && rowData.data.children.length > 0 && !rowData.data.hasNext) { 706 if (rowData.data.hasNext) { 1001 if (rowObject.children && rowObject.children.length > 0 && !rowObject.data.hasNext) { 1009 if (rowObject.data.hasNext) {
|
| D | lit-table.ts | 755 if (item.hasNext) { 938 if (row.data.children && row.data.children.length > 0 && !row.data.hasNext) { 942 if (row.data.hasNext) { 1466 if (rowObject.children && rowObject.children.length > 0 && !rowObject.data.hasNext) { 1474 if (rowObject.data.hasNext) {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneComparison.ts | 404 if (structRow.hasNext) { 499 if (row.hasNext) {
|
| D | TabPaneSummary.ts | 476 if (currentRow.hasNext) { 605 if (summaryRow.hasNext) {
|
| /developtools/packing_tool/adapter/ohos/ |
| D | ScanStatSuffix.java | 269 while (iterator.hasNext()) { in setMapData()
|