HomeSort by relevance Sort by last modified time
    Searched refs:mod_time (Results 1 - 25 of 33) sorted by null

1 2

  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.h 139 const lldb_private::TimeValue &mod_time,
145 const lldb_private::TimeValue &mod_time,
150 const lldb_private::TimeValue &mod_time,
  /external/libpng/
pnginfo.h 130 png_time mod_time; member in struct:png_info_def
pngset.c 888 png_const_timep mod_time)
892 if (png_ptr == NULL || info_ptr == NULL || mod_time == NULL ||
896 if (mod_time->month == 0 || mod_time->month > 12 ||
897 mod_time->day == 0 || mod_time->day > 31 ||
898 mod_time->hour > 23 || mod_time->minute > 59 ||
899 mod_time->second > 60)
905 info_ptr->mod_time = *mod_time
    [all...]
pngtest.c 1275 png_timep mod_time; local
1457 png_timep mod_time; local
    [all...]
pngwutil.c     [all...]
pngget.c 1005 png_timep *mod_time)
1010 && mod_time != NULL)
1012 *mod_time = &(info_ptr->mod_time);
    [all...]
pngrutil.c 2348 png_time mod_time; local
    [all...]
  /system/core/include/ziparchive/
zip_archive.h 51 uint32_t mod_time; member in struct:ZipEntry
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 117 png_time mod_time; member in struct:png_info_def
  /external/chromium_org/chrome/test/chromedriver/
util.cc 204 if (!stream.ReadUInt16(&zip->mod_time)) {
297 stream.WriteUInt16(mod_time);
315 stream.WriteUInt16(mod_time);
351 uint16 mod_time; member in struct:__anon10529::ZipEntry
  /external/lldb/include/lldb/Core/
Module.h 568 SetObjectModificationTime (const TimeValue &mod_time)
570 m_mod_time = mod_time;
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 38 mod_time(0),
45 dw_sleb128_t mod_time; member in struct:DWARFDebugLine::FileNameEntry
DWARFDebugLine.cpp 248 fileEntry.mod_time = debug_line_data.GetULEB128(&offset);
250 log->Printf( "0x%8.8x: DW_LNE_define_file('%s', dir=%i, mod_time=0x%8.8x, length=%i )",
254 fileEntry.mod_time,
451 fileEntry.mod_time = debug_line_data.GetULEB128( offset_ptr );
507 debug_line_data.Skip_LEB128(&offset); // Skip mod_time
671 fileEntry.mod_time = debug_line_data.GetULEB128(offset_ptr);
    [all...]
  /external/chromium_org/third_party/libpng/
pngwutil.c     [all...]
pngget.c 789 png_get_tIME(png_structp png_ptr, png_infop info_ptr, png_timep *mod_time)
794 && mod_time != NULL)
796 *mod_time = &(info_ptr->mod_time);
pngrutil.c 1959 png_time mod_time; local
    [all...]
pngset.c 820 png_set_tIME(png_structp png_ptr, png_infop info_ptr, png_timep mod_time)
828 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
    [all...]
pngwrite.c 218 png_write_tIME(png_ptr, &(info_ptr->mod_time));
334 png_write_tIME(png_ptr, &(info_ptr->mod_time));
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwutil.c     [all...]
pngget.c 789 png_get_tIME(png_structp png_ptr, png_infop info_ptr, png_timep *mod_time)
794 && mod_time != NULL)
796 *mod_time = &(info_ptr->mod_time);
pngrutil.c 1975 png_time mod_time; local
    [all...]
pngset.c 830 png_set_tIME(png_structp png_ptr, png_infop info_ptr, png_timep mod_time)
838 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
    [all...]
pngwrite.c 218 png_write_tIME(png_ptr, &(info_ptr->mod_time));
334 png_write_tIME(png_ptr, &(info_ptr->mod_time));
    [all...]
  /external/lldb/source/Host/common/
FileSpec.cpp 634 TimeValue mod_time; local
637 mod_time.OffsetWithSeconds(file_stats.st_mtime);
638 return mod_time;
    [all...]
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 123 *pModWhen = ze.mod_time;

Completed in 1032 milliseconds

1 2