Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 4361) sorted by relevance

12345678910>>...175

/external/valgrind/memcheck/tests/amd64/
Dinsn-pcmpistri.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
12 Conditional jump or move depends on uninitialised value(s)
18 Conditional jump or move depends on uninitialised value(s)
23 Conditional jump or move depends on uninitialised value(s)
29 Conditional jump or move depends on uninitialised value(s)
34 Conditional jump or move depends on uninitialised value(s)
40 Conditional jump or move depends on uninitialised value(s)
45 Conditional jump or move depends on uninitialised value(s)
51 Conditional jump or move depends on uninitialised value(s)
[all …]
Dsh-mem-vec256-plo-yes.stderr.exp67 Conditional jump or move depends on uninitialised value(s)
76 Conditional jump or move depends on uninitialised value(s)
85 Conditional jump or move depends on uninitialised value(s)
94 Conditional jump or move depends on uninitialised value(s)
103 Conditional jump or move depends on uninitialised value(s)
112 Conditional jump or move depends on uninitialised value(s)
121 Conditional jump or move depends on uninitialised value(s)
130 Conditional jump or move depends on uninitialised value(s)
139 Conditional jump or move depends on uninitialised value(s)
148 Conditional jump or move depends on uninitialised value(s)
[all …]
Dinsn-pmovmskb.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
19 Conditional jump or move depends on uninitialised value(s)
25 Conditional jump or move depends on uninitialised value(s)
31 Conditional jump or move depends on uninitialised value(s)
37 Conditional jump or move depends on uninitialised value(s)
43 Conditional jump or move depends on uninitialised value(s)
49 Conditional jump or move depends on uninitialised value(s)
55 Conditional jump or move depends on uninitialised value(s)
[all …]
Dsh-mem-vec128-plo-yes.stderr.exp67 Conditional jump or move depends on uninitialised value(s)
76 Conditional jump or move depends on uninitialised value(s)
85 Conditional jump or move depends on uninitialised value(s)
94 Conditional jump or move depends on uninitialised value(s)
103 Conditional jump or move depends on uninitialised value(s)
112 Conditional jump or move depends on uninitialised value(s)
121 Conditional jump or move depends on uninitialised value(s)
130 Conditional jump or move depends on uninitialised value(s)
139 Conditional jump or move depends on uninitialised value(s)
148 Conditional jump or move depends on uninitialised value(s)
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java41 private static final Splitter COMMA_SPLITTER = Splitter.on(',');
72 assertEquals("[]", Splitter.on(',').split("").toString()); in testToString()
73 assertEquals("[a, b, c]", Splitter.on(',').split("a,b,c").toString()); in testToString()
74 assertEquals("[yam, bam, jam, ham]", Splitter.on(", ").split("yam, bam, jam, ham").toString()); in testToString()
79 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
108 Iterable<String> testCharacteringMotto = Splitter.on('-').split( in testCharacterSplitWithMulitpleLetters()
116 .on(CharMatcher.WHITESPACE) in testCharacterSplitWithMatcherDelimiter()
124 Iterable<String> letters = Splitter.on('.') in testCharacterSplitWithDoubleDelimiterOmitEmptyStrings()
131 Iterable<String> letters = Splitter.on('.').trimResults() in testCharacterSplitEmptyToken()
138 Iterable<String> letters = Splitter.on('.') in testCharacterSplitEmptyTokenOmitEmptyStrings()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DSplitterTest.java38 private static final Splitter COMMA_SPLITTER = Splitter.on(',');
69 assertEquals("[]", Splitter.on(',').split("").toString()); in testToString()
70 assertEquals("[a, b, c]", Splitter.on(',').split("a,b,c").toString()); in testToString()
71 assertEquals("[yam, bam, jam, ham]", Splitter.on(", ").split("yam, bam, jam, ham").toString()); in testToString()
76 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
105 Iterable<String> testCharacteringMotto = Splitter.on('-').split( in testCharacterSplitWithMulitpleLetters()
113 .on(CharMatcher.WHITESPACE) in testCharacterSplitWithMatcherDelimiter()
121 Iterable<String> letters = Splitter.on('.') in testCharacterSplitWithDoubleDelimiterOmitEmptyStrings()
128 Iterable<String> letters = Splitter.on('.').trimResults() in testCharacterSplitEmptyToken()
135 Iterable<String> letters = Splitter.on('.') in testCharacterSplitEmptyTokenOmitEmptyStrings()
[all …]
/external/libpng/contrib/pngminim/preader/
Dpngusr.dfa13 # Just switch on the progressive read code
15 option PROGRESSIVE_READ on
18 # option FLOATING_POINT on
20 option FIXED_POINT on
24 # smaller (by about 1kbyte on an x86 system):
26 option FLOATING_ARITHMETIC on
34 option SETJMP on
35 option STDIO on
36 option READ_bKGD on
37 option READ_GAMMA on
[all …]
/external/v8/
DChangeLog3 Performance and stability improvements on all platforms.
12 Performance and stability improvements on all platforms.
17 Performance and stability improvements on all platforms.
22 Performance and stability improvements on all platforms.
29 Performance and stability improvements on all platforms.
36 Fixed int vs. uintptr_t confusion (plus some cleanup on the way) (issue
41 Performance and stability improvements on all platforms.
51 Performance and stability improvements on all platforms.
65 Performance and stability improvements on all platforms.
76 Performance and stability improvements on all platforms.
[all …]
/external/iputils/
Dtracepath6.c379 int on; in main() local
479 on = IPV6_PMTUDISC_DO; in main()
480 if (setsockopt(fd, SOL_IPV6, IPV6_MTU_DISCOVER, &on, sizeof(on)) && in main()
481 (on = IPV6_PMTUDISC_DO, in main()
482 setsockopt(fd, SOL_IPV6, IPV6_MTU_DISCOVER, &on, sizeof(on)))) { in main()
486 on = 1; in main()
487 if (setsockopt(fd, SOL_IPV6, IPV6_RECVERR, &on, sizeof(on))) { in main()
493 setsockopt(fd, SOL_IPV6, IPV6_HOPLIMIT, &on, sizeof(on)) && in main()
494 setsockopt(fd, SOL_IPV6, IPV6_2292HOPLIMIT, &on, sizeof(on)) in main()
496 setsockopt(fd, SOL_IPV6, IPV6_HOPLIMIT, &on, sizeof(on)) in main()
[all …]
/external/libpng/contrib/pngminim/decoder/
Dpngusr.dfa14 # on the sequential read code (see ../preader for a progressive
17 option SEQUENTIAL_READ on
20 # option FLOATING_POINT on
22 option FIXED_POINT on
26 # smaller (by about 1kbyte on an x86 system):
27 # option FLOATING_ARITHMETIC on
36 option SETJMP on
37 option STDIO on
38 option READ_EXPAND on
39 option READ_STRIP_16_TO_8 on
[all …]
/external/compiler-rt/
DREADME.android9 * merge conflicts with upstream on those parts.
21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://…
22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderTest.java41 static final String EXAMPLE = Joiner.on('\n').join(
58 Joiner.on('\n').join( in testTextFilter()
73 Joiner.on('\n').join( in testCannedFormattingTagFilter()
90 Joiner.on('\n').join( in testCannedFormattingTagFilterNoItalics()
107 Joiner.on('\n').join( in testSimpleTagFilter()
123 Joiner.on('\n').join( in testLinksAllowed()
141 Joiner.on('\n').join( in testExternalLinksAllowed()
161 Joiner.on('\n').join( in testLinksWithNofollow()
180 Joiner.on('\n').join( in testImagesAllowed()
199 Joiner.on('\n').join( in testStyleFiltering()
[all …]
/external/libpng/contrib/pngminim/encoder/
Dpngusr.dfa13 # Switch on the write code - this makes a minimalist encoder
15 option WRITE on
18 option WRITE_INVERT on
19 option WRITE_PACK on
22 # option FLOATING_POINT on
24 option FIXED_POINT on
28 # smaller (by about 1kbyte on an x86 system):
29 # option FLOATING_ARITHMETIC on
38 option SETJMP on
39 option STDIO on
/external/valgrind/memcheck/tests/common/
Dsh-mem-vec128-plo-yes.stderr.exp-32bit-le67 Conditional jump or move depends on uninitialised value(s)
76 Conditional jump or move depends on uninitialised value(s)
85 Conditional jump or move depends on uninitialised value(s)
94 Conditional jump or move depends on uninitialised value(s)
103 Conditional jump or move depends on uninitialised value(s)
112 Conditional jump or move depends on uninitialised value(s)
121 Conditional jump or move depends on uninitialised value(s)
130 Conditional jump or move depends on uninitialised value(s)
139 Conditional jump or move depends on uninitialised value(s)
148 Conditional jump or move depends on uninitialised value(s)
[all …]
Dsh-mem-vec128-plo-yes.stderr.exp-64bit-le67 Conditional jump or move depends on uninitialised value(s)
76 Conditional jump or move depends on uninitialised value(s)
85 Conditional jump or move depends on uninitialised value(s)
94 Conditional jump or move depends on uninitialised value(s)
103 Conditional jump or move depends on uninitialised value(s)
112 Conditional jump or move depends on uninitialised value(s)
121 Conditional jump or move depends on uninitialised value(s)
130 Conditional jump or move depends on uninitialised value(s)
139 Conditional jump or move depends on uninitialised value(s)
148 Conditional jump or move depends on uninitialised value(s)
[all …]
/external/valgrind/memcheck/tests/x86/
Dsh-mem-vec128-plo-yes.stderr.exp67 Conditional jump or move depends on uninitialised value(s)
76 Conditional jump or move depends on uninitialised value(s)
85 Conditional jump or move depends on uninitialised value(s)
94 Conditional jump or move depends on uninitialised value(s)
103 Conditional jump or move depends on uninitialised value(s)
112 Conditional jump or move depends on uninitialised value(s)
121 Conditional jump or move depends on uninitialised value(s)
130 Conditional jump or move depends on uninitialised value(s)
139 Conditional jump or move depends on uninitialised value(s)
148 Conditional jump or move depends on uninitialised value(s)
[all …]
/external/libpng/contrib/conftest/
Dsimple.dfa16 option SIMPLIFIED_WRITE on
17 option SIMPLIFIED_READ on
22 # = off') is fixed point - turn the floating point implementation on if you have
24 option FLOATING_ARITHMETIC on
28 option ERROR_TEXT on
30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
33 option SIMPLIFIED_READ_AFIRST on
34 option SIMPLIFIED_READ_BGR on
35 option SIMPLIFIED_WRITE_AFIRST on
36 option SIMPLIFIED_WRITE_BGR on
Dwrite.dfa16 # Switch on the write code - this makes a minimalist encoder
18 option WRITE on
26 #option FIXED_POINT on
30 option FLOATING_POINT on
31 option FLOATING_ARITHMETIC on
35 option SETJMP on
36 option STDIO on
37 option USER_MEM on
43 option WRITE_sRGB on
44 option WRITE_tRNS on
/external/icu/icu4c/source/
DrunConfigureICU37 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
38 AIX/GCC Use the GNU gcc/g++ compilers on AIX
39 Cygwin Use the GNU gcc/g++ compilers on Cygwin
40 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
41 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
42 Cygwin/ICL Use the Intel C++ compiler on Cygwin
43 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
44 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
45 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
46 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
[all …]
/external/v8/test/webkit/fast/js/
Darray-prototype-properties-expected.txt31 ….call(undefined, []) threw exception TypeError: Array.prototype.concat called on null or undefined.
32 …in.call(undefined, []) threw exception TypeError: Array.prototype.join called on null or undefined.
33 PASS Array.prototype.pop.call(undefined) threw exception TypeError: Array.prototype.pop called on n…
34 …sh.call(undefined, {}) threw exception TypeError: Array.prototype.push called on null or undefined.
35 …rse.call(undefined) threw exception TypeError: Array.prototype.reverse called on null or undefined.
36 …shift.call(undefined) threw exception TypeError: Array.prototype.shift called on null or undefined.
37 …call(undefined, 0, 1) threw exception TypeError: Array.prototype.slice called on null or undefined.
38 PASS Array.prototype.sort.call(undefined) threw exception TypeError: Array.prototype.sort called on
39 …all(undefined, 0, 1) threw exception TypeError: Array.prototype.splice called on null or undefined.
40 …call(undefined, {}) threw exception TypeError: Array.prototype.unshift called on null or undefined.
[all …]
/external/valgrind/docs/internals/
Dperformance.txt2 Notes on performance
13 - Julian made the tree builder linear. Saved 2--13% on a range of programs.
16 Saved 1--3% on a few programs.
19 Also, on x86, amd64, ppc32 and ppc64, --profile-flags style profiling was
28 in perf/heap on a 3GHz Prescott P4.
30 end. Saved 7% on perf/heap with --num-callers=50, and about 1% on
33 gives about 40% speedup on artificial programs which just do
34 realloc() and nothing else, and about a 3-4% speedup on starting
38 - Nick converted to compress V bits, initial version saved 0--5% on most
39 cases, with a 30% improvement on one case (tsim_arch) which calls
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dmain.rb83 o.on( '-i', '--input "text to process"', doc( <<-END ) ) { |val| @input = val }
87 o.on( '-I', '--interactive', doc( <<-END ) ) { @interactive = true }
394 opt.on( '--lexer-name CLASS_NAME', "name of the lexer class to use" ) { |val|
399 opt.on( '--lexer-file PATH_TO_LIBRARY', "path to library defining the lexer class" ) { |val|
407 opt.on( '--rule NAME', "name of the parser rule to execute" ) { |val| @parser_rule = val }
413 opt.on( '--trace', '-t', "print rule trace instead of opening a debug socket" ) do
417 opt.on( '--port NUMBER', Integer, "port number to use for the debug socket" ) do |number|
421 opt.on( '--log PATH', "path of file to use to record socket activity",
508 …opt.on( '--lexer-name CLASS_NAME', 'full name of the lexer class to use' ) { |val| @lexer_class_na…
509 opt.on(
[all …]
/external/clang/test/SemaObjC/
Dsizeof-interface.m10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}}
12 …return &P[4]; // expected-error{{expected method to read array element not found on object of ty…
26 …xpected-error {{application of 'sizeof' to interface 'I0' is not supported on this architecture an…
35 …xpected-error {{application of 'sizeof' to interface 'I0' is not supported on this architecture an…
46 typedef struct { @defs(I1); } I1_defs; // expected-error {{use of @defs is not supported on this ar…
54 …P = P+5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
55 …P = 5+P; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
56 …P = P-5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant siz…
58 …return P[4].x[2]; // expected-error {{expected method to read array element not found on object o…
67 …expected-error {{application of 'sizeof' to interface 'I' is not supported on this architecture an…
[all …]
/external/valgrind/none/tests/
Dioctl_moans.stderr.exp3 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
6 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
9 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
12 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
15 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
18 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
21 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
24 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
27 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
30 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
/external/strace/
DNEWS14 * Implemented PTRACE_GETREGS API support on ia64.
15 * Implemented PTRACE_GETREGS API support on mips.
16 * Implemented PTRACE_GETREGSET API support on s390/s390x.
26 * Implemented decoding of rt_sigreturn signal mask on aarch64,
34 * Enhanced aio support on non-x86 architectures by using external libaio.h.
53 * Fixed potential open flags truncation on some architectures.
58 * Fixed decoding of indirect ipc subcalls on some architectures.
59 * Fixed decoding of fanotify_mark syscall on 32-bit architectures.
60 * Fixed decoding of 32-bit stat structures on 64-bit architectures.
61 * Fixed decoding of 32-bit struct cmsghdr on 64-bit architectures.
[all …]

12345678910>>...175