/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | security_guard_config_manager_test.cpp | 546 EXPECT_TRUE(cfg.rules.empty()); in HWTEST_F() 555 jsonObj["rules"] = 0; in HWTEST_F() 557 EXPECT_TRUE(cfg.rules.empty()); in HWTEST_F() 566 jsonObj["rules"] = 0; in HWTEST_F() 569 EXPECT_TRUE(cfg.rules.empty()); in HWTEST_F() 578 jsonObj["rules"] = 0; in HWTEST_F() 582 EXPECT_TRUE(cfg.rules.empty()); in HWTEST_F() 591 jsonObj["rules"] = 0; in HWTEST_F() 596 EXPECT_TRUE(cfg.rules.empty()); in HWTEST_F() 613 jsonObj["rules"] in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A D | fib.c | 38 struct nsim_fib_entry rules; member 99 entry = &fib_data->ipv4.rules; in nsim_fib_get_val() 105 entry = &fib_data->ipv6.rules; in nsim_fib_get_val() 124 entry = &fib_data->ipv4.rules; in nsim_fib_set_max() 130 entry = &fib_data->ipv6.rules; in nsim_fib_set_max() 166 err = nsim_fib_rule_account(&data->ipv4.rules, add, extack); in nsim_fib_rule_event() 169 err = nsim_fib_rule_account(&data->ipv6.rules, add, extack); in nsim_fib_rule_event() 837 data->ipv4.rules.num = 0ULL; in nsim_fib_dump_inconsistent() 838 data->ipv6.rules.num = 0ULL; in nsim_fib_dump_inconsistent()
|
/third_party/node/test/common/ |
H A D | wpt.js | 218 // We use two sets of rules to speed up matching 224 * @param {object} rules 226 addRules(rules) { 227 for (const key of Object.keys(rules)) { 229 this.patternMatch.push(new StatusRule(key, rules[key], key)); 232 this.exactMatch[normalizedPath] = new StatusRule(key, rules[key]); 259 * @param {StatusRule[]} rules 261 constructor(mod, filename, rules) { 269 for (const item of rules) { 352 this.rules [all...] |
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_service_stub.cpp | 30 std::vector<SysEventRule> rules; in HandleAddSysEventListener() local 31 bool ret = ReadVectorFromParcel(data, rules); in HandleAddSysEventListener() 33 HIVIEW_LOGE("parcel read rules failed."); in HandleAddSysEventListener() 41 ret = reply.WriteInt32(AddListener(rules, callback)); in HandleAddSysEventListener() 80 HIVIEW_LOGE("parcel read query rules failed."); in HandleQueryEvent() 125 HIVIEW_LOGE("parcel read export rules failed."); in HandleAddSubscriber() 158 HIVIEW_LOGE("parcel read export rules failed."); in HandleExportEvent()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | fs.h | 123 struct mlx5e_ttc_rule rules[MLX5E_NUM_TT]; member 174 struct list_head rules; member 213 /* Protect aRFS rules list */ 215 struct list_head rules; member
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | file.h | 204 static inline void aa_free_file_rules(struct aa_file_rules *rules) in aa_free_file_rules() argument 206 aa_put_dfa(rules->dfa); in aa_free_file_rules() 207 aa_free_domain_entries(&rules->trans); in aa_free_file_rules()
|
/third_party/icu/icu4c/source/samples/strsrch/ |
H A D | strsrch.cpp | 20 "-rules rule Collation rules file (overrides locale)\n" 32 "Example strsrch -rules \\u0026b\\u003ca -source a\\u0020b\\u0020bc -pattern b\n" 33 "The format \\uXXXX is supported for the rules and comparison strings\n" 66 UChar rules[100]; variable 81 {"-rules", OptSpec::STRING, &opt_rules}, 159 u_unescape(opt_rules, rules, 100); in processCollator() 160 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RuleParser.java | 36 // Multi-line rules start with " ; " for some optional amount of whitespace. 51 /** Parses a configuration file to create a sequence of transformation rules. */ 78 List<Rule> rules = new ArrayList<>(); in parseLines() 104 rules.add(parseRule(xpath, specs, ruleLineNumber)); in parseLines() 111 return ImmutableList.copyOf(rules); in parseLines() 145 // because we don't want to create lots of unused dynamic rules! in parseRule()
|
/third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
H A D | strsrch.cpp | 20 "-rules rule Collation rules file (overrides locale)\n" 32 "Example strsrch -rules \\u0026b\\u003ca -source a\\u0020b\\u0020bc -pattern b\n" 33 "The format \\uXXXX is supported for the rules and comparison strings\n" 66 UChar rules[100]; variable 81 {"-rules", OptSpec::STRING, &opt_rules}, 159 u_unescape(opt_rules, rules, 100); in processCollator() 160 collator = ucol_openRules(rules, -1, UCOL_OFF, UCOL_TERTIARY, in processCollator()
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | freetype.mk | 54 # `src/base/rules.mk'. 57 # `src/base/rules.mk'. 62 # `src/<driver>/rules.mk'. 76 # Makefile after all other rules have been included. 160 # Include the `exports' rules file. 174 # This is used to simplify the dependency rules -- if one of these files 221 include $(SRC_DIR)/base/rules.mk 222 include $(patsubst %,$(SRC_DIR)/%/rules.mk,$(MODULES)) 223 include $(SRC_DIR)/dlg/rules.mk 335 # Standard cleaning and distclean rules [all...] |
/third_party/skia/buildtools/checkdeps/ |
H A D | checkdeps.py | 8 Checks DEPS files in the source tree for rules, and applies those rules to 28 from rules import Rule, Rules 58 ignore_temp_rules: Ignore rules that start with Rule.TEMP_ALLOW ("!"). 78 its subdirectories for compliance with DEPS rules throughout the 94 for rules, file_paths in self.GetAllRulesAndFiles(start_dir): 102 file_status = checker.CheckFile(rules, full_name) 221 '', '--ignore-temp-rules', 223 help='Ignore !-prefixed (temporary) rules.') 225 '', '--generate-temp-rules', [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 288 static struct rule * rules; variable 289 static int nrules; /* number of rules */ 313 /* Indices into rules[] for final rules. They will occur in pairs, 316 * index into finalRules[]. FinalRules[] are aliases into rules[]. */ 884 ** Associate sets of rules with zones. 907 (void) qsort(rules, nrules, sizeof *rules, rcomp); in associate() 909 if (strcmp(rules[i].r_name, in associate() 910 rules[ in associate() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 287 static struct rule * rules; variable 288 static int nrules; /* number of rules */ 312 /* Indices into rules[] for final rules. They will occur in pairs, 315 * index into finalRules[]. FinalRules[] are aliases into rules[]. */ 883 ** Associate sets of rules with zones. 906 (void) qsort(rules, nrules, sizeof *rules, rcomp); in associate() 908 if (strcmp(rules[i].r_name, in associate() 909 rules[ in associate() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usrchtst.c | 58 UChar rules[1024]; in open() local 71 u_strcpy(rules, ucol_getRules(DE_, &rulelength)); in open() 72 u_unescape(EXTRACOLLATIONRULE, rules + rulelength, 1024 - rulelength); in open() 76 DE_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open() 78 u_strcpy(rules, ucol_getRules(ES_, &rulelength)); in open() 79 u_unescape(EXTRACOLLATIONRULE, rules + rulelength, 1024 - rulelength); in open() 82 ES_ = ucol_openRules(rules, u_strlen(rules), UCOL_ON, UCOL_TERTIARY, in open() 940 UChar rules[3 in TestCollator() local 1665 UChar rules[128]; TestContraction() local 1708 UChar rules[128]; TestIgnorable() local 2043 UChar rules[32]; TestCollatorCanonical() local 2393 UChar rules[128]; TestContractionCanonical() local [all...] |
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 81 std::vector<QueryRule> rules = { QueryRule(strData, {strData}) }; in HiSysEventQueryTest() local 82 (void)HiSysEventManager::Query(arg, rules, callback); in HiSysEventQueryTest()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.h | 240 /* Devanagari-Latin rules Test */ 243 /* Telugu-Latin rules Test */ 246 /* Gujarati-Latin rules Test */ 249 /* Sanskrit-Latin rules Test */ 381 void expect(const UnicodeString& rules, 387 const UnicodeString& rules,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | utrans.h | 55 * or even a complete set of rules because then the ID string contains more 77 * e.g., the forward or reverse rules of a RuleBasedTransliterator. 88 * opened using a rule, it means forward direction rules, e.g., 96 * opened using a rule, it means reverse direction rules, e.g., 172 * Open a custom transliterator, given a custom rules string 181 * @param rules the transliterator rules. See the C++ header rbt.h for 182 * rules syntax. If NULL then a system transliterator matching 184 * @param rulesLength the length of the rules, or -1 if the rules [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbirb.h | 111 // Create a rule based break iterator from a set of rules. 115 static BreakIterator * createRuleBasedBreakIterator( const UnicodeString &rules, 124 RBBIRuleBuilder(const UnicodeString &rules, 132 * Build the state tables and char class Trie from the source rules. 156 RBBINode **fDefaultTree; // For rules not qualified with a ! 159 UBool fChainRules; // True for chained Unicode TR style rules. 160 // False for traditional regexp rules. 162 UBool fLBCMNoChain; // True: suppress chaining of rules on
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | ExceptionHandler.java | 61 String rules = "This is a very odd little set of rules, just for testing, you know..."; in getTestObjects() 65 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | ExceptionHandler.java | 60 String rules = "This is a very odd little set of rules, just for testing, you know..."; in getTestObjects() 64 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationruleparser.h | 100 UnicodeString &rules, 182 const UnicodeString *rules; member in CollationRuleParser
|
H A D | nfrs.h | 36 void parseRules(UnicodeString& rules, UErrorCode& status); 74 NFRuleList rules; member in NFRuleSet
|
H A D | rbt_pars.h | 42 * of rules in the rule set 60 * The current data object for which we are parsing rules 148 * Parse the given string as a sequence of rules, separated by newline 149 * characters ('\n'), and cause this object to implement those rules. Any 150 * previous rules are discarded. Typically this method is called exactly 153 * Parse the given rules, in the given direction. After this call 157 * @param rules rules, separated by ';' 163 void parse(const UnicodeString& rules, 177 * Return a representation of this transliterator as source rules [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbirb.h | 111 // Create a rule based break iterator from a set of rules. 115 static BreakIterator * createRuleBasedBreakIterator( const UnicodeString &rules, 124 RBBIRuleBuilder(const UnicodeString &rules, 132 * Build the state tables and char class Trie from the source rules. 156 RBBINode **fDefaultTree; // For rules not qualified with a ! 159 UBool fChainRules; // True for chained Unicode TR style rules. 160 // False for traditional regexp rules.
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationruleparser.h | 100 UnicodeString &rules, 182 const UnicodeString *rules; member in CollationRuleParser
|