/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
ImageReaderSubPane.java | 577 long timestamp = img.getTimestamp(); local 578 File output = getOutputImageFile(img.getFormat(), timestamp); 616 long timestamp = img.getTimestamp(); local 618 TLog.e("No camera availble for camera info, not saving DNG (timestamp %d)", 619 timestamp); 622 TotalCaptureResult result = mCurrentCamera.getResultAt(timestamp); 624 TLog.e("No result matching raw image found, not saving DNG (timestamp %d)", 625 timestamp); 726 File getOutputImageFile(int type, long timestamp){ 754 // Convert timestamp from boottime time base to the Date timebas [all...] |
/external/clang/test/Modules/ |
rebuild.m | 3 // Build Module and set its timestamp 14 // Rebuild Module, reset its timestamp, and verify its size hasn't changed 28 // Rebuild Module, reset its timestamp, and verify its size hasn't changed
|
validate-system-headers.m | 27 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session 34 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session 38 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
|
/external/libnl/lib/netfilter/ |
log_msg.c | 100 struct nfulnl_msg_packet_timestamp *timestamp = nla_data(attr); local 103 tv.tv_sec = ntohll(timestamp->sec); 104 tv.tv_usec = ntohll(timestamp->usec);
|
/external/vogar/src/vogar/ |
XmlReportReader.java | 76 String timestamp = testSuiteAttributes.get(XmlReportConstants.TIMESTAMP); local 112 date = dateFormat.parse(timestamp);
|
/frameworks/base/core/java/android/bluetooth/le/ |
ScanResult.java | 40 // Device timestamp when the result was last seen. 49 * @param timestampNanos Device timestamp when the scan result was observed. 120 * Returns timestamp since boot when the scan record was observed.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
transform.rs | 54 rsDebug("timestamp", data->timestamp); 120 data->timestamp ++;
|
scenegraph_objects.rsh | 81 uint32_t timestamp; 162 // Timestamp of the camera itself to signal params if anything changes 163 uint32_t timestamp; 164 // Timestamp of our transform 181 uint32_t timestamp; 190 // renderable or shader and contains a timestamp for the last time this buffer was updated
|
/frameworks/base/wifi/java/android/net/wifi/ |
ScanResult.java | 110 * timestamp in microseconds (since boot) when 113 public long timestamp; field in class:ScanResult 116 * Timestamp representing date when this result was last seen, in milliseconds from 1970 338 this.timestamp = tsf; 356 this.timestamp = tsf; 374 this.timestamp = tsf; 408 timestamp = source.timestamp; 446 append(", timestamp: "). 447 append(timestamp); [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
mixvideodecodeparams.h | 73 guint64 timestamp; member in struct:_MixVideoDecodeParams 130 guint64 timestamp); 132 guint64 * timestamp);
|
mixvideoencodeparams.h | 73 guint64 timestamp; member in struct:_MixVideoEncodeParams 130 guint64 timestamp); 132 guint64 * timestamp);
|
mixvideoframe.h | 73 guint64 timestamp; member in struct:_MixVideoFrame 135 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp); 136 MIX_RESULT mix_videoframe_get_timestamp(MixVideoFrame * obj, guint64 * timestamp);
|
/hardware/libhardware/tests/input/evdev/ |
InputDevice_test.cpp | 76 // Send two timestamp override events before an input event. 81 // Send a key down and syn. Should get the overridden timestamp. 85 // Send a key up, which should be at the reported timestamp.
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
ts_parser.h | 61 typedef struct timestamp { struct in class:omx_time_stamp_reorder 64 }timestamp; typedef in class:omx_time_stamp_reorder 66 timestamp input_timestamps[TIME_SZ];
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
ts_parser.h | 77 typedef struct timestamp { struct in class:omx_time_stamp_reorder 80 } timestamp; typedef in class:omx_time_stamp_reorder 82 timestamp input_timestamps[TIME_SZ];
|
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/ |
language_model_dict_content_test.cpp | 54 const int timestamp = 0x3FFFFFFF; local 57 const HistoricalInfo historicalInfo(timestamp, 0 /* level */, count); 62 EXPECT_EQ(timestamp, entry.getHistoricalInfo()->getTimestamp());
|
/system/core/gatekeeperd/ |
IGateKeeperService.h | 54 * - A timestamp T > 0 if the call has failed due to throttling and should not 68 * - A timestamp T > 0 if the call has failed due to throttling and should not 81 * - A timestamp T > 0 if the call has failed due to throttling and should not
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationVerifier.java | 85 long timestamp = location.getTime(); local 86 long delta = timestamp - mLastActiveTimestamp; 87 mLastActiveTimestamp = timestamp; 172 long timestamp = location.getTime(); local 173 long delta = timestamp - mLastPassiveTimestamp; 174 mLastPassiveTimestamp = timestamp;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
StepCounterTestActivity.java | 237 counterEvent.timestamp); 245 counterEvent.timestamp, 269 counterEvent.timestamp, 337 private void logUserReportedStep(long timestamp) throws InterruptedException { 342 mTimestampsUserReported.add(timestamp); 343 getTestLogger().logMessage(R.string.snsr_step_reported, timestamp);
|
/external/deqp/executor/tools/ |
xeMergeTestLogs.cpp | 82 if (!info.timestamp.empty()) combinedInfo.timestamp = info.timestamp; 92 if (combinedInfo.timestamp.empty()) combinedInfo.timestamp = info.timestamp;
|
/external/tcpdump/ |
print-ntp.c | 164 fputs("\n\t Reference Timestamp: ", stdout); 168 fputs("\n\t Originator Timestamp: ", stdout); 172 fputs("\n\t Receive Timestamp: ", stdout); 176 fputs("\n\t Transmit Timestamp: ", stdout); 179 fputs("\n\t Originator - Receive Timestamp: ", stdout); 182 fputs("\n\t Originator - Transmit Timestamp: ", stdout);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.cpp | 221 // so use fake timestamp instead 222 uint32_t timestamp = 0xFFFFFFFF; local 225 timestamp = mPvTime; 236 mHandle, &bitstream, ×tamp, &tmp, 253 outHeader->nTimeStamp = mPvToOmxTimeMap.valueFor(timestamp); 254 mPvToOmxTimeMap.removeItem(timestamp);
|
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.pom | 69 <filter>../../../../target/ant/.build.timestamp.properties</filter>
81 <id>create-timestamp-file</id>
90 <touch file="${project.build.directory}/.build.timestamp.properties"/>
91 <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
97 <id>delete-timestamp-file</id>
104 <delete file="${project.build.directory}/.build.timestamp.properties"/>
|
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/ |
ant-1.8.2.pom | 47 <filter>../../../../target/ant/.build.timestamp.properties</filter>
59 <id>create-timestamp-file</id>
68 <touch file="${project.build.directory}/.build.timestamp.properties"/>
69 <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
75 <id>delete-timestamp-file</id>
82 <delete file="${project.build.directory}/.build.timestamp.properties"/>
|
/system/netd/server/ |
NetlinkHandler.cpp | 120 const char *timestamp = evt->findParam("TIME_NS"); local 124 timestamp, uid); 171 const char *timestamp, 173 if (timestamp == NULL) 178 "IfaceClass active %s %s %s", name, timestamp, uid); 181 "IfaceClass %s %s %s", isActive ? "active" : "idle", name, timestamp);
|