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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
util.py 210 main_type: The main type of the content type.
260 def main_type(self): member in class:AcceptItem
294 main_type, sub_type = match.group(1), match.group(2)
295 if not(main_type and sub_type):
298 return ((self.__main_type is None or self.__main_type == main_type) and
util_test.py 122 def CheckAttributes(self, item, main_type, sub_type, q=1, values={}, index=1):
124 self.assertEquals(main_type, item.main_type)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.h 275 enum nds32_relax_hint_type main_type; member in struct:nds32_relax_hint_table
tc-nds32.c     [all...]

Completed in 492 milliseconds