/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
CodeSignerTest.java | 41 private Timestamp ts = new Timestamp(now, cpath); 56 * timestamp can be null
|
/external/apache-http/src/org/apache/http/util/ |
VersionInfo.java | 68 public final static String PROPERTY_TIMESTAMP = "info.timestamp"; 80 /** The timestamp from the version info. */ 142 * Obtains the timestamp of the versioned module or informal unit. 145 * @return the timestamp, never <code>null</code> 290 String timestamp = null; local 302 timestamp = (String) info.get(PROPERTY_TIMESTAMP); 303 if ((timestamp != null) && 304 ((timestamp.length() < 1) || 305 (timestamp.equals("${mvn.timestamp}"))) [all...] |
/external/chromium_org/android_webview/native/ |
state_serializer_unittests.cc | 56 const base::Time timestamp = base::Time::FromInternalValue(12345); local 68 entry->SetTimestamp(timestamp); 90 EXPECT_EQ(timestamp, copy->GetTimestamp());
|
/external/chromium_org/chrome/browser/sessions/ |
session_types.cc | 26 base::Time timestamp) { 34 this->timestamp = timestamp;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.cc | 158 const base::Time& timestamp) { 160 timestamp, 212 static base::Time* timestamp = NULL; member in namespace:__anon5753 247 if (!::timestamp) 248 ::timestamp = new base::Time(base::Time::Now()); 249 base::Time original = *::timestamp; 250 *::timestamp += base::TimeDelta::FromMilliseconds(1); 262 base::Time timestamp = GetTimestamp(); local 263 AddUrlToHistoryWithTimestamp(index, url, transition, source, timestamp); 269 const base::Time& timestamp) { 283 timestamp); local [all...] |
/external/chromium_org/chrome/common/media_galleries/ |
picasa_types.cc | 48 AlbumInfo::AlbumInfo(const std::string& name, const base::Time& timestamp, 51 timestamp(timestamp),
|
/external/chromium_org/content/port/browser/ |
render_widget_host_view_frame_subscriber.h | 38 // |timestamp| is the time when the frame was painted. 42 // platform layer is shutting down. |timestamp| is also invalid in this case. 44 base::Time /* timestamp */,
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
LocationProviderAdapter.java | 79 public static void newLocationAvailable(double latitude, double longitude, double timestamp, 84 nativeNewLocationAvailable(latitude, longitude, timestamp, hasAltitude, altitude, 94 double latitude, double longitude, double timeStamp,
|
/external/chromium_org/content/renderer/pepper/ |
pepper_video_destination_host.cc | 74 PP_TimeTicks timestamp) { 90 // microseconds) and then to a video timestamp (int64, nanoseconds). All times 93 base::Time::FromDoubleT(timestamp) - base::Time();
|
/external/chromium_org/media/base/ |
data_buffer.h | 42 base::TimeDelta timestamp() const { function in class:media::DataBuffer 47 void set_timestamp(const base::TimeDelta& timestamp) { 49 timestamp_ = timestamp;
|
/external/chromium_org/ppapi/api/dev/ |
ppb_trace_event_dev.idl | 17 * A trace event timestamp. 53 * and timestamp. This is useful for when tracing data cannot be registered 64 [in] PP_TraceEventTime timestamp,
|
/external/chromium_org/ppapi/proxy/ |
video_source_resource.cc | 100 PP_TimeTicks timestamp) { 106 frame->timestamp = timestamp;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorInputAgent.cpp | 69 SyntheticInspectorTouchEvent(const WebCore::PlatformEvent::Type type, unsigned modifiers, double timestamp) 73 m_timestamp = timestamp; 102 void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) 130 timestamp ? *timestamp : currentTime()); 134 void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace) 183 timestamp ? *timestamp : currentTime()); 188 void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) 204 SyntheticInspectorTouchEvent event(convertedType, convertedModifiers, timestamp ? *timestamp : currentTime()) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCStatsReport.h | 40 static PassRefPtr<RTCStatsReport> create(const String& id, const String& type, double timestamp); 42 double timestamp() const { return m_timestamp; } function in class:WebCore::RTCStatsReport 56 RTCStatsReport(const String& id, const String& type, double timestamp);
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIOutput.h | 49 void send(Uint8Array*, double timestamp, ExceptionState&); 50 void send(Vector<unsigned>, double timestamp, ExceptionState&); 52 // send() without optional |timestamp|.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebGeolocationPosition.h | 43 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) 45 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed); 50 BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
|
/external/chromium_org/third_party/android_testrunner/ |
logger.py | 60 """Returns the log_string prepended with current timestamp """ 66 # timestamp logging disabled 88 """ Enable or disable outputting a timestamp with each log entry"""
|
/external/kernel-headers/original/linux/ |
hdsmart.h | 80 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 87 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 109 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3ZslStream.h | 51 * Locate a buffer matching this timestamp in the RingBufferConsumer, 57 status_t enqueueInputBufferByTimestamp(nsecs_t timestamp, 95 nsecs_t timestamp,
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareCallback.java | 33 * @param timestamp The timestamp (elapsed real time in milliseconds) when the transition was 38 long timestamp, int monitoringType) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/ |
Exynos_OMX_Basecomponent.h | 44 /* for Check TimeStamp after Seek */ 87 /* Save Timestamp */ 88 OMX_TICKS timeStamp[MAX_TIMESTAMP];
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
DatabaseAsserts.java | 67 * Asserts that a contact id was deleted, has a delete log, and that log has a timestamp greater 68 * than the given timestamp. 71 * @param start The timestamp that the delete log should be greater than.
|
DeletedContactUtil.java | 70 * Queries all records after a given timestamp. 75 long timestamp) { 77 String[] args = new String[] {timestamp + ""};
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hdsmart.h | 80 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 87 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 109 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hdsmart.h | 80 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 87 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 109 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|