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

  /external/chromium_org/ui/ozone/platform/dri/
dri_vsync_provider.cc 26 controller->get_mode().vrefresh == 0)
34 base::TimeDelta::FromSeconds(1) / controller->get_mode().vrefresh;
screen_manager.cc 66 if (SameMode(mode, controller->get_mode()) &&
screen_manager_unittest.cc 161 screen_manager_->GetDisplayController(new_bounds)->get_mode();
hardware_display_controller.h 175 const drmModeModeInfo& get_mode() const { return mode_; }; function in class:ui::HardwareDisplayController
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-flags.h 33 #define HAVE_fix_trunchi_fisttp_i387_1 (X87_FLOAT_MODE_P (GET_MODE (operands[1])) \
35 && !((SSE_FLOAT_MODE_P (GET_MODE (operands[1])) \
39 #define HAVE_fix_truncsi_fisttp_i387_1 (X87_FLOAT_MODE_P (GET_MODE (operands[1])) \
41 && !((SSE_FLOAT_MODE_P (GET_MODE (operands[1])) \
45 #define HAVE_fix_truncdi_fisttp_i387_1 (X87_FLOAT_MODE_P (GET_MODE (operands[1])) \
47 && !((SSE_FLOAT_MODE_P (GET_MODE (operands[1])) \
51 #define HAVE_fix_trunchi_i387_fisttp (X87_FLOAT_MODE_P (GET_MODE (operands[1])) \
53 && !((SSE_FLOAT_MODE_P (GET_MODE (operands[1])) \
56 #define HAVE_fix_truncsi_i387_fisttp (X87_FLOAT_MODE_P (GET_MODE (operands[1])) \
58 && !((SSE_FLOAT_MODE_P (GET_MODE (operands[1]))
    [all...]
rtl.h 378 #define GET_MODE(RTX) ((enum machine_mode) (RTX)->mode)
431 (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) == VOIDmode)
439 (GET_CODE (X) == CONST_DOUBLE && GET_MODE (X) != VOIDmode)
607 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) != (M)) \
614 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
621 if (GET_CODE (_rtx) != (C) || GET_MODE (_rtx) == (M)) \
    [all...]
  /system/core/init/
builtins.c 827 static mode_t get_mode(const char *s) { function
841 mode_t mode = get_mode(args[1]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tuner.h     [all...]
adoint.h     [all...]
strmif.h     [all...]
exdisp.h     [all...]
mmcobj.h     [all...]
gpmgmt.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1124 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
    [all...]
scan.c 501 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
524 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band);
    [all...]
p2p_supplicant.c 3426 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py 764 def get_mode(specs): function
    [all...]
PyrexTypes.py 522 self.mode = MemoryView.get_mode(axes)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_io.so 
  /external/genext2fs/
genext2fs.c 1456 get_mode(struct stat *st) function
    [all...]
  /external/pcre/dist/sljit/
sljitNativeTILEGX-encoder.c     [all...]

Completed in 2266 milliseconds