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

  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 171 blob = self.fum.get_section(self.image, subsection_name)
178 blob = self.fum.get_section(self.image, section.get_body_name())
189 vb_section = self.fum.get_section(
200 s.update(self.fum.get_section(self.image, section.get_sig_name()))
212 gbb_section = self.fum.get_section(self.image, 'FV_GBB')
288 blob = self.fum.get_section(self.image, subsection_name)
360 sig_a = self.fum.get_section(self.image,
362 sig_b = self.fum.get_section(self.image,
377 self.fum.get_section(self.image, src_sect.get_body_name()))
383 self.fum.get_section(self.image, src_sect.get_sig_name())
    [all...]
saft_flashrom_util.py 260 def get_section(self, base_image, section_name): member in class:flashrom_util
  /external/boringssl/src/crypto/x509v3/
v3_conf.c 405 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) {
409 if (ctx->db_meth->get_section)
410 return ctx->db_meth->get_section(ctx->db, section);
  /external/boringssl/src/crypto/conf/
conf.c 366 static CONF_VALUE *get_section(const CONF *conf, const char *section) { function
375 CONF_VALUE *section_value = get_section(conf, section);
626 if ((sv = get_section(conf, section)) == NULL) {
679 if ((tv = get_section(conf, psection)) == NULL) {
  /frameworks/ml/nn/tools/
sync_enums_to_hal.py 58 def get_section(self, which): member in class:HeaderReader
  /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);
  /system/media/camera/docs/
metadata_model.py 465 does_exist = sections_dict.get(p.get_section())
467 sec = sections_dict.get(p.get_section(), \
468 Section(p.get_section(), outer_namespace))
469 sections_dict[p.get_section()] = sec
1468 def get_section(self): member in class:Entry
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 3318 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...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-elf.c 521 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) function
584 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section,
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 130 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);

Completed in 304 milliseconds