Home
last modified time | relevance | path

Searched defs:allowed (Results 1 – 25 of 51) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-internal-validators-validateoneof.js10 const allowed = [2, 3]; variable
25 const allowed = ['b', 'c']; variable
40 const allowed = [Symbol.for('b'), Symbol.for('c')]; variable
51 const allowed = [Symbol.for('b'), Symbol.for('c')]; variable
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h343 AudioStreamBuilder *setChannelConversionAllowed(bool allowed) { in setChannelConversionAllowed()
355 AudioStreamBuilder *setFormatConversionAllowed(bool allowed) { in setFormatConversionAllowed()
/third_party/typescript/tests/baselines/reference/
DdecoratorOnClassMethodThisParameter.js31 C2.prototype.method = function (allowed) { }; argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
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
/third_party/node/test/addons/stringbytes-external-exceed-max/
Dbinding.cc21 size_t allowed = (allowedBlocks * BYTES_PER_BLOCK * 4) / 5; in Allowed() local
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_suppressions.py138 def ignore_by_regexp(line1, line2, allowed): argument
152 def diff_output(output1, output2, allowed, ignore1, ignore2): argument
/third_party/libwebsockets/lib/tls/
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()
/third_party/selinux/libsepol/include/sepol/policydb/
Dflask_types.h55 sepol_access_vector_t allowed; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
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/radius/
Dradius_das.c41 u8 allowed[] = { in radius_das_disconnect() local
198 u8 allowed[] = { in radius_das_coa() local
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Ddefinition.js11 const allowed = [ variable
/third_party/mesa3d/src/gallium/frontends/nine/
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
Dadapter9.c241 static const D3DFORMAT allowed[] = { in display_format() local
261 static const D3DFORMAT allowed[] = { in adapter_format() local
/third_party/selinux/libselinux/include/selinux/
Dselinux.h138 access_vector_t allowed; member
/third_party/node/lib/internal/
Dvalidators.js199 const allowed = ArrayPrototypeJoin( constant
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c551 unsigned allowed = 0; in etna_screen_is_format_supported() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp167 QStringList allowed; in eapChanged() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp167 QStringList allowed; in eapChanged() local
/third_party/skia/third_party/externals/libpng/
Dpngset.c1671 png_set_benign_errors(png_structrp png_ptr, int allowed) in png_set_benign_errors()
1701 png_set_check_for_invalid_index(png_structrp png_ptr, int allowed) in png_set_check_for_invalid_index()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dhw_features_common.c91 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140, in allowed_ht40_channel_pair() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfigurationView.java460 public void setFormatConversionAllowed(boolean allowed) { in setFormatConversionAllowed()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dhw_features_common.c116 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 140, in allowed_ht40_channel_pair() local
/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.cc493 RegList allowed) { in PopulateRegisterArray()
524 RegList allowed) { in PopulateVRegisterArray()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp62 static std::unordered_set<std::string> allowed = { in IsLegacyDoublyEnabledInstruction() local

123