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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 93 #define cursect (parser_nasm->object->cur_section) macro
nasm-parse.c 264 temp_bc = yasm_section_bcs_append(cursect, bc);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 474 cursect = None # None, or a dictionary
490 if line[0].isspace() and cursect is not None and optname:
493 cursect[optname].append(value)
501 cursect = self._sections[sectname]
503 cursect = self._defaults
505 cursect = self._dict()
506 cursect['__name__'] = sectname
507 self._sections[sectname] = cursect
511 elif cursect is None:
532 cursect[optname] = [optval
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 474 cursect = None # None, or a dictionary
490 if line[0].isspace() and cursect is not None and optname:
493 cursect[optname].append(value)
501 cursect = self._sections[sectname]
503 cursect = self._defaults
505 cursect = self._dict()
506 cursect['__name__'] = sectname
507 self._sections[sectname] = cursect
511 elif cursect is None:
532 cursect[optname] = [optval
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 134 #define cursect (parser_gas->object->cur_section) macro
gas-parse.c 511 return gas_parser_align(parser_gas, cursect, bound, fill, maxskip,
    [all...]

Completed in 220 milliseconds