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

<<51525354555657585960>>

  /external/kernel-headers/original/linux/
tcp.h 91 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
176 long ts_recent_stamp;/* Time we stored ts_recent (for aging) */
177 __u32 ts_recent; /* Time stamp to echo next */
178 __u32 rcv_tsval; /* Time stamp value */
179 __u32 rcv_tsecr; /* Time stamp echo reply */
262 __u32 srtt; /* smoothed round trip time << 3 */
334 unsigned int keepalive_time; /* time before keep alive takes place */
335 unsigned int keepalive_intvl; /* time interval between keep alive probes */
344 __u32 time; member in struct:tcp_sock::__anon7235
351 __u32 time; member in struct:tcp_sock::__anon7236
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvproto.h 63 #define Time CARD32
272 Time time B32;
281 Time time B32;
571 Time time B32;
583 Time time B32;
600 #undef Time
    [all...]
  /external/quake/quake/src/QW/client/
client.h 36 double state_time; // not the same as the packet time,
88 double senttime; // time cmd was sent off
92 double receivedtime; // time message was received, or -1
122 float die; // stop lighting after this time
233 float item_gettime[32]; // cl.time of aquiring item, for blinking
234 float faceanimtime; // use anim frame if cl.time < this
245 double time; // this is the time value that the client member in struct:__anon10174
265 int completed_time; // latched ffrom time at intermission start
268 // information that is static for the entire time connected to a serve
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.28-1.js 32 1. Let t be the result of LocalTime(this time value).
126 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
127 DateCase = new Date( time );
199 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
200 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
207 var TIME = LocalTime(t);
209 var SEC = ( sec == void 0) ? SecFromTime(TIME) : Number(sec);
210 var MS = ( ms == void 0 ) ? msFromTime(TIME) : Number(ms);
211 var RESULT5 = MakeTime( HourFromTime( TIME ),
215 return ( TimeClip(UTC( MakeDate(Day(TIME),RESULT5))) )
    [all...]
15.9.5.31-1.js 30 1.Let t be this time value.
120 function addNewTestCase( time, hours, min, sec, ms, DateString, UTCDate, LocalDate) {
122 DateCase = new Date(time);
195 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
196 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
202 var TIME = t;
204 var MIN = ( min == void 0) ? MinFromTime(TIME) : Number(min);
205 var SEC = ( sec == void 0) ? SecFromTime(TIME) : Number(sec);
206 var MS = ( ms == void 0 ) ? msFromTime(TIME) : Number(ms);
211 return ( TimeClip(MakeDate(Day(TIME), RESULT6)) )
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 38 import time namespace
168 deadline = time.time() + timeout
176 now = time.time()
217 timeout = time.time() + KILL_TIMEOUT
220 while self._proc.poll() is None and time.time() < timeout:
221 time.sleep(0.1
    [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4DECODER_Common.h 162 M4OSA_UInt32 uiTimeScale; /**< time scale as parsed in VOL header */
328 * @brief Decode Access Units up to a target time
330 * the composition time is equal or greater to the passed targeted time
334 * @param pTime: (IN/OUT) IN: Time to decode up to (in milli secondes)
335 * OUT:Time of the last decoded frame (in ms)
339 * The time difference is specified in milliseconds.
351 * @brief Renders the video at the specified time.
354 * @param pTime: (IN/OUT) IN: Time to render to (in milli secondes)
355 * OUT:Time of the actually rendered frame (in ms
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 35 time stamp methods
44 /* otherwise, get time of the day */
45 TIME_GET(me->time);
128 { /* we need to get the time stamp to print */
158 { /* we need to get the time stamp to print */
187 { /* we need to get the time stamp to print */
216 { /* we need to get the time stamp to print */
245 { /* we need to get the time stamp to print */
273 { /* we need to get the time stamp to print */
371 /** we need to get time stamps set up before we continu
    [all...]
perf_rt.c 60 /* if we don't support this component, we don't create the real-time
140 TIME_COPY(me->first_time, perf->time);
256 /* add uptime since last time */
357 delay_add(dDelay, TIME_DELTA(perf->time, dDelay->last_timestamp));
359 TIME_COPY(dDelay->last_timestamp, perf->time);
392 /* get real-time private structure */
456 /* get real-time private structure */
538 TIME_COPY(me->dRate[i].last_timestamp, perf->time);
539 TIME_COPY(me->dRate[i].last_reporting, perf->time);
547 int steps = TIME_DELTA(perf->time, me->dRate[i].last_reporting)
    [all...]
  /libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 99 * Gets the time-to-live (TTL) for multicast packets sent on this socket.
101 * @return the time-to-live option as a byte value.
103 * if an error occurs while getting the time-to-live option
112 * Gets the time-to-live (TTL) for multicast packets sent on this socket.
116 * @return the time-to-live option as an integer value.
118 * if an error occurs while getting the time-to-live option
216 * Sets the time-to-live (TTL) option for multicast packets sent on this
220 * the time-to-live option value. Valid values are 0 &lt; ttl
228 * Sets the time-to-live (TTL) option for multicast packets sent on this
232 * the time-to-live option value. Valid values are 0 &lt; tt
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 35 import android.text.format.Time;
133 // Didn't find a time in the bundle, look in intent or current time
165 Time t = new Time();
195 private void search(String searchQuery, Time goToTime) {
248 Time t = null;
251 t = new Time();
275 // later time)."
298 // We call this in case the user changed the time zon
    [all...]
AllInOneActivity.java 64 import android.text.format.Time;
258 Time time = new Time(mTimeZone); local
259 time.set(millis);
260 time.normalize(true);
261 mController.sendEvent(this, EventType.GO_TO, time, time, -1, ViewType.CURRENT);
276 // Launch add google account if this is first time and there are no
291 // Get time from intent or icicl
953 Time time = new Time(mTimeZone); local
970 Time time = new Time(mTimeZone); local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gprof.info 22 Profiling a Program: Where Does It Spend Its Time?
27 time. We assume that you know how to write, compile, and execute
58 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 an estimate of how much time was spent in the subroutines of each
98 function calls that use a lot of time. *Note The Call Graph: Call
143 graph data you will still be able to see the time samples:
149 time seconds seconds calls Ts/call Ts/call name
169 total time spent in them; there is no record of how many times they
199 somewhat slower than normal because of the time spent collecting an
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gprof.info 22 Profiling a Program: Where Does It Spend Its Time?
27 time. We assume that you know how to write, compile, and execute
58 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 an estimate of how much time was spent in the subroutines of each
98 function calls that use a lot of time. *Note The Call Graph: Call
143 graph data you will still be able to see the time samples:
149 time seconds seconds calls Ts/call Ts/call name
169 total time spent in them; there is no record of how many times they
199 somewhat slower than normal because of the time spent collecting an
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
gprof.info 22 Profiling a Program: Where Does It Spend Its Time?
27 time. We assume that you know how to write, compile, and execute
58 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 an estimate of how much time was spent in the subroutines of each
98 function calls that use a lot of time. *Note The Call Graph: Call
143 graph data you will still be able to see the time samples:
149 time seconds seconds calls Ts/call Ts/call name
169 total time spent in them; there is no record of how many times they
199 somewhat slower than normal because of the time spent collecting an
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gprof.info 22 Profiling a Program: Where Does It Spend Its Time?
27 time. We assume that you know how to write, compile, and execute
58 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 an estimate of how much time was spent in the subroutines of each
98 function calls that use a lot of time. *Note The Call Graph: Call
143 graph data you will still be able to see the time samples:
149 time seconds seconds calls Ts/call Ts/call name
169 total time spent in them; there is no record of how many times they
199 somewhat slower than normal because of the time spent collecting an
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gprof.info 22 Profiling a Program: Where Does It Spend Its Time?
27 time. We assume that you know how to write, compile, and execute
58 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 an estimate of how much time was spent in the subroutines of each
98 function calls that use a lot of time. *Note The Call Graph: Call
143 graph data you will still be able to see the time samples:
149 time seconds seconds calls Ts/call Ts/call name
169 total time spent in them; there is no record of how many times they
199 somewhat slower than normal because of the time spent collecting an
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
gprof.info 22 Profiling a Program: Where Does It Spend Its Time?
27 time. We assume that you know how to write, compile, and execute
58 Profiling allows you to learn where your program spent its time and
89 The "flat profile" shows how much time your program spent in each
96 an estimate of how much time was spent in the subroutines of each
98 function calls that use a lot of time. *Note The Call Graph: Call
143 graph data you will still be able to see the time samples:
149 time seconds seconds calls Ts/call Ts/call name
169 total time spent in them; there is no record of how many times they
199 somewhat slower than normal because of the time spent collecting an
    [all...]
  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp 768 return WEB_UI_STRING("movie time", "accessibility role description for timeline slider");
774 return WEB_UI_STRING("return to realtime", "accessibility role description for return to real time button");
776 return WEB_UI_STRING("elapsed time", "accessibility role description for elapsed time display");
778 return WEB_UI_STRING("remaining time", "accessibility role description for time remaining display");
815 return WEB_UI_STRING("movie time scrubber", "accessibility help text for timeline slider");
817 return WEB_UI_STRING("movie time scrubber thumb", "accessibility help text for timeline slider thumb");
821 return WEB_UI_STRING("return streaming movie to real time", "accessibility help text for return streaming movie to real time button")
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 540 return UI_STRING("movie time", "accessibility role description for timeline slider");
546 return UI_STRING("return to realtime", "accessibility role description for return to real time button");
548 return UI_STRING("elapsed time", "accessibility role description for elapsed time display");
550 return UI_STRING("remaining time", "accessibility role description for time remaining display");
583 return UI_STRING("movie time scrubber", "accessibility help text for timeline slider");
585 return UI_STRING("movie time scrubber thumb", "accessibility help text for timeline slider thumb");
589 return UI_STRING("return streaming movie to real time", "accessibility help text for return streaming movie to real time button")
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 19 using base::Time;
50 // The key for a serialized Time value indicating the start of the day (from the
570 // Serializes |time| as a string value mapped to |key| in |dictionary|.
571 void SaveTime(DictionaryValue* dictionary, const char* key, const Time& time) {
574 std::string string_value = base::Int64ToString(time.ToInternalValue());
578 // The opposite of SaveTime. If |key| is not found, this returns an empty Time
580 Time ReadTime(const DictionaryValue* dictionary, const char* key) {
582 return Time();
587 return Time::FromInternalValue(value)
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 206 symbol_type *LookupFunction(int pid, uint32_t addr, uint64_t time);
219 virtual int FindCurrentPid(uint64_t time);
245 symbol_type *FindCurrentMethod(int pid, uint64_t time);
286 next_method_.time = 0;
1546 uint64_t time = next_method_.time; local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 94 files into one time-ordered stream of traces for all devices.
108 \item[average component times across all IOs] The time line of each IO
112 \item Time needed to insert or merge an incoming IO onto the request
113 queue. This is the average time from when the IO enters the block
116 This is denoted as \emph{Q2I} time.
119 occasion there are also some time spent \emph{sleeping} waiting
124 \item[Q2G] Time needed to \emph{get} a request (get request
127 \item[G2I] Time needed to put that request onto the request
133 amount of time between the queue trace and the merge trace.
135 \item Time spent on the request queue. The average time from whe
    [all...]
  /external/blktrace/doc/
blkparse.1 152 Display time deltas per IO
161 \fIend\-time\fR \-\- Display traces from time 0 through \fIend\-time\fR (in ns)
165 \fIstart:end\-time\fR \-\- Display traces from time \fIstart\fR
166 through end\-time (in ns).
200 and later service by the driver. The request is fully formed at this time.
325 Time stamp (nanoseconds)
328 Time stamp (seconds
    [all...]
btt.1 51 [ \-t <\fIsec\fR> | \-\-time\-start=<\fIsec\fR> ]
53 [ \-T <\fIsec\fR> | \-\-time\-end=<\fIsec\fR> ]
74 of time while Q events are being produced), C activity (likewise for
79 option is specified. The display will display each IO generated, with the time
115 All read block numbers are output, first column is time (seconds), second is
120 All write block numbers are output, first column is time (seconds), second is
125 All block numbers (read and write) are output, first column is time (seconds),
231 time values are separated from the Q time values with a vertical bar.
247 The \-Q option allows one to output data files showing the time stam
    [all...]

Completed in 2093 milliseconds

<<51525354555657585960>>