HomeSort by relevance Sort by last modified time
    Searched defs:ParseSize (Results 1 - 2 of 2) sorted by null

  /development/scripts/
divide_and_compress.py 88 def ParseSize(size_str):
360 ParseSize(options.filesize),
  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 154 bool VCDiffHeaderParser::ParseSize(const char* variable_description,
171 if (!ParseSize("source segment length", source_segment_length)) {
182 if (!ParseSize("source segment position", source_segment_position)) {
253 if (!ParseSize("length of the delta encoding", &delta_encoding_length_)) {
257 if (!ParseSize("size of the target window", target_window_length)) {
292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length);
293 ParseSize("length of instructions section", instructions_and_sizes_length);
294 ParseSize("length of addresses for COPYs", addresses_length);

Completed in 29 milliseconds