OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rule
(Results
1 - 16
of
16
) sorted by null
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/rules/
Rule.java
23
* Interface that define an analysis
rule
.
25
public interface
Rule
{
27
* Returns the name of the
rule
.
34
* Runs the
rule
for the specified node. The
rule
must add any detected
GroovyRule.java
33
* Implementation of a
rule
using a Groovy script.
35
public class GroovyRule implements
Rule
{
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java
39
import com.android.layoutopt.uix.rules.
Rule
;
57
private final List<
Rule
> mRules = new ArrayList<
Rule
>();
101
System.err.println("Could not load
rule
" + name + ":");
108
public void addRule(
Rule
rule
) {
109
if (
rule
== null) {
110
throw new IllegalArgumentException("A
rule
must be non-null");
112
mRules.add(
rule
);
245
for (
Rule
rule : mRules)
[
all
...]
/external/bison/data/
lalr1.cc
204
/// For a state, default
rule
to reduce.
215
/// - if negative, reduce the
rule
which number is the opposite.
225
/// For a
rule
, its LHS.
227
/// For a
rule
, its RHS length.
245
/// For each
rule
, the index of the first RHS symbol in \a yyrhs_.
247
/// For each
rule
, its source line number.
251
/// Report on the debug stream that the
rule
\a r is going to be reduced.
353
# define YY_REDUCE_PRINT(
Rule
) \
356
yy_reduce_print_ (
Rule
); \
368
# define YY_REDUCE_PRINT(
Rule
)
[
all
...]
yacc.c
101
# b4_rhs_value(
RULE
-LENGTH, NUM, [TYPE])
103
# Expansion of $<TYPE>NUM, where the current
rule
has
RULE
-LENGTH
121
# b4_rhs_location(
RULE
-LENGTH, NUM)
123
# Expansion of @NUM, where the current
rule
has
RULE
-LENGTH symbols
451
/* YYPRHS[YYN] -- Index of the first RHS symbol of
rule
number YYN in
464
/* YYRLINE[YYN] -- source line where
rule
number YYN was defined. */
489
/* YYR1[YYN] -- Symbol number of symbol that
rule
YYN derives. */
495
/* YYR2[YYN] -- Number of symbols composing right hand side of
rule
YYN. *
[
all
...]
glr.c
109
# b4_rhs_value(
RULE
-LENGTH, NUM, [TYPE])
111
# Expansion of $<TYPE>NUM, where the current
rule
has
RULE
-LENGTH
129
# b4_rhs_location(
RULE
-LENGTH, NUM)
131
# Expansion of @NUM, where the current
rule
has
RULE
-LENGTH symbols
334
/* YYMAXRHS -- Maximum number of symbols on right-hand side of
rule
. */
337
accessed by $0, $-1, etc., in any
rule
. */
355
/* YYPRHS[YYN] -- Index of the first RHS symbol of
rule
number YYN in
368
/* YYRLINE[YYN] -- source line where
rule
number YYN was defined. *
[
all
...]
/external/libpcap/
grammar.c
674
/* YYPRHS[YYN] -- Index of the first RHS symbol of
rule
number YYN in
752
/* YYRLINE[YYN] -- source line where
rule
number YYN was defined. */
825
/* YYR1[YYN] -- Symbol number of symbol that
rule
YYN derives. */
849
/* YYR2[YYN] -- Number of symbols composing right hand side of
rule
YYN. */
873
/* YYDEFACT[STATE-NAME] -- Default
rule
to reduce with in state
[
all
...]
/system/core/sh/
arith.c
360
/* YYPRHS[YYN] -- Index of the first RHS symbol of
rule
number YYN in
384
/* YYRLINE[YYN] -- source line where
rule
number YYN was defined. */
418
/* YYR1[YYN] -- Symbol number of symbol that
rule
YYN derives. */
426
/* YYR2[YYN] -- Number of symbols composing right hand side of
rule
YYN. */
434
/* YYDEFACT[STATE-NAME] -- Default
rule
to reduce with in state
473
positive, shift that token. If negative, reduce the
rule
which
680
YYFPRINTF (stderr, "Reducing stack by
rule
%d (line %u), ",
688
# define YY_REDUCE_PRINT(
Rule
) \
691
yy_reduce_print (
Rule
); \
702
# define YY_REDUCE_PRINT(
Rule
)
[
all
...]
/external/bison/src/
parse-gram.c
586
/* YYPRHS[YYN] -- Index of the first RHS symbol of
rule
number YYN in
627
/* YYRLINE[YYN] -- source line where
rule
number YYN was defined. */
683
/* YYR1[YYN] -- Symbol number of symbol that
rule
YYN derives. */
697
/* YYR2[YYN] -- Number of symbols composing right hand side of
rule
YYN. */
711
/* YYDEFACT[STATE-NAME] -- Default
rule
to reduce with in state
766
positive, shift that token. If negative, reduce the
rule
which
[
all
...]
/external/bison/doc/
refcard.tex
386
Rule
definition 1
388
Rule
definition {\it n}
399
\section {
Rule
definitions}
/external/elfutils/src/
ldscript.c
383
/* YYPRHS[YYN] -- Index of the first RHS symbol of
rule
number YYN in
424
/* YYRLINE[YYN] -- source line where
rule
number YYN was defined. */
469
/* YYR1[YYN] -- Symbol number of symbol that
rule
YYN derives. */
481
/* YYR2[YYN] -- Number of symbols composing right hand side of
rule
YYN. */
493
/* YYDEFACT[STATE-NAME] -- Default
rule
to reduce with in state
554
positive, shift that token. If negative, reduce the
rule
which
774
YYFPRINTF (stderr, "Reducing stack by
rule
%d (line %u), ",
782
# define YY_REDUCE_PRINT(
Rule
) \
785
yy_reduce_print (
Rule
); \
796
# define YY_REDUCE_PRINT(
Rule
)
[
all
...]
/external/v8/tools/
test.py
983
for
rule
in matches:
984
outcomes = outcomes.union(
rule
.GetOutcomes(env, self.defs))
985
unused_rules.discard(
rule
)
1002
def AddRule(self,
rule
):
1003
self.rules.append(
rule
)
1006
class
Rule
(object):
1007
"""A single
rule
that specifies the expected outcome for a single
1055
current_section.AddRule(
Rule
(rule_match.group(1), path, value))
[
all
...]
/prebuilt/common/jarjar/
jarjar-1.0rc8.jar
/cts/tools/signature-tools/lib/
antlr-2.7.7.jar
/external/iproute2/doc/
ip-cref.tex
62
As a
rule
, the information is statistics or some time values.
116
\item \verb|
rule
| ---
rule
in routing policy database
128
As a
rule
, it is possible to \verb|add|, \verb|delete| and
165
and exits. As a
rule
, the error message will contain information
195
syntax errors). However, as a
rule
, their meaning is clear
215
\verb|ip| \verb|
rule
| command will fail, f.e.
217
kuznet@kaiser $ ip
rule
list
438
involved. As a
rule
, it indicates that the device needs no address
508
in dropped packets. As a
rule
, if the interface is overrun, it mean
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 1891 milliseconds