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

<<61626364656667686970>>

  /prebuilt/linux-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/linux-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/linux-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/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/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/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shapestr.h 40 #define Time CARD32
175 Time time B32; /* time of change */
232 #undef Time
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
procfs.h 32 #include <sys/time.h>
89 struct timeval pr_utime; /* User time. */
90 struct timeval pr_stime; /* System time. */
91 struct timeval pr_cutime; /* Cumulative user time. */
92 struct timeval pr_cstime; /* Cumulative system time. */
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.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/windows/sdl/host/include/SDL/
SDL_mutex.h 45 /* Synchronization functions which can time out return this value
46 if they time out.
50 /* This is the timeout value which corresponds to never time out */
107 the allotted time, and -1 on error.
154 signaled in the allotted time, and -1 on error.
  /prebuilt/windows/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.
  /system/core/toolbox/
alarm.c 6 #include <time.h>
102 time(&tv.tv_sec);
105 time(&ts.tv_sec);
116 fprintf(stderr, "Unable to get current time: %s\n", strerror(errno));
122 printf("time %s -> %ld.%09ld\n", argv[optind], ts.tv_sec, ts.tv_nsec);
  /sdk/emulator/qtools/
trace_reader.cpp 188 event->time = bb->next_time;
192 event->num_insns = trace_->FindNumInsns(event->bb_num, event->time);
193 event->pid = trace_->FindCurrentPid(event->time);
214 event->time = nextrec_.bb_rec.start_time;
218 event->num_insns = trace_->FindNumInsns(event->bb_num, event->time);
219 event->pid = trace_->FindCurrentPid(event->time);
236 event->time = bb->next_time;
240 event->num_insns = trace_->FindNumInsns(event->bb_num, event->time);
241 event->pid = trace_->FindCurrentPid(event->time);
340 bool AddrReader::ReadAddr(uint64_t *time, uint32_t *addr
1156 uint64_t time; local
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java 162 * a period longer than the max time to output.
201 * a period longer than the max time to output.
231 * a period longer than the max time to output.
265 * a period longer than the max time to output.
285 * a period longer than the max time to output.
306 * a period longer than the max time to output.
329 * a period longer than the max time to output.
363 * a period longer than the max time to output.
384 * a period longer than the max time to output.
405 * a period longer than the max time to output
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 104 * Sometimes we get the NITZ time before we know what country we
105 * are in. Keep the time zone information from the NITZ string so
106 * we can fix the time zone once know the country.
136 /** Wake lock used while setting time of day. */
173 Log.i("GsmServiceStateTracker", "Auto time state changed");
181 Log.i("GsmServiceStateTracker", "Auto time zone state changed");
794 // clean slate for next time
825 newSS.setStateOutOfService(); // clean slate for next time
    [all...]
  /external/blktrace/
blkparse.c 591 start_timestamp = bit->time;
611 bit->cpu, "0", (int) SECONDS(bit->time),
612 (unsigned long) NANO_SECONDS(bit->time),
726 * a few thousand at the time
757 bit->time = (__u64) (unsigned long) bit_alloc_list;
770 bit->time;
808 if (t->bit->time < __t->bit->time)
810 else if (t->bit->time > __t->bit->time)
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 38 import android.text.format.Time;
57 * as event title, location, start time, end time, etc. The event can occur
58 * one-time or can recur multiple times. Attendees, reminders, and extended
61 * <li>The {@link Instances} table holds the start and end time for occurrences
63 * one-time events there will be a 1:1 mapping of instances to events. For
101 * Intent Extras key: The start time of an event or an instance of a
107 * Intent Extras key: The end time of an event or an instance of a recurring
346 * The time zone the calendar is associated with.
375 * Can the organizer modify the time zone of the event? Column name
2173 Time time = new Time(); local
    [all...]
  /external/valgrind/main/massif/tests/
long-time.post.exp 2 Command: ./long-time
3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
41 ->52.17% (1,200,000B) 0x........: main (long-time.c:15)
43 ->47.83% (1,100,000B) 0x........: main (long-time.c:13)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
57 ->100.00% (900,000B) 0x........: main (long-time.c:18)
62 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
89 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
100 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 92 #include <time.h>
105 #include <sys/time.h>
393 time_t localTime = time(0);
398 // Get the difference between this time zone and UTC on the 1st of January of this year.
427 * Get the DST offset for the time passed in.
436 //input is UTC so we have to shift back to local time to determine DST thus the + getUTCOffset()
457 // Get the DST offset, given a time in UTC
501 // obsolete time zones not listed here equivalent to "-0000".
849 // Don't fail if the time is missing.
930 // The year may be after the time but before the time zone, but don'
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 51 * Can be used as the start time to indicate the start time should be the current
52 * time when {@link #getTransformation(long, Transformation)} is invoked for the
136 * The time in milliseconds at which the animation must start;
142 * start offset is > 0, the start time of the animation is startTime + startOffset.
367 * When this animation should start relative to the start time. This is most
372 * the start time of the root AnimationSet.
399 * longer than the given time.
449 * When this animation should start. When the start time is set to
450 * {@link #START_ON_FIRST_FRAME}, the animation will start the first time
    [all...]
  /external/chromium/chrome/browser/profiles/
profile.h 18 class Time;
167 // time.
222 // profile. The VisitedLinkMaster is lazily created the first time
231 // profile. The UserScriptMaster is lazily created the first time
255 // The SSLHostState is lazily created the first time that this method is
261 // first time that this method is called.
265 // profile. The FaviconService is lazily created the first time
278 // profile. The HistoryService is lazily created the first time
295 // profile. The AutocompleteClassifier is lazily created the first time that
316 // time that this method is called
    [all...]
  /external/dbus/dbus/
dbus-list.c 240 * This is a constant-time operation.
262 * This is a constant-time operation.
286 * This is a constant-time operation.
304 * This is a constant-time operation.
416 * This is a linear-time operation.
447 * This is a linear-time operation.
472 * This is a linear-time operation.
529 * Removes a link from the list. This is a constant-time operation.
545 * linear-time operation.
569 * This is a constant-time operation
    [all...]
  /external/llvm/utils/lit/lit/
main.py 9 import math, os, platform, random, re, sys, time, threading, traceback namespace
86 self.startTime = time.time()
89 # Check if we have run out of time.
91 if time.time() - self.startTime > self.maxTime:
119 startTime = time.time()
135 elapsed = time.time() - startTim
    [all...]
  /external/quake/quake/src/WinQuake/
r_part.cpp 25 // time
90 p->die = cl.time + 0.2 + (rand()&7) * 0.02;
146 angle = cl.time * avelocities[i][0];
149 angle = cl.time * avelocities[i][1];
152 angle = cl.time * avelocities[i][2];
167 p->die = cl.time + 0.01;
291 p->die = cl.time + 5;
336 p->die = cl.time + 0.3;
369 p->die = cl.time + 1 + (rand()&8)*0.05;
416 p->die = cl.time + 5
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 32 import time namespace
75 self.time = elapsed_time
101 # Min time (seconds) that will be added to the JSON.
122 TIME = "secondsSinceEpoch"
203 time_seconds = self._test_results_map[test].time
243 # Update the all failing tests with result type and time.
286 """Returns test timing data (elapsed time) in second
289 # Floor for now to get time in seconds.
290 return int(self._test_results_map[test_name].time)
329 # FIXME: Identify and fix the run-time errors that were observed on Window
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py 40 import time namespace
140 deadline = time.time() + timeout
146 timeout = deadline - time.time()
152 timeout = deadline - time.time()
409 start_time = time.time()
416 deadline = time.time() + int(driver_input.timeout) / 1000.
    [all...]
  /frameworks/base/core/jni/
android_text_format_Time.cpp 60 static inline bool java2time(JNIEnv* env, Time* t, jobject o)
83 static inline void time2java(JNIEnv* env, jobject o, const Time &t)
111 Time t;
126 Time t;
145 Time a, b;
153 int result = Time::compare(a, b);
163 Time t;
200 Time t;
310 Time t;
324 Time t
    [all...]

Completed in 1750 milliseconds

<<61626364656667686970>>