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

  /external/syslinux/com32/hdt/
hdt-cli-hdt.c 72 cli_mode_t new_mode; local
84 new_mode = mode_s_to_mode_t(argv[0]);
85 set_mode(new_mode, hardware);
94 int new_mode = HDT_MODE; local
98 new_mode = EXIT_MODE;
101 new_mode = HDT_MODE;
106 new_mode);
107 set_mode(new_mode, hardware);
  /system/bt/stack/btm/
btm_ble_gap.cc 1170 uint8_t new_mode = BTM_BLE_ADV_ENABLE; local
1262 uint8_t new_mode = BTM_BLE_ADV_ENABLE; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 956 MODE new_mode = BEST; local
    [all...]
  /external/selinux/policycoreutils/semodule/
semodule.c 151 /* Sets the global mode variable to new_mode, but only if no other
153 static void set_mode(enum client_modes new_mode, char *arg)
163 commands[num_commands].mode = new_mode;
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 2267 unsigned int new_mode = mode ? IW_MODE_ADHOC : IW_MODE_INFRA; local
    [all...]
  /external/python/cpython3/Lib/test/
test_pathlib.py     [all...]
test_shutil.py 216 new_mode = stat.S_IREAD|stat.S_IEXEC
217 os.chmod(self.child_file_path, new_mode)
218 os.chmod(self.child_dir_path, new_mode)
219 os.chmod(TESTFN, new_mode)
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_blas.cc 340 // Attempts the switch to the requested scoped pointer mode, new_mode.
344 bool Init(cublasPointerMode_t new_mode) {
352 ret = wrap::cublasSetPointerMode(parent_, handle_, new_mode);
401 // Attempts the switch to the requested scoped math mode, new_mode.
405 bool Init(cublasMath_t new_mode) {
412 ret = wrap::cublasSetMathMode(parent_, handle_, new_mode);
    [all...]

Completed in 440 milliseconds