/hardware/qcom/display/msm8909/libqdutils/ |
qdMetaData.h | 79 int64_t timestamp; member in struct:MetaData_t
|
/hardware/qcom/display/msm8994/libqdutils/ |
qdMetaData.h | 79 int64_t timestamp; member in struct:MetaData_t
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
display_hdmi.h | 52 virtual DisplayError VSync(int64_t timestamp);
|
display_primary.h | 57 virtual DisplayError VSync(int64_t timestamp);
|
/hardware/qcom/msm8994/kernel-headers/media/ |
msmb_generic_buf_mgr.h | 41 struct timeval timestamp; member in struct:msm_buf_mngr_info
|
/hardware/qcom/msm8996/kernel-headers/media/ |
msmb_generic_buf_mgr.h | 40 struct timeval timestamp; member in struct:msm_buf_mngr_info
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
pkt_stats.h | 80 u32 timestamp; member in struct:__anon35154 218 /*Contains tx timestamp*/ 220 u32 timestamp : 23; //[22:0] member in struct:try_status 353 u32 timestamp; member in struct:__anon35161
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
BasicChecker.java | 54 * on a PKIX certificate, namely the signature, timestamp, and subject/issuer 128 * Performs the signature, timestamp, and subject/issuer name chaining 184 * Internal method to verify the timestamp on a certificate 189 String msg = "timestamp";
|
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 138 representing a file timestamp. The upper bound is not necessarily 19, 143 file timestamp bits might affect the year; 172 /* Special timestamp values. */ 174 /* The file's timestamp is not yet known. */
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
symlinks | 55 # should get an error: with -L we should use the timestamp of the symlink.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
CameraCaptureSessionProxy.java | 55 long timestamp, long frameNumber);
|
ForwardingImageProxy.java | 106 .add("timestamp", getTimestamp())
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
CaptureStream.java | 54 * single timestamp.
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
SyncCursorPair.java | 154 // Set of local messages matched with the timestamp of a remote message 156 // Set of remote messages matched with the timestamp of a local message 198 // Found remote and local messages at the same timestamp 204 // Check if only one message on each side matches the current timestamp 206 // (meaning no more messages) or having a different timestamp. We want 208 // of the messages are in sync (so they one-to-one pair up at each timestamp), 216 // that matches the same timestamp 230 // Rare case in which multiple messages are in the same timestamp 569 * not including the selection on timestamp.
|
/packages/apps/Messaging/tools/messagegen/ |
fillsms | 189 timestamp=$(( $START_TIMESTAMP_IN_SECONDS + 5 * $TIMESTAMP_INC_IN_SECONDS * $i )) 196 add_sql "insert into threads (_id,date,message_count,recipient_ids,snippet,snippet_cs,read,type,error,has_attachment) values ($thread_id, $timestamp, $sms_per_thread, $addr_id, 'snippet', 0, 1, 0, 0, 0);" 204 date=$(( ( 1000 * $timestamp ) - $half_timestamp_inc * ( 2 * ($sms_per_thread - $j) + ( $i % 2 ) ) )) 221 date=$(( $timestamp - $half_timestamp_inc * ( 2 * ($mms_per_thread - $j) + ( ($i+1) % 2 ) ) ))
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
EpgFetcher.java | 156 // Check the EPG Timestamp. 184 private void setLastUpdatedEpgTimestamp(long timestamp) { 185 mLastEpgTimestamp = timestamp; 187 KEY_LAST_UPDATED_EPG_TIMESTAMP, timestamp);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
DelayedTaskHandler.java | 70 * This updates the handler's internal timestamp.
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
forgetting_curve_utils.h | 105 static int getElapsedTimeStepCount(const int timestamp, const int durationToLevelDown);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_osf.h | 99 OSFOPT_TS, /* Timestamp option */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
shape.h | 45 Time time; /* server timestamp when region changed */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_osf.h | 99 OSFOPT_TS, /* Timestamp option */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
mce.h | 87 LARGE_INTEGER TimeStamp; 113 LARGE_INTEGER TimeStamp; 176 ULONGLONG TimeStamp; 216 ERROR_TIMESTAMP TimeStamp; 249 lid |= (USHORT)((UCHAR)(Log->TimeStamp.s.Reserved) << 8); 251 lid |= (USHORT)((UCHAR)(Log->TimeStamp.Reserved) << 8); 946 ULONG TimeStamp; 964 ULONGLONG TimeStamp:1; 977 ERROR_TIMESTAMP TimeStamp;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
evntcons.h | 57 LARGE_INTEGER TimeStamp;
|
naptypes.h | 100 FILETIME timeStamp;
|
/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog_test.go | 245 var parsedHostname, timestamp string 247 if n, err := fmt.Sscanf(out, tmpl, ×tamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname { 285 var parsedHostname, timestamp string 287 if n, err := fmt.Sscanf(rcvd, test.exp, ×tamp, &parsedHostname, &pid); n != 3 || err != nil || hostname != parsedHostname {
|