Home
last modified time | relevance | path

Searched defs:section (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py142 def __init__(self, section): argument
149 def __init__(self, section): argument
156 def __init__(self, option, section): argument
165 def __init__(self, option, section, msg): argument
173 def __init__(self, option, section, rawval, reference): argument
190 def __init__(self, option, section, rawval): argument
245 def add_section(self, section): argument
259 def has_section(self, section): argument
266 def options(self, section): argument
318 def get(self, section, option): argument
[all …]
Dpydoc.py445 def section(self, title, fgcol, bgcol, contents, width=6, member in HTMLDoc
997 def section(self, title, contents): member in TextDoc
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_parse.c94 skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in skiprr()
165 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
Dres_mkupdate.c118 int section, numrrs = 0, counts[ns_s_max]; in res_mkupdate() local
437 res_mkupdrec(int section, const char *dname, in res_mkupdrec()
Dres_debug.c152 do_section(ns_msg *handle, ns_sect section, int pflag, FILE *file) { in do_section()
497 p_section(int section, int opcode) { in p_section()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3VendorTags.cpp395 uint32_t section = tag >> 16; in get_section_name() local
426 uint32_t section = tag >> 16; in get_tag_name() local
468 uint32_t section = tag >> 16; in get_tag_type() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py26 def __init__(self, section): argument
361 def new(self, section): argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dfirmware_volume.py217 def get_next_section(self, section=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py200 def get_error(self, exc, section, option): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dpydoc.py491 def section(self, title, fgcol, bgcol, contents, width=6, member in HTMLDoc
1060 def section(self, title, contents): member in TextDoc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dpydoc.py445 def section(self, title, fgcol, bgcol, contents, width=6, member in HTMLDoc
997 def section(self, title, contents): member in TextDoc
/device/linaro/bootloader/edk2/StdLib/Include/arpa/
Dnameser.h138 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py1416 def SectionParser(self, section): argument