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

1 2

  /external/google-breakpad/src/common/
dwarf_line_to_module.h 137 uint32 dir_num, uint64 mod_time,
dwarf_line_to_module.cc 74 uint32 dir_num, uint64 mod_time,
  /external/libpng/
pnginfo.h 129 png_time mod_time; member in struct:png_info_def
pngset.c 908 png_const_timep mod_time)
912 if (png_ptr == NULL || info_ptr == NULL || mod_time == NULL ||
916 if (mod_time->month == 0 || mod_time->month > 12 ||
917 mod_time->day == 0 || mod_time->day > 31 ||
918 mod_time->hour > 23 || mod_time->minute > 59 ||
919 mod_time->second > 60)
926 info_ptr->mod_time = *mod_time
    [all...]
pngwutil.c     [all...]
pngtest.c 1317 png_timep mod_time; local
1528 png_timep mod_time; local
    [all...]
pngget.c 1046 png_timep *mod_time)
1051 (info_ptr->valid & PNG_INFO_tIME) != 0 && mod_time != NULL)
1053 *mod_time = &(info_ptr->mod_time);
    [all...]
pngrutil.c 2378 png_time mod_time; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pnginfo.h 130 png_time mod_time; member in struct:png_info_def
pngset.c 887 png_const_timep mod_time)
891 if (png_ptr == NULL || info_ptr == NULL || mod_time == NULL ||
895 if (mod_time->month == 0 || mod_time->month > 12 ||
896 mod_time->day == 0 || mod_time->day > 31 ||
897 mod_time->hour > 23 || mod_time->minute > 59 ||
898 mod_time->second > 60)
904 info_ptr->mod_time = *mod_time;
    [all...]
pngwutil.c     [all...]
pngget.c 1004 png_timep *mod_time)
1009 && mod_time != NULL)
1011 *mod_time = &(info_ptr->mod_time);
    [all...]
  /external/opencv3/3rdparty/libpng/
pnginfo.h 117 png_time mod_time; member in struct:png_info_def
pngset.c 868 png_set_tIME(png_structp png_ptr, png_infop info_ptr, png_const_timep mod_time)
876 if (mod_time->month == 0 || mod_time->month > 12 ||
877 mod_time->day == 0 || mod_time->day > 31 ||
878 mod_time->hour > 23 || mod_time->minute > 59 ||
879 mod_time->second > 60)
885 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time))
    [all...]
pngwutil.c     [all...]
pngget.c 975 png_get_tIME(png_const_structp png_ptr, png_infop info_ptr, png_timep *mod_time)
980 && mod_time != NULL)
982 *mod_time = &(info_ptr->mod_time);
pngrutil.c 2170 png_time mod_time; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 117 png_time mod_time; member in struct:png_info_def
  /system/core/include/ziparchive/
zip_archive.h 77 uint32_t mod_time; member in struct:ZipEntry
  /external/google-breakpad/src/common/dwarf/
functioninfo.h 92 uint32 dir_num, uint64 mod_time, uint64 length);
functioninfo.cc 73 uint64 mod_time, uint64 length) {
dwarf2reader.h 166 // directory index for the directory name of this file, MOD_TIME is
170 uint32 dir_num, uint64 mod_time,
    [all...]
dwarf2reader.cc 600 uint64 mod_time = reader_->ReadUnsignedLEB128(lineptr, &len); local
606 mod_time, filelength);
768 const uint64 mod_time = reader->ReadUnsignedLEB128(start, local
778 mod_time, filelength);
    [all...]
  /system/core/libziparchive/
zip_writer_test.cc 189 ConvertZipTimeToTm(data.mod_time, &mod);
240 ConvertZipTimeToTm(data.mod_time, &mod);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 120 *pModWhen = ze.mod_time;

Completed in 4739 milliseconds

1 2