Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 14 of 14) sorted by relevance

/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts43 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/
DTabPaneComparison.test.ts77 hasNext: true,
112 hasNext: true,
149 hasNext: true,
185 hasNext: true,
221 hasNext: true,
DTabPaneSummary.test.ts71 hasNext: true,
106 hasNext: true,
167 hasNext: true,
202 hasNext: true,
237 hasNext: true,
/developtools/smartperf_host/ide/test/js-heap/logic/
DHeapLoader.test.ts169 hasNext: true,
304 hasNext:true,
319 hasNext:true,
/developtools/smartperf_host/ide/test/js-heap/model/
DUiStruct.test.ts55 hasNext:true,
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts745 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/
DHeapDataInterface.ts179 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/
DHapVerify.java306 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/
DVerifyHelper.java110 ValidateUtils.throwIfMatches(matches == null || !matches.iterator().hasNext(), in certStoreToCertList()
116 while (iterator.hasNext()) { in certStoreToCertList()
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts574 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) {
Dlit-table.ts755 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/
DTabPaneComparison.ts404 if (structRow.hasNext) {
499 if (row.hasNext) {
DTabPaneSummary.ts476 if (currentRow.hasNext) {
605 if (summaryRow.hasNext) {
/developtools/packing_tool/adapter/ohos/
DScanStatSuffix.java269 while (iterator.hasNext()) { in setMapData()