Home
last modified time | relevance | path

Searched refs:DEFAULT_FORMAT (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DVector3D.java72 private static final Vector3DFormat DEFAULT_FORMAT = field in Vector3D
531 return DEFAULT_FORMAT.format(this); in toString()
/external/libgsm/src/
Dtoast.c100 #define DEFAULT_FORMAT f_ulaw /* default audio format, others */ macro
491 prepare_io( f ? f : & DEFAULT_FORMAT );
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DArrayRealVector.java39 private static final RealVectorFormat DEFAULT_FORMAT = field in ArrayRealVector
1100 return DEFAULT_FORMAT.format(this); in toString()
/external/python/cpython2/Lib/
Dtarfile.py98 DEFAULT_FORMAT = GNU_FORMAT variable
199 def itn(n, digits=8, format=DEFAULT_FORMAT):
1000 def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="strict"):
1503 format = DEFAULT_FORMAT # The format to use when creating an archive.
/external/python/cpython3/Lib/
Dtarfile.py108 DEFAULT_FORMAT = GNU_FORMAT variable
192 def itn(n, digits=8, format=DEFAULT_FORMAT):
808 def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surrogateescape"):
1403 format = DEFAULT_FORMAT # The format to use when creating an archive.
/external/python/cpython2/Doc/library/
Dtarfile.rst218 .. data:: DEFAULT_FORMAT
256 .. class:: TarFile(name=None, mode='r', fileobj=None, format=DEFAULT_FORMAT, tarinfo=TarInfo, deref…
527 .. method:: TarInfo.tobuf(format=DEFAULT_FORMAT, encoding=ENCODING, errors='strict')
/external/python/cpython3/Doc/library/
Dtarfile.rst230 .. data:: DEFAULT_FORMAT
268 .. class:: TarFile(name=None, mode='r', fileobj=None, format=DEFAULT_FORMAT, tarinfo=TarInfo, deref…
543 .. method:: TarInfo.tobuf(format=DEFAULT_FORMAT, encoding=ENCODING, errors='surrogateescape')