HomeSort by relevance Sort by last modified time
    Searched refs:current_format (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 139 current_format = date_time[offset]
146 current_format = current_format.replace(old, new)
155 date_time[offset] = current_format.replace('11', U_W)
  /external/python/cpython2/Lib/
_strptime.py 141 current_format = date_time[offset]
148 current_format = current_format.replace(old, new)
157 date_time[offset] = current_format.replace('11', U_W)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 139 current_format = date_time[offset]
146 current_format = current_format.replace(old, new)
155 date_time[offset] = current_format.replace('11', U_W)
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 139 current_format = date_time[offset]
146 current_format = current_format.replace(old, new)
155 date_time[offset] = current_format.replace('11', U_W)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 139 current_format = date_time[offset]
146 current_format = current_format.replace(old, new)
155 date_time[offset] = current_format.replace('11', U_W)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 139 current_format = date_time[offset]
146 current_format = current_format.replace(old, new)
155 date_time[offset] = current_format.replace('11', U_W)
  /toolchain/binutils/binutils-2.27/bfd/
pef.h 152 unsigned long current_format; member in struct:bfd_pef_xlib_header
pef.c 1079 header->current_format = bfd_getb32 (buf + 8);
  /external/python/cpython3/Lib/
_strptime.py 143 current_format = date_time[offset]
150 current_format = current_format.replace(old, new)
159 date_time[offset] = current_format.replace('11', U_W)
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 967 const char *current_format; local
974 current_format = itemdict->format ? itemdict->format : "B";
978 itemdict->ndim, itemdict->shape, "&", current_format);
980 stgdict->format = _ctypes_alloc_format_string("&", current_format);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 927 const char *current_format; local
934 current_format = itemdict->format ? itemdict->format : "B";
938 itemdict->ndim, itemdict->shape, "&", current_format);
940 stgdict->format = _ctypes_alloc_format_string("&", current_format);
    [all...]

Completed in 734 milliseconds