Searched refs:num_frames (Results 1 – 11 of 11) sorted by relevance
34 hash_combine(seed, key.num_frames);35 for (size_t i = 0; i < key.num_frames; i++) {55 return (lhs.num_frames == rhs.num_frames) &&56 memcmp(lhs.frames, rhs.frames, lhs.num_frames * sizeof(lhs.frames[0])) == 0;
177 leak->backtrace.num_frames = num_backtrace_frames; in GetUnreachableMemory()494 if (backtrace.num_frames > 0) { in ToString()495 oss << backtrace_string(backtrace.frames, backtrace.num_frames); in ToString()
78 size_t num_frames = 0; in Unwind() local110 if (num_frames != 0 || !ShouldSkipLibrary(map_info->name())) { in Unwind()120 num_frames++; in Unwind()129 return num_frames != 0; in Unwind()
145 size_t num_frames = in AddCauseProtos() local147 for (size_t i = 0; i != num_frames; ++i) { in AddCauseProtos()154 num_frames = in AddCauseProtos()156 for (size_t i = 0; i != num_frames; ++i) { in AddCauseProtos()230 size_t num_frames = in DumpDeallocationTrace() local240 for (size_t i = 0; i < num_frames; ++i) { in DumpDeallocationTrace()257 size_t num_frames = in DumpAllocationTrace() local267 for (size_t i = 0; i < num_frames; ++i) { in DumpAllocationTrace()
151 .num_frames = 0,359 if (health_info_.batteryLevel >= 0 && batt_anim_.num_frames != 0) { in UpdateScreenState()361 for (int i = 0; i < batt_anim_.num_frames; i++) { in UpdateScreenState()387 if (batt_anim_.num_frames == 0 || batt_anim_.cur_level < 0) { in UpdateScreenState()403 while (batt_anim_.cur_frame < batt_anim_.num_frames && in UpdateScreenState()408 if (batt_anim_.cur_frame >= batt_anim_.num_frames) { in UpdateScreenState()654 batt_anim_.num_frames = owned_frames_.size(); in InitAnimation()662 batt_anim_.animation_file.c_str(), batt_anim_.num_frames); in InitAnimation()672 for (int i = 0; i < batt_anim_.num_frames; i++) { in InitAnimation()715 batt_anim_.num_frames = 0; in Init()[all …]
72 int num_frames; member
87 batt_anim->num_frames == 0) in redraw_screen()217 if (anim->num_frames != 0) { in draw_battery()
133 anim->num_frames = frames.size(); in parse_animation_desc()
183 EXPECT_EQ(2, anim.num_frames); in TEST()
69 size_t num_frames = data[0] & 0xf; in a2dp_sbc_decoder_decode_packet() local78 for (size_t i = 0; i < num_frames; ++i) { in a2dp_sbc_decoder_decode_packet()
48 size_t num_frames = 0; member