/external/llvm-project/llvm/test/tools/dsymutil/ARM/ |
D | obfuscated.test | 89 CHECK: mod_time: 0x00000000 93 CHECK: mod_time: 0x00000000 98 CHECK: mod_time: 0x00000000 103 CHECK: mod_time: 0x00000000 108 CHECK: mod_time: 0x00000000 113 CHECK: mod_time: 0x00000000 118 CHECK: mod_time: 0x00000000
|
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.h | 114 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset, 125 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset); 129 const llvm::sys::TimePoint<> &mod_time, lldb::offset_t file_offset,
|
/external/libpng/ |
D | pngset.c | 969 png_const_timep mod_time) in png_set_tIME() argument 973 if (png_ptr == NULL || info_ptr == NULL || mod_time == NULL || in png_set_tIME() 977 if (mod_time->month == 0 || mod_time->month > 12 || in png_set_tIME() 978 mod_time->day == 0 || mod_time->day > 31 || in png_set_tIME() 979 mod_time->hour > 23 || mod_time->minute > 59 || in png_set_tIME() 980 mod_time->second > 60) in png_set_tIME() 987 info_ptr->mod_time = *mod_time; in png_set_tIME()
|
D | pngwutil.c | 1863 png_write_tIME(png_structrp png_ptr, png_const_timep mod_time) in png_write_tIME() argument 1869 if (mod_time->month > 12 || mod_time->month < 1 || in png_write_tIME() 1870 mod_time->day > 31 || mod_time->day < 1 || in png_write_tIME() 1871 mod_time->hour > 23 || mod_time->second > 60) in png_write_tIME() 1877 png_save_uint_16(buf, mod_time->year); in png_write_tIME() 1878 buf[2] = mod_time->month; in png_write_tIME() 1879 buf[3] = mod_time->day; in png_write_tIME() 1880 buf[4] = mod_time->hour; in png_write_tIME() 1881 buf[5] = mod_time->minute; in png_write_tIME() 1882 buf[6] = mod_time->second; in png_write_tIME()
|
D | pngtest.c | 1344 png_timep mod_time; in test_one_file() local 1346 if (png_get_tIME(read_ptr, read_info_ptr, &mod_time) != 0) in test_one_file() 1348 png_set_tIME(write_ptr, write_info_ptr, mod_time); in test_one_file() 1350 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file() 1580 png_timep mod_time; in test_one_file() local 1582 if (png_get_tIME(read_ptr, end_info_ptr, &mod_time) != 0) in test_one_file() 1584 png_set_tIME(write_ptr, write_end_info_ptr, mod_time); in test_one_file() 1586 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()
|
D | pnginfo.h | 129 png_time mod_time; member
|
D | pngget.c | 1076 png_timep *mod_time) in png_get_tIME() argument 1081 (info_ptr->valid & PNG_INFO_tIME) != 0 && mod_time != NULL) in png_get_tIME() 1083 *mod_time = &(info_ptr->mod_time); in png_get_tIME()
|
/external/pdfium/third_party/libpng16/ |
D | pngset.c | 969 png_const_timep mod_time) in png_set_tIME() argument 973 if (png_ptr == NULL || info_ptr == NULL || mod_time == NULL || in png_set_tIME() 977 if (mod_time->month == 0 || mod_time->month > 12 || in png_set_tIME() 978 mod_time->day == 0 || mod_time->day > 31 || in png_set_tIME() 979 mod_time->hour > 23 || mod_time->minute > 59 || in png_set_tIME() 980 mod_time->second > 60) in png_set_tIME() 987 info_ptr->mod_time = *mod_time; in png_set_tIME()
|
D | pngwutil.c | 1863 png_write_tIME(png_structrp png_ptr, png_const_timep mod_time) in png_write_tIME() argument 1869 if (mod_time->month > 12 || mod_time->month < 1 || in png_write_tIME() 1870 mod_time->day > 31 || mod_time->day < 1 || in png_write_tIME() 1871 mod_time->hour > 23 || mod_time->second > 60) in png_write_tIME() 1877 png_save_uint_16(buf, mod_time->year); in png_write_tIME() 1878 buf[2] = mod_time->month; in png_write_tIME() 1879 buf[3] = mod_time->day; in png_write_tIME() 1880 buf[4] = mod_time->hour; in png_write_tIME() 1881 buf[5] = mod_time->minute; in png_write_tIME() 1882 buf[6] = mod_time->second; in png_write_tIME()
|
D | pnginfo.h | 129 png_time mod_time; member
|
D | pngget.c | 1076 png_timep *mod_time) in png_get_tIME() argument 1081 (info_ptr->valid & PNG_INFO_tIME) != 0 && mod_time != NULL) in png_get_tIME() 1083 *mod_time = &(info_ptr->mod_time); in png_get_tIME()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | picture_mpeg4.c | 150 int mod_time; in vlVaDecoderFixMPEG4Startcode() local 179 mod_time = context->mpeg4.frame_num % in vlVaDecoderFixMPEG4Startcode() 182 while (mod_time--) in vlVaDecoderFixMPEG4Startcode()
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-line-only.s | 100 # CHECK-NEXT: mod_time: 0x00000051 105 # CHECK-NEXT: mod_time: 0x00000053
|
D | dwarfdump-header-64.s | 168 # CHECK-NEXT: mod_time: 0x00000051 173 # CHECK-NEXT: mod_time: 0x00000053
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_line_short_prologue_v4.s | 34 # C1-NEXT: mod_time: 0x00000002 40 # OK-NEXT: mod_time: 0x00000005
|
D | debug-line.s | 39 # CHECK-NEXT: mod_time: 0x12345678 65 # CHECK-NEXT: mod_time: 0x00000011
|
D | debug_line_invalid.test | 101 # NONFATAL-NEXT: mod_time: 0x00000002 113 # NONFATAL-NEXT: mod_time: 0x00000002 207 # NONFATAL-NEXT: mod_time: 0x00000002 231 # NONFATAL-NEXT: mod_time: 0x00000002
|
/external/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 62 uint32_t mod_time; member 224 priv->hdr.mod_time = get_u32(buf + ZC_LAST_MOD_FILE_TIME); in lws_fops_zip_scan() 358 priv->fop_fd.mod_time = priv->hdr.mod_time; in lws_fops_zip_open()
|
/external/mtools/ |
D | nameclash.h | 43 int mod_time; member
|
/external/google-breakpad/src/common/ |
D | dwarf_line_to_module.h | 137 uint32_t dir_num, uint64_t mod_time,
|
D | dwarf_line_to_module.cc | 74 uint32_t dir_num, uint64_t mod_time, in DefineFile() argument
|
/external/libwebsockets/lib/core/ |
D | vfs.c | 48 return fop_fd->mod_time; in lws_vfs_get_mod_time()
|
/external/google-breakpad/src/common/dwarf/ |
D | functioninfo.h | 94 uint32_t dir_num, uint64_t mod_time, uint64_t length);
|
D | functioninfo.cc | 73 uint64_t mod_time, uint64_t length) { in DefineFile() argument
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-vfs.h | 84 uint32_t mod_time; member
|