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

  /external/chromium_org/url/
url_canon_path.cc 94 // |*consumed_len| will contain the number of characters in the input that
98 // at the end, |*consumed_len| = 2 for the "./" this function consumed. The
102 int end, int* consumed_len) {
105 *consumed_len = 0;
110 *consumed_len = 1; // Consume the slash
119 *consumed_len = second_dot_len;
124 *consumed_len = second_dot_len + 1;
130 *consumed_len = 0;
216 int consumed_len; local
218 &consumed_len)) {
    [all...]
  /external/chromium_org/tools/gn/
filesystem_utils.cc 36 // |*consumed_len| will contain the number of characters in the input that
40 size_t* consumed_len) {
43 *consumed_len = 1;
48 *consumed_len = 2; // Consume the slash
56 *consumed_len = 2;
61 *consumed_len = 3;
67 *consumed_len = 1;
494 size_t consumed_len; local
495 switch (ClassifyAfterDot(*path, src_i + 1, &consumed_len)) {
502 src_i += consumed_len;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 7591 int consumed_len = 0; local
    [all...]
omx_vdec_hevc_swvdec.cpp 8637 int consumed_len = 0; local
    [all...]
omx_vdec_msm8974.cpp 8667 unsigned long consumed_len = 0; local
    [all...]

Completed in 249 milliseconds