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 116 std::string this_header; local
130 this_header = extra_headers[i * 2];
131 std::string::size_type header_len = this_header.length();
136 if (headers->find(this_header) != headers->end()) {
142 new_value = (*headers)[this_header];
151 (*headers)[this_header] = new_value;
    [all...]

Completed in 2143 milliseconds