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

<<21222324252627282930>>

  /external/iproute2/misc/
lnstat_util.c 68 struct timeval *now)
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
  /external/iptables/
ip6tables-save.c 263 time_t now = time(NULL); local
266 IPTABLES_VERSION, ctime(&now));
300 now = time(NULL);
302 printf("# Completed on %s", ctime(&now));
  /external/jpeg/
jcinit.c 64 /* We can now tell the memory manager to allocate virtual arrays. */
  /external/kernel-headers/original/linux/mtd/
flashchip.h 55 /* We omit len for now, because when we group them together
  /external/kernel-headers/original/linux/
uio.h 17 /* A word of warning: Our uio structure will clash with the C library one (which is now obsolete). Remove the C
  /external/libpng/
ANNOUNCE 48 Removed the now-redundant check for out-of-bounds new_row from example.c
  /external/libpng/contrib/pngminus/
README 27 the utilities quite complex and by now not anymore very maintainable.
29 Therefore, lots of the functionality that we put in our software can now
38 What now
52 software developments. (By now there are of course a couple of programs,
  /external/libvpx/vp8/common/
codec_common_interface.h 85 // C_VCAP_PARAMS, // DO NOT USE FOR NOW WITH VFW CODEC
type_aliases.h 104 //for now we only have 40bits
  /external/netcat/scripts/
alta 14 # Plug in arg. only doing simple-q for now; pg=aq for advanced-query
  /external/openssl/crypto/des/
KERBEROS 17 Now do a normal kerberos build and things should work.
  /external/ppp/pppd/plugins/radius/
util.c 50 /* Now the year */
  /external/protobuf/src/google/protobuf/stubs/
hash.cc 38 // Nothing needed here right now.
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 35 // now initialize fx
SkRasterizer.cpp 23 // do nothing for now, since we don't store anything at flatten time
  /external/skia/src/gl/
SkTextureCache.cpp 85 // hi is now our best guess
175 // now bind the texture
251 // now detach it from our llist
264 // now delete it
  /external/svox/pico/src/com/svox/pico/
VoiceDataInstallerReceiver.java 39 // now run the installer
  /external/tinyxml/
tinyxmlerror.cpp 29 // english error messages, but the could now be translated.
  /external/v8/test/mjsunit/
string-localecompare.js 30 // Implementation dependent function. For now, we do not do anything
  /external/webkit/JavaScriptCore/runtime/
CommonIdentifiers.h 65 macro(now) \
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.34-1.js 46 var now = (new Date()).valueOf();
106 addNewTestCase( "TDATE = new Date(now); (TDATE).setMonth(11,31); TDATE",
107 UTCDateFromTime(SetMonth(now,11,31)),
108 LocalDateFromTime(SetMonth(now,11,31)) );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Date/
15.9.5.4.js 68 status = "typeof (now.toTimeString())";
69 actual = typeof (now.toTimeString());
102 // Now
142 * NOW: Mon Jan 07 2002 13:40:34 GMT-0800 (Pacific Standard Time)
  /external/webkit/LayoutTests/http/tests/appcache/
xhr-foreign-resource.html 59 // manifest, so it should be loaded successfully despite being marked as foreign now.
  /external/webkit/WebCore/bindings/js/
ScriptState.h 46 // For now, the separation is purely by convention.
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.h 34 // or there are bugs in the JSC bindings. For now, this macro makes the V8 bindings do the

Completed in 703 milliseconds

<<21222324252627282930>>