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

<<61626364656667686970>>

  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 9 which is used to allocate space off the run-time stack so
43 -- must know STACK_DIRECTION at compile-time
64 deduced at run-time.
77 #define STACK_DIR STACK_DIRECTION /* known at compile-time */
79 #else /* STACK_DIRECTION == 0; need run-time code */
  /external/webkit/Tools/record-memory-win/
main.cpp 6 #include <time.h>
196 Sleep(2000); // give the process some time to launch
198 time_t startTime = time(NULL);
208 // returns elapsed time in seconds
211 time_t currentTime = time(NULL);
  /external/zlib/examples/
gzlog.h 36 1 MB has been accumulated. At that time, the stored data is compressed, and
38 its new size at that time. After each write operation, the log file is a
42 system crash, and the log file will be recovered the next time the log is
72 file uncompressed, until 1 MB has been accumulated, at which time that data
80 appending, it will both significantly increase the execution time and
  /external/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /frameworks/base/docs/html/guide/developing/debugging/
debugging-tracing.jd 66 in its own row, with time increasing to the right. Each method is shown in another color (colors
67 are reused in a round-robin fashion starting with the methods that have the most inclusive time).
80 <p>Figure 2 shows the profile pane, a summary of all the time spent
82 the total time). Exclusive time is the time spent in the method. Inclusive time is the time spent
83 in the method plus the time spent in any called functions. We refer to calling methods as
90 an unusually long time.</p
    [all...]
  /frameworks/base/include/cpustats/
ThreadCpuUsage.h 25 // threads where you want to measure the execution time of the whole
72 // a sample the first time because no previous). Otherwise if tracking is
106 long long mAccumulator; // accumulated thread CPU time since last sample, in ns
107 struct timespec mPreviousTs; // most recent thread CPU time, valid only if mIsEnabled is true
108 struct timespec mMonotonicTs; // most recent monotonic time
  /frameworks/base/include/ui/
KeyCharacterMap.h 178 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time);
180 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
183 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
187 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
193 int32_t deviceId, int32_t metaState, nsecs_t time,
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 301 * Returns the difference in seconds between the given GMT time
311 * \return the difference in seconds between the given GMT time
345 * and <code>time</code>.
349 * @param time - the specified time,
350 * <code>time = hour * 10000 + minute * 100 + second</code>
354 static int64_t computeTime(int32_t date, int32_t time)
361 hour = time / 10000;
362 minute = (time / 100) % 100;
363 second = time % 100
    [all...]
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 9 3040 boot_progress_ams_ready (time|2|3)
11 3050 boot_progress_enable_screen (time|2|3)
32 # Activity launch time
33 30009 activity_launch_time (Token|1|5),(Component Name|3),(time|2|3)
76 30035 am_schedule_service_restart (Component Name|3),(Time|2|3)
  /frameworks/support/v4/java/android/support/v4/util/
TimeUtils.java 22 * Useful time utilities that are not available on all versions of Android.
25 /** @hide Field length that can hold 999 days of time */
165 public static void formatDuration(long time, long now, PrintWriter pw) {
166 if (time == 0) {
170 formatDuration(time-now, pw, 0);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 148 *me->puPtr++ = TIME_SECONDS(perf->time);
149 *me->puPtr++ = TIME_MICROSECONDS(perf->time);
172 delta = TIME_DELTA(perf->tempTime, perf->time);
174 *time_loc = delta; /* save time stamp */
177 TIME_COPY(perf->time, perf->tempTime);
  /libcore/luni/src/main/java/java/security/
CodeSigner.java 43 * the time stamp associated with this code signer, maybe {@code
60 * certificate path and the same time stamp, if present in both.
94 * Returns the time stamp associated with this {@code CodeSigner}.
96 * @return the time stamp associated with this {@code CodeSigner}, maybe
123 * this {@code CodeSigner} including its first certificate and its time
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingDeque.java 21 * and the fourth blocks for only a given maximum time limit before giving
41 * <td>{@link #offerFirst offerFirst(e, time, unit)}</td>
48 * <td>{@link #pollFirst(long, TimeUnit) pollFirst(time, unit)}</td>
72 * <td>{@link #offerLast offerLast(e, time, unit)}</td>
79 * <td>{@link #pollLast(long, TimeUnit) pollLast(time, unit)}</td>
121 * <td>{@link #offer offer(e, time, unit)}</td>
122 * <td>{@link #offerLast offerLast(e, time, unit)}</td>
140 * <td>{@link #poll(long, TimeUnit) poll(time, unit)}</td>
141 * <td>{@link #pollFirst(long, TimeUnit) pollFirst(time, unit)}</td>
271 * waiting up to the specified wait time if necessary for space t
    [all...]
Semaphore.java 118 * permits at a time. Beware of the increased risk of indefinite
305 * time at which the thread is assigned a permit may change compared to
306 * the time it would have received the permit had no interruption
316 * time of invocation.
344 * within the given waiting time and the current thread has not
359 * <li>The specified waiting time elapses.
373 * <p>If the specified waiting time elapses then the value {@code false}
374 * is returned. If the time is less than or equal to zero, the method
377 * @param timeout the maximum time to wait for a permit
378 * @param unit the time unit of the {@code timeout} argumen
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
TimeZones.java 27 * Provides access to ICU's time zone data.
58 // We make room for all the time zones known to the system, since each set of strings
77 System.logI("Loaded time zone names for " + locale + " in " + duration + "ms" +
123 * Returns an array of time zone strings, as used by DateFormatSymbols.getZoneStrings.
133 * Returns an array containing the time zone ids in use in the country corresponding to
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSessionImpl.java 69 long time = creationTime / 1000; local
70 id[28] = (byte) ((time & 0xFF000000) >>> 24);
71 id[29] = (byte) ((time & 0x00FF0000) >>> 16);
72 id[30] = (byte) ((time & 0x0000FF00) >>> 8);
73 id[31] = (byte) ((time & 0x000000FF));
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTaskTest.java 107 "TimerTask.cancel() should return false if called a second time",
145 "TimerTask.cancel() should return false if called a second time",
180 long time = System.currentTimeMillis() + 100; local
188 assertTrue(scheduledExecutionTime <= time);
191 // Ensure scheduledExecutionTime is the last scheduled time
  /ndk/sources/host-tools/sed-4.2.1/lib/
verify.h 1 /* Compile-time assert-like macros.
25 assert (R), there is no run-time overhead.
43 If W is negative, this yields a compile-time error. No compiler can
121 /* Verify requirement R at compile-time, as an integer constant expression.
135 /* Verify requirement R at compile-time, as a declaration without a
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mutex.h 40 /* Synchronization functions which can time out return this value
41 if they time out.
45 /* This is the timeout value which corresponds to never time out */
102 the allotted time, and -1 on error.
150 signaled in the allotted time, and -1 on error.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
155 # time-stamp-start: "scriptversion="
156 # time-stamp-format: "%:y-%02m-%02d.%02H"
157 # time-stamp-end: "$"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
155 # time-stamp-start: "scriptversion="
156 # time-stamp-format: "%:y-%02m-%02d.%02H"
157 # time-stamp-end: "$"
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
155 # time-stamp-start: "scriptversion="
156 # time-stamp-format: "%:y-%02m-%02d.%02H"
157 # time-stamp-end: "$"
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
155 # time-stamp-start: "scriptversion="
156 # time-stamp-format: "%:y-%02m-%02d.%02H"
157 # time-stamp-end: "$"
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_mutex.h 40 /* Synchronization functions which can time out return this value
41 if they time out.
45 /* This is the timeout value which corresponds to never time out */
102 the allotted time, and -1 on error.
150 signaled in the allotted time, and -1 on error.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkinstalldirs 70 # mkdir -p a/c at the same time, both will detect that a is missing,
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
155 # time-stamp-start: "scriptversion="
156 # time-stamp-format: "%:y-%02m-%02d.%02H"
157 # time-stamp-end: "$"

Completed in 2055 milliseconds

<<61626364656667686970>>