HomeSort by relevance Sort by last modified time
    Searched full:ruleset (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /external/iptables/iptables/
iptables-apply.8 14 iptables\-apply will try to apply a new ruleset (as output by
16 user whether the changes are okay. If the new ruleset cut the existing
18 case, the script rolls back to the previous ruleset after the timeout
27 ruleset.
iptables-apply 41 Usage: $PROGNAME [options] ruleset
43 The script will try to apply a new ruleset (as output by iptables-save/read
45 are okay. If the new ruleset cut the existing connection, the user will not
47 previous ruleset.
133 echo "E: unknown error saving current iptables ruleset." >&2
140 echo -n "Applying new ruleset... "
143 echo "E: unknown error applying new iptables ruleset." >&2
164 echo -n "Reverting to old ruleset... "
ip6tables-restore.8 44 Only parse and construct the ruleset, but do not commit it.
47 Print additional debug info during ruleset processing.
iptables-restore.8 44 Only parse and construct the ruleset, but do not commit it.
47 Print additional debug info during ruleset processing.
  /external/webrtc/talk/session/media/
typewrapping.h.pump 36 // First, declare a new wrapping ruleset:
196 #define DECLARE_WRAPPING_RULESET(ruleSet) \
197 namespace ruleSet { \
227 #define DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, var, wrapCode, unwrapCode) \
228 namespace ruleSet { \
250 #define DECLARE_WRAPPER_BY_REINTERPRET_CAST(ruleSet, wrappedType, unwrappedType) \
251 DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, FROM, reinterpret_cast<wrappedType>(FROM), reinterpret_cast<unwrappedType>(FROM))
254 #define DECLARE_WRAPPER_BY_IMPLICIT_CAST(ruleSet, wrappedType, unwrappedType) \
255 DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, FROM, FROM, FROM)
258 #define DECLARE_POINTER_WRAPPER(ruleSet, wrappedType, unwrappedType)
    [all...]
  /external/bison/src/
closure.h 26 /* Allocates the itemset and ruleset vectors, and precomputes useful
34 ITEMS, of length N), set up RULESET and ITEMSET to indicate what
38 RULESET contains a bit for each rule. CLOSURE sets the bits for
50 /* Frees ITEMSET, RULESET and internal data. */
closure.c 39 static bitset ruleset; variable
189 ruleset = bitset_create (nrules, BITSET_FIXED);
202 /* A bit index over RULESET. */
210 bitset_zero (ruleset);
214 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]]));
220 BITSET_FOR_EACH (iter, ruleset, ruleno, 0)
249 bitset_free (ruleset);
  /external/icu/icu4c/source/i18n/
rbt_data.cpp 25 : UMemory(), ruleSet(status), variableNames(status),
37 UMemory(other), ruleSet(other.ruleSet),
84 ruleSet.setData(this); // ruleSet must already be frozen
nfrule.h 47 NFRuleSet* ruleSet,
89 void extractSubstitutions(const NFRuleSet* ruleSet, const UnicodeString &ruleText, const NFRule* predecessor, UErrorCode& status);
90 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCode& status);
rbt.cpp 55 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
146 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
158 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
274 fData->ruleSet.transliterate(text, index, isIncremental)) {
289 return fData->ruleSet.toRules(rulesSource, escapeUnprintable);
296 fData->ruleSet.getSourceTargetSet(result, FALSE);
303 return fData->ruleSet.getSourceTargetSet(result, TRUE);
nfsubs.h 34 const NFRuleSet* ruleSet;
39 const NFRuleSet* ruleSet,
44 * Get the Ruleset of the object.
45 * @return the Ruleset of the object.
47 const NFRuleSet* getRuleSet() const { return ruleSet; }
59 const NFRuleSet* ruleSet,
108 * either ruleSet or decimalFormat, and inserts the result into
120 * either ruleSet or decimalFormat, and inserts the result into
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
ProjectConverter.java 37 import org.slf4j.migrator.line.RuleSet;
41 private RuleSet ruleSet;
66 ruleSet = RuleSetFactory.getMatcherImpl(conversionType);
67 if (ruleSet == null) {
102 InplaceFileConverter fc = new InplaceFileConverter(ruleSet, progressListener);
InplaceFileConverter.java 40 import org.slf4j.migrator.line.RuleSet;
49 InplaceFileConverter(RuleSet ruleSet, ProgressListener pl) {
50 this.lineConverter = new LineConverter(ruleSet);
RuleSetFactory.java 31 import org.slf4j.migrator.line.RuleSet;
48 public static RuleSet getMatcherImpl(int conversionType) {
  /external/iptables/
INCOMPATIBILITIES 11 with dynamic ruleset changes during runtime. (Please see
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.pom 184 <ruleset>/rulesets/basic.xml</ruleset>
185 <ruleset>/rulesets/finalizers.xml</ruleset>
186 <ruleset>/rulesets/imports.xml</ruleset>
187 <ruleset>/rulesets/unusedcode.xml</ruleset>
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BNF.java 77 Set ruleSet = map.keySet();
81 if (!ruleSet.equals(variables)) {
82 String msg = showDiff(variables, ruleSet);
84 String temp = showDiff(ruleSet, variables);
93 if (!ruleSet.equals(variables)) {
94 String msg = showDiff(variables, ruleSet);
96 String temp = showDiff(ruleSet, variables);
106 Iterator it = ruleSet.iterator();
110 Iterator it2 = ruleSet.iterator();
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 76 Set ruleSet = map.keySet();
80 if (!ruleSet.equals(variables)) {
81 String msg = showDiff(variables, ruleSet);
83 String temp = showDiff(ruleSet, variables);
92 if (!ruleSet.equals(variables)) {
93 String msg = showDiff(variables, ruleSet);
95 String temp = showDiff(ruleSet, variables);
105 Iterator it = ruleSet.iterator();
109 Iterator it2 = ruleSet.iterator();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFSubstitution.java 36 final NFRuleSet ruleSet;
40 * or null. (Either this or ruleSet has to be non-null.)
57 * @param ruleSet The rule set containing the rule containing this
69 NFRuleSet ruleSet,
84 // following pointless unless the user changes the ruleset.
93 return new IntegralPartSubstitution(pos, ruleSet, description);
95 else if (ruleSet.isFractionSet()) {
103 return new MultiplierSubstitution(pos, rule.getDivisor(), ruleSet,
111 return new AbsoluteValueSubstitution(pos, ruleSet, description);
119 return new FractionalPartSubstitution(pos, ruleSet, description)
    [all...]
RBNFChinesePostProcessor.java 32 * ruleset with the given name.
34 public void process(StringBuffer buf, NFRuleSet ruleSet) {
38 //if (ruleSet != lastRuleSet) {
39 String name = ruleSet.getName();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java 35 final NFRuleSet ruleSet;
39 * or null. (Either this or ruleSet has to be non-null.)
56 * @param ruleSet The rule set containing the rule containing this
68 NFRuleSet ruleSet,
83 // following pointless unless the user changes the ruleset.
92 return new IntegralPartSubstitution(pos, ruleSet, description);
94 else if (ruleSet.isFractionSet()) {
102 return new MultiplierSubstitution(pos, rule.getDivisor(), ruleSet,
110 return new AbsoluteValueSubstitution(pos, ruleSet, description);
118 return new FractionalPartSubstitution(pos, ruleSet, description)
    [all...]
RBNFChinesePostProcessor.java 31 * ruleset with the given name.
33 public void process(StringBuffer buf, NFRuleSet ruleSet) {
37 //if (ruleSet != lastRuleSet) {
38 String name = ruleSet.getName();
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
TrivialMatcher.java 33 import org.slf4j.migrator.line.RuleSet;
36 class TrivialMatcher implements RuleSet {
  /external/iptables/extensions/
libxt_connlabel.man 15 reserves the amount of memory required by the ruleset that exists at

Completed in 576 milliseconds

12 3 4 5 6 7 8