Searched refs:cur_entry (Results 1 - 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
H A Dtracer.h55 DataStackEntry cur_entry; member in struct:CTracer
H A Dtracer.c74 self->cur_entry.last_line = -1;
166 /* Record a pair of integers in self->cur_entry.file_data. */
179 if (PyDict_SetItem(self->cur_entry.file_data, t, Py_None) < 0) {
298 if (self->tracing_arcs && self->cur_entry.file_data) {
299 if (CTracer_record_pair(self, self->cur_entry.last_line, -self->last_exc_firstlineno) < 0) {
304 self->cur_entry = self->pdata_stack->stack[self->pdata_stack->depth];
350 self->pdata_stack->stack[self->pdata_stack->depth] = self->cur_entry;
491 self->cur_entry.file_data = file_data;
492 self->cur_entry.file_tracer = file_tracer;
500 self->cur_entry
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h183 int cur_entry; member in struct:dir
H A Dunsquash-1.c227 dir->cur_entry = 0;
H A Dunsquashfs.c1238 if(dir->cur_entry == dir->dir_count)
1241 *name = dir->dirs[dir->cur_entry].name;
1242 *start_block = dir->dirs[dir->cur_entry].start_block;
1243 *offset = dir->dirs[dir->cur_entry].offset;
1244 *type = dir->dirs[dir->cur_entry].type;
1245 dir->cur_entry ++;
H A Dunsquash-3.c304 dir->cur_entry = 0;
H A Dunsquash-4.c273 dir->cur_entry = 0;

Completed in 487 milliseconds