HomeSort by relevance Sort by last modified time
    Searched refs:space_left (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 221 space_left = 1
223 space_left = width - cur_len
228 cur_line.append(reversed_chunks[-1][:space_left])
229 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 221 space_left = 1
223 space_left = width - cur_len
228 cur_line.append(reversed_chunks[-1][:space_left])
229 reversed_chunks[-1] = reversed_chunks[-1][space_left:]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 347 size_t space_left = sizeof(os_version); local
348 memset(os_version, 0, space_left);
360 if (cur_os_info != os_info_table && space_left > 1) {
362 --space_left;
364 if (space_left > strlen(*cur_os_info)) {
366 space_left -= strlen(*cur_os_info);
  /system/bt/bta/hf_client/
bta_hf_client_at.c 1405 unsigned int space_left = BTA_HF_CLIENT_AT_PARSER_MAX_LEN - bta_hf_client_cb.scb.at_cb.offset; local
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 1190 size_t space_left = buf_len - 1; local
    [all...]

Completed in 534 milliseconds