Home
last modified time | relevance | path

Searched defs:mode (Results 2726 - 2750 of 4126) sorted by relevance

1...<<101102103104105106107108109110>>...166

/third_party/rust/crates/nix/src/sys/
H A Daio.rs441 pub fn mode(&self) -> AioFsyncMode { in mode() functions
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_file.h53 mode_t mode; /* mode format value */ member
100 static inline mode_t string_to_mode(char *mode) in string_to_mode() argument
519 mode_t mode = string_to_mode(type); in process_line() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp397 deUint32 mode; in init() member
408 deUint32 mode; in init() member
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp836 const deUint32 mode = s_blendEquations[modeNdx]; in init() local
157 AdvancedBlendCase(Context& context, const char* name, const char* desc, deUint32 mode, int overdrawCount, bool coherent, RenderTargetType rtType) AdvancedBlendCase() argument
[all...]
H A Des31fDrawElementsBaseVertexTests.cpp298 void VertexIDCase::draw (GLenum mode, GLsizei count, GLenum type, GLvoid* indices, GLint baseVertex) in draw() argument
H A Des31fTextureFilteringTests.cpp449 deUint32 mode; in init() member
460 deUint32 mode; in init() member
474 deUint32 mode; in init() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.cpp379 float getClampedTessLevel (const SpacingMode mode, const float tessLevel) in getClampedTessLevel() argument
392 int getRoundedTessLevel (const SpacingMode mode, const float clampedTessLevel) in getRoundedTessLevel() argument
412 int getClampedRoundedTessLevel (const SpacingMode mode, const float tessLevel) in getClampedRoundedTessLevel() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_common.c754 enum hostapd_hw_mode mode; in wps_build_ap_freq() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddfs.c131 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) in dfs_get_chan_data() argument
144 static int dfs_chan_range_available(struct hostapd_hw_modes *mode, in dfs_chan_range_available() argument
217 struct hostapd_hw_modes *mode; in dfs_find_channel() local
322 struct hostapd_hw_modes *mode; dfs_get_start_chan_idx() local
411 struct hostapd_hw_modes *mode; dfs_check_chans_radar() local
431 struct hostapd_hw_modes *mode; dfs_check_chans_available() local
460 struct hostapd_hw_modes *mode; dfs_check_chans_unavailable() local
485 struct hostapd_hw_modes *mode; dfs_get_valid_channel() local
578 struct hostapd_hw_modes *mode; set_dfs_state_freq() local
607 struct hostapd_hw_modes *mode; set_dfs_state() local
672 struct hostapd_hw_modes *mode; dfs_are_channels_overlapped() local
737 struct hostapd_hw_modes *mode; dfs_get_cac_time() local
1333 struct hostapd_hw_modes *mode = iface->current_mode; hostapd_is_dfs_overlap() local
[all...]
H A Dhw_features.c148 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) hostapd_prepare_rates() argument
395 struct hostapd_hw_modes *mode; ieee80211n_scan_channels_2g4() local
440 struct hostapd_hw_modes *mode; ieee80211n_scan_channels_5g() local
654 struct hostapd_hw_modes *mode = iface->current_mode; ieee80211ac_supported_vht_capab() local
733 struct hostapd_hw_modes *mode = iface->hw_features; hostapd_check_edmg_capab() local
973 struct hostapd_hw_modes *mode; hostapd_determine_mode() local
1105 struct hostapd_hw_modes *mode = &iface->hw_features[i]; hostapd_select_hw_mode() local
1152 hostapd_hw_mode_txt(int mode) hostapd_hw_mode_txt() argument
1178 struct hostapd_hw_modes *mode; hostapd_hw_get_channel() local
1204 hostapd_hw_skip_mode(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) hostapd_hw_skip_mode() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
44 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan) in hw_mode_get_channel() argument
63 hw_get_channel_freq(enum hostapd_hw_mode mode, int freq, int *chan, in hw_get_channel_freq() argument
90 hw_get_freq(struct hostapd_hw_modes *mode, int chan) hw_get_freq() argument
100 hw_get_chan(enum hostapd_hw_mode mode, int freq, struct hostapd_hw_modes *hw_features, int num_hw_features) hw_get_chan() argument
111 allowed_ht40_channel_pair(enum hostapd_hw_mode mode, struct hostapd_channel_data *p_chan, struct hostapd_channel_data *s_chan) allowed_ht40_channel_pair() argument
296 check_40mhz_2g4(struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) check_40mhz_2g4() argument
381 hostapd_set_freq_params(struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int enable_edmg, u8 edmg_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...]
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeSocket.c457 int mode = (flags & DE_SOCKET_KEEPALIVE) ? 1 : 0; in deSocket_setFlags() local
464 int mode = (flags & DE_SOCKET_NODELAY) ? 1 : 0; in deSocket_setFlags() local
472 u_long mode = (flags & DE_SOCKET_NONBLOCKING) ? 1 : 0; in deSocket_setFlags() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.cpp481 deUint32 mode = getPrimitiveGLType(type); in drawNonIndexed() local
487 deUint32 mode = getPrimitiveGLType(type); in drawIndexed() local
H A DgluShaderProgram.hpp243 deUint32 mode; member
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp647 deUint32 mode; in init() member
658 deUint32 mode; in init() member
672 deUint32 mode; in init() member
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp629 deUint32 mode; in init() member
640 deUint32 mode; in init() member
654 deUint32 mode; in init() member
[all...]
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp654 deUint32 mode; in init() member
665 deUint32 mode; in init() member
679 deUint32 mode; in init() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_common.c754 enum hostapd_hw_mode mode; in wps_build_ap_freq() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dbeacon.c234 struct hostapd_hw_modes *mode; in hostapd_eid_country() local
[all...]
/third_party/zlib/contrib/untgz/
H A Duntgz.c84 char mode[8]; /* 100 */ member
112 int mode; member
267 void push_attr(struct attr_item **list,char *fname,int mode,time_t time) in push_attr() argument
[all...]
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1042 SecurityMode mode; in GetWant() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp545 napi_value mode = nullptr; in GetResultOnSetSubtype() local
/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp860 bool DisplayPowerMgrService::SetMaxBrightness(double value, uint32_t mode) in SetMaxBrightness() argument
891 bool DisplayPowerMgrService::SetMaxBrightnessNit(uint32_t maxNit, uint32_t mode) in SetMaxBrightnessNit() argument
[all...]
/base/request/request/frameworks/js/napi/include/
H A Djs_common.h125 Mode mode = Mode::BACKGROUND; member
206 Mode mode; member
237 Mode mode; member
260 Mode mode = Mode::ANY; member
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp236 int taskId, action, mode, state, priority; in GetAppTaskQosInfos() local
275 int64_t action, mode, state, priority; in GetTaskQosInfo() local
[all...]

Completed in 33 milliseconds

1...<<101102103104105106107108109110>>...166