Home
last modified time | relevance | path

Searched refs:ALLOWED (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Sema/
Dformat-strings-gnu.c19 #ifndef ALLOWED in test()
38 #ifdef ALLOWED
Dformat-strings-darwin.c24 #ifdef ALLOWED in test()
41 #ifdef ALLOWED
/external/wpa_supplicant_8/wpa_supplicant/
Dmbo.c390 NOT_ALLOWED, ALLOWED enumerator
410 return ALLOWED; in allow_channel()
460 return ALLOWED; in verify_80mhz()
515 return ALLOWED; in verify_160mhz()
543 return ALLOWED; in verify_channel()
Dp2p_supplicant.c3328 NOT_ALLOWED, NO_IR, ALLOWED enumerator
3352 return ALLOWED; in has_channel()
3389 enum chan_allowed res, ret = ALLOWED; in wpas_p2p_verify_80mhz()
3450 enum chan_allowed res, ret = ALLOWED; in wpas_p2p_verify_160mhz()
3552 if (res == ALLOWED) { in wpas_p2p_setup_channels()
3611 if (ret == ALLOWED) in wpas_p2p_get_ht40_mode()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c150 SM_STATE(CP, ALLOWED) in SM_STATE() argument
152 SM_ENTRY(CP, ALLOWED); in SM_STATE()
353 SM_ENTER(CP, ALLOWED); in SM_STEP()
/external/markdown/docs/
Dusing_as_module.txt112 markdown.HTML_REMOVED_TEXT = "--RAW HTML IS NOT ALLOWED--"
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.fwteam_small110 # WARNING: 'none' is ONLY ALLOWED FOR DEBUGGING.
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py981 ALLOWED = ('backoff_seconds', 'backoff_factor', 'max_attempts', 'target')
983 if name not in ALLOWED:
1504 db.create_transaction_options(propagation=db.ALLOWED), txn)