/frameworks/base/include/cpustats/ |
CentralTendencyStatistics.h | 65 // cached variance, and n at time of caching 69 // cached standard deviation, and n at time of caching
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorThumbnailMain.h | 47 * @param pTimeMS (IN/OUT)Time stamp at which thumbnail is retrieved. 62 * @param pTimeMS (IN/OUT)Time stamp at which thumbnail is retrieved.
|
/frameworks/base/media/libstagefright/ |
CameraSourceTimeLapse.cpp | 72 LOGD("starting time lapse mode: %lld us", 242 // First time lapse frame. Initialize mLastTimeLapseFrameRealTimestampUs 243 // to current time (timestampUs) and save frame data. 270 // sufficient time (mTimeBetweenTimeLapseFrameCaptureUs) has passed. 275 // Desired frame has arrived after mTimeBetweenTimeLapseFrameCaptureUs time: 276 // - Reset mLastTimeLapseFrameRealTimestampUs to current time. 277 // - Artificially modify timestampUs to be one frame time (1/framerate) ahead 278 // of the last encoded frame's time stamp.
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
ATSParser.h | 43 // a media time of 0. 45 // program of this stream will be assumed to correspond to media time 0
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTPAssembler.cpp | 69 CHECK(from->meta()->findInt32("rtp-time", (int32_t *)&rtpTime)); 71 to->meta()->setInt32("rtp-time", rtpTime);
|
/frameworks/base/voip/java/android/net/rtp/ |
package.html | 3 <p>Provides APIs for RTP (Real-time Transport Protocol), allowing applications to manage on-demand 18 the same time.</li>
|
/frameworks/ex/common/java/com/android/common/ |
Search.java | 39 * used to specify the time in {@link System#currentTimeMillis 40 * System.currentTimeMillis()} (wall time in UTC) when an item was last
|
/libcore/luni/src/main/java/java/security/ |
KeyPairGeneratorSpi.java | 36 * Computes and returns a new unique {@code KeyPair} each time this method 39 * @return a new unique {@code KeyPair} each time this method is called.
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
PKIStatus.java | 28 Time-Stamp Protocol (TSP) 64 * revocation time comes soon
|
/libcore/luni/src/test/java/tests/security/interfaces/ |
DSAPublicKeyTest.java | 34 * Case 2: check with random p, q, g, x. It takes some time (up to 53 // Case 2: check with random p, q, g, x. It takes some time (up to
|
/libcore/support/src/test/java/tests/net/ |
StuckServer.java | 26 * A test ServerSocket that you can't connect to --- connects will time out. 34 // connection to time out. According to Steven's
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
tempname.h | 28 does not exist at the time of the call to gen_tempname. TMPL is 33 at the time of the call.
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
UtilsTests.java | 23 import android.text.format.Time; 101 Utils.getWeeksSinceEpochFromJulianDay(JULIAN_DAYS[i], Time.MONDAY)); 103 Utils.getWeeksSinceEpochFromJulianDay(JULIAN_DAYS[i], Time.SUNDAY)); 105 Utils.getWeeksSinceEpochFromJulianDay(JULIAN_DAYS[i], Time.SATURDAY)); 168 // No Events in time frame 177 // test zero times events, events that are partially in the time span 189 // Test event that spans over 2 days but start and end time do not 190 // overlap fully with tested time span
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 16 long timestamp_sec; /* Packet arrival time (seconds) */ 17 long timestamp_usec; /* Packet arrvial time (+useconds) */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
timex.h | 16 #include <linux/time.h> 46 struct timeval time; member in struct:timex
|
/sdk/common/src/com/android/resources/ |
NightMode.java | 24 NOTNIGHT("notnight", "Not Night", "Day time"), 25 NIGHT("night", "Night", "Night time");
|
/sdk/emulator/qtools/ |
hist_trace.cpp | 31 //int time_diff = event.time - prev_time; 35 prev_time = event.time;
|