Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DExtension.ts24 isEmpty(): boolean; method
138 export const isEmpty = function <T>(list: Array<T> | undefined): boolean { constant
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DCheckEmptyUtils.ts23 static isEmpty(obj): boolean { method in CheckEmptyUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DStringUtils.java33 public static boolean isEmpty(final CharSequence cs) { in isEmpty() method in StringUtils
/developtools/profiler/device/plugins/xpower_plugin/src/
Dpower_message_queue.cpp108 bool isEmpty = dataQueue_.empty(); in Empty() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
DOptions.java267 private boolean isEmpty(final CharSequence cs) { in isEmpty() method in Options