HomeSort by relevance Sort by last modified time
    Searched full:now (Results 276 - 300 of 6977) sorted by null

<<11121314151617181920>>

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetProvider.java 199 // check is inside the lock because we depend on this "now" time.
200 long now = System.currentTimeMillis(); local
202 long delta = Math.abs(now - AppWidgetShared.sLastRequest);
221 if (LOGD) Log.d(TAG, "setting request now=" + now);
222 AppWidgetShared.sLastRequest = now;
  /dalvik/vm/mterp/armv5te/
OP_NEW_INSTANCE.S 19 beq .L${opcode}_resolve @ no, resolve it now
23 bne .L${opcode}_needinit @ no, init class now
  /external/chromium/base/json/
string_escape_unittest.cc 43 // now try with a NULL in the string
88 // now try with a NULL in the string
  /external/chromium/base/
timer.h 148 // to this now-defunct task.
176 // By now the delayed_task_ in the Timer does not point to us anymore.
234 trigger_time_ = Time::Now() + delay;
237 // then we have nothing more to do now.
251 const Time now = Time::Now(); local
252 if (now < trigger_time_) {
253 DelayFor(trigger_time_ - now);
  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 15 base::Time start_date = base::Time::Now();
63 base::Time start_date = base::Time::Now();
  /external/clearsilver/python/examples/base/
handle_error.py 78 now = int(time.time())
96 fname = "%d.%d_%d.%s" % (now, pid, Count, socket.gethostname())
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_init.c 85 /* now generate the rest of the tables based the previous table */
88 /* now shift it right by 8 bits */
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_decrypt_key.c 89 /* now OAEP decode the packet */
93 /* now PKCS #1 v1.5 depad the packet */
  /external/dropbear/libtomcrypt/testprof/
store_test.c 57 /* now XOR it byte for byte */
62 /* now XOR it word for word */
  /external/dropbear/libtommath/
bn_mp_add_d.c 70 /* now handle rest of the digits */
99 /* now zero to oldused */
bn_mp_exptmod.c 48 /* now get |X| */
58 /* and now compute (1/G)**|X| instead of G**X [X < 0] */
bn_mp_mul_2.c 51 /* now shift up this digit, add in the carry [from the previous] */
67 /* now zero any excess digits on the destination
bn_mp_prime_miller_rabin.c 56 /* now divide n - 1 by 2**s */
92 /* probably prime now */
  /external/e2fsprogs/lib/ext2fs/
mkdir.c 88 inode.i_ctime = inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(NULL);
  /external/e2fsprogs/tests/
Makefile.in 49 @echo "Now, break the filesystem as appropriate, and run 'make testend'"
62 @echo; echo "Hopefully e2fsck now fixes this problem properly."
  /external/elfutils/libelf/
gelf_getphdr.c 73 /* We know the result now. */
76 /* Now correct the pointer to point to the correct element. */
  /external/gtest/samples/
sample1.cc 54 // Now, we have that n is odd and n >= 3.
61 // Now, we have i <= n/i < n.
  /external/openssl/crypto/asn1/
charmap.pl 34 # Now setup the rest
64 # Now generate the C code
  /external/proguard/src/proguard/classfile/visitor/
package.html 29 harder to read. It's the visitor classes that describe the operations now.
36 (the visitors) are now separated, it becomes harder to associate some state
  /external/protobuf/gtest/samples/
sample1.cc 54 // Now, we have that n is odd and n >= 3.
61 // Now, we have i <= n/i < n.
  /external/quake/quake/src/QW/
release233_notes.txt 21 - The client now ignores foreign connection requests while connected to a
34 - Server now unpauses when all clients disconnect.
  /external/srec/seti/sltsEngine/include/
linklist.h 46 For now, dynamically allocate a new list node with the data
55 For now, dynamically free a new list node
  /external/stlport/src/
lock_free_slist.h 75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
109 * they're now "owned" by the calling thread.
123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
256 * they're now "owned" by the calling thread.
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /external/strace/
NEWS 64 * On Linux using NPTL threads, -p will now attach to all threads in a process.
119 * we can follow fork on arm now
164 * using -f in combination with -e now works correctly
167 * it is now reasonable to install strace setuid to root in some circumstances
180 * string arguments are now true C strings using octal instead of hex by default
181 * preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY)
182 * by default the output for multiple processes now goes into one file
184 * the -c option now means count calls, -i does what the old -c used to do
  /external/v8/test/mjsunit/regress/
regress-612.js 41 // Now object is turned into fast mode, but it has getter defined above...
43 // Now assert is triggered.

Completed in 327 milliseconds

<<11121314151617181920>>