Searched
full:now (Results
551 -
575 of
6977) sorted by null
<<21222324252627282930>>
/dalvik/vm/mterp/armv5te/ |
OP_SPUT_OBJECT.S | 19 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SPUT_WIDE.S | 40 EXPORT_PC() @ resolve() could throw, so export now
|
/dalvik/vm/mterp/x86/ |
OP_MUL_LONG.S | 35 leal (%ecx,%edx),%edx # full result now in %edx:%eax
|
OP_MUL_LONG_2ADDR.S | 33 leal (%ecx,%edx),%edx # full result now in %edx:%eax
|
/development/ndk/platforms/android-8/include/android/ |
bitmap.h | 45 uint32_t flags; // 0 for now
|
/development/ndk/platforms/android-9/include/android/ |
bitmap.h | 44 uint32_t flags; // 0 for now
|
/development/samples/TicTacToeMain/ |
AndroidManifest.xml | 31 <!-- This is defined in TicTacToeLib. Right now we need to manually
|
/development/simulator/app/ |
LogPool.cpp | 63 //printf("--- pool is now empty (size=%ld)\n", mCurrentSize);
|
PhoneButton.h | 16 * We now have a "highlighted" graphic for mouse-overs and a "selected"
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
Notepadv1.java | 73 // Now create an array adapter and set it to display using our row
|
/device/sample/products/ |
sample_addon.mk | 15 # The content of those files is manually created for now.
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_meter.c | 59 snd_pcm_uframes_t now; member in struct:_snd_pcm_meter 194 snd_pcm_sframes_t now; local 217 now = status.appl_ptr - status.delay; 218 if (now < 0) 219 now += pcm->boundary; 221 now = status.appl_ptr + status.delay; 222 if ((snd_pcm_uframes_t) now >= pcm->boundary) 223 now -= pcm->boundary; 225 meter->now = now; [all...] |
/external/bison/src/ |
complain.h | 44 /* Something bad happened, and let's die now. */
|
/external/bouncycastle/patches/ |
README | 16 - singleton DERNull (BouncyCastle now does this but we make constructor private to be sure)
|
/external/chromium/base/ |
observer_list_unittest.cc | 97 start_(Time::Now()), 125 if ((Time::Now() - start_).InMilliseconds() > kThreadRunTime) { 260 Time start = Time::Now(); 262 if ((Time::Now() - start).InMilliseconds() > kThreadRunTime)
|
process_linux.cc | 42 // User is not allowed to raise the priority back to where it is now.
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_netware_unittest.cc | 16 base::Time::Now().LocalExplode(&now_exploded);
|
/external/chromium/third_party/icu/source/i18n/ |
funcrepl.cpp | 85 // Now transliterate
|
/external/chromium/third_party/icu/source/test/intltest/ |
tsdate.cpp | 121 UDate now = Calendar::getNow(); local 126 tryDate(now); 129 tryDate(now + 6.0*30*ONEDAY); 131 UDate limit = now * 10; // Arbitrary limit
|
/external/dnsmasq/ |
CHANGELOG.archive | 36 (2) All query types are handled now, (eg MX) not just internet 65 (1) Dnsmasq now always sets the IP source address 71 Now it just logs the problem and doesn't use the bad 73 (3) Dnsmasq should now forward (but not cache) inverse queries 162 Dnsmasq now changes its uid, irrevocably, to nobody after 174 release 1.0 Stable release: dnsmasq is now considered feature-complete 247 now the "with suffix" one gets returned instead. This change 254 distributing .debs, since dnsmasq is now an official Debian 417 Builds with Linux libc5 now - for the Freesco project. 425 queries. Now some queries will succeed, and the exces [all...] |
/external/dropbear/libtomcrypt/testprof/ |
ecc_test.c | 81 /* now, compute kA*A + kB*B = C1 using the older method */ 87 /* now compute using mul2add */ 143 /* now export userb */ 168 /* now import the ANSI key */
|
/external/dropbear/libtommath/ |
bn_mp_div_3.c | 44 /* now subtract 3 * [w/3] from w, to get the remainder */
|
bn_mp_exptmod_fast.c | 74 /* now init the second half of the array */ 88 /* now setup montgomery */ 149 /* now we need R mod m */ 158 /* now set M[1] to G * R mod m */
|
bn_mp_montgomery_calc_normalization.c | 41 /* now compute C = A * B mod b */
|
bn_mp_mul_d.c | 64 /* now zero digits above the top */
|
Completed in 909 milliseconds
<<21222324252627282930>>