/external/valgrind/memcheck/tests/ |
D | err_disable4.stderr.exp | 5 WARNING: possibly as a result of some mistake in the use 8 WARNING: possibly as a result of some mistake in the use 11 WARNING: possibly as a result of some mistake in the use 14 WARNING: possibly as a result of some mistake in the use 17 WARNING: possibly as a result of some mistake in the use 20 WARNING: possibly as a result of some mistake in the use 23 WARNING: possibly as a result of some mistake in the use 26 WARNING: possibly as a result of some mistake in the use 29 WARNING: possibly as a result of some mistake in the use 32 WARNING: possibly as a result of some mistake in the use [all …]
|
/external/valgrind/none/tests/amd64/ |
D | xacq_xrel.c | 18 ULong some = 0x271831415927D459ULL; \ 38 : : "r"(&n), "r"(some) : "cc", "memory" \ 142 ULong some = 0x271831415927D459ULL; in do_cmpxchg() local 156 : : "r"(&n), "r"(some) : "cc", "memory", "rax" in do_cmpxchg() 179 ULong some = 0x271831415927D459ULL; in do_xadd() local 193 : : "r"(&n), "r"(some) : "cc", "memory", "rax" in do_xadd() 204 ULong some = 0x271831415927D459ULL; in do_xchg() local 218 : : "r"(&n), "r"(some) : "cc", "memory", "rax" in do_xchg() 229 ULong some = 0x271831415927D459ULL; in do_xchg_no_lock() local 243 : : "r"(&n), "r"(some) : "cc", "memory", "rax" in do_xchg_no_lock() [all …]
|
/external/smali/baksmali/src/test/resources/LocalTest/ |
D | LocalTest.smali | 9 ….local v0, "blah! This local name has some spaces, a colon, even a \nnewline!":I, "some sig info:\… 10 ….local v1, "blah! This local name has some spaces, a colon, even a \nnewline!":V, "some sig info:\… 11 .local v2, "blah! This local name has some spaces, a colon, even a \nnewline!":I 12 .local v3, "blah! This local name has some spaces, a colon, even a \nnewline!":V 13 .local v4, null:I, "some sig info:\nblah." 14 .local v5, null:V, "some sig info:\nblah." 24 .param p0, "blah! This local name has some spaces, a colon, even a \nnewline!" # I
|
/external/v8/test/mjsunit/es6/ |
D | typedarray-iteration.js | 142 assertTrue(a.some(function(n) { return n == 3})); 143 assertFalse(a.some(function(n) { return n == 5})); 148 assertTrue(a.some(function(n) { return this.element == n; }, o)); 150 assertFalse(a.some(function(n) { return this.element == n; }, o)); 154 assertTrue(a.some(function(n, index, array) { 163 new constructor([1, 2]).some(function() { a.push(this) }, ''); 168 new constructor([1, 2]).some(function() { a.push(this) }, {}); 173 new constructor([1, 2]).some(function() { 182 constructor.prototype.some.call([], function() {}); method in constructor 188 assertEquals(true, a.some(function(elt) { return elt == 2; })); [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-1436.js | 74 [2, 3].some(non_strict); 75 [2, 3].some(non_strict, undefined); 76 [2, 3].some(non_strict, null); 77 [2, 3].some(strict); 78 [2, 3].some(strict, undefined); 79 [2, 3].some(strict_null, null);
|
D | regress-2273.js | 67 [4].some(CheckNumberReceiver, 42); 77 [4].some(CheckCoersion, 42); 90 [4].some(CheckNumberReceiver, 42); 100 [4].some(CheckCoersion, 42);
|
/external/clang/examples/PrintFunctionNames/ |
D | README.txt | 9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi… 10 …gin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c 11 …ts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c 14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input… 15 …gin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c 16 …lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
|
/external/v8/test/mjsunit/ |
D | array-iteration.js | 281 assertTrue(a.some(function(n) { return n == 3})); 282 assertFalse(a.some(function(n) { return n == 5})); 287 assertTrue(a.some(function(n) { return this.element == n; }, o)); 289 assertFalse(a.some(function(n) { return this.element == n; }, o)); 294 a.some(function(n, index, array) { 301 a.some(function(n, index, array) { array.push(42); return n == 42; })); 310 assertTrue(a.some(function(n) { count++; return n == 2; })); 316 [1, 2].some(function() { a.push(this) }, ""); 321 [1, 2].some(function() { a.push(this) }, {}); 326 [1, 2].some(function() { 'use strict'; a.push(this); }, "");
|
/external/markdown/tests/misc/ |
D | em-around-links.txt | 3 - *[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 5 - _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some 7 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) by some 9 - [_Python in Markdown_](http://www.freewisdom.org/projects/python-markdown/) _by some 12 _[Python in Markdown](http://www.freewisdom.org/projects/python-markdown/) by some
|
D | underscores.txt | 3 Here is some _emphasis_, ok? 9 Here is some __strong__ stuff.
|
/external/v8/test/webkit/ |
D | array-enumerators-functions-expected.txt | 85 …lastIndex=-1;copyArray(simpleArray).some(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 86 …;lastIndex=-1;copyArray(emptyArray).some(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 87 …Index=-1;copyArray(largeEmptyArray).some(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 88 …ndex=-1;copyArray(largeSparseArray).some(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Ar… 89 …;lastIndex=-1;copyArray(simpleArray).some(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 90 …0;lastIndex=-1;copyArray(emptyArray).some(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 91 …tIndex=-1;copyArray(largeEmptyArray).some(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 92 …Index=-1;copyArray(largeSparseArray).some(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Ar… 93 …;lastIndex=-1;copyArray(simpleArray).some(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Ar… 94 …0;lastIndex=-1;copyArray(emptyArray).some(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Ar… [all …]
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-08-09.data | 3 plain: !!str some text 5 single: 'some text' 6 double: "some text"
|
D | spec-08-09.canonical | 5 : !!str "some text", 9 : !!str "some text", 11 : !!str "some text"
|
/external/llvm/test/YAMLParser/ |
D | spec-08-09.test | 5 plain: !!str some text 7 single: 'some text' 8 double: "some text"
|
/external/icu/icu4c/source/samples/layout/ |
D | Sample.txt | 1 …some text written in Sanskrit: श्रीमद् भगवद्गीता अध्याय अर्जुन विषाद योग धृतराष्ट्र उवाच। धर्मक्षे…
|
/external/llvm/test/Assembler/ |
D | generic-debug-node.ll | 10 ; CHECK-NEXT: !1 = !GenericDINode(tag: DW_TAG_entry_point, header: "some\00header", operands: {!0, … 11 !1 = !GenericDINode(tag: 3, header: "some\00header", operands: {!0, !3, !4}) 12 !2 = !GenericDINode(tag: 3, header: "some\00header", operands: {!{}, !3, !4})
|
/external/pcre/dist/testdata/ |
D | testinput17 | 19 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 33 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 47 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 60 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 70 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 98 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 111 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 126 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 139 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 152 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... [all …]
|
D | testinput14 | 101 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 115 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 129 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 142 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 152 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 180 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 193 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 208 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 221 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 234 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... [all …]
|
/external/shflags/doc/ |
D | coding_standards.txt | 6 understand. To improve code readability and usability, some guidelines have 16 #. (optional) A longer description of what the function does, and perhaps some 54 Due to some shells not supporting local variables in functions, care in the 57 all variables are technically global variables in some shells. 95 if [ -z 'some string' ]; then 104 for x in some set of very long set of arguments that make for a very long \ 114 [ -n 'some really long expression' -a -n 'some other long expr' ] && \
|
/external/nanopb-c/ |
D | CHANGELOG.txt | 3 Fix some MISRA-C warnings (issue 91) 63 Fix some compiler warnings on clang (issue 67) 88 Added generator option to ignore some fields. (issue 51) 113 Fix some compiler warnings (issues 25, 26, 27, 32). 118 Fix some compiler warnings. 125 Fix problems that stopped the code from compiling with some compilers. 126 Fix some compiler warnings. 132 Fix some compiler warnings.
|
/external/libexif/ |
D | NEWS | 5 * Added some defensive NULL pointer checks 16 * Fixed some problems in the write-exif.c example program 21 * Fixed some invalid format specifiers that caused problems on some platforms 34 * Added some example programs 41 * Fixed some Olympus/Sanyo MakerNote interpretations 45 * Fixed the interpretation of some tags as being optional in IFD 1 55 * Stopped some crashes due to read-beyond-buffer accesses in MakerNotes
|
/external/autotest/frontend/afe/doctests/ |
D | test.control.3 | 2 some content\"""quoted content\""" 7 some content\'''quoted content\'''
|
/external/valgrind/ |
D | README_PACKAGERS | 6 Valgrind. The following notes may save you some trouble. 17 calls to, and provide replacements for, some symbols in ld.so at 20 strlen (etc) routines in ld.so. This has caused some trouble in 21 the past. As of version 3.3.0, on some targets (ppc32-linux, 35 it may appear to work, but will break doing some obscure things, 57 This tells you that some memory allocated with new[] was freed with 79 probably OK (at least for some of the files in that directory), although
|
/external/libchrome/base/profiler/ |
D | tracked_time_unittest.cc | 22 TrackedTime some = TrackedTime() + in TEST() local 24 EXPECT_EQ(kSomeMilliseconds, (some - TrackedTime()).InMilliseconds()); in TEST() 25 EXPECT_FALSE(some.is_null()); in TEST()
|
/external/llvm/test/CodeGen/AArch64/ |
D | compiler-ident.ll | 7 ; CHECK: .ident "some LLVM version" 11 !0 = !{!"some LLVM version"}
|