/external/autotest/client/cros/faft/utils/ |
flashrom_handler.py | 160 blob = self.fum.get_section(self.image, subsection_name) 167 blob = self.fum.get_section(self.image, section.get_body_name()) 178 vb_section = self.fum.get_section( 189 s.update(self.fum.get_section(self.image, section.get_sig_name())) 201 gbb_section = self.fum.get_section(self.image, 'FV_GBB') 277 blob = self.fum.get_section(self.image, subsection_name) 349 sig_a = self.fum.get_section(self.image, 351 sig_b = self.fum.get_section(self.image, 366 self.fum.get_section(self.image, src_sect.get_body_name())) 370 self.fum.get_section(self.image, src_sect.get_sig_name()) [all...] |
saft_flashrom_util.py | 251 def get_section(self, base_image, section_name): member in class:flashrom_util
|
/external/boringssl/src/crypto/x509v3/ |
v3_conf.c | 402 if(!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) 407 if (ctx->db_meth->get_section) 408 return ctx->db_meth->get_section(ctx->db, section);
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
config.py | 43 def get_section(self, section): member in class:HandyConfigParser 255 self.plugin_options[plugin] = cp.get_section(plugin)
|
/external/boringssl/src/crypto/conf/ |
conf.c | 352 static CONF_VALUE *get_section(const CONF *conf, const char *section) { function 361 CONF_VALUE *section_value = get_section(conf, section); 612 if ((sv = get_section(conf, section)) == NULL) { 665 if ((tv = get_section(conf, psection)) == NULL) {
|
/system/media/camera/docs/ |
metadata_model.py | 463 does_exist = sections_dict.get(p.get_section()) 465 sec = sections_dict.get(p.get_section(), \ 466 Section(p.get_section(), outer_namespace)) 467 sections_dict[p.get_section()] = sec 1357 def get_section(self): member in class:Entry [all...] |
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 3159 static const SectionRef get_section(MachOObjectFile *O, const char *segname, function [all...] |
/external/elfutils/src/ |
elfcompress.c | 287 bool get_section (size_t ndx) function 654 if (get_section (ndx)) [all...] |
/external/boringssl/src/include/openssl/ |
x509v3.h | 120 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
output.h | 526 extern section *get_section (const char *, unsigned int, tree);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-elf.c | 519 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) function 582 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section, [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ChangeLog-2004 | [all...] |