/external/iproute2/testsuite/configs/ |
D | all-2.4 | 5 # CONFIG_SBUS is not set 23 # CONFIG_M386 is not set 24 # CONFIG_M486 is not set 25 # CONFIG_M586 is not set 26 # CONFIG_M586TSC is not set 27 # CONFIG_M586MMX is not set 28 # CONFIG_M686 is not set 29 # CONFIG_MPENTIUMIII is not set 31 # CONFIG_MK6 is not set 32 # CONFIG_MK7 is not set [all …]
|
D | all-no-act | 26 # CONFIG_BSD_PROCESS_ACCT is not set 35 # CONFIG_EMBEDDED is not set 37 # CONFIG_KALLSYMS_ALL is not set 38 # CONFIG_KALLSYMS_EXTRA_PASS is not set 41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 47 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_MODVERSIONS is not set 57 # CONFIG_MODULE_SRCVERSION_ALL is not set 65 # CONFIG_X86_ELAN is not set 66 # CONFIG_X86_VOYAGER is not set [all …]
|
D | all-police-act | 26 # CONFIG_BSD_PROCESS_ACCT is not set 35 # CONFIG_EMBEDDED is not set 37 # CONFIG_KALLSYMS_ALL is not set 38 # CONFIG_KALLSYMS_EXTRA_PASS is not set 41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 47 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_MODVERSIONS is not set 57 # CONFIG_MODULE_SRCVERSION_ALL is not set 65 # CONFIG_X86_ELAN is not set 66 # CONFIG_X86_VOYAGER is not set [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | consts_expected.txt | 1 Alert: border.s is solid 2 Alert: border.b is beveled 3 Alert: border.d is dashed 4 Alert: border.i is inset 5 Alert: border.u is underline 6 Alert: border.nonesuch is undefined 7 Alert: display.visible is 0 8 Alert: display.hidden is 1 9 Alert: display.noPrint is 2 10 Alert: display.noView is 3 [all …]
|
D | bug_361_expected.txt | 1 Alert: Answer for "" is: string 2 Alert: Answer for "goats" is: string goats 3 Alert: Answer for "b4" is: string b4 4 Alert: Answer for "b4.5" is: string b4.5 5 Alert: Answer for "4x" is: string 4x 6 Alert: Answer for "4.5x" is: string 4.5x 7 Alert: Answer for "4" is: number 4 8 Alert: Answer for "4" is: number 4 9 Alert: Answer for " 4" is: number 4 10 Alert: Answer for "4 " is: number 4 [all …]
|
D | document_props_expected.txt | 2 Alert: this.ADBE is undefined undefined 3 Alert: this.author is string Joe Random Author 4 Alert: this.baseURL is string 5 Alert: this.bookmarkRoot is undefined undefined 6 Alert: this.calculate is boolean true 7 Alert: this.Collab is undefined undefined 8 Alert: this.creationDate is string 9 Alert: this.creator is string Joe Random Creator 10 Alert: this.delay is boolean false 11 Alert: this.dirty is boolean false [all …]
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | putback.pass.cpp | 45 std::istream is(&sb); in main() local 46 is.get(); in main() 47 is.get(); in main() 48 is.get(); in main() 49 is.putback('a'); in main() 50 assert(is.bad()); in main() 51 assert(is.gcount() == 0); in main() 52 is.clear(); in main() 53 is.putback('2'); in main() 54 assert(is.good()); in main() [all …]
|
D | get_chart.pass.cpp | 45 std::istream is(&sb); in main() local 47 is.get(c); in main() 48 assert(!is.eof()); in main() 49 assert(!is.fail()); in main() 51 assert(is.gcount() == 1); in main() 55 std::istream is(&sb); in main() local 57 is.get(c); in main() 58 assert(!is.eof()); in main() 59 assert(!is.fail()); in main() 61 assert(is.gcount() == 1); in main() [all …]
|
D | get.pass.cpp | 45 std::istream is(&sb); in main() local 46 char c = static_cast<char>(is.get()); in main() 47 assert(!is.eof()); in main() 48 assert(!is.fail()); in main() 50 assert(is.gcount() == 1); in main() 54 std::istream is(&sb); in main() local 55 char c = static_cast<char>(is.get()); in main() 56 assert(!is.eof()); in main() 57 assert(!is.fail()); in main() 59 assert(is.gcount() == 1); in main() [all …]
|
D | get_pointer_size.pass.cpp | 45 std::istream is(&sb); in main() local 47 is.get(s, 5); in main() 48 assert(!is.eof()); in main() 49 assert(!is.fail()); in main() 51 assert(is.gcount() == 2); in main() 52 is.get(s, 5); in main() 53 assert(!is.eof()); in main() 54 assert( is.fail()); in main() 56 assert(is.gcount() == 0); in main() 57 is.clear(); in main() [all …]
|
D | get_pointer_size_chart.pass.cpp | 45 std::istream is(&sb); in main() local 47 is.get(s, 5, '*'); in main() 48 assert(!is.eof()); in main() 49 assert(!is.fail()); in main() 51 assert(is.gcount() == 2); in main() 52 is.get(s, 5, '*'); in main() 53 assert(!is.eof()); in main() 54 assert( is.fail()); in main() 56 assert(is.gcount() == 0); in main() 57 is.clear(); in main() [all …]
|
D | unget.pass.cpp | 45 std::istream is(&sb); in main() local 46 is.get(); in main() 47 is.get(); in main() 48 is.get(); in main() 49 is.unget(); in main() 50 assert(is.good()); in main() 51 assert(is.gcount() == 0); in main() 52 is.unget(); in main() 53 assert(is.good()); in main() 54 assert(is.gcount() == 0); in main() [all …]
|
/external/toybox/ |
D | .config | 11 # CONFIG_TOYBOX_DEBUG is not set 16 # CONFIG_TOYBOX_FREE is not set 22 # CONFIG_TOYBOX_LSM_NONE is not set 23 # CONFIG_TOYBOX_MUSL_NOMMU_IS_BROKEN is not set 27 # CONFIG_TOYBOX_PEDANTIC_ARGS is not set 29 # CONFIG_TOYBOX_SHADOW is not set 30 # CONFIG_TOYBOX_SMACK is not set 34 # CONFIG_TOYBOX_UTMPX is not set 41 # CONFIG_ARPING is not set 42 # CONFIG_ARP is not set [all …]
|
/external/protobuf/src/google/protobuf/ |
D | unittest_enormous_descriptor.proto | 48 …ooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also loooooooooooooo… 49 …ooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also loooooooooooooo… 50 …ooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also loooooooooooooo… 51 …ooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also loooooooooooooo… 52 …ooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also loooooooooooooo… 53 …ooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is also loooooooooooooo… 54 …ooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is also loooooooooooooo… 55 …ooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is also loooooooooooooo… 56 …ooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is also loooooooooooooo… 57 …ooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is also loooooooooooooo… [all …]
|
/external/libxml2/result/XPath/expr/ |
D | floats | 4 Object is a number : 1 8 Object is a number : 123 12 Object is a number : 1.23 16 Object is a number : 0.123 20 Object is a number : 4 24 Object is a number : 0.4 28 Object is a number : 1230 32 Object is a number : 0.00123 36 Object is a number : Infinity 40 Object is a number : -Infinity [all …]
|
D | compare | 4 Object is a Boolean : false 8 Object is a Boolean : true 12 Object is a Boolean : false 16 Object is a Boolean : true 20 Object is a Boolean : true 24 Object is a Boolean : true 28 Object is a Boolean : false 32 Object is a Boolean : false 36 Object is a Boolean : false 40 Object is a Boolean : false [all …]
|
D | functions | 4 Object is a Boolean : true 8 Object is a Boolean : false 12 Object is a number : 1.5 16 Object is a number : NaN 20 Object is a number : NaN 24 Object is a number : 0 28 Object is a number : -1 32 Object is a number : 0 36 Object is a number : 0 40 Object is a number : 5 [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | is_1.pass.cpp | 32 assert(f.is(F::space, L' ')); in main() 33 assert(!f.is(F::space, L'A')); in main() 35 assert(f.is(F::print, L' ')); in main() 36 assert(!f.is(F::print, L'\x07')); in main() 38 assert(f.is(F::cntrl, L'\x07')); in main() 39 assert(!f.is(F::cntrl, L' ')); in main() 41 assert(f.is(F::upper, L'A')); in main() 42 assert(!f.is(F::upper, L'a')); in main() 44 assert(f.is(F::lower, L'a')); in main() 45 assert(!f.is(F::lower, L'A')); in main() [all …]
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/ |
D | streambuf.pass.cpp | 31 std::basic_iostream<char> is(&sb); in main() local 32 assert(is.rdbuf() == &sb); in main() 33 assert(is.tie() == 0); in main() 34 assert(is.fill() == ' '); in main() 35 assert(is.rdstate() == is.goodbit); in main() 36 assert(is.exceptions() == is.goodbit); in main() 37 assert(is.flags() == (is.skipws | is.dec)); in main() 38 assert(is.precision() == 6); in main() 39 assert(is.getloc().name() == "C"); in main() 40 assert(is.gcount() == 0); in main() [all …]
|
D | move.pass.cpp | 48 test_iostream<char> is(std::move(is1)); in main() local 51 assert(is.gcount() == 0); in main() 52 assert(is.rdbuf() == 0); in main() 53 assert(is.tie() == 0); in main() 54 assert(is.fill() == ' '); in main() 55 assert(is.rdstate() == is.goodbit); in main() 56 assert(is.exceptions() == is.goodbit); in main() 57 assert(is.flags() == (is.skipws | is.dec)); in main() 58 assert(is.precision() == 6); in main() 59 assert(is.getloc().name() == "C"); in main() [all …]
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/ |
D | streambuf.pass.cpp | 31 std::basic_istream<char> is(&sb); in main() local 32 assert(is.rdbuf() == &sb); in main() 33 assert(is.tie() == 0); in main() 34 assert(is.fill() == ' '); in main() 35 assert(is.rdstate() == is.goodbit); in main() 36 assert(is.exceptions() == is.goodbit); in main() 37 assert(is.flags() == (is.skipws | is.dec)); in main() 38 assert(is.precision() == 6); in main() 39 assert(is.getloc().name() == "C"); in main() 40 assert(is.gcount() == 0); in main() [all …]
|
D | move.pass.cpp | 45 test_istream<char> is(std::move(is1)); in main() local 48 assert(is.gcount() == 0); in main() 49 assert(is.rdbuf() == 0); in main() 50 assert(is.tie() == 0); in main() 51 assert(is.fill() == ' '); in main() 52 assert(is.rdstate() == is.goodbit); in main() 53 assert(is.exceptions() == is.goodbit); in main() 54 assert(is.flags() == (is.skipws | is.dec)); in main() 55 assert(is.precision() == 6); in main() 56 assert(is.getloc().name() == "C"); in main() [all …]
|
/external/libcxx/test/std/numerics/complex.number/complex.ops/ |
D | stream_input.pass.cpp | 23 std::istringstream is("5"); in main() local 25 is >> c; in main() 27 assert(is.eof()); in main() 30 std::istringstream is(" 5 "); in main() local 32 is >> c; in main() 34 assert(is.good()); in main() 37 std::istringstream is(" 5, "); in main() local 39 is >> c; in main() 41 assert(is.good()); in main() 44 std::istringstream is(" , 5, "); in main() local [all …]
|
/external/valgrind/none/tests/s390x/ |
D | tre.stdout.exp | 1 Resulting cc is 0 and the string is 2 Resulting cc is 0 and the string is 3 Resulting cc is 0 and the string is 4 Resulting cc is 1 and the string is a 5 Resulting cc is 0 and the string is A 6 Resulting cc is 1 and the string is abc 7 Resulting cc is 0 and the string is ABC 8 Resulting cc is 0 and the string is ABCDEFGH 9 Resulting cc is 1 and the string is ABC 10 Resulting cc is 1 and the string is abC [all …]
|
/external/e2fsprogs/tests/progs/test_data/ |
D | expect.icount | 22 Count is 0 25 Count is 1 28 Count is 2 31 Count is 3 34 Count is 1 37 Count is 0 39 Count is 0 42 Count is 0 45 Count is 3 48 Count is 0 [all …]
|