Searched
full:time (Results
1251 -
1275 of
15385) sorted by null
<<51525354555657585960>>
/frameworks/base/cmds/system_server/ |
system_main.cpp | 17 #include <sys/time.h>
|
/frameworks/base/core/java/android/net/http/ |
IdleCache.java | 76 long time = SystemClock.uptimeMillis(); local 82 entry.mTimeout = time + TIMEOUT; 131 long time = SystemClock.uptimeMillis(); local 134 if (entry.mHost != null && time > entry.mTimeout) {
|
/frameworks/base/core/java/android/util/ |
NtpTrustedTime.java | 28 * time source. 77 // missing server, so no trusted time available 120 throw new IllegalStateException("Missing authoritative time source"); 124 // current time is age after the last ntp cache; callers who
|
/frameworks/base/core/java/android/webkit/ |
DateSorter.java | 78 * @param time time since the Epoch in milliseconds, such as that 83 public int getIndex(long time) { 86 if (time > mBins[i]) return i;
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewCallbacks.java | 46 // give UI time to settle 80 // give UI time to settle 91 // try one more time - should move from 0 to 1 98 // give UI time to settle
|
/frameworks/base/docs/html/ |
app.yaml | 17 # uncommented at any given time. By default,
|
/frameworks/base/libs/cpustats/ |
ThreadCpuUsage.cpp | 18 #include <time.h> 38 // record wall clock time at first enable 75 // was disabled, but add sample for accumulated time while enabled 122 LOGW("Can't compute elapsed time because measurements have never been enabled");
|
/frameworks/base/media/java/android/media/videoeditor/ |
AudioTrack.java | 102 * @param startTimeMs the start time in milliseconds (relative to the 104 * @param beginMs start time in the audio track in milliseconds (relative to 106 * @param endMs end time in the audio track in milliseconds (relative to the 323 * Get the start time of this audio track relative to the storyboard 326 * @return The start time in milliseconds 356 * @param beginMs start time in the audio track in milliseconds (relative to 358 * @param endMs end time in the audio track in milliseconds (relative to the 363 throw new IllegalArgumentException("Invalid start time"); 366 throw new IllegalArgumentException("Invalid end time"); 369 throw new IllegalArgumentException("Invalid start time; is < 0") [all...] |
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Tables.h | 45 /* Volume control gain and time constant tables */
|
/frameworks/base/media/libstagefright/ |
TimeSource.cpp | 18 #include <sys/time.h>
|
/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
config.h | 28 #define AACENC_BLOCKSIZE 1024 /*! encoder only takes BLOCKSIZE samples at a time */
|
/frameworks/base/tools/preload/ |
Operation.java | 38 /** Start time for this operation. */ 47 /** End time for this operation. */ 72 throw new IllegalStateException("End time hasn't been set yet: " 96 /** Gets the median time that this operation took across all processes. */
|
/frameworks/compile/slang/ |
slang_version.h | 29 // Note that RS_VERSION is defined at build time (see Android.mk for details).
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
perfutils.h | 18 #include <sys/time.h>
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf.c | 98 /* no flags are selected, and capture creation time */ 104 /* save original time stamp */ 105 TIME_GET(me->time); 106 TIME_COPY(me->tempTime, me->time);
|
/libcore/luni/src/main/java/java/lang/ref/ |
SoftReference.java | 59 * At the same time or some time in the future, all references in {@code 65 * time, yet all {@code SoftReference}s pointing to softly reachable objects are 72 * SoftReference} and a {@code WeakReference} is the point of time at which the
|
/libcore/luni/src/main/java/java/security/cert/ |
package.html | 15 - if the certificate's time stamp is not valid
|
/libcore/luni/src/main/java/java/sql/ |
RowIdLifetime.java | 21 * An enumeration to describe the life-time of RowID.
|
/libcore/luni/src/main/java/java/util/ |
RandomAccess.java | 22 * (usually constant time) random access.
|
/libcore/luni/src/test/resources/ |
recipe.xml | 17 Make the meat ahead of time, and refrigerate over night, the acid in the
|
recipe1.xml | 17 Make the meat ahead of time, and refrigerate over night, the acid in the
|
recipt.xml | 17 Make the meat ahead of time, and refrigerate over night, the acid in the
|
reciptWrong.xml | 14 Make the meat ahead of time, and refrigerate over night, the acid in the
|
systemid.xml | 17 Make the meat ahead of time, and refrigerate over night, the acid in the
|
/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);
|
Completed in 1052 milliseconds
<<51525354555657585960>>