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

  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
intersect-diffs.py 29 this_header = hunk.header[0:2]
30 if last_header != this_header:
32 last_header = this_header
  /external/libvpx/libvpx/tools/
intersect-diffs.py 29 this_header = hunk.header[0:2]
30 if last_header != this_header:
32 last_header = this_header
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
intersect-diffs.py 29 this_header = hunk.header[0:2]
30 if last_header != this_header:
32 last_header = this_header
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 119 std::string this_header; local
133 this_header = extra_headers[i * 2];
134 std::string::size_type header_len = this_header.length();
139 if (headers->find(this_header) != headers->end()) {
145 new_value = (*headers)[this_header];
154 (*headers)[this_header] = new_value;
    [all...]

Completed in 133 milliseconds