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

  /art/runtime/arch/
instruction_set_features.cc 192 bool use_default = false; // Have we seen the 'default' feature? local
195 if (use_default) {
203 use_default = true;
220 DCHECK(!use_default || features.empty());
  /external/v4l2_codec2/vda/
h264_parser.cc 543 bool* use_default) {
549 *use_default = false;
558 *use_default = true;
573 bool use_default; local
583 &use_default);
587 if (use_default)
603 &use_default);
607 if (use_default)
623 bool use_default; local
632 &use_default);
    [all...]
h264_parser.h 454 Result ParseScalingList(int size, int* scaling_list, bool* use_default);
  /external/toybox/toys/pending/
fdisk.c 729 int use_default = 1; local
732 use_default = 1;
744 while (isdigit(*++str)) use_default = 0;
784 use_default = 0;
787 if(use_default) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 1980 bool need_recalc = false, use_default = true; local
    [all...]

Completed in 105 milliseconds