/external/kernel-headers/original/linux/ |
prctl.h | 44 /* Get/set whether we use statistical process timing or accurate timestamp 50 # define PR_TIMING_TIMESTAMP 1 /* Accurate timestamp based 71 /* Get/set the process' ability to use the timestamp counter instruction */ 74 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */
|
/external/linux-tools-perf/ |
builtin-lock.c | 371 u64 timestamp, 377 u64 timestamp, 383 u64 timestamp, 389 u64 timestamp, 431 u64 timestamp __used, 486 seq->prev_event_time = timestamp; 495 u64 timestamp __used, 517 contended_term = timestamp - seq->prev_event_time; 542 seq->prev_event_time = timestamp; 551 u64 timestamp __used [all...] |
builtin-timechart.c | 116 u64 timestamp; member in struct:sample_wrapper 213 static void pid_fork(int pid, int ppid, u64 timestamp) 222 p->start_time = timestamp; 224 p->current->start_time = timestamp; 225 p->current->state_since = timestamp; 229 static void pid_exit(int pid, u64 timestamp) 233 p->end_time = timestamp; 235 p->current->end_time = timestamp; 371 static void c_state_start(int cpu, u64 timestamp, int state) 373 cpus_cstate_start_times[cpu] = timestamp; [all...] |
/external/oauth/core/src/main/java/net/oauth/ |
SimpleOAuthValidator.java | 24 * A simple OAuthValidator, which checks the version, whether the timestamp 89 long timestamp = Long.parseLong(message.getParameter(OAuth.OAUTH_TIMESTAMP)) * 1000L; local 93 if (timestamp < min || max < timestamp) {
|
/external/qemu/distrib/sdl-1.2.15/ |
TODO | 13 * Add a timestamp to events
|
/external/qemu/telephony/ |
sms.h | 32 /* An SMS timestamp structure */ 67 const SmsTimeStampRec* timestamp ); 90 /* retrieve the service center timestamp of a SMS-DELIVER pdu, return -1 otherwise */ 91 extern int smspdu_get_sc_timestamp( SmsPDU pdu, SmsTimeStamp timestamp );
|
/external/tcpdump/ |
Makefile-devel-adds | 12 echo timestamp > ${srcdir}/stamp-h.in
|
/frameworks/av/camera/camera2/ |
ICameraDeviceCallbacks.cpp | 68 void onCaptureStarted(int32_t requestId, int64_t timestamp) 74 data.writeInt64(timestamp); 122 int64_t timestamp = data.readInt64(); local 123 onCaptureStarted(requestId, timestamp);
|
/frameworks/base/core/java/android/hardware/camera2/ |
ICameraDeviceCallbacks.aidl | 30 oneway void onCaptureStarted(int requestId, long timestamp);
|
/frameworks/base/core/java/android/hardware/location/ |
IGeofenceHardwareCallback.aidl | 24 long timestamp, int monitoringType);
|
/frameworks/base/location/java/android/location/ |
IGpsStatusListener.aidl | 32 void onNmeaReceived(long timestamp, String nmea);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GLEnvironment.java | 141 public void setSurfaceTimestamp(long timestamp) { 142 if (!nativeSetSurfaceTimestamp(timestamp)) { 143 throw new RuntimeException("Could not set timestamp for current surface!"); 183 private native boolean nativeSetSurfaceTimestamp(long timestamp);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
ShaderParam.java | 128 mData.timestamp ++; 129 mData.timestamp %= sMaxTimeStamp; 130 mField.set_timestamp(0, mData.timestamp, true); 152 mData.timestamp = 1;
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 83 /* Currently read vsync timestamp from drivers 111 // extract timestamp 120 // send timestamp to HAL 122 ALOGD_IF (logvsync, "%s: timestamp %llu sent to HWC for %s",
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_vsync.cpp | 83 /* Currently read vsync timestamp from drivers 111 // extract timestamp 120 // send timestamp to HAL 122 ALOGD_IF (logvsync, "%s: timestamp %llu sent to HWC for %s",
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6vdec.h | 149 int timestamp_lo; /* lower 32 bits timestamp, in msec */ 150 int timestamp_hi; /* higher 32 bits timestamp, in msec */ 151 int cal_timestamp_lo; /* lower 32 bits cal timestamp, in msec */ 152 int cal_timestamp_hi; /* higher 32 bits cal timestamp, in msec */
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
CodeSignerTest.java | 26 import java.security.Timestamp; 41 private Timestamp ts = new Timestamp(now, cpath); 56 * timestamp can be null
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dlm_netlink.h | 31 unsigned long timestamp; member in struct:dlm_lock_data
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dlm_netlink.h | 31 unsigned long timestamp; member in struct:dlm_lock_data
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dlm_netlink.h | 31 unsigned long timestamp; member in struct:dlm_lock_data
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_kgsl.h | 95 unsigned int timestamp; member in struct:kgsl_device_waittimestamp 105 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds 113 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp 121 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_kgsl.h | 95 unsigned int timestamp; member in struct:kgsl_device_waittimestamp 105 unsigned int timestamp; member in struct:kgsl_ringbuffer_issueibcmds 113 unsigned int timestamp; member in struct:kgsl_cmdstream_readtimestamp 121 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
cache.js | 217 * @param {number} timestamp Last modification timestamp. Used to detect 220 Cache.prototype.saveImage = function(key, data, timestamp) { 228 timestamp: timestamp, 249 this.loadImage(key, timestamp, function() {}, onNotFoundInCache); 256 * @param {number} timestamp Last modification timestamp. If different 261 Cache.prototype.loadImage = function(key, timestamp, onSuccess, onFailure) { 296 } else if (metadataEntry.timestamp != timestamp) [all...] |
/frameworks/av/media/libnbaio/ |
MonoPipe.cpp | 208 status_t MonoPipe::getNextWriteTimestamp(int64_t *timestamp) 212 ALOG_ASSERT(NULL != timestamp); 217 observeFrontAndNRPTS(&front, timestamp); 219 if (AudioBufferProvider::kInvalidPTS != *timestamp) { 220 // If we have a valid read-pointer and next read timestamp pair, then 222 // frames are in the buffer, and offset the timestamp by that amt. Then 224 // the next read timestamp plus the current amount of data in the 227 *timestamp = offsetTimestampByAudioFrames(*timestamp, pendingFrames); 316 status_t MonoPipe::getTimestamp(AudioTimestamp& timestamp) [all...] |
/bootable/recovery/minzip/ |
DirUtil.h | 38 * If timestamp is non-NULL, new directories will be timestamped accordingly. 44 const struct utimbuf *timestamp, bool stripFileName,
|