Searched defs:length (Results 1 - 6 of 6) sorted by relevance

/build/kati/
H A Dstring_piece.cc115 const size_type length = characters_wanted.length(); local
117 for (size_type i = 0; i < length; ++i) {
H A Dstring_piece.h78 size_type length() const { return length_; } function in class:StringPiece
/build/make/tools/zipalign/
H A DZipFile.cpp193 * that were written to stdout, the only length information is in the
196 * Of course, the central directory can be followed by a variable-length
807 status_t ZipFile::copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length, argument
816 while (length) {
820 if (readSize > length)
821 readSize = length;
837 length -= readSize;
1028 /* Get the length of this entry by finding the offset
/build/tools/zipalign/
H A DZipFile.cpp193 * that were written to stdout, the only length information is in the
196 * Of course, the central directory can be followed by a variable-length
807 status_t ZipFile::copyPartialFpToFp(FILE* dstFp, FILE* srcFp, long length, argument
816 while (length) {
820 if (readSize > length)
821 readSize = length;
837 length -= readSize;
1028 /* Get the length of this entry by finding the offset
/build/make/tools/releasetools/
H A Dcommon.py293 def __init__(self, mount_point, fs_type, device, length, context):
297 self.length = length
325 length = 0 variable in class:LoadRecoveryFSTab.Partition
328 if i.startswith("length="):
329 length = int(i[7:])
343 device=pieces[0], length=length, context=context)
/build/tools/releasetools/
H A Dcommon.py293 def __init__(self, mount_point, fs_type, device, length, context):
297 self.length = length
325 length = 0 variable in class:LoadRecoveryFSTab.Partition
328 if i.startswith("length="):
329 length = int(i[7:])
343 device=pieces[0], length=length, context=context)

Completed in 49 milliseconds