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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 227 self._sections = self._dict()
242 # self._sections will never have [DEFAULT] in it
243 return self._sections.keys()
255 if section in self._sections:
257 self._sections[section] = self._dict()
264 return section in self._sections
269 opts = self._sections[section].copy()
320 if section not in self._sections:
327 elif opt in self._sections[section]:
328 return self._sections[section][opt]
    [all...]
  /external/python/cpython2/Lib/
ConfigParser.py 235 self._sections = self._dict()
250 # self._sections will never have [DEFAULT] in it
251 return self._sections.keys()
263 if section in self._sections:
265 self._sections[section] = self._dict()
272 return section in self._sections
277 opts = self._sections[section].copy()
328 if section not in self._sections:
335 elif opt in self._sections[section]:
336 return self._sections[section][opt
    [all...]
  /external/python/apitools/
run_pylint.py 78 test_cfg._sections = copy.deepcopy(main_cfg._sections)
81 curr_section = test_cfg._sections.setdefault(
  /external/python/cpython3/Lib/
configparser.py 608 self._sections = self._dict()
645 # self._sections will never have [DEFAULT] in it
646 return list(self._sections.keys())
657 if section in self._sections:
659 self._sections[section] = self._dict()
667 return section in self._sections
672 opts = self._sections[section].copy()
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_parse.c 143 handle->_sections[i] = NULL;
150 handle->_sections[i] = msg;
174 handle->_msg_ptr = handle->_sections[(int)section];
184 handle->_msg_ptr = handle->_sections[(int)section];
  /external/protobuf/objectivec/DevTools/
pddm.py 372 self._sections = []
560 for section in imported_src_file._sections:
568 self._sections = []
598 self._sections.append(section)
609 for section in self._sections:
612 for section in self._sections:
  /bionic/libc/dns/nameser/
ns_parse.c 126 handle->_sections[i] = NULL;
133 handle->_sections[i] = msg;
275 msg->_msg_ptr = msg->_sections[(int)sect];
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 118 const u_char *_sections[ns_s_max]; member in struct:__ns_msg
  /bionic/libc/include/arpa/
nameser.h 128 const u_char *_sections[ns_s_max]; member in struct:__ns_msg

Completed in 602 milliseconds