/third_party/node/lib/internal/ |
D | linkedlist.js | 44 function isEmpty(list) { function 53 isEmpty field
|
D | fixed_queue.js | 67 isEmpty() { method in FixedCircularBuffer 95 isEmpty() { method in module.exports
|
/third_party/typescript/tests/cases/compiler/ |
D | genericArrayPropertyAssignment.ts | 1 function isEmpty(list: {length:number;}) function
|
D | arraySigChecking.ts | 24 function isEmpty(l: { length: number }) { function
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | CompactData.java | 39 private boolean isEmpty; field in CompactData 55 assert isEmpty; in populate() local 101 assert isEmpty; in populate() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CompactData.java | 35 private boolean isEmpty; field in CompactData 51 assert isEmpty; in populate() local 97 assert isEmpty; in populate() local
|
/third_party/flatbuffers/swift/Sources/FlatBuffers/ |
D | Offset.swift | 24 public var isEmpty: Bool { o == 0 } variable
|
/third_party/typescript/tests/baselines/reference/ |
D | genericArrayPropertyAssignment.js | 2 function isEmpty(list: {length:number;}) function
|
D | arraySigChecking.js | 25 function isEmpty(l: { length: number }) { function
|
/third_party/skia/src/sksl/ir/ |
D | SkSLNop.h | 30 bool isEmpty() const override { in isEmpty() function
|
D | SkSLInlineMarker.h | 37 bool isEmpty() const override { in isEmpty() function
|
D | SkSLBlock.h | 61 bool isEmpty() const override { in isEmpty() function
|
/third_party/jsframework/runtime/utils/ |
D | utils.ts | 31 export function isEmpty(any) { function
|
/third_party/skia/src/sksl/ |
D | SkSLMemoryPool.h | 36 bool isEmpty() const { return true; } in isEmpty() function
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLNop.h | 23 virtual bool isEmpty() const override { in isEmpty() function
|
D | SkSLVarDeclarationsStatement.h | 24 bool isEmpty() const override { in isEmpty() function
|
/third_party/flutter/skia/tools/lua/ |
D | skia.lua | 47 function Sk.Rect:isEmpty() function
|
/third_party/skia/experimental/sktext/editor/ |
D | Selection.h | 35 bool isEmpty() const { return fTextRanges.empty(); } in isEmpty() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrMemoryPool.h | 57 bool isEmpty() const { return fTail == fHead && !fHead->fLiveCount; } in isEmpty() function 149 bool isEmpty() const { return fMemoryPool.isEmpty(); } in isEmpty() function
|
/third_party/flutter/skia/include/core/ |
D | SkSize.h | 28 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty() function 70 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty() function
|
D | SkData.h | 29 bool isEmpty() const { return 0 == fSize; } in isEmpty() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/ |
D | LockFreeQueue.h | 142 bool isEmpty() const { return readCounter == writeCounter; } in isEmpty() function
|
/third_party/node/deps/npm/lib/install/action/ |
D | refresh-package-json.js | 40 function isEmpty (value) { function
|
/third_party/jsframework/runtime/main/manage/event/ |
D | CallbackManager.ts | 90 public isEmpty(): boolean { method in CallbackManager
|
/third_party/skia/include/core/ |
D | SkSize.h | 28 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty() function 68 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty() function
|