/external/webkit/WebCore/manual-tests/ |
empty-script-crash.html | 3 test since it would get loaded after many other documents that ran
|
/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...] |
/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>
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
CRC32Test.java | 64 // Ran JDK and discovered that the value of the CRC should be 74 // Ran JDK and discovered that the value of the CRC should be 83 // Ran JDK and discovered that the value of the CRC should be 107 // Ran JDK and discovered that the value of the CRC should be 132 // Ran JDK and discovered that the value of the CRC should be 141 // Ran JDK and discovered that the value of the CRC should be 150 // Ran JDK and discovered that the value of the CRC should be 172 // Ran JDK and discovered that the value of the CRC should be 182 // Ran JDK and discovered that the value of the CRC should be 208 // Ran JDK and discovered that the value of the CRC should b [all...] |
CheckedInputStreamTest.java | 91 // ran JDK and found that the checkSum value of this is 2036203193 101 // ran JDK and found that the checkSum value of this is 2235765342 128 // ran JDK and found the checkSum value is 2235765342
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
FutureTask.java | 167 /** State value representing that task ran */ 168 private static final int RAN = 2; 191 return (state & (RAN | CANCELLED)) != 0; 195 * Implements AQS base acquire to succeed if ran or cancelled 240 if (s == RAN) 249 if (compareAndSetState(s, RAN)) { 261 if (s == RAN) 270 if (compareAndSetState(s, RAN)) {
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_eventreceive.cpp | 53 // handled separately from the SE<->Tsc events. (RAN) 76 // events have been removed. (RAN) 128 { 49, H245_PRIMITIVE, E_PtvId_H223aar_Cfm }, /* Not a codeword! (RAN) */ 129 { 49, H245_PRIMITIVE, E_PtvId_H223aar_Ack_Cfm }, /* Not a codeword! (RAN) */ 130 { 49, H245_PRIMITIVE, E_PtvId_H223aar_Rjt_Cfm }, /* Not a codeword! (RAN) */ 146 { 52, H245_PRIMITIVE, E_PtvId_Cmd_Stcs_Cfm }, /* RAN STCS */ 147 { 53, H245_PRIMITIVE, E_PtvId_Cmd_Fc_Cfm }, /* RAN FC */ 148 { 54, H245_PRIMITIVE, E_PtvId_Cmd_Mscl_Cfm }, /* RAN MSCL */ 149 { 55, H245_PRIMITIVE, E_PtvId_Cmd_Hmr_Cfm }, /* RAN HMR */ 186 // Tsc_UserEventLookup() (RAN) 6/26/0 [all...] |
/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 “‫?? TNT ???????!‬” 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/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
h245inf.h | 105 E_User_TestButton, /* (14) Test Button (RAN TB) */ 107 E_User_Stcs_Instruct, /* (15) Send Terminal Cap Set (RAN) */ 108 E_User_Hmr_Instruct, /* (16) H223Multiplex Reconfig (RAN) */ 109 E_User_Rcc_Instruct, /* (17) RequestChannelClose (RAN) */ 110 E_User_Clc_Instruct /* (18) CloseLogicalChannel (RAN) */ 260 /* Additional events (RAN) */
|
h245pri.h | 114 // to keep. (RAN) 169 // FwdMuxAckParameters added to 245 library on 9/28/00 (RAN) 208 /* Structure Salvaged (RAN) */
|
/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/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;
|
/system/core/include/cutils/ |
array.h | 33 /** Constructs a new array. Returns NULL if we ran out of memory. */
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
tscmain.h | 457 uint32 BlcRlsCfm(PS_ControlMsgHeader pReceiveInf); /* RAN BGFX1 Bi-Dir OLCAck */ 474 uint32 SendTerminalCapabilitySet(PS_ControlMsgHeader pReceiveInf); /* RAN STCS */ 478 uint32 MiscCmdRecv(PS_ControlMsgHeader pReceiveInf); /* RAN MSCL */ 479 uint32 Status08Event55(PS_ControlMsgHeader pReceiveInf); /* RAN HMR */ 480 uint32 Status08User06(PS_ControlMsgHeader pReceiveInf); /* RAN RME */ 481 uint32 Status08User07(PS_ControlMsgHeader pReceiveInf); /* RAN STCS */ 482 uint32 Status08User08(PS_ControlMsgHeader pReceiveInf); /* RAN HMR */ 483 uint32 Status08User09(PS_ControlMsgHeader pReceiveInf); /* RAN RCC */ 484 uint32 Status08User10(PS_ControlMsgHeader pReceiveInf); /* RAN CLC */ 493 void StopData(); /* RAN CLC * [all...] |
/development/simulator/wrapsim/ |
BitVector.c | 79 * Ran out of space, allocate more if we're allowed to.
|
/external/opencore/android/ |
thread_init.cpp | 49 "Ran out of TLS entries");
|