Home
last modified time | relevance | path

Searched defs:format_version (Results 1 – 9 of 9) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dloca_table.h54 int32_t format_version() { return format_version_; } in format_version() function
143 int32_t format_version() { return format_version_; } in format_version() function
Dloca_table.cc65 int32_t format_version, in LocaTable()
/external/kernel-headers/original/uapi/linux/
Dadfs_fs.h34 __le32 format_version; member
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management.py303 def _prefix_to_checkpoint_path(prefix, format_version): argument
/external/openssh/
Dkrl.c931 u_int format_version; in ssh_krl_from_blob() local
/external/python/cpython2/Lib/
Dpickle.py41 format_version = "2.0" # File format version we write variable
Dargparse.py2320 def format_version(self): member in ArgumentParser
/external/python/cpython3/Lib/
Dpickle.py46 format_version = "4.0" # File format version we write variable
/external/python/cpython2/Modules/
DcPickle.c6017 PyObject *format_version; in initcPickle() local