Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 25 of 2006) sorted by relevance

12345678910>>...81

/third_party/typescript/tests/baselines/reference/
DarraySigChecking.types52 function isEmpty(l: { length: number }) {
53 >isEmpty : (l: { length: number;}) => boolean
65 isEmpty([]);
66 >isEmpty([]) : boolean
67 >isEmpty : (l: { length: number; }) => boolean
70 isEmpty(new Array(3));
71 >isEmpty(new Array(3)) : boolean
72 >isEmpty : (l: { length: number; }) => boolean
77 isEmpty(new Array<string>(3));
78 >isEmpty(new Array<string>(3)) : boolean
[all …]
DarraySigChecking.js25 function isEmpty(l: { length: number }) { function
29 isEmpty([]);
30 isEmpty(new Array(3));
31 isEmpty(new Array<string>(3));
32 isEmpty(['a']);
40 function isEmpty(l) {
43 isEmpty([]);
44 isEmpty(new Array(3));
45 isEmpty(new Array(3));
46 isEmpty(['a']);
DarraySigChecking.symbols52 function isEmpty(l: { length: number }) {
53 >isEmpty : Symbol(isEmpty, Decl(arraySigChecking.ts, 21, 19))
63 isEmpty([]);
64 >isEmpty : Symbol(isEmpty, Decl(arraySigChecking.ts, 21, 19))
66 isEmpty(new Array(3));
67 >isEmpty : Symbol(isEmpty, Decl(arraySigChecking.ts, 21, 19))
70 isEmpty(new Array<string>(3));
71 >isEmpty : Symbol(isEmpty, Decl(arraySigChecking.ts, 21, 19))
74 isEmpty(['a']);
75 >isEmpty : Symbol(isEmpty, Decl(arraySigChecking.ts, 21, 19))
DgenericArrayPropertyAssignment.symbols2 function isEmpty(list: {length:number;})
3 >isEmpty : Symbol(isEmpty, Decl(genericArrayPropertyAssignment.ts, 0, 0))
13 isEmpty([]); // error
14 >isEmpty : Symbol(isEmpty, Decl(genericArrayPropertyAssignment.ts, 0, 0))
DgenericArrayPropertyAssignment.types2 function isEmpty(list: {length:number;})
3 >isEmpty : (list: { length: number;}) => boolean
15 isEmpty([]); // error
16 >isEmpty([]) : boolean
17 >isEmpty : (list: { length: number; }) => boolean
DgenericArrayPropertyAssignment.js2 function isEmpty(list: {length:number;}) function
7 isEmpty([]); // error
12 function isEmpty(list) {
15 isEmpty([]); // error
/third_party/jsframework/test/ut/
Dutils.ts72 expect(utils.isEmpty).to.be.an.instanceof(Function);
73 expect(utils.isEmpty({})).eql(true);
74 expect(utils.isEmpty([])).eql(true);
75 expect(utils.isEmpty('a')).eql(true);
76 expect(utils.isEmpty(0)).eql(true);
77 expect(utils.isEmpty(true)).eql(true);
78 expect(utils.isEmpty(null)).eql(true);
79 expect(utils.isEmpty(undefined)).eql(true);
80 expect(utils.isEmpty(function() {})).eql(true);
81 expect(utils.isEmpty(/\w*/)).eql(true);
[all …]
/third_party/flutter/skia/tests/
DSizeTest.cpp16 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
18 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
20 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
25 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST()
27 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST()
42 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
44 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
46 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
51 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST()
53 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST()
/third_party/skia/tests/
DSizeTest.cpp16 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
18 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
20 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
25 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST()
27 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST()
42 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
44 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
46 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST()
51 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST()
53 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/
Dplist_parser_test.dart62 expect(testLogger.statusText, isEmpty);
63 expect(testLogger.errorText, isEmpty);
70 expect(testLogger.statusText, isEmpty);
71 expect(testLogger.errorText, isEmpty);
78 expect(testLogger.statusText, isEmpty);
79 expect(testLogger.errorText, isEmpty);
84 expect(testLogger.statusText, isEmpty);
85 expect(testLogger.errorText, isEmpty);
92 expect(testLogger.statusText, isEmpty);
93 expect(testLogger.errorText, isEmpty);
[all …]
/third_party/typescript/tests/cases/compiler/
DarraySigChecking.ts24 function isEmpty(l: { length: number }) { function
28 isEmpty([]);
29 isEmpty(new Array(3));
30 isEmpty(new Array<string>(3));
31 isEmpty(['a']);
/third_party/flutter/flutter/packages/flutter/test/gestures/
Ddebug_test.dart22 expect(log, isEmpty);
37 expect(log, isEmpty);
41 expect(log, isEmpty);
50 expect(log, isEmpty);
68 expect(log, isEmpty);
72 expect(log, isEmpty);
75 expect(log, isEmpty);
78 expect(log, isEmpty);
82 expect(log, isEmpty);
92 expect(log, isEmpty);
[all …]
Dmultitap_test.dart35 expect(log, isEmpty);
44 expect(log, isEmpty);
47 expect(log, isEmpty);
50 expect(log, isEmpty);
68 expect(log, isEmpty);
96 expect(log, isEmpty);
103 expect(log, isEmpty);
112 expect(log, isEmpty);
115 expect(log, isEmpty);
122 expect(log, isEmpty);
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCompactData.java39 private boolean isEmpty; field in CompactData
47 isEmpty = true; in CompactData()
55 assert isEmpty; in populate() local
67 if (isEmpty && !nsIsLatn) { in populate()
71 if (isEmpty && !compactIsShort) { in populate()
75 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate()
81 if (isEmpty) { in populate()
101 assert isEmpty; in populate() local
116 isEmpty = false; in populate()
153 assert output.isEmpty(); in getUniquePatterns()
[all …]
/third_party/flutter/skia/src/core/
DSkScan.cpp22 if (!r.isEmpty()) { in FillIRect()
70 if (clip.isEmpty() || r.isEmpty()) { in FillIRect()
85 if (clip.isEmpty() || xr.isEmpty()) { in FillXRect()
100 if (clip.isEmpty() || r.isEmpty()) { in FillRect()
/third_party/skia/src/core/
DSkScan.cpp22 if (!r.isEmpty()) { in FillIRect()
70 if (clip.isEmpty() || r.isEmpty()) { in FillIRect()
85 if (clip.isEmpty() || xr.isEmpty()) { in FillXRect()
100 if (clip.isEmpty() || r.isEmpty()) { in FillRect()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Ddismissible_test.dart239 expect(dismissedItems, isEmpty);
257 expect(dismissedItems, isEmpty);
275 expect(dismissedItems, isEmpty);
301 expect(dismissedItems, isEmpty);
319 expect(dismissedItems, isEmpty);
323 expect(dismissedItems, isEmpty);
337 expect(dismissedItems, isEmpty);
341 expect(dismissedItems, isEmpty);
353 expect(dismissedItems, isEmpty);
357 expect(dismissedItems, isEmpty);
[all …]
Ddraggable_test.dart39 expect(accepted, isEmpty);
49 expect(accepted, isEmpty);
59 expect(accepted, isEmpty);
179 expect(events, isEmpty);
187 expect(events, isEmpty);
192 expect(events, isEmpty);
207 expect(events, isEmpty);
223 expect(events, isEmpty);
262 expect(events, isEmpty);
266 expect(events, isEmpty);
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java35 private boolean isEmpty; field in CompactData
43 isEmpty = true; in CompactData()
51 assert isEmpty; in populate() local
63 if (isEmpty && !nsIsLatn) { in populate()
67 if (isEmpty && !compactIsShort) { in populate()
71 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate()
77 if (isEmpty) { in populate()
97 assert isEmpty; in populate() local
113 isEmpty = false; in populate()
163 assert output.isEmpty(); in getUniquePatterns()
[all …]
/third_party/skia/docs/examples/
DRect_MakeEmpty.cpp8 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
10 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
12 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
14 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
DIRect_MakeEmpty.cpp8 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
10 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
12 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
14 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
/third_party/flutter/skia/docs/examples/
DIRect_MakeEmpty.cpp8 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
10 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
12 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
14 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
DRect_MakeEmpty.cpp8 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
10 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
12 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
14 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); in draw()
/third_party/skia/include/core/
DSkRegion.h116 return !this->isEmpty(); in set()
139 bool isEmpty() const { return fRunHead == emptyRunHeadPtr(); } in isEmpty() function
151 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex()
304 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains()
321 return this->isEmpty() || rect.isEmpty() || in quickReject()
333 return this->isEmpty() || rgn.isEmpty() || in quickReject()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java112 if (!createNewBranch && node != root && node.children.isEmpty()) { in addFieldPath()
149 if (parts.isEmpty()) { in removeFieldPath()
182 if (root.children.isEmpty()) { in toFieldMask()
194 if (node.children.isEmpty()) { in getFieldPaths()
199 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in getFieldPaths()
208 if (root.children.isEmpty()) { in intersectFieldPath()
217 if (node != root && node.children.isEmpty()) { in intersectFieldPath()
244 if (root.children.isEmpty()) { in merge()
277 if (!entry.getValue().children.isEmpty()) { in merge()
291 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in merge()

12345678910>>...81