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

  /external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c 341 static CONF_VALUE *get_section(const CONF *conf, const char *section) { function
350 CONF_VALUE *section_value = get_section(conf, section);
596 if ((sv = get_section(conf, section)) == NULL)
647 if ((tv = get_section(conf, psection)) == NULL)
  /system/media/camera/docs/
metadata_model.py 448 does_exist = sections_dict.get(p.get_section())
450 sec = sections_dict.get(p.get_section(), \
451 Section(p.get_section(), outer_namespace))
452 sections_dict[p.get_section()] = sec
1316 def get_section(self): member in class:Entry
    [all...]

Completed in 915 milliseconds