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

  /art/runtime/verifier/
reg_type_cache.cc 411 const RegType* cur_entry = entries_[i]; local
412 if (cur_entry->IsUnresolvedMergedReference()) {
413 const UnresolvedMergedType* cmp_type = down_cast<const UnresolvedMergedType*>(cur_entry);
419 return *cur_entry;
432 const RegType* cur_entry = entries_[i]; local
433 if (cur_entry->IsUnresolvedSuperClass()) {
435 down_cast<const UnresolvedSuperClass*>(cur_entry);
439 return *cur_entry;
451 const RegType* cur_entry = entries_[i]; local
452 if (cur_entry->IsUnresolvedAndUninitializedReference() &
465 const RegType* cur_entry = entries_[i]; local
487 const RegType* cur_entry = entries_[i]; local
499 const RegType* cur_entry = entries_[i]; local
518 const RegType* cur_entry = entries_[i]; local
538 const RegType* cur_entry = entries_[i]; local
548 const RegType* cur_entry = entries_[i]; local
560 const RegType* cur_entry = entries_[i]; local
578 const RegType* cur_entry = entries_[i]; local
595 const RegType* cur_entry = entries_[i]; local
634 const RegType* cur_entry = entries_[i]; local
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.h 55 DataStackEntry cur_entry; member in struct:CTracer
tracer.c 74 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.file_data = NULL
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 381 char* cur_entry = camera_list; local
382 while (cur_entry != NULL && *cur_entry != '\0' && index < num) {
385 char* next_entry = strchr(cur_entry, '\n');
392 char* name_start = strstr(cur_entry, lListNameToken);
393 char* dim_start = strstr(cur_entry, lListDimsToken);
394 char* dir_start = strstr(cur_entry, lListDirToken);
431 ALOGW("%s: Bad camera information: %s", __FUNCTION__, cur_entry);
434 cur_entry = next_entry;
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 183 int cur_entry; member in struct:dir
unsquash-1.c 227 dir->cur_entry = 0;
unsquashfs.c 1238 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 ++;
    [all...]
unsquash-3.c 304 dir->cur_entry = 0;
unsquash-4.c 273 dir->cur_entry = 0;

Completed in 167 milliseconds