Home
last modified time | relevance | path

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

12345678910>>...279

/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/python/cpython2/Misc/
Ddevelopers.txt4 This file is a running log of developers given permissions on SourceForge.
26 - David Malcolm was given commit access on Oct 27 2010 by GFB,
29 - Tal Einat was given commit access on Oct 4 2010 by MvL,
32 - Łukasz Langa was given commit access on Sep 08 2010 by GFB,
35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL,
38 - Ask Solem was given commit access on Aug 17 2010 by MvL,
39 on recommendation by Jesse Noller, for work on the multiprocessing
42 - George Boutsioukis was given commit access on Aug 10 2010
43 by MvL, for work on 2to3.
45 - Éric Araujo was given commit access on Aug 10 2010 by BAC,
[all …]
/external/libpng/contrib/conftest/
Dpngcp.dfa17 # generated pnglibconf.h which turns on the (not portable) timing option for
22 # Because of the everything off above the option must also be turned on. This
24 # in user .dfa files to error out if an unrecognized option is turned on.
25 option PNGCP_TIMING on
27 # Options to turn on png_read_png and png_write_png:
28 option INFO_IMAGE on
29 option SEQUENTIAL_READ on
30 option EASY_ACCESS on
31 option WRITE on
32 option WRITE_16BIT on
[all …]
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/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/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/chromium-trace/catapult/devil/docs/
Ddevice_utils.md15 pushed files rather than recomputing them on a subsequent call.
19 operation should be retried on failure if no explicit value is provided.
60 True if 'su' is available on the device and is needed to to access
66 CommandTimeoutError on timeout.
67 DeviceUnreachableError on missing device.
83 CommandTimeoutError on timeout.
99 CommandTimeoutError on timeout.
100 DeviceUnreachableError on missing device.
114 CommandTimeoutError on timeout.
131 CommandTimeoutError on timeout.
[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/v8/tools/clang/plugins/tests/
Dipc.txt1 ipc.cpp:83:26: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
4 ipc.cpp:107:24: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
7 ipc.cpp:135:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
10 ipc.cpp:145:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'time_t'.
13 ipc.cpp:156:27: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
16 ipc.cpp:162:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'.
68 ipc.cpp:216:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
74 ipc.cpp:217:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long…
80 ipc.cpp:218:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'intmax_t'.
86 ipc.cpp:219:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'uintmax_t'.
[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/python/cpython2/Doc/c-api/
Dnumber.rst17 Returns the result of adding *o1* and *o2*, or *NULL* on failure. This is the
23 Returns the result of subtracting *o2* from *o1*, or *NULL* on failure. This is
29 Returns the result of multiplying *o1* and *o2*, or *NULL* on failure. This is
35 Returns the result of dividing *o1* by *o2*, or *NULL* on failure. This is the
41 Return the floor of *o1* divided by *o2*, or *NULL* on failure. This is
50 *o2*, or *NULL* on failure. The return value is "approximate" because binary
60 Returns the remainder of dividing *o1* by *o2*, or *NULL* on failure. This is
68 See the built-in function :func:`divmod`. Returns *NULL* on failure. This is
76 See the built-in function :func:`pow`. Returns *NULL* on failure. This is the
84 Returns the negation of *o* on success, or *NULL* on failure. This is the
[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/llvm/test/Other/
Dopt-bisect-legacy-pass-manager.ll55 ; CHECK-DEADARG: BISECT: running pass ({{[0-9]+}}) Dead Argument Elimination on module
59 ; CHECK-NOT-DEADARG: BISECT: NOT running pass ({{[0-9]+}}) Dead Argument Elimination on module
66 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func…
67 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (g)
68 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f1)
69 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f2)
70 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (f3)
71 ; CHECK-INLINE: BISECT: running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<null func…
75 ; CHECK-NOT-INLINE: BISECT: NOT running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (<<n…
76 ; CHECK-NOT-INLINE: BISECT: NOT running pass ({{[0-9]+}}) Function Integration/Inlining on SCC (g)
[all …]
/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/python/cpython2/Mac/Demo/mlte/
Dmlted.py209 on = (self.active <> None)
210 if on <> self.windowgroup_on:
212 m.enable(on)
213 self.windowgroup_on = on
215 if on:
217 on = self.active.have_selection()
218 if on <> self.focusgroup_on:
220 m.enable(on)
221 self.focusgroup_on = on
223 on = self.active.can_paste()
[all …]

12345678910>>...279