Home
last modified time | relevance | path

Searched defs:mode (Results 2401 - 2425 of 4454) sorted by relevance

1...<<919293949596979899100>>...179

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp444 TestMode mode; in createIndexAccessTests() member
89 DrawIndexedInstance(Context& context, Move<VkDevice> device, DeviceDriverPtr deviceDriver, TestMode mode, deUint32 robustnessVersion) DrawIndexedInstance() argument
333 DrawIndexedTestCase(tcu::TestContext& testContext, const std::string& name, TestMode mode, deUint32 robustnessVersion) DrawIndexedTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDiscardTests.cpp216 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() argument
333 static const char* getModeName (DiscardMode mode) in getModeName() argument
364 static const char* getModeDesc (DiscardMode mode) in getModeDesc() argument
380 de::MovePtr<ShaderDiscardCase> makeDiscardCase (tcu::TestContext& testCtx, DiscardTemplate tmpl, DiscardMode mode, const std::string& discardStr) in makeDiscardCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockTests.cpp455 UniformBlockCase::BufferMode mode; in init() member
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.hpp44 ScopedRoundingMode (deRoundingMode mode) in ScopedRoundingMode() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dprivsep_commands.h71 int mode; member
H A Dwpa_ctrl.c736 DWORD mode; in wpa_ctrl_open() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddfs.c126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) in dfs_get_chan_data() argument
139 static int dfs_chan_range_available(struct hostapd_hw_modes *mode, in dfs_chan_range_available() argument
198 struct hostapd_hw_modes *mode; in dfs_find_channel() local
279 struct hostapd_hw_modes *mode; dfs_get_start_chan_idx() local
368 struct hostapd_hw_modes *mode; dfs_check_chans_radar() local
388 struct hostapd_hw_modes *mode; dfs_check_chans_available() local
417 struct hostapd_hw_modes *mode; dfs_check_chans_unavailable() local
442 struct hostapd_hw_modes *mode; dfs_get_valid_channel() local
487 struct hostapd_hw_modes *mode; set_dfs_state_freq() local
516 struct hostapd_hw_modes *mode; set_dfs_state() local
570 struct hostapd_hw_modes *mode; dfs_are_channels_overlapped() local
635 struct hostapd_hw_modes *mode; dfs_get_cac_time() local
[all...]
H A Dhw_features.c148 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) hostapd_prepare_rates() argument
356 struct hostapd_hw_modes *mode; ieee80211n_scan_channels_2g4() local
401 struct hostapd_hw_modes *mode; ieee80211n_scan_channels_5g() local
635 struct hostapd_hw_modes *mode = iface->current_mode; ieee80211ac_supported_vht_capab() local
896 struct hostapd_hw_modes *mode = &iface->hw_features[i]; hostapd_select_hw_mode() local
931 hostapd_hw_mode_txt(int mode) hostapd_hw_mode_txt() argument
957 struct hostapd_hw_modes *mode; hostapd_hw_get_channel() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dhw_features_common.c19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, in hw_get_channel_chan() argument
43 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode, in hw_get_channel_freq() argument
67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq() argument
77 hw_get_chan(struct hostapd_hw_modes *mode, int freq) hw_get_chan() argument
87 allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan, int sec_chan) allowed_ht40_channel_pair() argument
179 check_40mhz_5g(struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) check_40mhz_5g() argument
276 check_40mhz_2g4(struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) check_40mhz_2g4() argument
361 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int he_enabled, int sec_channel_offset, int oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps, struct he_capabilities *he_cap) hostapd_set_freq_params() argument
[all...]
H A Dprivsep_commands.h71 int mode; member
H A Dwpa_ctrl.c695 DWORD mode; in wpa_ctrl_open() local
/third_party/zlib/
H A Dinflate.h84 inflate_mode mode; /* current inflate mode */ member
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c187 static char *GetFollowXRule(const char *relPath, int *mode) in GetFollowXRule() argument
/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp165 bool ForceCreateDirectory(const string& path, mode_t mode) in ForceCreateDirectory() argument
202 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode() argument
207 bool ChangeModeFile(const string& fileName, const mode_t& mode) in ChangeModeFile() argument
216 bool ChangeModeDirectory(const std::string& path, const mode_t& mode) in ChangeModeDirectory() argument
226 mode_t Umask(const mode_t& mode) in Umask() argument
231 Open(const std::string& path, const int flags, const mode_t mode) Open() argument
270 CreateFile(const std::string &path, mode_t mode) CreateFile() argument
[all...]
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp398 uint8_t mode = GetTraceMode(); in LoadHitraceService() local
414 uint8_t mode = GetTraceMode(); in ExitHitraceService() local
[all...]
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp94 int32_t SetDebugMode(const sptr<ISysEventCallback>& callback, bool mode) in SetDebugMode() argument
/base/location/services/location_locator/locator/source/
H A Dlocator_required_data_manager.cpp189 void LocatorBluetoothHost::OnScanModeChanged(int mode) {} in OnScanModeChanged() argument
/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c705 int HiLogFileProcImp(const char* dest, uint8 mode) in HiLogFileProcImp() argument
/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.cpp463 void SettingHelper::SaveCurrentMode(int32_t mode) in SaveCurrentMode() argument
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_proxy.cpp1158 PowerErrors PowerMgrProxy::SetDeviceMode(const PowerMode& mode) in SetDeviceMode() argument
H A Dpower_mgr_stub.cpp661 uint32_t mode = 0; in SetDeviceModeStub() local
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp303 void CJInitialize::ParseBackGround(Mode mode, bool &background) in ParseBackGround() argument
/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp436 PowerErrors PowerMgrClient::SetDeviceMode(const PowerMode mode) in SetDeviceMode() argument
/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp144 int32_t mode = 0; in SetMode() local
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h85 uint32_t mode; member
125 uint32_t mode; member
160 RequestNativeOptionUInt32 mode; member

Completed in 39 milliseconds

1...<<919293949596979899100>>...179