Home
last modified time | relevance | path

Searched refs:current_section (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dlogparser.py34 current_section = newsection()
39 current_section['log'].append(line)
44 current_section['name'] = result.group(1)
49 if current_section['name'] != result.group(1):
50 … bb.warn("Ptest END log section mismatch %s vs. %s" % (current_section['name'], result.group(1)))
51 if current_section['name'] in self.sections:
52 bb.warn("Ptest duplicate section for %s" % (current_section['name']))
53 self.sections[current_section['name']] = current_section
54 del self.sections[current_section['name']]['name']
55 current_section = newsection()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drkaiq_ini.c229 char *current_section = ""; in rkaiq_ini_get() local
240 current_section = p + 1; in rkaiq_ini_get()
245 if (!section || !strcmpci(section, current_section)) { in rkaiq_ini_get()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dopus.c44 int current_section; member
135 vb->current_section = -1; in startread()
155 &vb->current_section); in refill_buffer()
H A Dvorbis.c57 int current_section; member
155 vb->current_section = -1; in startread()
173 (int) (vb->buf_len - vb->end), 0, 2, 1, &vb->current_section); in refill_buffer()