/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | Makefile | 9 include ../lib.rules
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | Makefile | 9 include ../lib.rules
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | Makefile | 9 include ../lib.rules
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | Makefile | 9 include ../lib.rules
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | Makefile | 18 include ../lib.rules
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | Makefile | 17 include ../lib.rules
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 170 char rules[100]; in prog_attach_iptables() local 178 sprintf(rules, "iptables -A OUTPUT -m bpf --object-pinned %s -j ACCEPT", in prog_attach_iptables() 180 ret = system(rules); in prog_attach_iptables()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_immediate.c | 115 list_for_each_entry(rule, &chain->rules, list) in nft_immediate_activate() 138 list_for_each_entry(rule, &chain->rules, list) in nft_immediate_chain_deactivate() 207 * let the transaction records release this chain and its rules. in nft_immediate_destroy() 214 /* Rule has been deleted, release chain and its rules. */ in nft_immediate_destroy() 219 list_for_each_entry_safe(rule, n, &chain->rules, list) { in nft_immediate_destroy()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_immediate.c | 115 list_for_each_entry(rule, &chain->rules, list) in nft_immediate_activate() 138 list_for_each_entry(rule, &chain->rules, list) in nft_immediate_chain_deactivate() 207 * let the transaction records release this chain and its rules. in nft_immediate_destroy() 214 /* Rule has been deleted, release chain and its rules. */ in nft_immediate_destroy() 219 list_for_each_entry_safe(rule, n, &chain->rules, list) { in nft_immediate_destroy()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | reptest.cpp | 285 UnicodeString rules(transliteratorName); in check() 286 rules.remove(0,1); in check() 288 t = Transliterator::createFromRules("test", rules, UTRANS_FORWARD, in check()
|
H A D | thcoll.cpp | 463 UnicodeString rules; in TestReordering() local 464 parseChars(rules, rule); in TestReordering() 465 LocalPointer<RuleBasedCollator> rcoll(new RuleBasedCollator(rules, status), status); in TestReordering() 469 errln("Couldn't instantiate collator from rules"); in TestReordering()
|
H A D | g7coll.cpp | 70 /* new table collation with rules "& Z < p, P" loop to FIXEDTESTSET */ 72 /* new table collation with rules "& C < ch , cH, Ch, CH " loop to TOTALTESTSET */ 74 /* new table collation with rules "& Question-mark ; ? & Hash-mark ; # & Ampersand ; '&' " loop to TOTALTESTSET */ 76 /* analogous to Japanese rules " & aa ; a- & ee ; e- & ii ; i- & oo ; o- & uu ; u- " */ /* loop to TOTALTESTSET */ 114 const UnicodeString &rules = ((RuleBasedCollator*)myCollation.getAlias())->getRules(); in TestG7Locales() local 115 if (rules.isEmpty() && in TestG7Locales() 123 RuleBasedCollator *tblColl1 = new RuleBasedCollator(rules, status); in TestG7Locales() 151 logln("Demo Test 1 : Create a new table collation with rules \"& Z < p, P\""); in TestDemo1() 185 logln("Demo Test 2 : Create a new table collation with rules \"& C < ch , cH, Ch, CH\""); in TestDemo2() 219 logln("Demo Test 3 : Create a new table collation with rules \" in TestDemo3() [all...] |
/third_party/ninja/src/ |
H A D | clean.cc | 263 int Cleaner::CleanRules(int rule_count, char* rules[]) { in CleanRules() argument 264 assert(rules); in CleanRules() 270 const char* rule_name = rules[i]; in CleanRules()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | graphdeps.py | 25 from rules import Rule 59 ignore_temp_rules: Ignore rules that start with Rule.TEMP_ALLOW ("!"). 60 ignore_specific_rules: Ignore rules from specific_include_rules sections. 110 for (rules, _) in self.GetAllRulesAndFiles(): 111 deps = rules.AsDependencyTuples( 156 # own DEPS, and therefore are missing from the list of rules. Those will 157 # be recursively populated with their parents' rules in the next block. 164 # For every node, propagate its rules down to all its children. 282 --ignore-specific-rules \ 283 --ignore-temp-rules""") [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_mock_app_control.cpp | 472 std::vector<AppRunningControlRule> rules; in HWTEST_F() local 477 mgr.KillRunningApp(rules, USERID); in HWTEST_F() 504 std::vector<AppRunningControlRule> rules; in HWTEST_F() local 507 rules.push_back(rule); in HWTEST_F() 509 mgr.KillRunningApp(rules, USERID); in HWTEST_F()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.h | 242 // It stores the list of rules, which have this symbol as the 244 // Terminals have an empty list of rules, they are created by the Lexer 245 // instead of from rules. 251 Symbol(std::initializer_list<Rule> rules) { *this = rules; } in Symbol() argument 257 V8_EXPORT_PRIVATE Symbol& operator=(std::initializer_list<Rule> rules); 417 // mutually recursive rules of the grammar. 436 Symbol* NewSymbol(std::initializer_list<Rule> rules = {}) { in NewSymbol() 437 auto symbol = std::make_unique<Symbol>(rules);
|
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | fib.c | 42 struct nsim_fib_entry rules; member 146 entry = &fib_data->ipv4.rules; in nsim_fib_get_val() 152 entry = &fib_data->ipv6.rules; in nsim_fib_get_val() 174 entry = &fib_data->ipv4.rules; in nsim_fib_set_max() 180 entry = &fib_data->ipv6.rules; in nsim_fib_set_max() 217 err = nsim_fib_rule_account(&data->ipv4.rules, add, extack); in nsim_fib_rule_event() 220 err = nsim_fib_rule_account(&data->ipv6.rules, add, extack); in nsim_fib_rule_event() 1108 atomic64_set(&data->ipv4.rules.num, 0ULL); in nsim_fib_dump_inconsistent() 1109 atomic64_set(&data->ipv6.rules.num, 0ULL); in nsim_fib_dump_inconsistent()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 607 // Open a break iterator from char * rules. Take care of conversion 608 // of the rules and error checking. 610 static UBreakIterator * testOpenRules(char *rules) { in testOpenRules() argument 617 ruleSourceU = toUChar(rules, &strCleanUp); in testOpenRules() 619 bi = ubrk_openRules(ruleSourceU, -1, /* The rules */ in testOpenRules() 634 * a set of source rules. 641 char rules[] = "abc/def{666};\n [\\p{L} - [a]]* {2}; . {1};"; in TestBreakIteratorRules() local 654 UBreakIterator *bi = testOpenRules(rules); in TestBreakIteratorRules() 691 log_err("FAIL: unable to malloc rules buffer, size %u", rulesLength); in TestBreakIteratorRules() 725 * TestBreakIteratorRuleError - Try to create a BI from rules wit in TestBreakIteratorRuleError() 728 char rules[] = " # This is a rule comment on line 1\\n" TestBreakIteratorRuleError() local 759 UChar rules[RULE_STRING_LENGTH]; TestBreakIteratorStatusVec() local [all...] |
/third_party/tzdata/ |
H A D | zic.c | 338 static struct rule * rules; variable 339 static ptrdiff_t nrules; /* number of rules */ 1578 ** Associate sets of rules with zones. 1600 qsort(rules, nrules, sizeof *rules, rcomp); in associate() 1602 if (strcmp(rules[i].r_name, in associate() 1603 rules[i + 1].r_name) != 0) in associate() 1605 if (rules[i].r_filenum == rules[i + 1].r_filenum) in associate() 1607 eat(rules[ in associate() [all...] |
/kernel/linux/linux-5.10/security/safesetid/ |
H A D | lsm.h | 59 DECLARE_HASHTABLE(rules, SETID_HASH_BITS);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
H A D | port_sel.h | 13 /* Each port has ldev->buckets number of rules and they are arrange in 16 struct mlx5_flow_handle *rules[MLX5_MAX_PORTS * MLX5_LAG_MAX_HASH_BUCKETS]; member
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/pfrut/ |
H A D | Makefile | 16 include ../../Makefile.rules
|
/kernel/linux/linux-6.6/security/safesetid/ |
H A D | lsm.h | 59 DECLARE_HASHTABLE(rules, SETID_HASH_BITS);
|
/third_party/icu/icu4c/source/samples/ufortune/ |
H A D | Makefile | 35 # hook variables to tell rules.mk we want subdirectory processing 44 ### Include standard rules 45 include ../rules.mk
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
H A D | Makefile | 54 ## Include standard rules 55 include ../../rules.mk
|