HomeSort by relevance Sort by last modified time
    Searched full:time (Results 976 - 1000 of 15385) sorted by null

<<31323334353637383940>>

  /external/dropbear/libtomcrypt/notes/
tech0002.txt 8 A timing attack is when an attacker can observe a side channel of the device (in this case time). In this tech note
14 uses the MPI bignum library to perform the operation. The time it takes to compute y is controlled by the number
21 determine the maximum time the particular operation can require. For instance, on an Athlon 1.53Ghz XP processor a
22 DH-768 encryption requires roughly 50 milliseconds. Take that time and round it up. Now place a delay after the call.
42 operations always take a fixed amount of time. Since no two platforms are the same this type of fix has not been
  /external/e2fsprogs/tests/f_extents2/
expect.1 40 File /block.c (inode #13, mod time Mon Jun 2 05:20:22 2008)
44 File /inode.c (inode #14, mod time Mon Jun 2 05:28:16 2008)
46 /ext2fs.h (inode #15, mod time Mon Jun 2 07:22:57 2008)
49 File /ext2fs.h (inode #15, mod time Mon Jun 2 07:22:57 2008)
51 /inode.c (inode #14, mod time Mon Jun 2 05:28:16 2008)
  /external/icu4c/test/compat/
tzdate.c 16 #include <time.h>
58 /* format year for system time */
114 time(&now);
136 printf("System Time: %s\n", systime);
137 printf("ICU Time: %s\n", icutime);
  /external/iproute2/man/man8/
tc-cbq-details.8 63 idle time calculations based on the timing of dequeue events and
67 Shaping is done using link idle time calculations, and actions taken if
71 be idle 90% of the time. If it isn't, it needs to be throttled so that it
72 IS idle 90% of the time.
75 derives the idle time from the number of microseconds (in fact, jiffies)
85 designed - again, how do we calculate the idle time?
97 The calculated idle time is subtracted from the EWMA measured one,
111 amount of time that was calculated to pass between packets, and then
239 for a packet for enough time for the avgidle to increase above zero.
262 To determine the idle time, CBQ must know the bandwidth of your underlying
    [all...]
  /external/ipsec-tools/src/racoon/
schedule.h 42 # include <sys/time.h>
43 # include <time.h>
46 # include <sys/time.h>
48 # include <time.h>
72 struct timeval xtime; /* expiration time */
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 2 * fixmap.h: compile-time virtual memory allocation
37 * Here we define all the compile-time 'special' virtual
39 * compile time, but to set the physical address only
46 * these 'compile-time allocated' memory buffers are
93 /* temporary boot-time mappings, used before ioremap() is functional */
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 51 """Called every time the message is modified in such a way that the parent
53 (a) The message was modified for the first time, so the parent message
56 modified for the first time after a previous call to ByteSize().
62 not every time the sub-message is modified.
67 it will be true most of the time.
  /external/qemu/
android-trace_common.h 58 uint64_t start_time; // time of first occurrence
61 uint64_t time_diff; // diff from previous time (if repeat > 0)
66 uint64_t time; member in struct:AddrRec
70 // Define a trace record for the start time of each instruction
72 uint64_t time_diff; // time difference from last instruction
  /external/quake/quake/src/WinQuake/
net_vcr.cpp 34 double time; member in struct:__anon10656
87 if (host_time != next.time || next.op != VCR_OP_GETMESSAGE || next.session != getDriverDataAsLong(sock))
110 if (host_time != next.time || next.op != VCR_OP_SENDMESSAGE || next.session != getDriverDataAsLong(sock))
125 if (host_time != next.time || next.op != VCR_OP_CANSENDMESSAGE || next.session != getDriverDataAsLong(sock))
156 if (host_time != next.time || next.op != VCR_OP_CONNECT)
  /external/skia/samplecode/
SampleMipMap.cpp 94 SkScalar time = SampleCode::GetAnimScalar(SkIntToScalar(1)/4, local
96 if (time >= SK_Scalar1) {
97 time = SkIntToScalar(2) - time;
99 fWidth = 8 + SkScalarRound(N * time);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 41 TropicalWeightGenerator(int seed = time(0), bool allow_zero = true)
68 LogWeightGenerator(int seed = time(0), bool allow_zero = true)
96 StringWeightGenerator(int seed = time(0), bool allow_zero = true)
131 ProductWeightGenerator(int seed = time(0), bool allow_zero = true)
156 GallicWeightGenerator(int seed = time(0), bool allow_zero = true)
  /external/tcpdump/
timed.h 41 * Time Synchronization Protocol
69 #define TSP_SETTIME 5 /* send network time */
78 #define TSP_DATE 14 /* reset the time (date command) */
79 #define TSP_DATEREQ 15 /* remote request to reset the time */
80 #define TSP_DATEACK 16 /* acknowledge time setting */
  /external/v8/test/mjsunit/
debug-stepin-call-function-stub.js 39 // Simple debug event handler which first time will cause 'step in' action
83 // Run three times. First time the function will be compiled lazily,
84 // second time cached version will be used.
99 // Run twice: first time function will be compiled lazily, second time
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.10-1.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
15.9.5.10-2.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
15.9.5.10-3.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
15.9.5.10-4.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
15.9.5.10-5.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
15.9.5.10-6.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
15.9.5.10-7.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
15.9.5.10-8.js 27 1.Let t be this time value.
46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
58 // some daylight savings time cases
  /external/webkit/Source/WebKit/android/smoke/
MessageThread.cpp 30 #include <sys/time.h>
31 #include <time.h>
82 LOG_ASSERT(when > 0, "Message time may not be 0");
112 // Not time for this message yet, wait the difference in nanos
116 // Time for this message to run.
  /external/webkit/Tools/QueueStatusServer/model/
activeworkitems.py 32 import time namespace
82 one_hour_ago = time.mktime((now - timedelta(minutes=60)).timetuple())
89 self._append_item_time_pair([item_id, time.mktime(now.timetuple())])
94 for active_item_id, time in self._item_time_pairs():
96 return datetime.fromtimestamp(time)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
file_lock.py 32 import time namespace
63 start_time = time.time()
69 if time.time() - start_time > self._max_wait_time_sec:
  /frameworks/base/core/java/android/os/
CountDownTimer.java 22 * Schedule a countdown until a time in the future, with
43 * {@link #onTick(long)} takes an amount of time to execute that is significant
95 * @param millisUntilFinished The amount of time until finished.
100 * Callback fired when the time is up.
126 // take into account user's onTick taking time to execute

Completed in 1295 milliseconds

<<31323334353637383940>>