Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c74 self->cur_entry.last_line = -1; in CTracer_init()
179 if (PyDict_SetItem(self->cur_entry.file_data, t, Py_None) < 0) { in CTracer_record_pair()
298 if (self->tracing_arcs && self->cur_entry.file_data) { in CTracer_check_missing_return()
299 … if (CTracer_record_pair(self, self->cur_entry.last_line, -self->last_exc_firstlineno) < 0) { in CTracer_check_missing_return()
304 self->cur_entry = self->pdata_stack->stack[self->pdata_stack->depth]; in CTracer_check_missing_return()
350 self->pdata_stack->stack[self->pdata_stack->depth] = self->cur_entry; in CTracer_handle_call()
491 self->cur_entry.file_data = file_data; in CTracer_handle_call()
492 self->cur_entry.file_tracer = file_tracer; in CTracer_handle_call()
500 self->cur_entry.file_data = NULL; in CTracer_handle_call()
501 self->cur_entry.file_tracer = Py_None; in CTracer_handle_call()
[all …]
Dtracer.h55 DataStackEntry cur_entry; member
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h183 int cur_entry; member
Dunsquashfs.c1238 if(dir->cur_entry == dir->dir_count) in squashfs_readdir()
1241 *name = dir->dirs[dir->cur_entry].name; in squashfs_readdir()
1242 *start_block = dir->dirs[dir->cur_entry].start_block; in squashfs_readdir()
1243 *offset = dir->dirs[dir->cur_entry].offset; in squashfs_readdir()
1244 *type = dir->dirs[dir->cur_entry].type; in squashfs_readdir()
1245 dir->cur_entry ++; in squashfs_readdir()
Dunsquash-1.c227 dir->cur_entry = 0; in squashfs_opendir_1()
Dunsquash-3.c304 dir->cur_entry = 0; in squashfs_opendir_3()
Dunsquash-4.c273 dir->cur_entry = 0; in squashfs_opendir_4()