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

1 2

  /external/python/cpython2/Lib/test/
test_stat.py 61 def get_mode(self, fname=TESTFN, lstat=True): member in class:TestFilemode
90 st_mode = self.get_mode()
96 st_mode = self.get_mode()
102 st_mode = self.get_mode()
108 st_mode = self.get_mode()
113 st_mode = self.get_mode()
121 st_mode = self.get_mode()
131 st_mode = self.get_mode()
137 st_mode = self.get_mode()
143 st_mode = self.get_mode(os.devnull, lstat=False
    [all...]
  /external/autotest/client/site_tests/hardware_Fan/
hardware_Fan.py 38 def get_mode(self): member in class:FanControl
61 if fan.get_mode() != 'manual':
  /external/syslinux/com32/include/syslinux/
firmware.h 16 void (*get_mode)(int *, int *); member in struct:output_ops
  /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...]
  /external/syslinux/com32/lib/sys/
ansicon_write.c 89 firmware->o_ops->get_mode(&ti.cols, &ti.rows);
  /external/wpa_supplicant_8/wpa_supplicant/
op_classes.c 218 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op_class->mode);
rrm.c 553 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
605 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
    [all...]
wpa_supplicant_i.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 1064 get_mode(fileio *self, void *closure) function
1073 {"mode", (getter)get_mode, NULL, "String giving the file mode"},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 1041 get_mode(fileio *self, void *closure) function
1050 {"mode", (getter)get_mode, NULL, "String giving the file mode"},
  /external/python/cpython2/Modules/_io/
fileio.c 1077 get_mode(fileio *self, void *closure) function
1086 {"mode", (getter)get_mode, NULL, "String giving the file mode"},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
adoint_backcompat.h     [all...]
strmif.h     [all...]
mmcobj.h     [all...]
gpmgmt.h     [all...]
  /system/core/init/
builtins.cpp 727 static mode_t get_mode(const char *s) { function in namespace:android::init
741 mode_t mode = get_mode(args[1].c_str());
  /external/autotest/client/bin/net/
net_utils.py 424 def get_mode(self): member in class:bonding
net_utils_unittest.py     [all...]
  /external/syslinux/core/
bios.c 144 .get_mode = bios_get_mode,
  /toolchain/binutils/binutils-2.25/include/opcode/
tilegx.h 522 get_Mode(tilegx_bundle_bits n)
tilepro.h 665 get_Mode(tilepro_bundle_bits n)
    [all...]
  /external/syslinux/efi/
main.c 278 .get_mode = efi_get_mode,
    [all...]
  /external/syslinux/bios/com32/elflink/ldlinux/
ldlinux.elf 

Completed in 981 milliseconds

1 2