HomeSort by relevance Sort by last modified time
    Searched defs:TIMESTAMP (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
validating_util_test.cc 25 #define TIMESTAMP 1388001600
37 // The timestamp for the wrapped data.
38 const time_t kTimestamp = TIMESTAMP;
54 const char kWrappedData[] = "timestamp=" ITOA(TIMESTAMP) "\n"
58 // "Randomly" corrupted file. The "p" in "timestamp" is capitalized.
59 const char kCorruptedWrappedData[] = "timestamP=" ITOA(TIMESTAMP) "\n"
63 // The timestamp in the middle of data.
65 "timestamp=" ITOA(TIMESTAMP) "\n
    [all...]
  /hardware/qcom/gps/msm8960/utils/
log_util.h 63 unsigned long TIMESTAMP;
89 extern void loc_logger_init(unsigned long debug, unsigned long timestamp);
140 if (loc_logger.TIMESTAMP) { \
loc_cfg.cpp 55 static uint8_t TIMESTAMP = 0;
61 {"TIMESTAMP", &TIMESTAMP, NULL, 'n'},
233 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
285 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
  /hardware/qcom/gps/utils/
loc_cfg.cpp 56 static uint8_t TIMESTAMP = 0;
62 {"TIMESTAMP", &TIMESTAMP, NULL, 'n'},
394 loc_logger_init(DEBUG_LEVEL, TIMESTAMP);
log_util.h 63 unsigned long TIMESTAMP;
89 extern void loc_logger_init(unsigned long debug, unsigned long timestamp);
150 if (loc_logger.TIMESTAMP) { \
  /frameworks/base/core/java/android/os/
UpdateLock.java 69 public static final String TIMESTAMP = "timestamp";
  /libcore/luni/src/main/java/java/sql/
Types.java 166 * The type code that identifies the SQL type {@code TIMESTAMP}.
168 public static final int TIMESTAMP = 93;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 60 public static final String TIMESTAMP = TimeStampHeader.NAME; //14
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 214 * The name of the column containing the timestamp when the transfer is
223 public static final String TIMESTAMP = "timestamp";
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 80 public static final String TIMESTAMP = "timestamp";
94 public static final String TIMESTAMP = "timestamp";
134 RecentColumns.TIMESTAMP + " INTEGER" +
150 ResumeColumns.TIMESTAMP + " INTEGER," +
178 return db.query(TABLE_RECENT, projection, RecentColumns.TIMESTAMP + ">" + cutoff,
207 values.put(RecentColumns.TIMESTAMP, System.currentTimeMillis());
210 db.delete(TABLE_RECENT, RecentColumns.TIMESTAMP + "<" + cutoff, null);
229 values.put(ResumeColumns.TIMESTAMP, System.currentTimeMillis())
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 33 static final String TIMESTAMP = "Timestamp";
58 ID_COL, TIMESTAMP, TAG, ENTRY_TYPE, ACCURACY, LATITUDE, LONGITUDE,
115 private void setTimestamp(String timestamp) {
116 mTimestamp = timestamp;
171 cValues.put(TIMESTAMP, mTimestamp);
209 String timestamp = cursor.getString(cursor.getColumnIndex(TIMESTAMP)); local
213 entry.setTimestamp(timestamp);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 92 public static final int TIMESTAMP = START + 55;
Lexer.java 132 TokenTypes.TIMESTAMP);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_reg.h 279 #define TIMESTAMP 0x2358
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_reg.h 279 #define TIMESTAMP 0x2358
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 434 // source's timestamp (long) for this item
643 public static final String TIMESTAMP = "timeStamp";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 399 __MINGW_EXTENSION __int64 TimeStamp;
418 __MINGW_EXTENSION __int64 TimeStamp;
571 __MINGW_EXTENSION __int64 TimeStamp;
638 SYSTEMTIME TimeStamp;
721 __MINGW_EXTENSION __int64 TimeStamp;
746 __MINGW_EXTENSION __int64 TimeStamp;
764 __MINGW_EXTENSION __int64 TimeStamp;
782 __MINGW_EXTENSION __int64 TimeStamp;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 

Completed in 765 milliseconds

1 2 3