Home
last modified time | relevance | path

Searched refs:format_version (Results 1 – 8 of 8) 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
170 int32_t format_version,
Dloca_table.cc65 int32_t format_version, in LocaTable() argument
68 format_version_(format_version), in LocaTable()
/external/kernel-headers/original/uapi/linux/
Dadfs_fs.h33 __le32 format_version; member
/external/openssh/
Dkrl.c931 u_int format_version; in ssh_krl_from_blob() local
954 if ((r = sshbuf_get_u32(copy, &format_version)) != 0) in ssh_krl_from_blob()
956 if (format_version != KRL_FORMAT_VERSION) { in ssh_krl_from_blob()
/external/python/cpython2/Modules/
DcPickle.c6031 PyObject *format_version; in initcPickle() local
6073 format_version = PyString_FromString("2.0"); in initcPickle()
6081 PyDict_SetItemString(d, "format_version", format_version); in initcPickle()
6083 Py_XDECREF(format_version); in initcPickle()
/external/python/cpython2/Lib/
Dargparse.py2316 def format_version(self): member in ArgumentParser
2348 self._print_message(self.format_version(), file)
Dpickle.py41 format_version = "2.0" # File format version we write variable
/external/python/cpython2/Lib/test/
Dtest_argparse.py4313 parser.format_version(),