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

  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures.py 374 header_type = header[gm_json.JSONKEY_HEADER_TYPE]
375 if header_type != expected_header_type:
376 raise Exception('expected header_type "%s", but got "%s"' % (
377 expected_header_type, header_type))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 328 def check_next_include_order(self, header_type, file_is_header, primary_header_exists):
335 header_type: One of the _XXX_HEADER constants defined above.
343 if header_type == _CONFIG_HEADER and file_is_header:
345 if header_type == _PRIMARY_HEADER and file_is_header:
347 if header_type == _MOC_HEADER:
353 (self._TYPE_NAMES[header_type],
356 (self._TYPE_NAMES[header_type],
359 if header_type == _CONFIG_HEADER:
363 elif header_type == _PRIMARY_HEADER:
371 assert header_type == _OTHER_HEADE
    [all...]
  /art/tools/
cpplint.py 497 def CheckNextIncludeOrder(self, header_type):
504 header_type: One of the _XXX_HEADER constants defined above.
512 (self._TYPE_NAMES[header_type],
517 if header_type == _C_SYS_HEADER:
523 elif header_type == _CPP_SYS_HEADER:
529 elif header_type == _LIKELY_MY_HEADER:
534 elif header_type == _POSSIBLE_MY_HEADER:
542 assert header_type == _OTHER_HEADER
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 497 def CheckNextIncludeOrder(self, header_type):
504 header_type: One of the _XXX_HEADER constants defined above.
512 (self._TYPE_NAMES[header_type],
517 if header_type == _C_SYS_HEADER:
523 elif header_type == _CPP_SYS_HEADER:
529 elif header_type == _LIKELY_MY_HEADER:
534 elif header_type == _POSSIBLE_MY_HEADER:
542 assert header_type == _OTHER_HEADER
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 622 def CheckNextIncludeOrder(self, header_type):
629 header_type: One of the _XXX_HEADER constants defined above.
637 (self._TYPE_NAMES[header_type],
642 if header_type == _C_SYS_HEADER:
648 elif header_type == _CPP_SYS_HEADER:
654 elif header_type == _LIKELY_MY_HEADER:
659 elif header_type == _POSSIBLE_MY_HEADER:
667 assert header_type == _OTHER_HEADER
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 622 def CheckNextIncludeOrder(self, header_type):
629 header_type: One of the _XXX_HEADER constants defined above.
637 (self._TYPE_NAMES[header_type],
642 if header_type == _C_SYS_HEADER:
648 elif header_type == _CPP_SYS_HEADER:
654 elif header_type == _LIKELY_MY_HEADER:
659 elif header_type == _POSSIBLE_MY_HEADER:
667 assert header_type == _OTHER_HEADER
    [all...]

Completed in 77 milliseconds