HomeSort by relevance Sort by last modified time
    Searched full:ran (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
empty-script-crash.html 3 test since it would get loaded after many other documents that ran
  /external/chromium/third_party/icu/source/test/intltest/
winnmtst.cpp 58 * Return a random int64_t where U_INT64_MIN <= ran <= U_INT64_MAX.
62 int64_t ran = 0; local
71 for (i = 0; i < sizeof(ran); i += 1) {
72 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
75 return ran;
79 * Return a random double where U_DOUBLE_MIN <= ran <= U_DOUBLE_MAX.
83 double ran = 0; local
93 for (i = 0; i < sizeof(ran); i += 1) {
94 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
96 } while (_isnan(ran));
116 int32_t ran = 0; local
    [all...]
  /external/icu4c/test/intltest/
winnmtst.cpp 58 * Return a random int64_t where U_INT64_MIN <= ran <= U_INT64_MAX.
62 int64_t ran = 0; local
71 for (i = 0; i < sizeof(ran); i += 1) {
72 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
75 return ran;
79 * Return a random double where U_DOUBLE_MIN <= ran <= U_DOUBLE_MAX.
83 double ran = 0; local
93 for (i = 0; i < sizeof(ran); i += 1) {
94 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
96 } while (_isnan(ran));
116 int32_t ran = 0; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 44 // Ran JDK and discovered that the value of the CRC should be
53 // Ran JDK and discovered that the value of the CRC should be
61 // Ran JDK and discovered that the value of the CRC should be
78 // Ran JDK and discovered that the value of the CRC should be
96 // Ran JDK and discovered that the value of the CRC should be
104 // Ran JDK and discovered that the value of the CRC should be
112 // Ran JDK and discovered that the value of the CRC should be
127 // Ran JDK and discovered that the value of the CRC should be
136 // Ran JDK and discovered that the value of the CRC should be
155 // Ran JDK and discovered that the value of the CRC should b
    [all...]
CheckedInputStreamTest.java 76 // ran JDK and found that the checkSum value of this is 2036203193
85 // ran JDK and found that the checkSum value of this is 2235765342
103 // ran JDK and found the checkSum value is 2235765342
  /packages/apps/Bluetooth/res/values-sv/
strings_pbap.xml 10 <string name="pbap_notif_ticker" msgid="1653350586489072739">"Begäran om åtkomst till telefonboken"</string>
11 <string name="pbap_notif_title" msgid="2967094612841799440">"PBAB-begäran"</string>
13 <string name="auth_notif_ticker" msgid="1575825798053163744">"Obex-autentiseringsbegäran"</string>
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 168 /** State value representing that task ran */
169 private static final int RAN = 2;
192 return (state & (RAN | CANCELLED)) != 0;
196 * Implements AQS base acquire to succeed if ran or cancelled
241 if (s == RAN)
250 if (compareAndSetState(s, RAN)) {
262 if (s == RAN)
271 if (compareAndSetState(s, RAN)) {
  /external/bluetooth/glib/gio/
giomodule.h 80 * This function is ran after the module has been loaded into GIO,
90 * This function is ran when the module is being unloaded from GIO,
  /external/webkit/WebCore/manual-tests/resources/
chrome-bidi-text-window.html 57 She said &ldquo;&#x202b;?? TNT ???????!&#x202c;&rdquo; and ran off
  /frameworks/base/core/java/android/preference/
package.html 9 should be ran as a separate {@link android.app.Activity} that extends
  /external/srec/srec/crec/
srec_tokens.c 78 dump_core("setup_free_fsmarc_token: ran out of tokens\n");
87 dump_core("setup_free_fsmarc_token: ran out of tokens\n");
161 dump_core("get_free_word_token: ran out of tokens\n");
170 dump_core("get_free_word_token: ran out of tokens\n");
229 dump_core("get_free_fsmnode_token: ran out of tokens\n");
238 dump_core("get_free_fsmnode_token: ran out of tokens\n");
  /external/netperf/
nettest_sctp.h 54 float elapsed_time; /* how long the test ran */
100 float elapsed_time; /* how long the test ran */
nettest_xti.h 52 float elapsed_time; /* how long the test ran */
97 float elapsed_time; /* how long the test ran */
143 float elapsed_time; /* how long the test ran */
227 float elapsed_time; /* how long the test ran */
nettest_sdp.h 59 float elapsed_time; /* how long the test ran */
105 float elapsed_time; /* how long the test ran */
156 float elapsed_time; /* how long the test ran */
nettest_unix.h 53 float elapsed_time; /* how long the test ran */
97 float elapsed_time; /* how long the test ran */
182 float elapsed_time; /* how long the test ran */
nettest_bsd.h 62 float elapsed_time; /* how long the test ran */
113 float elapsed_time; /* how long the test ran */
158 float elapsed_time; /* how long the test ran */
204 float elapsed_time; /* how long the test ran */
250 float elapsed_time; /* how long the test ran */
337 float elapsed_time; /* how long the test ran */
383 float elapsed_time; /* how long the test ran */
nettest_dlpi.h 56 float elapsed_time; /* how long the test ran */
102 float elapsed_time; /* how long the test ran */
192 float elapsed_time; /* how long the test ran */
  /bionic/libc/stdio/
rget.c 38 * Handle getc() when the buffer ran out:
  /external/chromium/base/
directory_watcher.h 32 // Any background operations will be ran on |backend_loop|, or inside Watch
  /external/speex/libspeex/
math_approx.h 53 union {int i; float f;} ran; local
55 ran.i = jflone | (jflmsk & *seed);
56 ran.f -= 1.5;
57 return 3.4642*std*ran.f;
scal.c 123 union {int i; float f;} ran; local
125 ran.i = jflone | (jflmsk & *seed);
126 ran.f -= 1.5;
127 return 2*ran.f;
  /system/core/include/cutils/
array.h 33 /** Constructs a new array. Returns NULL if we ran out of memory. */
  /development/simulator/wrapsim/
BitVector.c 79 * Ran out of space, allocate more if we're allowed to.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wordexp.h 55 WRDE_NOSPACE = 1, /* Ran out of memory. */
  /sdk/eclipse/scripts/
setup_eclipse.sh 53 echo "*** WARNING: To setup Eclipse correctly, it must be ran at least once manually"

Completed in 530 milliseconds

1 2 3 4 5 6 7 8 91011>>