/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-n | 35 # We consider the actual updated timestamp of targets with all
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
SimpleCaptureStream.java | 37 // Close the stream to avoid leaking the timestamp for every image of a
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/ |
MetadataPool.java | 29 public ListenableFuture<TotalCaptureResultProxy> removeMetadataFuture(long timestamp);
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
AlbumSetLoader.java | 20 "timestamp",
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/ |
ConversationListItemViewTest.java | 86 final String timestamp = Dates.getConversationTimeString( local 90 verifyContent(view, name, snippet, timestamp, unread); 97 final String timestamp, 130 assertEquals(timestamp, timestampTextView.getText());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
UserHistoryDictionary.java | 97 * @param timestamp the timestamp when the word has been inputted 101 final int timestamp) { 106 isValid, 1 /* count */, timestamp);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 140 // timestamp 172 long timestamp = IFile.NULL_STAMP; local 180 timestamp = Long.valueOf(line.substring(2)); 196 mLastUpdate = timestamp;
|
/system/gatekeeper/include/gatekeeper/ |
gatekeeper.h | 179 void MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length, uint64_t timestamp, 191 * Sets the last_checked_timestamp to timestamp. Writes the updated record 196 bool IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp, 207 bool ThrottleRequest(uint32_t uid, uint64_t timestamp,
|
/system/media/alsa_utils/include/ |
alsa_device_proxy.h | 47 uint64_t *frames, struct timespec *timestamp);
|
/external/chromium-trace/trace-viewer/tracing/tracing/model/ |
process_memory_dump_test.html | 25 var createProcessMemoryDump = function(timestamp, model) { 26 var gmd = new GlobalMemoryDump(model, timestamp); 29 var pmd = new ProcessMemoryDump(gmd, p, timestamp + 1); 35 var createFinalizedProcessMemoryDump = function(timestamp, createdCallback) { 36 return createFinalizedProcessMemoryDumps([timestamp], function(pmds) { 43 var pmds = timestamps.map(function(timestamp) { 44 return createProcessMemoryDump(timestamp, model);
|
/external/skia/src/gpu/ |
GrResourceCache.h | 42 * When proactive purging is enabled, on every flush, the timestamp of that flush is stored in a 43 * n-sized ring buffer. When purging occurs each purgeable resource's timestamp is compared to the 44 * timestamp of the n-th prior flush. If the resource's last use timestamp is older than the old 239 return a->cacheAccess().timestamp() < b->cacheAccess().timestamp(); 251 // assigned as the resource's timestamp and then incremented. fPurgeableQueue orders the
|
/frameworks/base/docs/html-intl/intl/ja/distribute/tools/ |
localization-checklist.jd | 68 data-sortorder="-timestamp" data-cardsizes="9x3," data-maxresults="6"> 154 "collection:distribute/tools/loc/designforloc" data-sortorder="-timestamp" 300 data-sortorder="-timestamp" data-cardsizes="9x3" data-maxresults="6"> 421 data-sortorder="-timestamp" data-cardsizes="9x3" data-maxresults="6"> 517 data-sortOrder="-timestamp" 657 data-sortorder="-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" 714 data-sortOrder="-timestamp"
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/ |
localization-checklist.jd | 91 data-sortorder="-timestamp" data-cardsizes="9x3," data-maxresults="6"> 221 "collection:distribute/tools/loc/designforloc" data-sortorder="-timestamp" 394 data-sortorder="-timestamp" data-cardsizes="9x3" data-maxresults="6"> 545 data-sortorder="-timestamp" data-cardsizes="9x3" data-maxresults="6"> 663 data-sortOrder="-timestamp" 856 data-sortorder="-timestamp" data-cardsizes="9x3,9x3,6x3,9x3,9x3,9x3" 934 data-sortOrder="-timestamp"
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformat_h264.c | 661 LOG_V( "Starting current frame %d, timestamp %"G_GINT64_FORMAT"\n", mix_video_h264_counter++, ts); 706 bufentry->timestamp = ts; 709 LOG_V( "bufentry->timestamp %"G_GINT64_FORMAT"\n", bufentry->timestamp); 755 bufentry->timestamp = ts; 758 LOG_V( "bufentry->timestamp %"G_GINT64_FORMAT"\n", bufentry->timestamp); 821 //Clear parse_in_progress flag and current timestamp 1018 guint64 timestamp, [all...] |
/packages/apps/Settings/src/com/android/settings/notification/ |
NotificationStation.java | 71 public long timestamp; field in class:NotificationStation.HistoricalNotificationInfo 110 return (int)(rhs.timestamp - lhs.timestamp); 215 info.timestamp = sbn.getPostTime(); 217 logd(" [%d] %s: %s", info.timestamp, info.pkg, info.title); 318 ((DateTimeView) row.findViewById(R.id.timestamp)).setTime(info.timestamp);
|
/frameworks/base/media/java/android/media/ |
Image.java | 163 * Get the timestamp associated with this frame. 165 * The timestamp is measured in nanoseconds, and is normally monotonically 168 * timebase of the timestamp depend on the source providing images. See 177 * Set the timestamp associated with this frame. 179 * The timestamp is measured in nanoseconds, and is normally monotonically 182 * timebase of the timestamp depend on the source providing images. See 191 * {@link ImageWriter}, or the timestamp will be generated automatically when 195 * @param timestamp The timestamp to be set for this image. 197 public void setTimestamp(long timestamp) { [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest_xml_test_utils.py | 154 * The "timestamp" attribute of <testsuites> elements is replaced with a 167 timestamp = element.getAttributeNode('timestamp') 168 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', 169 '*', timestamp.value)
|
/external/gtest/test/ |
gtest_xml_test_utils.py | 158 * The "timestamp" attribute of <testsuites> elements is replaced with a 171 timestamp = element.getAttributeNode('timestamp') 172 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', 173 '*', timestamp.value)
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelTree.java | 35 public String timeStamp; 47 timeStamp = time; 104 String timeStamp = null; 130 timeStamp = context.getString(value); 137 currentLevel = new Level(levelResource, null, titleString, timeStamp, inThePast, restartable, showWaitMessage);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
ScanDetailCache.java | 91 // Sort by descending timestamp 167 if (result.timestamp != 0) { 170 + " elapsed=" + now_elapsed_ms + " timestamp=" + result.timestamp 173 if ((now_elapsed_ms - (result.timestamp/1000)) > age) continue;
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_test_utils.py | 156 * The "timestamp" attribute of <testsuites> elements is replaced with a 169 timestamp = element.getAttributeNode('timestamp') 170 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', 171 '*', timestamp.value)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
seq_event.h | 211 #define SND_SEQ_TIME_STAMP_TICK (0<<0) /**< timestamp in clock ticks */ 212 #define SND_SEQ_TIME_STAMP_REAL (1<<0) /**< timestamp in real time */ 213 #define SND_SEQ_TIME_STAMP_MASK (1<<0) /**< mask for timestamp bits */ 215 #define SND_SEQ_TIME_MODE_ABS (0<<1) /**< absolute timestamp */ 308 snd_seq_timestamp_t time; /**< timestamp */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
ip_icmp.h | 55 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ 56 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ 213 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */ 232 #define ICMP_TSTAMP 13 /* timestamp request */ 233 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
seq_event.h | 211 #define SND_SEQ_TIME_STAMP_TICK (0<<0) /**< timestamp in clock ticks */ 212 #define SND_SEQ_TIME_STAMP_REAL (1<<0) /**< timestamp in real time */ 213 #define SND_SEQ_TIME_STAMP_MASK (1<<0) /**< mask for timestamp bits */ 215 #define SND_SEQ_TIME_MODE_ABS (0<<1) /**< absolute timestamp */ 308 snd_seq_timestamp_t time; /**< timestamp */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
ip_icmp.h | 55 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ 56 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ 213 #define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */ 232 #define ICMP_TSTAMP 13 /* timestamp request */ 233 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
|