HomeSort by relevance Sort by last modified time
    Searched full:timevalue (Results 26 - 50 of 59) sorted by null

12 3

  /external/llvm/lib/Support/Unix/
Path.inc 177 TimeValue file_status::getLastModificationTime() const {
178 TimeValue Ret;
397 std::error_code setLastModificationAndAccessTime(int FD, TimeValue Time) {
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 562 void GetTimeString(UInt64 timeValue, wchar_t *s)
564 UInt64 hours = timeValue / 3600;
565 UInt32 seconds = (UInt32)(timeValue - hours * 3600);
  /external/opencv3/modules/videoio/src/
cap_qtkit.mm 688 movieDuration = (t.timeValue *1000.0 / t.timeScale);
847 retval = t.timeValue * 1000.0 / t.timeScale;
890 t.timeValue = value * t.timeScale / 1000;
    [all...]
cap_avfoundation.mm 1026 retval = t.timeValue * 1000.0 / t.timeScale;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 47 Status::Status(StringRef Name, UniqueID UID, sys::TimeValue MTime,
480 Status("", getNextVirtualUniqueID(), llvm::sys::TimeValue::MinTime(),
518 llvm::sys::TimeValue(ModificationTime, 0), 0, 0,
531 getNextVirtualUniqueID(), llvm::sys::TimeValue(ModificationTime, 0),
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 500 long timeValue;
502 timeValue = parseLongInteger(pduDataStream);
510 timeValue = System.currentTimeMillis()/1000 + timeValue;
516 + " value: " + timeValue);
518 headers.setLongInteger(timeValue, headerField);
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 497 long timeValue;
499 timeValue = parseLongInteger(pduDataStream);
507 timeValue = System.currentTimeMillis()/1000 + timeValue;
513 + " value: " + timeValue);
515 headers.setLongInteger(timeValue, headerField);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java 522 long timeValue;
524 timeValue = parseLongInteger(pduDataStream);
532 timeValue = System.currentTimeMillis() / 1000 + timeValue;
539 timeValue);
541 headers.setLongInteger(timeValue, headerField);
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 35 #include "llvm/Support/TimeValue.h"
199 TimeValue getLastModificationTime() const;
529 std::error_code setLastModificationAndAccessTime(int FD, TimeValue Time);
  /external/llvm/lib/Support/Windows/
Path.inc 153 TimeValue file_status::getLastModificationTime() const {
158 TimeValue Ret;
471 std::error_code setLastModificationAndAccessTime(int FD, TimeValue Time) {
  /external/llvm/lib/Object/
Archive.cpp 60 sys::TimeValue ArchiveMemberHeader::getLastModified() const {
66 sys::TimeValue Ret;
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 149 String timeValue = matcher.group(1);
150 double value = Double.parseDouble(timeValue);
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 117 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0,
123 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0,
129 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0,
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 122 sys::TimeValue now(0,0), user(0,0), sys(0,0);
  /external/curl/lib/
transfer.c 361 if((timeofdoc == 0) || (data->set.timevalue == 0))
367 if(timeofdoc <= data->set.timevalue) {
375 if(timeofdoc >= data->set.timevalue) {
    [all...]
ftp.c     [all...]
urldata.h 1512 time_t timevalue; \/* what time to compare with *\/ member in struct:UserDefined
    [all...]
http.c     [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 26 #include "llvm/Support/TimeValue.h"
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 37 #include "llvm/Support/TimeValue.h"
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 781 CINIT(TIMEVALUE, LONG, 34),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 48 #include "llvm/Support/TimeValue.h"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 52 #include "llvm/Support/TimeValue.h"
    [all...]
  /external/curl/include/curl/
curl.h     [all...]

Completed in 2567 milliseconds

12 3