Home
last modified time | relevance | path

Searched refs:RuleEntry (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java37 private final TreeSet<RuleEntry> variants;
55 variants.add(new RuleEntry(ruleName, factory, weight)); in add()
66 LinkedList<RuleEntry> rulesList = new LinkedList<>(variants); in produce()
74 Iterator<RuleEntry> iterator = rulesList.iterator(); in produce()
75 RuleEntry ruleEntry; in produce()
100 private class RuleEntry extends Factory<T> implements Comparable<RuleEntry> { class in Rule
105 private RuleEntry(String name, Factory<? extends T> factory, double weight) { in RuleEntry() method in Rule.RuleEntry
117 public int compareTo(RuleEntry entry) { in compareTo()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/inc/
H A DRule.h67 struct RuleEntry struct
72 bool operator < (const RuleEntry &r) const argument
79 bool operator == (const RuleEntry &r) const argument
88 const RuleEntry * rules,
149 const RuleEntry * begin() const;
150 const RuleEntry * end() const;
156 RuleEntry * m_begin,
200 const RuleEntry * FiniteStateMachine::Rules::begin() const in begin()
206 const RuleEntry * FiniteStateMachine::Rules::end() const in end()
224 const RuleEntry * lre = begin(), * rre = state.rules; in accumulate_rules()
[all …]
H A DPass.h38 struct RuleEntry;
76 void dumpRuleEventConsidered(const FiniteStateMachine & fsm, const RuleEntry & re) const;
90 RuleEntry * m_ruleMap;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/inc/
H A DRule.h67 struct RuleEntry struct
72 bool operator < (const RuleEntry &r) const argument
79 bool operator == (const RuleEntry &r) const argument
88 const RuleEntry * rules,
149 const RuleEntry * begin() const;
150 const RuleEntry * end() const;
156 RuleEntry * m_begin,
200 const RuleEntry * FiniteStateMachine::Rules::begin() const in begin()
206 const RuleEntry * FiniteStateMachine::Rules::end() const in end()
224 const RuleEntry * lre = begin(), * rre = state.rules; in accumulate_rules()
[all …]
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/inc/
H A DRule.h67 struct RuleEntry struct
72 bool operator < (const RuleEntry &r) const argument
79 bool operator == (const RuleEntry &r) const argument
88 const RuleEntry * rules,
149 const RuleEntry * begin() const;
150 const RuleEntry * end() const;
156 RuleEntry * m_begin,
200 const RuleEntry * FiniteStateMachine::Rules::begin() const in begin()
206 const RuleEntry * FiniteStateMachine::Rules::end() const in end()
224 const RuleEntry * lre = begin(), * rre = state.rules; in accumulate_rules()
[all …]
/dports/graphics/graphite2/graphite2-1.3.14/src/inc/
H A DRule.h67 struct RuleEntry struct
72 bool operator < (const RuleEntry &r) const argument
79 bool operator == (const RuleEntry &r) const argument
88 const RuleEntry * rules,
149 const RuleEntry * begin() const;
150 const RuleEntry * end() const;
156 RuleEntry * m_begin,
200 const RuleEntry * FiniteStateMachine::Rules::begin() const in begin()
206 const RuleEntry * FiniteStateMachine::Rules::end() const in end()
224 const RuleEntry * lre = begin(), * rre = state.rules; in accumulate_rules()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/inc/
H A DRule.h67 struct RuleEntry struct
72 bool operator < (const RuleEntry &r) const argument
79 bool operator == (const RuleEntry &r) const argument
88 const RuleEntry * rules,
149 const RuleEntry * begin() const;
150 const RuleEntry * end() const;
156 RuleEntry * m_begin,
200 const RuleEntry * FiniteStateMachine::Rules::begin() const in begin()
206 const RuleEntry * FiniteStateMachine::Rules::end() const in end()
224 const RuleEntry * lre = begin(), * rre = state.rules; in accumulate_rules()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/inc/
H A DRule.h67 struct RuleEntry struct
72 bool operator < (const RuleEntry &r) const argument
79 bool operator == (const RuleEntry &r) const argument
88 const RuleEntry * rules,
149 const RuleEntry * begin() const;
150 const RuleEntry * end() const;
156 RuleEntry * m_begin,
200 const RuleEntry * FiniteStateMachine::Rules::begin() const in begin()
206 const RuleEntry * FiniteStateMachine::Rules::end() const in end()
224 const RuleEntry * lre = begin(), * rre = state.rules; in accumulate_rules()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/inc/
H A DRule.h67 struct RuleEntry struct
72 bool operator < (const RuleEntry &r) const argument
79 bool operator == (const RuleEntry &r) const argument
88 const RuleEntry * rules,
149 const RuleEntry * begin() const;
150 const RuleEntry * end() const;
156 RuleEntry * m_begin,
200 const RuleEntry * FiniteStateMachine::Rules::begin() const in begin()
206 const RuleEntry * FiniteStateMachine::Rules::end() const in end()
224 const RuleEntry * lre = begin(), * rre = state.rules; in accumulate_rules()
[all …]
/dports/security/yafic/yafic-1.2.2/
H A Dyafic.h85 struct RuleEntry { struct
86 struct RuleEntry *next; /* Next entry in hash chain. */ argument
111 struct RuleEntry *FindRuleEntry (const char *path); argument
112 struct RuleEntry *FindClosestRuleEntry (const char *path);
113 void ApplyRuleSet (void (*func) (struct RuleEntry *re));
115 void DumpRuleEntry (struct RuleEntry *re);
H A Druleset.c73 static struct RuleEntry **ruleSet;
96 struct RuleEntry *re; in ApplyRuleSet()
114 struct RuleEntry *
117 struct RuleEntry *re; in FindRuleEntry()
131 struct RuleEntry *
135 struct RuleEntry *re; in FindClosestRuleEntry()
152 static struct RuleEntry *
156 struct RuleEntry *re; in addRuleEntry()
195 struct RuleEntry *re, *nextre; in CleanRuleSet()
285 struct RuleEntry *parentre; in resolveRuleEntry()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Drules.h35 extern RuleEntry *rules; /* Rule table pointer */
40 extern void resetAndEvaluateRules(CONTEXT, RuleEntry rules[], const byte *version);
42 extern void evaluateRules(CONTEXT, RuleEntry rules[]);
H A Drules.cpp40 RuleEntry *rules; /* Rule table pointer */
78 rules = (RuleEntry *) pointerTo(ruleTableAddress); in initRules()
219 void evaluateRules(CONTEXT, RuleEntry ruleList[]) { in evaluateRules()
252 void resetAndEvaluateRules(CONTEXT, RuleEntry ruleList[], const byte *version) { in resetAndEvaluateRules()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Drules.h35 extern RuleEntry *rules; /* Rule table pointer */
40 extern void resetAndEvaluateRules(CONTEXT, RuleEntry rules[], const byte *version);
42 extern void evaluateRules(CONTEXT, RuleEntry rules[]);
H A Drules.cpp40 RuleEntry *rules; /* Rule table pointer */
78 rules = (RuleEntry *) pointerTo(ruleTableAddress); in initRules()
219 void evaluateRules(CONTEXT, RuleEntry ruleList[]) { in evaluateRules()
252 void resetAndEvaluateRules(CONTEXT, RuleEntry ruleList[], const byte *version) { in resetAndEvaluateRules()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DJREContainer.java75 private static Map<RuleKey, RuleEntry> fgClasspathEntriesWithRules = new HashMap<>(10);
122 static class RuleEntry { class in JREContainer
131 public RuleEntry(IAccessRule[][] rules, IClasspathEntry[] entries) { in RuleEntry() method in JREContainer.RuleEntry
150 if(obj instanceof RuleEntry) { in equals()
151 rules = ((RuleEntry)obj).fRules; in equals()
315 RuleEntry entry = fgClasspathEntriesWithRules.get(key); in computeClasspathEntries()
344 fgClasspathEntriesWithRules.put(key, new RuleEntry(rules, cpEntries)); in computeClasspathEntries()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h143 } RuleEntry; typedef
188 #define newRuleEntry(s) (RuleEntry *) newEntry(s, sizeof(RuleEntry))
/dports/sysutils/cdrdao/cdrdao-1.2.4/pccts/antlr/
H A Dgeneric.h143 } RuleEntry; typedef
188 #define newRuleEntry(s) (RuleEntry *) newEntry(s, sizeof(RuleEntry))

123456789