Searched defs:rules (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java44 private List<CombineRule> rules; field in class:CombineFilter
49 rules = new ArrayList<CombineRule>();
59 for (CombineRule r : rules) {
162 rules.add(combineRule);
H A DRemoveFilter.java42 private List<RemoveRule> rules; field in class:RemoveFilter
47 rules = new ArrayList<RemoveRule>();
56 for (RemoveRule r : rules) {
101 rules.add(rule);
H A DRemoveInputsFilter.java41 private List<RemoveInputsRule> rules; field in class:RemoveInputsFilter
46 rules = new ArrayList<RemoveInputsRule>();
55 for (RemoveInputsRule r : rules) {
108 rules.add(rule);
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DArgsParser.java64 ArgRule[] rules,
69 for (int i=0; i<rules.length; i++) {
70 processed |= rules[i].process(ai);
63 ArgsParser(String[] args, ArgRule[] rules, ArgHandler defaulter) argument
/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedCollator.java63 * The collation table is composed of a list of collation rules, where each
80 * turn on special collation rules.
102 * can also be used to add a modification at the end of a set of rules.
195 * rules tailored to your needs, you construct the <code>RuleBasedCollator</code>
196 * with the rules contained in a <code>String</code> object. For example:
219 * A new collation rules string can be created by concatenating rules
220 * strings. For example, the rules returned by {@link #getRules()} could
270 * RuleBasedCollator constructor. This takes the table rules and builds
274 * @param rules th
280 RuleBasedCollator(String rules) argument
297 RuleBasedCollator(String rules, int decomp) argument
[all...]
H A DRBCollationTables.java79 public RBCollationTables(String rules, int decmp) throws ParseException { argument
80 this.rules = rules;
83 builder.build(rules, decmp); // this object is filled in through
132 * Gets the table-based rules for the collation object.
133 * @return returns the collation rules that the table collation object
138 return rules;
292 private String rules = null; field in class:RBCollationTables
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DGenerateBreakIteratorData.java51 private static String rules = "sun.text.resources.BreakIteratorRules"; field in class:GenerateBreakIteratorData
79 ResourceBundle rules, info;
85 rules = ResourceBundle.getBundle("sun.text.resources.BreakIteratorRules",
100 rules.getString("CharacterBreakRules"),
104 rules.getString("WordBreakRules"),
108 rules.getString("LineBreakRules"),
112 rules.getString("SentenceBreakRules"),
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DZoneinfo.java65 private Map<String,Rule> rules; field in class:Zoneinfo
77 rules = new HashMap<String,Rule>();
96 rules.put(name, rule);
200 return rules.get(name);
327 * rules information.
342 * the rules referred to by the last zone record.
356 Main.error(zoneName + ": rules for " + startYear + " not found.");
435 List<RuleRec> rules = rule.getRules(year);
436 if (rules.size() > 0) {
437 for (int i = 0; i < rules
[all...]
H A DTimezone.java77 * Type of DST rules in this time zone
102 * The last DST rules. lastRules[0] is the DST start
103 * rule. lastRules[1] is the DST end rules.
320 * @param rules the last rule records
322 void setLastRules(List<RuleRec> rules) { argument
323 int n = rules.size();
325 lastRules = rules;
326 RuleRec rec = rules.get(0);
331 System.err.println("\t No DST starting rule in the last rules.");
/openjdk7/jdk/src/solaris/classes/sun/net/sdp/
H A DSdpProvider.java51 // indicates if SDP is enabled and the rules for when the protocol is used
53 private final List<Rule> rules; field in class:SdpProvider
64 this.rules = null;
92 this.rules = list;
192 // loads rules from the given file
290 // converts unbound TCP socket to a SDP socket if it matches the rules
298 for (Rule rule: rules) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWhitespace.java55 // The 3 different categories of strip/preserve rules (order important)
113 * For sorting rules depending on priority
177 * instanciate a set of strip/preserve rules.
180 final Vector rules = new Vector();
184 rules.add(new WhitespaceRule(_action,
188 return rules;
193 * Scans through the rules vector and looks for a rule of higher
196 private static WhitespaceRule findContradictingRule(Vector rules, argument
198 for (int i = 0; i < rules.size(); i++) {
200 WhitespaceRule currentRule = (WhitespaceRule)rules
235 prioritizeRules(Vector rules) argument
335 compilePredicate(Vector rules, int defaultAction, ClassGenerator classGen) argument
472 translateRules(Vector rules, ClassGenerator classGen) argument
490 quicksort(Vector rules, int p, int r) argument
501 partition(Vector rules, int p, int r) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLTableElement.java133 * Specifies which internal table borders to render. See the rules
137 public void setRules(String rules); argument
/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java52 * The rules for the Context L-system are read from the java.applet.Applet's
311 "Initializes the rules for Context Sensitive L-Systems." },
313 "Initializes the rules for Context Sensitive L-Systems." },
315 "Initializes the rules for Context Sensitive L-Systems." },
317 "Initializes the rules for Context Sensitive L-Systems." }
386 * This class initializes the rules for Context sensitive L-Systems
389 * and rContext parts of the rules.
396 List<CLSRule> rules = new ArrayList<CLSRule>(); field in class:ContextLSystem
408 rules.add(new CLSRule(pred, succ,
448 for (int i = 0; i < rules
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DSimpleTimeZone.java53 * and end rules for a daylight saving time schedule. Since it only holds
60 * schedule, the schedule can be described with a set of rules,
140 * These parameter rules are also applicable to the set rule methods, such as
162 dstSavings = millisPerHour; // In case user sets rules later
167 * GMT, time zone ID, and rules for starting and ending the daylight
226 * GMT, time zone ID, and rules for starting and ending the daylight
285 * GMT, time zone ID, and rules for starting and ending the daylight
287 * This constructor takes the full set of the start and end rules
802 * advanced with respect to standard time when the daylight saving time rules
820 * respect to standard time when the daylight saving rules ar
1589 unpackRules(byte[] rules) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java526 * rules (CSS) that were specified in the HTML document itself.
3803 * Adds the CSS rules in <code>rules</code>.
3805 void addCSSRules(String rules) { argument
3807 ss.addRule(rules);
4027 * it until the next HTML.Tag are the rules as Strings.

Completed in 59 milliseconds