/device/samsung/crespo/sec_mm/sec_omx/sec_osal/ |
SEC_OSAL_Event.c | 171 struct timeval now; local 182 gettimeofday(&now, NULL); 184 tv_us = now.tv_usec + ms * 1000; 185 timeout.tv_sec = now.tv_sec + tv_us / 1000000;
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpDateGenerator.java | 72 long now = System.currentTimeMillis(); local 73 if (now - this.dateAsLong > 1000) { 75 this.dateAsText = this.dateformat.format(new Date(now)); 76 this.dateAsLong = now;
|
/external/bluetooth/bluez/test/ |
test-manager | 15 print "Default adapter is now at path %s" % (path)
|
/external/bluetooth/glib/glib/ |
glibintl.h | 14 /* Split out this in the code, but keep it in the same domain for now */
|
/external/chromium/base/ |
auto_reset.h | 15 // NOTE: Right now this is hardcoded to work on bools, since that covers all the
|
/external/chromium/testing/ |
platform_test.h | 19 // releases an outer NSAutoreleasePool for each test case. For now, it's only
|
/external/dropbear/libtommath/ |
bn_mp_karatsuba_sqr.c | 35 /* now divide in two */ 60 /* now shift the digits */ 77 /* now calc the products x0*x0 and x1*x1 */ 83 /* now calc (x1+x0)**2 */
|
dep.pl | 23 # now copy text and apply #ifdef as required 52 # now do classes 69 # now $& is the match, we want to skip over LTM keywords like 91 #now let's make a cool call graph...
|
/external/e2fsprogs/e2fsck/ |
mtrace.awk | 30 # Ignore failed realloc attempts for now
|
/external/e2fsprogs/tests/r_inline_xattr/ |
expect | 9 The filesystem on ./test.img is now 5120 blocks long.
|
/external/expat/vms/ |
README.vms | 15 You'll end up with the object library expat.olb. For now, installation
|
/external/icu4c/layout/ |
AlternateSubstSubtables.cpp | 19 // NOTE: For now, we'll just pick the first alternative...
|
/external/kernel-headers/original/linux/hdlc/ |
ioctl.h | 46 /* PPP doesn't need any info now - supply length = 0 to ioctl */
|
/external/kernel-headers/original/linux/ |
threads.h | 6 * The default limit for the nr of threads is now in
|
/external/oauth/core/src/main/java/net/oauth/ |
SimpleOAuthValidator.java | 25 * is close to now and the signature is valid. Each check may be overridden. 90 long now = currentTimeMsec(); local 91 long min = now - timestampWindow; 92 long max = now + timestampWindow;
|
/external/protobuf/gtest/xcode/Scripts/ |
runtests.sh | 15 # Now execute each one in turn keeping track of how many succeeded and failed.
|
/external/qemu/android/ |
hw-lcd.c | 21 /* map density to one of our three values for now */
|
/external/qemu/ |
disas.h | 36 /* Filled in by elfload.c. Simplistic, but will do for now. */
|
/external/qemu/distrib/sdl-1.2.12/src/timer/riscos/ |
SDL_systimer.c | 86 Uint32 now,then,elapsed; local 115 now = SDL_GetTicks(); 116 elapsed = (now-then); 117 then = now;
|
/external/skia/src/gl/ |
SkGLCanvas.cpp | 38 // call this now, while our override of restore() is in effect 149 // now free the memory for the cache itself 151 // now remove the entry in the glyphcache (does not call the proc) 164 // now free the textures in the font cache
|
/external/srec/config/en.us/grammars/ |
rootslot.grxml | 7 with a semantic tag such as V='45' or V='do-it-now'
|
/external/webkit/LayoutTests/http/tests/appcache/ |
remove-cache-expected.txt | 6 Frame 4: Manifest is now available, so the document gets associated with a cache in a newly created group; the obsolete cache group is not affected.
|
/external/webkit/LayoutTests/storage/ |
open-database-set-empty-version.html | 12 // The next openDatabase call should fail because the database version was set to '' by the call above, and now we are expecting a different version.
|
/external/webkit/WebCore/manual-tests/inspector/ |
debugger-execution-while-paused.html | 13 <p>To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.</p>
|
webinspector-log.html | 16 <br>In the original inspector window, there should now be a message
|