Searched
refs:time (Results
376 -
400 of
5619) sorted by null
<<11121314151617181920>>
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
Lock.java | 19 * shared resource: only one thread at a time can acquire the lock and 206 * Acquires the lock only if it is free at the time of invocation. 235 * Acquires the lock if it is free within the given waiting time and the 247 * <li>The specified waiting time elapses 261 * <p>If the specified waiting time elapses then the value {@code false} 263 * If the time is 283 * @param time the maximum time to wait for the lock 284 * @param unit the time unit of the {@code time} argumen [all...] |
/ndk/sources/android/support/src/musl-locale/ |
strftime_l.c | 2 #include <time.h>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/ |
category.pass.cpp | 35 assert(std::locale::time); 41 & std::locale::time 47 | std::locale::time 56 test(std::locale::time);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
gettimeofday.c | 27 #include <sys/time.h> 29 #include <time.h> 130 tv->tv_sec = timebuf.time; 139 tv->tv_sec = time (NULL);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
profil.h | 24 #include <sys/time.h>
|
times.h | 29 #include <time.h> 34 /* Structure describing CPU time used by a process and its children. */ 37 clock_t tms_utime; /* User CPU time. */ 38 clock_t tms_stime; /* System CPU time. */ 40 clock_t tms_cutime; /* User CPU time of dead children. */ 41 clock_t tms_cstime; /* System CPU time of dead children. */ 45 /* Store the CPU time used by this process and all its 47 Return the elapsed real time, or (clock_t) -1 for errors.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
utime.h | 34 # include <time.h> 40 __time_t actime; /* Access time. */ 41 __time_t modtime; /* Modification time. */ 45 *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
profil.h | 24 #include <sys/time.h>
|
times.h | 29 #include <time.h> 34 /* Structure describing CPU time used by a process and its children. */ 37 clock_t tms_utime; /* User CPU time. */ 38 clock_t tms_stime; /* System CPU time. */ 40 clock_t tms_cutime; /* User CPU time of dead children. */ 41 clock_t tms_cstime; /* System CPU time of dead children. */ 45 /* Store the CPU time used by this process and all its 47 Return the elapsed real time, or (clock_t) -1 for errors.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
utime.h | 34 # include <time.h> 40 __time_t actime; /* Access time. */ 41 __time_t modtime; /* Modification time. */ 45 *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
profil.h | 24 #include <sys/time.h>
|
times.h | 29 #include <time.h> 34 /* Structure describing CPU time used by a process and its children. */ 37 clock_t tms_utime; /* User CPU time. */ 38 clock_t tms_stime; /* System CPU time. */ 40 clock_t tms_cutime; /* User CPU time of dead children. */ 41 clock_t tms_cstime; /* System CPU time of dead children. */ 45 /* Store the CPU time used by this process and all its 47 Return the elapsed real time, or (clock_t) -1 for errors.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
utime.h | 34 # include <time.h> 40 __time_t actime; /* Access time. */ 41 __time_t modtime; /* Modification time. */ 45 *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/ |
atomics.h | 32 #include <sys/time.h>
|
/sdk/emulator/qtools/ |
check_trace.cpp | 46 //printf("t%llu bb %lld %d\n", event.time, event.bb_num, event.num_insns); 47 uint64_t insn_time = trace->ReadInsnTime(event.time); 48 if (insn_time != event.time) { 49 printf("time: %llu insn time: %llu bb: %llu addr: 0x%x num_insns: %d, pid: %d\n", 50 event.time, insn_time, event.bb_num, event.bb_addr, 55 trace->ReadInsnTime(event.time);
|
/external/jmonkeyengine/engine/src/test/jme3test/batching/ |
TestBatchNode.java | 83 float time = 0; field in class:TestBatchNode 87 time += tpf; 89 cube2.setLocalTranslation(FastMath.sin(-time)*3, FastMath.cos(time)*3, 0); 90 cube2.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z)); 91 cube2.setLocalScale(Math.max(FastMath.sin(time),0.5f)); 93 batch.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeekView.java | 32 import android.text.format.Time; 67 * This sets one of the days in this view as selected {@link Time#SUNDAY} 68 * through {@link Time#SATURDAY}. 72 * Which day the week should start on. {@link Time#SUNDAY} through 73 * {@link Time#SATURDAY}. 77 * How many days to display at a time. Days will be displayed starting with 82 * Which month is currently in focus, as defined by {@link Time#month} 94 protected static final int DEFAULT_WEEK_START = Time.SUNDAY; 118 // Cache the number strings so we don't have to recompute them each time 159 protected String mTimeZone = Time.getCurrentTimezone() 247 Time time = new Time(tz); local 377 Time time = new Time(mTimeZone); local [all...] |
Completed in 589 milliseconds
<<11121314151617181920>>