HomeSort by relevance Sort by last modified time
    Searched full:num_cycles (Results 1 - 8 of 8) sorted by null

  /system/core/healthd/
animation.h 65 int num_cycles; // Number of cycles to complete before blanking the screen member in struct:android::animation
healthd_mode_charger.cpp 137 .num_cycles = 3,
300 if (batt_anim->num_cycles > 0 && batt_anim->cur_cycle == batt_anim->num_cycles) {
595 LOGV(" animation: %d %d '%s' (%d)\n", battery_animation.num_cycles,
655 anim->num_cycles = 1;
660 anim->num_cycles = 1;
AnimationParser.cpp 99 if (sscanf(rest, "%d %d %n%*s%n", &anim->num_cycles, &anim->first_frame_repeats,
  /toolchain/binutils/binutils-2.27/gprof/
cg_arcs.h 44 extern unsigned int num_cycles; /* number of cycles discovered */
cg_arcs.c 50 unsigned int num_cycles; variable
252 for (cyc = &cycle_header[1]; cyc <= &cycle_header[num_cycles]; ++cyc)
280 num_cycles = 0;
286 ++num_cycles;
294 cycle_header = (Sym *) xmalloc ((num_cycles + 1) * sizeof (Sym));
673 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *));
677 for (sym_index = 1; sym_index <= num_cycles; sym_index++)
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *),
683 for (sym_index = 0; sym_index < symtab.len + num_cycles; sym_index++)
cg_print.c 514 for (sym_index = 0; sym_index < symtab.len + num_cycles; ++sym_index)
577 name_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *));
590 for (sym_index = 1, todo = nnames; sym_index <= num_cycles; sym_index++)
    [all...]
ChangeLog-9203 955 * cg_arcs.c (num_cycles): Change to unsigned int.
959 * cg_arcs.h (num_cycles, numarcs): Update declarations.
    [all...]
  /system/core/healthd/tests/
AnimationParser_test.cpp 163 EXPECT_EQ(5, anim.num_cycles);

Completed in 224 milliseconds