Home
last modified time | relevance | path

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

12345678910>>...274

/external/v8/
DChangeLog3 Performance and stability improvements on all platforms.
8 Performance and stability improvements on all platforms.
13 Performance and stability improvements on all platforms.
18 Performance and stability improvements on all platforms.
23 Performance and stability improvements on all platforms.
28 Performance and stability improvements on all platforms.
33 Performance and stability improvements on all platforms.
38 Performance and stability improvements on all platforms.
43 Performance and stability improvements on all platforms.
48 Performance and stability improvements on all platforms.
[all …]
/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/llvm/test/MC/Mips/
Dmips-expansions-bad.s17 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
18 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
20 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
21 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
24 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
25 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
27 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
28 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
31 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
32 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
[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/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/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/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/chromium-trace/catapult/third_party/html5lib-python/
DCHANGES.rst7 Released on XXX
15 Released on July 7, 2015
24 Released on April 30, 2015
33 Released on April 29, 2015
61 Released on December 23, 2013
63 * Fix #127: add work-around for CPython issue #20007: .read(0) on
67 their root level, text nodes with non-ASCII characters on Python 2.
73 Released on September 10, 2013
83 Released on July 24, 2013
98 Released on June 27, 2013
[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/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/valgrind/memcheck/tests/common/
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 …]
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 …]
/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
/external/valgrind/memcheck/tests/x86-solaris/
Dcontext_sse.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 …]
Dcontext_fpu.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 …]
/external/valgrind/memcheck/tests/amd64-solaris/
Dcontext_fpu.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 …]
Dcontext_sse.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 …]
/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 …]

12345678910>>...274