Home
last modified time | relevance | path

Searched full:on (Results 1 – 25 of 14992) sorted by relevance

12345678910>>...600

/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/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt30 # characters in the input would be rendered on a single line, with no line
95 # input lines have the same result (0), since the LRE (item 1) is omitted on the second line.
123 ON; 3
142 ON; 4
249 ON LRE; 3
250 ON LRO; 3
251 ON RLE; 3
252 ON RLO; 3
253 ON PDF; 3
254 ON BN; 3
[all …]
/external/icu/icu4c/source/test/testdata/
DBidiTest.txt30 # characters in the input would be rendered on a single line, with no line
95 # input lines have the same result (0), since the LRE (item 1) is omitted on the second line.
123 ON; 3
142 ON; 4
249 ON LRE; 3
250 ON LRO; 3
251 ON RLE; 3
252 ON RLO; 3
253 ON PDF; 3
254 ON BN; 3
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt30 # characters in the input would be rendered on a single line, with no line
95 # input lines have the same result (0), since the LRE (item 1) is omitted on the second line.
123 ON; 3
142 ON; 4
249 ON LRE; 3
250 ON LRO; 3
251 ON RLE; 3
252 ON RLO; 3
253 ON PDF; 3
254 ON BN; 3
[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/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c148 printf("Failed on drm ioctl DRM(get_magic) test\n"); in main()
150 printf("Success on drm ioctl DRM(get_magic) test\n"); in main()
155 printf("Failed on drm ioctl DRM(get_status) test\n"); in main()
157 printf("Success on drm ioctl DRM(get_status) test\n"); in main()
165 printf("Failed on drm ioctl DRM(irq_busid)\n"); in main()
167 printf("Success on drm ioctl DRM(irq_busid)\n"); in main()
169 printf("Failed on drm ioctl DRM(get_client)\n"); in main()
171 printf("Success on drm ioctl DRM(get_client)\n"); in main()
173 printf("Failed on drm ioctl DRM(block)\n"); in main()
175 printf("Success on drm ioctl DRM(block)\n"); in main()
[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/selinux/libsemanage/include/semanage/
Dmodules.h41 /* semanage_module_info is for getting information on installed
50 * On success, the caller is responsible for unmapping @mapped_data with munmap(),
53 * Returns 0 on success and -1 on error.
72 * Returns 0 on success and -1 on failure.
75 * The caller should call free() on the struct.
82 * Returns 0 on success and -1 on failure.
84 * The caller should call free() on the struct.
93 * Returns 0 on success and -1 on error.
101 * Returns 0 on success and -1 on error.
109 * Returns 0 on success and -1 on error.
[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 …]
/external/autotest/tko/migrations/
D018_add_indexes.py10 CREATE INDEX job_idx ON tests (job_idx);
11 CREATE INDEX reason ON tests (reason);
12 CREATE INDEX test ON tests (test);
13 CREATE INDEX subdir ON tests (subdir);
14 CREATE INDEX printable ON kernels (printable);
15 CREATE INDEX word ON status (word);
16 CREATE INDEX attribute ON test_attributes (attribute);
17 CREATE INDEX value ON test_attributes (value);
18 CREATE INDEX attribute ON iteration_result (attribute);
19 CREATE INDEX value ON iteration_result (value);
[all …]
D031_rename_tko_tables.py31 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx
32 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx
33 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx
34 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status;
65 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx
66 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx
67 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx
68 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status
69 INNER JOIN tko_iteration_result ON
99 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx
[all …]
/external/python/cpython2/Include/
Dabstract.h23 the type of the object being used and must call a routine based on
41 use this mechanism, the programmer must make their code dependent on
69 It has many functions operating on objects, and lest you do many
136 Print an object, o, on file, fp. Returns -1 on
161 Returns the attribute value on success, or NULL on failure.
183 Returns the attribute value on success, or NULL on failure.
194 to the value v. Raise an exception and return -1 on failure; return 0 on
204 to the value v. Raise an exception and return -1 on failure; return 0 on
214 -1 on failure. This is the equivalent of the Python
225 on failure. This is the equivalent of the Python
[all …]
/external/ltp/testcases/kernel/device-drivers/agp/user_space/
Duser_tagp.c172 printf("Fail on pci_find_dev test\n"); in main()
176 printf("Fail on agp_backend_acquier\n"); in main()
178 printf("Success on agp_backend_acquier\n"); in main()
182 printf("Fail on agp_backend_release\n"); in main()
184 printf("Success on agp_backend_release\n"); in main()
188 printf("Fail on agp_alloc_bridge \n"); in main()
190 printf("Success on agp_alloc_bridge\n"); in main()
194 printf("Fail on agp_put_bridge\n"); in main()
196 printf("Success on agp_put_bridge\n"); in main()
200 printf("Fail on agp_create_memory \n"); in main()
[all …]
/external/clang/test/SemaCXX/
Dwarn-consumed-analysis.cpp89 …*var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is…
90 …*var1; // expected-warning {{invalid invocation of method 'operator*' on object 'var1' while it is…
93 …*var4; // expected-warning {{invalid invocation of method 'operator*' on object 'var4' while it is…
99 …*var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is…
106 …*var0; // expected-warning {{invalid invocation of method 'operator*' on object 'var0' while it is…
115 …*D2; // expected-warning {{invalid invocation of method 'operator*' on object 'D2' while it is in …
117 …D0.~DestructorTester(); // expected-warning {{invalid invocation of method '~DestructorTester' on
119 …return; // expected-warning {{invalid invocation of method '~DestructorTester' on object 'D0' whil…
120 …expected-warning {{invalid invocation of method '~DestructorTester' on object 'D1' while it is in …
124 …*ConsumableClass<int>(); // expected-warning {{invalid invocation of method 'operator*' on a tempo…
[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/ltp/testcases/kernel/device-drivers/base/user_base/
Duser_tbase.c150 printf("Failed on bus rescan\n"); in main()
152 printf("Success on bus rescan\n"); in main()
156 printf("Failed on get driver\n"); in main()
158 printf("Success on get driver\n"); in main()
162 printf("Failed on put driver\n"); in main()
164 printf("Success on put driver\n"); in main()
169 ("Failed on register firmware\n\tPossibly because parent nodes already set\n"); in main()
171 printf("Success on register firmware\n"); in main()
175 printf("Failed on creating driver file\n"); in main()
177 printf("Success on creating driver file\n"); in main()
[all …]
/external/boringssl/src/include/openssl/
Dbytestring.h46 /* CBS_skip advances |cbs| by |len| bytes. It returns one on success and zero
58 * OPENSSL_free. It returns one on success and zero on allocation failure. On
65 * with OPENSSL_free. It returns one on success and zero on allocation
66 * failure. On success, |*out_ptr| should be freed with OPENSSL_free.
83 * returns one on success and zero on error. */
87 * advances |cbs|. It returns one on success and zero on error. */
91 * advances |cbs|. It returns one on success and zero on error. */
95 * and advances |cbs|. It returns one on success and zero on error. */
99 * |cbs|. It returns one on success and zero on error. */
103 * |cbs|. It returns one on success and zero on error. */
[all …]
Devp.h47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
85 * on allocation failure. */
101 * not and a negative number on error.
108 * of |from|. It returns one on success and zero on error. */
139 * underlying key and return one on success or zero on error. The |assign|
161 * Ed25519 public key, or NULL on allocation error. */
166 * Ed25519 private key, or NULL on allocation error. */
187 * one if they match, zero if not, or a negative number of on error.
198 * |EVP_PKEY| or NULL on error.
206 * structure (RFC 5280) and appends the result to |cbb|. It returns one on
[all …]
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h15 // This is a workaround on Windows due to the fact that some Windows
86 // Return value : VCM_OK, on success
97 // NOTE: Must be called on the thread that constructed the VCM instance.
106 // Return value : VCM_OK, on success.
107 // < 0, on error.
122 // Return value : VCM_OK, on success.
123 // < 0, on error.
131 // Return value : 0, on success.
132 // < 0, on error.
137 // Return value : 0, on success.
[all …]
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h30 * Returns: 0 on success, -1 on failure
40 * Returns: 0 on success, -1 on failure
51 * Returns: 0 on success, -1 on failure
62 * Returns: 0 on success, -1 on failure
77 * Returns: 0 on success, -1 on failure
88 * Returns: 0 on success, -1 on failure
99 * Returns: 0 on success, -1 on failure
116 * Returns: Pointer to context data or %NULL on failure
138 * Returns: Pointer to context data or %NULL on failure
172 * on failure
[all …]
/external/libpcap/
DCHANGES8 Many changes to build on windows
14 Use different intermediate folders for x86 and x64 builds on Windows.
15 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
22 Re-impose some of Winsock's limitations on sock_recv().
29 pcap_create_interface() needs the interface name on Linux.
31 Add support for capturing on FreeBSD usbusN interfaces.
33 Go back to using PCAP_API on Windows.
66 Fix handling of zones for BPF on Solaris
78 Don't crash on filters testing a non-existent link-layer type
80 Fix sending in non-blocking mode on Linux with memory-mapped
[all …]
/external/devlib/doc/
Dtarget.rst13 device. Its contents depend on the specific :class:`Target` type (used see
18 available). If a :class:`Platform` instance is not specified on
23 :param working_directory: This is primary location for on-target file system
30 depending on the type of :class:`Target`
36 possibly with elevated privileges (i.e. on a rooted Linux target, it
46 depending on the type of :class:`Target`
50 explicitly called later on before the :class:`Target` instance can be
63 or if there is an issue with one of the modules on a particular device
68 prompted on the target. This may be used by some modules that establish
73 This is a list containing names of CPU cores on the target, in the order in
[all …]
/external/strace/
DNEWS29 * Fixed build with old kernel headers on mips.
30 * Fixed build on aarch64 and tile with glibc >= 2.26.
31 * Fixed build on arc and nios2.
63 * Implemented decoding of signal mask in rt_sigreturn syscall on alpha, arc,
77 * Fixed decoding of flags argument of preadv2 and pwritev2 syscalls on x32.
79 * Fixed decoding of old sigsuspend syscall on alpha, cris, mips, powerpc,
81 * Fixed decoding of sgetmask and ssetmask syscalls on 64-bit architectures.
102 * Enhanced decoding of entities of kernel long type on x32 and mips n32 ABIs.
105 * Added decoding of recently added syscalls on avr32, microblaze, ppc,
109 * Fixed pathmatch of oldselect syscall on 64-bit architectures.
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DHebrewHoliday.java18 * @hide draft / provisional / internal are hidden on Android
28 * @hide draft / provisional / internal are hidden on Android
36 * @hide draft / provisional / internal are hidden on Android
44 * @hide draft / provisional / internal are hidden on Android
49 * @hide draft / provisional / internal are hidden on Android
54 * @hide draft / provisional / internal are hidden on Android
59 * @hide draft / provisional / internal are hidden on Android
64 * @hide draft / provisional / internal are hidden on Android
69 * @hide draft / provisional / internal are hidden on Android
74 * @hide draft / provisional / internal are hidden on Android
[all …]
/external/libbrillo/policy/
Ddevice_policy.h24 // This class defines the interface for querying device policy on ChromeOS.
42 // Returns true unless there is a policy on disk and loading it fails.
46 // true on success.
50 // true on success.
55 // Returns true on success.
59 // true on success.
63 // Returns true on success.
67 // Returns true on success.
71 // true on success.
75 // on success.
[all …]

12345678910>>...600