/external/e2fsprogs/tests/f_h_reindex/ |
D | expect.1 | 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 6 Problem in HTREE directory inode 16001: block #2 has bad min hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 8 Problem in HTREE directory inode 16001: block #3 has bad min hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 10 Problem in HTREE directory inode 16001: block #4 has bad min hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 12 Problem in HTREE directory inode 16001: block #5 has bad min hash 13 Problem in HTREE directory inode 16001: block #5 has bad max hash 14 Problem in HTREE directory inode 16001: block #6 has bad min hash [all …]
|
/external/v8/test/mjsunit/ |
D | delete.js | 30 function has(o, k) { return typeof o[k] !== 'undefined'; } function 54 assertTrue(has(o, 'x')); 55 assertTrue(has(o, 'y')); 57 assertFalse(has(o, 'x')); 58 assertTrue(has(o, 'y')); 60 assertFalse(has(o, 'x')); 61 assertFalse(has(o, 'y')); 73 assertFalse(has(o, String.fromCharCode(i)), "deleted (" + i + ")"); 74 assertTrue(has(o, String.fromCharCode(i+1)), "still here (" + i + ")"); 79 assertTrue(has(a, 0)); [all …]
|
/external/valgrind/none/tests/ |
D | tls.stdout.exp | 1 tls_ptr: case "race" has mismatch: *ip=1 here=0 2 tls_ptr: case "race" has mismatch: *ip=2 here=1 3 tls_ptr: case "race" has mismatch: *ip=3 here=1 4 tls_ptr: case "race" has mismatch: *ip=4 here=2 5 tls_ptr: case "race" has mismatch: *ip=5 here=2 6 tls_ptr: case "race" has mismatch: *ip=6 here=3 7 tls_ptr: case "race" has mismatch: *ip=7 here=3 8 tls_ptr: case "race" has mismatch: *ip=8 here=4 9 tls_ptr: case "race" has mismatch: *ip=9 here=4 10 tls_ptr: case "race" has mismatch: *ip=10 here=5 [all …]
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | RecognizerSharedState.pm | 10 has 'following' => ( 16 has '_fsp' => ( 25 has 'error_recovery' => ( 36 has 'last_error_index' => ( 44 has 'failed' => ( 51 has 'syntax_errors' => ( 59 has 'backtracking' => ( 70 has 'rule_memo' => ( 82 has 'token' => ( 90 has 'token_start_char_index' => ( [all …]
|
D | RecognitionException.pm | 11 has 'input' => ( 17 has 'index' => ( 23 has 'token' => ( 28 has 'node' => ( 37 has 'c' => ( 42 has 'line' => ( 48 has 'char_position_in_line' => ( 54 has 'approximate_line_info' => (
|
D | DFA.pm | 8 has 'eot' => ( 13 has 'eof' => ( 18 has 'min' => ( 23 has 'max' => ( 28 has 'accept' => ( 33 has 'special' => ( 38 has 'transition' => ( 43 has 'decision_number' => ( 50 has 'recognizer' => (
|
D | CommonToken.pm | 14 has 'type' => ( 20 has 'line' => ( 26 has 'char_position_in_line' => ( 33 has 'channel' => ( 39 has 'input' => ( 47 has 'text' => ( 53 has 'index' => ( 60 has 'start' => ( 66 has 'stop' => (
|
/external/valgrind/memcheck/tests/ |
D | err_disable4.stderr.exp | 4 WARNING: exiting thread has error reporting disabled. 7 WARNING: exiting thread has error reporting disabled. 10 WARNING: exiting thread has error reporting disabled. 13 WARNING: exiting thread has error reporting disabled. 16 WARNING: exiting thread has error reporting disabled. 19 WARNING: exiting thread has error reporting disabled. 22 WARNING: exiting thread has error reporting disabled. 25 WARNING: exiting thread has error reporting disabled. 28 WARNING: exiting thread has error reporting disabled. 31 WARNING: exiting thread has error reporting disabled. [all …]
|
/external/clang/test/SemaCXX/ |
D | cxx0x-nontrivial-union.cpp | 70 bool has; member 73 optional() : has(false) {} in optional() 75 optional(U &&...u) : has(true), value(forward<U>(u)...) {} in optional() 77 optional(const optional &o) : has(o.has) { in optional() 78 if (has) new (&value) T(o.value); in optional() 80 optional(optional &&o) : has(o.has) { in optional() 81 if (has) new (&value) T(move(o.value)); in optional() 85 if (has) { in operator =() 86 if (o.has) in operator =() 90 } else if (o.has) { in operator =() [all …]
|
/external/v8/test/mjsunit/harmony/ |
D | proxies-hash.js | 57 assertTrue(s.has(p1)); 58 assertTrue(s.has(p2)); 59 assertFalse(s.has(p3)); 63 assertTrue(s.has(p1)); 64 assertTrue(s.has(p2)); 65 assertFalse(s.has(p3)); 68 assertTrue(s.has(p1)); 69 assertFalse(s.has(p2)); 70 assertFalse(s.has(p3)); 94 assertTrue(m.has(p1)); [all …]
|
/external/clang/test/FixIt/ |
D | format.m | 10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in… 11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i… 16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in… 17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i… 18 NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'int'}} 25 …printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char … 27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c… 31 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char … 33 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c… 34 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'char *… [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLInterface.cpp | 27 if (!newInterface->fExtensions.has("GL_EXT_debug_marker")) { in GrGLInterfaceAddTestDebugMarker() 241 if (glVer >= GR_GL_VER(2,0) || fExtensions.has("GL_ARB_draw_buffers")) { in validate() 247 if (glVer >= GR_GL_VER(1,5) || fExtensions.has("GL_ARB_occlusion_query")) { in validate() 259 fExtensions.has("GL_ARB_timer_query") || in validate() 260 fExtensions.has("GL_EXT_timer_query")) { in validate() 266 if (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_timer_query")) { in validate() 276 fExtensions.has("GL_ARB_texture_compression")) { in validate() 298 fExtensions.has("GL_ARB_texture_storage") || in validate() 299 fExtensions.has("GL_EXT_texture_storage")) { in validate() 304 } else if (glVer >= GR_GL_VER(3,0) || fExtensions.has("GL_EXT_texture_storage")) { in validate() [all …]
|
D | GrGLAssembleInterface.cpp | 74 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLAssembleGLInterface() 76 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLAssembleGLInterface() 81 extensions.has("GL_ARB_imaging")) { in GrGLAssembleGLInterface() 83 } else if (extensions.has("GL_EXT_blend_color")) { in GrGLAssembleGLInterface() 88 extensions.has("GL_ARB_imaging")) { in GrGLAssembleGLInterface() 90 } else if (extensions.has("GL_EXT_blend_subtract")) { in GrGLAssembleGLInterface() 133 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) { in GrGLAssembleGLInterface() 137 } else if (extensions.has("GL_EXT_timer_query")) { in GrGLAssembleGLInterface() 156 if (extensions.has("GL_EXT_direct_state_access")) { in GrGLAssembleGLInterface() 174 if (glVer >= GR_GL_VER(4,2) || extensions.has("GL_ARB_texture_storage")) { in GrGLAssembleGLInterface() [all …]
|
/external/markdown/tests/misc/ |
D | two-spaces.txt | 1 This line has two spaces at the end 2 but this one has none 3 but this line has three 7 * This list item has two spaces. 8 * This has none. 9 This line has three. 10 This line has none. 13 This line has none. 15 * This line has none.
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
D | API CHANGES.TXT | 13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property 20 Antlr.Runtime.BaseRecognizer.Input has been removed. 22 Antlr.Runtime.Parser.Input - return type has been changed to ITokenStream 24 Antlr.Runtime.Lexer.Input - return type has been changed to ICharStream 26 Antlr.Runtime.TreeParser - return type has been changed to ITreeNodeStream 31 Antlr.Runtime.ParserRuleReturnScope.start has been made public 32 Antlr.Runtime.ParserRuleReturnScope.stop has been made public 37 Antlr.Runtime.Tree.RewriteRuleElementStream.HasNext has been turned into a property 38 Antlr.Runtime.Tree.RewriteRuleElementStream._Next() has been merged with NextTree() 39 Antlr.Runtime.Tree.RewriteRuleElementStream.Dup() has been added [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ConstraintsTest.java | 81 ASSERT.that(collection).has() in testConstrainedCollectionLegal() 83 ASSERT.that(constrained).has() in testConstrainedCollectionLegal() 99 ASSERT.that(constrained).has().exactly("foo", "bar").inOrder(); in testConstrainedCollectionIllegal() 100 ASSERT.that(collection).has().exactly("foo", "bar").inOrder(); in testConstrainedCollectionIllegal() 113 ASSERT.that(set).has().exactly("foo", "bar", TEST_ELEMENT, "qux", "cat", "dog").inOrder(); in testConstrainedSetLegal() 114 ASSERT.that(constrained).has() in testConstrainedSetLegal() 129 ASSERT.that(constrained).has().exactly("foo", "bar").inOrder(); in testConstrainedSetIllegal() 130 ASSERT.that(set).has().exactly("foo", "bar").inOrder(); in testConstrainedSetIllegal() 144 ASSERT.that(sortedSet).has().exactly("bar", "cat", "dog", "foo", "qux", TEST_ELEMENT).inOrder(); in testConstrainedSortedSetLegal() 145 ASSERT.that(constrained).has() in testConstrainedSortedSetLegal() [all …]
|
D | TreeMultisetTest.java | 86 ASSERT.that(elementSet.headSet("b")).has().exactly("a").inOrder(); in testElementSetSortedSetMethods() 87 ASSERT.that(elementSet.tailSet("b")).has().exactly("b", "c").inOrder(); in testElementSetSortedSetMethods() 88 ASSERT.that(elementSet.subSet("a", "c")).has().exactly("a", "b").inOrder(); in testElementSetSortedSetMethods() 101 ASSERT.that(elementSet).has().exactly("a", "b", "c", "d", "e", "f").inOrder(); in testElementSetSubsetRemove() 103 ASSERT.that(subset).has().exactly("b", "c", "d", "e").inOrder(); in testElementSetSubsetRemove() 106 ASSERT.that(elementSet).has().exactly("a", "b", "d", "e", "f").inOrder(); in testElementSetSubsetRemove() 107 ASSERT.that(subset).has().exactly("b", "d", "e").inOrder(); in testElementSetSubsetRemove() 111 ASSERT.that(elementSet).has().exactly("a", "b", "d", "e", "f").inOrder(); in testElementSetSubsetRemove() 112 ASSERT.that(subset).has().exactly("b", "d", "e").inOrder(); in testElementSetSubsetRemove() 126 ASSERT.that(elementSet).has().exactly("a", "b", "c", "d", "e", "f").inOrder(); in testElementSetSubsetRemoveAll() [all …]
|
D | ContiguousSetTest.java | 111 ASSERT.that(set.headSet(2)).has().item(1); in testHeadSet() 112 ASSERT.that(set.headSet(3)).has().exactly(1, 2).inOrder(); in testHeadSet() 113 ASSERT.that(set.headSet(4)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 114 ASSERT.that(set.headSet(Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 115 ASSERT.that(set.headSet(1, true)).has().item(1); in testHeadSet() 116 ASSERT.that(set.headSet(2, true)).has().exactly(1, 2).inOrder(); in testHeadSet() 117 ASSERT.that(set.headSet(3, true)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 118 ASSERT.that(set.headSet(4, true)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 119 ASSERT.that(set.headSet(Integer.MAX_VALUE, true)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 128 ASSERT.that(set.tailSet(Integer.MIN_VALUE)).has().exactly(1, 2, 3).inOrder(); in testTailSet() [all …]
|
D | ImmutableTableTest.java | 187 ASSERT.that(table.row('b').keySet()).has().exactly(1, 2).inOrder(); in testCopyOf() 189 .has().exactly(2, 1).inOrder(); in testCopyOf() 230 ASSERT.that(copy.rowKeySet()).has().exactly('a', 'b').inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 231 ASSERT.that(copy.columnKeySet()).has().exactly(1, 2).inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 232 ASSERT.that(copy.values()).has().exactly("baz", "bar", "foo").inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 233 ASSERT.that(copy.row('b').keySet()).has().exactly(1, 2).inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 251 ASSERT.that(table.rowKeySet()).has().exactly('b', 'c', 'e', 'r', 'x').inOrder(); in testBuilder_orderRowsAndColumnsBy_sparse() 252 ASSERT.that(table.columnKeySet()).has().exactly(0, 1, 2, 3, 4, 5, 7).inOrder(); in testBuilder_orderRowsAndColumnsBy_sparse() 253 ASSERT.that(table.values()).has().exactly("cat", "axe", "baz", "tub", in testBuilder_orderRowsAndColumnsBy_sparse() 255 ASSERT.that(table.row('c').keySet()).has().exactly(0, 3).inOrder(); in testBuilder_orderRowsAndColumnsBy_sparse() [all …]
|
D | LinkedHashMultimapTest.java | 91 ASSERT.that(multimap.get("foo")).has().exactly(5, 3).inOrder(); in assertOrderingReadOnly() 92 ASSERT.that(multimap.get("bar")).has().exactly(4, 1).inOrder(); in assertOrderingReadOnly() 93 ASSERT.that(multimap.get("cow")).has().item(2); in assertOrderingReadOnly() 95 ASSERT.that(multimap.keySet()).has().exactly("foo", "bar", "cow").inOrder(); in assertOrderingReadOnly() 96 ASSERT.that(multimap.values()).has().exactly(5, 4, 3, 2, 1).inOrder(); in assertOrderingReadOnly() 110 ASSERT.that(entry.getValue()).has().exactly(5, 3).inOrder(); in assertOrderingReadOnly() 113 ASSERT.that(entry.getValue()).has().exactly(4, 1).inOrder(); in assertOrderingReadOnly() 116 ASSERT.that(entry.getValue()).has().item(2); in assertOrderingReadOnly() 122 ASSERT.that(multimap.replaceValues("foo", asList(6, 7))).has().exactly(5, 3).inOrder(); in testOrderingUpdates() 123 ASSERT.that(multimap.keySet()).has().exactly("foo", "bar", "cow").inOrder(); in testOrderingUpdates() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ConstraintsTest.java | 83 ASSERT.that(collection).has() in testConstrainedCollectionLegal() 85 ASSERT.that(constrained).has() in testConstrainedCollectionLegal() 101 ASSERT.that(constrained).has().exactly("foo", "bar").inOrder(); in testConstrainedCollectionIllegal() 102 ASSERT.that(collection).has().exactly("foo", "bar").inOrder(); in testConstrainedCollectionIllegal() 115 ASSERT.that(set).has().exactly("foo", "bar", TEST_ELEMENT, "qux", "cat", "dog").inOrder(); in testConstrainedSetLegal() 116 ASSERT.that(constrained).has() in testConstrainedSetLegal() 131 ASSERT.that(constrained).has().exactly("foo", "bar").inOrder(); in testConstrainedSetIllegal() 132 ASSERT.that(set).has().exactly("foo", "bar").inOrder(); in testConstrainedSetIllegal() 146 ASSERT.that(sortedSet).has().exactly("bar", "cat", "dog", "foo", "qux", TEST_ELEMENT).inOrder(); in testConstrainedSortedSetLegal() 147 ASSERT.that(constrained).has() in testConstrainedSortedSetLegal() [all …]
|
D | ImmutableTableTest.java | 188 ASSERT.that(table.row('b').keySet()).has().exactly(1, 2).inOrder(); in testCopyOf() 190 .has().exactly(2, 1).inOrder(); in testCopyOf() 231 ASSERT.that(copy.rowKeySet()).has().exactly('a', 'b').inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 232 ASSERT.that(copy.columnKeySet()).has().exactly(1, 2).inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 233 ASSERT.that(copy.values()).has().exactly("baz", "bar", "foo").inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 234 ASSERT.that(copy.row('b').keySet()).has().exactly(1, 2).inOrder(); in testBuilder_orderRowsAndColumnsBy_putAll() 252 ASSERT.that(table.rowKeySet()).has().exactly('b', 'c', 'e', 'r', 'x').inOrder(); in testBuilder_orderRowsAndColumnsBy_sparse() 253 ASSERT.that(table.columnKeySet()).has().exactly(0, 1, 2, 3, 4, 5, 7).inOrder(); in testBuilder_orderRowsAndColumnsBy_sparse() 254 ASSERT.that(table.values()).has().exactly("cat", "axe", "baz", "tub", in testBuilder_orderRowsAndColumnsBy_sparse() 256 ASSERT.that(table.row('c').keySet()).has().exactly(0, 3).inOrder(); in testBuilder_orderRowsAndColumnsBy_sparse() [all …]
|
D | ContiguousSetTest.java | 136 ASSERT.that(set.headSet(2)).has().item(1); in testHeadSet() 137 ASSERT.that(set.headSet(3)).has().exactly(1, 2).inOrder(); in testHeadSet() 138 ASSERT.that(set.headSet(4)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 139 ASSERT.that(set.headSet(Integer.MAX_VALUE)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 140 ASSERT.that(set.headSet(1, true)).has().item(1); in testHeadSet() 141 ASSERT.that(set.headSet(2, true)).has().exactly(1, 2).inOrder(); in testHeadSet() 142 ASSERT.that(set.headSet(3, true)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 143 ASSERT.that(set.headSet(4, true)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 144 ASSERT.that(set.headSet(Integer.MAX_VALUE, true)).has().exactly(1, 2, 3).inOrder(); in testHeadSet() 153 ASSERT.that(set.tailSet(Integer.MIN_VALUE)).has().exactly(1, 2, 3).inOrder(); in testTailSet() [all …]
|
/external/clang/test/SemaObjC/ |
D | objc-literal-comparison.m | 39 …if (obj == @"") return; // expected-warning{{direct comparison of a string literal has undefined b… 40 …if (obj != @"") return; // expected-warning{{direct comparison of a string literal has undefined b… 41 …if (@"" == obj) return; // expected-warning{{direct comparison of a string literal has undefined b… 42 …if (@"" == @"") return; // expected-warning{{direct comparison of a string literal has undefined b… 44 …if (@[] == obj) return; // expected-warning{{direct comparison of an array literal has undefined b… 45 …if (@{} == obj) return; // expected-warning{{direct comparison of a dictionary literal has undefin… 46 …if (@12 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined … 47 …if (@1.0 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined… 48 …if (@__objc_yes == obj) return; // expected-warning{{direct comparison of a numeric literal has un… 49 …if (@(1+1) == obj) return; // expected-warning{{direct comparison of a boxed expression has undefi… [all …]
|
/external/e2fsprogs/tests/f_h_badroot/ |
D | expect.1 | 4 HTREE directory inode 13345 has an invalid root node. 7 HTREE directory inode 26689 has an unsupported hash version (240) 10 HTREE directory inode 40033 has an invalid root node. 13 HTREE directory inode 53377 has a tree depth (8) which is too big 20 Problem in HTREE directory inode 80065: block #0 has an unordered hash table 23 Problem in HTREE directory inode 86737: block #0 has invalid limit (511) 26 Problem in HTREE directory inode 93409: block #0 has invalid count (234) 29 Problem in HTREE directory inode 73393: block #1 has bad min hash 30 Problem in HTREE directory inode 73393: block #2 has bad max hash
|