Searched refs:rules (Results 1 – 25 of 93) sorted by relevance
1234
14 Experts share their wisdom as rules comprising of conditions and suggestions in the INI format (ref…15 [rules.ini](https://github.com/facebook/rocksdb/blob/master/tools/advisor/advisor/rules.ini)).26 The Rules uses rules from experts to parse data-sources and trigger appropriate rules.27 The Advisor's output gives information about which rules were triggered,44 python3 -m advisor.rule_parser_example --rules_spec=advisor/rules.ini --rocksdb_options=test/input_…49 Most important amongst all the input that the Advisor needs, are the rules53 [rules.ini](https://github.com/facebook/rocksdb/blob/master/tools/advisor/advisor/rules.ini)).
10 # Disable implicit rules so canonical targets will work.13 # Disable VCS-based implicit rules.16 # Disable VCS-based implicit rules.19 # Disable VCS-based implicit rules.22 # Disable VCS-based implicit rules.25 # Disable VCS-based implicit rules.43 # The shell in which to execute make rules.
17 Experts share their wisdom as rules comprising of conditions and suggestions in the INI format (ref…18 [rules.ini](https://github.com/facebook/rocksdb/blob/master/tools/advisor/advisor/rules.ini)).29 The Rules uses rules from experts to parse data-sources and trigger appropriate rules.30 The Advisor's output gives information about which rules were triggered,42 python3 -m advisor.rule_parser_example --rules_spec=advisor/rules.ini --rocksdb_options=test/input_…
11 # Disable implicit rules so canonical targets will work.14 # Disable VCS-based implicit rules.17 # Disable VCS-based implicit rules.20 # Disable VCS-based implicit rules.23 # Disable VCS-based implicit rules.26 # Disable VCS-based implicit rules.44 # The shell in which to execute make rules.63 # Directory level rules for the build root directory118 # Directory level rules for directory tools172 # Target rules for target CMakeFiles/rocksdb.dir[all …]
1 # Hashes of file build rules.
129 def pick_rule_to_apply(rules, last_rule_name, rules_tried, backtrack): argument130 if not rules:137 for rule in rules:143 for rule in rules:
8 import org.junit.rules.ExternalResource;