Home
last modified time | relevance | path

Searched defs:allowed (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libwebsockets/lib/tls/
H A Dlws-genec-common.c49 lws_genec_confirm_curve_allowed_by_tls_id(const char *allowed, int id, in lws_genec_confirm_curve_allowed_by_tls_id() argument
/third_party/node/test/addons/stringbytes-external-exceed-max/
H A Dbinding.cc21 size_t allowed = (allowedBlocks * BYTES_PER_BLOCK * 4) / 5; in Allowed() local
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dflask_types.h55 sepol_access_vector_t allowed; member
/third_party/selinux/libselinux/include/selinux/
H A Dselinux.h138 access_vector_t allowed; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c551 unsigned allowed = 0; in etna_screen_is_format_supported() local
[all...]
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStreamBuilder.h343 AudioStreamBuilder *setChannelConversionAllowed(bool allowed) { in setChannelConversionAllowed() argument
355 AudioStreamBuilder *setFormatConversionAllowed(bool allowed) { in setFormatConversionAllowed() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_das.c41 u8 allowed[] = { in radius_das_disconnect() local
198 u8 allowed[] = { in radius_das_coa() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dacs.c375 const int allowed[] = { 5180, 5220, 5260, 5300, 5500, 5540, 5580, 5620, in acs_usable_bw40_chan() local
393 const int allowed[] = { 5180, 5260, 5500, 5580, 5660, 5745, 5955, 6035, in acs_usable_bw80_chan() local
408 const int allowed[] = { 5180, 5500, 5955, 6115, 6275, 6435, 6595, 6755, in acs_usable_bw160_chan() local
[all...]
H A Ddfs.c100 int *allowed = allowed_40; in dfs_is_chan_allowed() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_das.c41 u8 allowed[] = { in radius_das_disconnect() local
198 u8 allowed[] = { in radius_das_coa() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dacs.c368 const int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, in acs_usable_ht40_chan() local
382 const int allowed[] = { 36, 52, 100, 116, 132, 149 }; in acs_usable_vht80_chan() local
395 const int allowed[] = { 36, 100 }; in acs_usable_vht160_chan() local
[all...]
H A Ddfs.c95 int *allowed = allowed_40; in dfs_is_chan_allowed() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h188 static const D3DFORMAT allowed[] = { /* TODO: list incomplete */ in fetch4_compatible_format() local
226 static const D3DFORMAT allowed[] = { in depth_stencil_format() local
H A Dadapter9.c241 static const D3DFORMAT allowed[] = { in display_format() local
261 static const D3DFORMAT allowed[] = { in adapter_format() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DStreamConfigurationView.java460 public void setFormatConversionAllowed(boolean allowed) { in setFormatConversionAllowed() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp167 QStringList allowed; in eapChanged() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp167 QStringList allowed; in eapChanged() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dhw_features_common.c91 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140, in allowed_ht40_channel_pair() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dhw_features_common.c116 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140, in allowed_ht40_channel_pair() local
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h563 bool allowed = pp->parseContext.lineContinuationCheck(input->getSourceLoc(), pp->inComment); variable
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp41 IsAllowedTypeOrArrayOfSame(ValidationState_t& _, const Instruction* type, std::initializer_list<uint32_t> allowed) IsAllowedTypeOrArrayOfSame() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp41 IsAllowedTypeOrArrayOfSame(ValidationState_t& _, const Instruction* type, std::initializer_list<uint32_t> allowed) IsAllowedTypeOrArrayOfSame() argument
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp62 static std::unordered_set<std::string> allowed = { in IsLegacyDoublyEnabledInstruction() local
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc489 PopulateRegisterArray(Register* w, Register* x, Register* r, int reg_size, int reg_count, RegList allowed) PopulateRegisterArray() argument
520 PopulateVRegisterArray(VRegister* s, VRegister* d, VRegister* v, int reg_size, int reg_count, RegList allowed) PopulateVRegisterArray() argument
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp41 IsAllowedTypeOrArrayOfSame(ValidationState_t& _, const Instruction* type, std::initializer_list<spv::Op> allowed) IsAllowedTypeOrArrayOfSame() argument
[all...]

Completed in 28 milliseconds

12