OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rule
(Results
576 - 600
of
4107
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/ui/keyboard/resources/images/
mute.svg
27
style="fill:#ffffff;fill-opacity:1;fill-
rule
:nonzero;stroke:none" /></g><g
33
style="fill:#ffffff;fill-opacity:1;fill-
rule
:nonzero;stroke:none" /></g></g></svg
/external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak
34
# File name extensions for inference
rule
matching.
41
# Inference
rule
, for compiling a .txt file into a .res file.
/external/srec/tools/grxmlcompile/
grxmldoc.h
84
// Take DOM object and create word graph. Creates SubGraph,
rule
, tag and label lists.
143
// We need a list of the
rule
names so that we can distinguish them from other labels.
144
// Store these
rule
names in the m_RuleList table with an index equal to the label index for the
rule
.
145
// Thus, when we need the index of a
rule
, we go straight to m_RuleList
146
// and when we need the label of a
rule
or any other item we use m_LabelList.
150
HashMap<int,std::string> m_LabelList; // Stores all network label IDs, including
rule
names
153
HashMap<std::string,int> m_RuleList; // Stores
rule
name and index used in the LabelList. Use to distinguish which are rules.
/frameworks/compile/mclinker/include/mcld/LD/
DiagLayouts.inc
5
DIAG(warn_rules_check_failed, DiagnosticEngine::Warning, "Illegal section mapping
rule
: %0 -> %1. (conflict with %2 -> %3)", "Illegal section mapping
rule
: %0 -> %1. (conflict with %2 -> %3)")
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
QuotedPrintable.java
31
* quoted-printable encoding specification (
rule
#1 and
rule
#2)
/ndk/sources/host-tools/make-3.81/
makefile.vms
92
main.obj,read.obj,remake.obj,
rule
.obj,implicit.obj,\
96
main.c read.c remake.c
rule
.c implicit.c \
99
commands.h dep.h filedef.h job.h make.h
rule
.h variable.h
128
rule
.obj:
rule
.c make.h commands.h dep.h filedef.h variable.h
rule
.h
129
implicit.obj: implicit.c make.h
rule
.h dep.h filedef.h
130
default.obj: default.c make.h
rule
.h dep.h filedef.h commands.h variable.h
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
reinvoke
7
is reinvoked. We create a
rule
to rebuild the makefile from a temp
37
# the
rule
doesn't update it. Make shouldn't re-exec.
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-l
9
which contain the same body. Each
rule
checks for the existence
11
doesn't exist then it is created, the
rule
sleeps, then deletes
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.classpath
8
<classpathentry exported="true" kind="lib" path="libs/
rule
-api.jar" sourcepath="/
rule
-api"/>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
IgnoredLayoutRule.java
32
* LinearLayout even though it extends it. Our ZoomControls
rule
is therefore a
39
// Do nothing; this layout
rule
corresponds to a layout that
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.classpath
14
<classpathentry kind="lib" path="/plugin-adt/libs/
rule
-api.jar" sourcepath="/
rule
-api"/>
/external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java
483
auto-generated code in the
rule
after the throw not being reachable*/
523
RewriteRuleSubtreeStream stream_field=new RewriteRuleSubtreeStream(adaptor,"
rule
field");
524
RewriteRuleSubtreeStream stream_annotation=new RewriteRuleSubtreeStream(adaptor,"
rule
annotation");
525
RewriteRuleSubtreeStream stream_super_spec=new RewriteRuleSubtreeStream(adaptor,"
rule
super_spec");
526
RewriteRuleSubtreeStream stream_implements_spec=new RewriteRuleSubtreeStream(adaptor,"
rule
implements_spec");
527
RewriteRuleSubtreeStream stream_source_spec=new RewriteRuleSubtreeStream(adaptor,"
rule
source_spec");
528
RewriteRuleSubtreeStream stream_method=new RewriteRuleSubtreeStream(adaptor,"
rule
method");
529
RewriteRuleSubtreeStream stream_class_spec=new RewriteRuleSubtreeStream(adaptor,"
rule
class_spec");
676
//
rule
labels: retval
678
//
rule
list labels:
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg
137
* Make
rule
memoization happen only at levels above 1 as we start mTokens
247
<! generate
rule
/method definitions for imported rules so they
296
/** A simpler version of a
rule
template that is specific to the imaginary
300
* As predicates cannot be inlined into the invoking
rule
, they need to
301
* be in a
rule
by themselves.
352
/** How to test for failure and return from
rule
*/
357
/** This
rule
has failed, exit indicating failure during backtrack */
362
/** How to generate code for a
rule
. This includes any return type
365
rule
(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= <<
496
/** How to generate a
rule
in the lexer; naked blocks are used fo
[
all
...]
ST.stg
39
/** Add this to each
rule
's return value struct */
72
/** x+=
rule
when output=template */
73
ruleRefAndListLabel(
rule
,label,elementIndex,args,scope) ::= <<
74
<ruleRef(
rule
,label,elementIndex,args,scope)>
124
* Set the value of the
rule
's template *after* having set
125
* the attributes because the
rule
's template might be used as
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg
160
* Make
rule
memoization happen only at levels above 1 as we start mTokens
284
<! generate
rule
/method definitions for imported rules so they
329
/** A simpler version of a
rule
template that is specific to the imaginary
333
* As predicates cannot be inlined into the invoking
rule
, they need to
334
* be in a
rule
by themselves.
390
/** This
rule
has failed, exit indicating failure during backtrack */
399
/** How to generate code for a
rule
. This includes any return type
402
rule
(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= <<
559
/** How to generate a
rule
in the lexer; naked blocks are used for
613
/** How to generate code for the implicitly-defined lexer grammar
rule
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs
51
* Track the set of token types that can follow any
rule
invocation.
80
* In lieu of a return value, this indicates that a
rule
or token
98
* the stop token index for each
rule
. ruleMemo[ruleIndex] is
100
* get back the stop token for associated
rule
or MEMO_RULE_FAILED.
103
* <remarks>This is only used if
rule
memoization is on (which it is by default).</remarks>
116
* matching lexer
rule
(s). If you subclass to allow multiple token
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs
53
* Track the set of token types that can follow any
rule
invocation.
82
* In lieu of a return value, this indicates that a
rule
or token
100
* the stop token index for each
rule
. ruleMemo[ruleIndex] is
102
* get back the stop token for associated
rule
or MEMO_RULE_FAILED.
105
* <remarks>This is only used if
rule
memoization is on (which it is by default).</remarks>
118
* matching lexer
rule
(s). If you subclass to allow multiple token
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java
39
/** Track the set of token types that can follow any
rule
invocation.
60
/** In lieu of a return value, this indicates that a
rule
or token
74
* the stop token index for each
rule
. ruleMemo[ruleIndex] is
76
* get back the stop token for associated
rule
or MEMO_RULE_FAILED.
78
* This is only used if
rule
memoization is on (which it is by default).
90
* matching lexer
rule
(s). If you subclass to allow multiple token
/external/bison/data/xslt/
xml2text.xsl
77
<xsl:variable name="set" select="
rule
[@usefulness='useless-in-grammar']"/>
80
<xsl:call-template name="style-
rule
-set">
81
<xsl:with-param name="
rule
-set" select="$set"/>
89
name="set" select="rules/
rule
[@usefulness='useless-in-parser']"
93
<xsl:call-template name="style-
rule
-set">
94
<xsl:with-param name="
rule
-set" select="$set"/>
102
<xsl:call-template name="style-
rule
-set">
104
name="
rule
-set" select="rules/
rule
[@usefulness!='useless-in-grammar']"
112
<xsl:template name="style-
rule
-set"
[
all
...]
/external/bison/src/
tables.h
41
YYPRHS[R] = index in YYRHS of first item for
rule
R.
43
YYR1[R] = symbol number of symbol that
rule
R derives.
45
YYR2[R] = number of symbols composing right hand side of
rule
R.
71
YYDEFGOTO[I] = default state to go to after a reduction of a
rule
89
If the value is negative, it is minus a
rule
number to reduce by.
94
do after reducing a
rule
that derives variable I + NTOKENS. This
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h
51
// RulesRegistry::
Rule
consists of Conditions and Actions, these are
97
const std::vector<linked_ptr<RulesRegistry::
Rule
> >& rules) OVERRIDE;
157
// deleting |
rule
| from one of the maps in |webrequest_rules_|. It will erase
158
// the
rule
from |rule_triggers_| and |rules_with_untriggered_conditions_|,
159
// and add every of the
rule
's URLMatcherConditionSet to
162
void CleanUpAfterRule(const WebRequestRule*
rule
,
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
contentSettings.html
36
When more than one content setting
rule
applies for a given site, the
rule
with
87
If multiple rules have primary and secondary patterns, the
rule
with the more
89
primary pattern, the
rule
with the more specific secondary pattern takes
124
For example, if a content setting
rule
has the resource identifier
126
it takes precedence over a
rule
without a resource identifier and the pattern
/external/chromium_org/chrome/tools/convert_dict/
aff_reader.h
27
//
rule
string will be specified literally in the .dic file. This must be
63
// command. The input
rule
may be modified arbitrarily by the function.
64
int AddAffixGroup(std::string*
rule
); // Returns the new affix group ID.
65
void AddAffix(std::string*
rule
); // SFX/PFX
66
void AddReplacement(std::string*
rule
);
67
// void HandleFlag(std::string*
rule
);
/external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp
110
StyleRulePage*
rule
= rules[i];
local
112
if (!checkPageSelectorComponents(
rule
->selector(), isLeftPage, isFirstPage, pageName))
115
// If the
rule
has no properties to apply, then ignore it.
116
const StylePropertySet& properties =
rule
->properties();
120
// Add this
rule
to our list of matched rules.
121
matchedRules.append(
rule
);
/external/chromium_org/third_party/icu/source/common/
rbbidata.h
88
uint32_t fStatusTable; /* Offset to the table of
rule
status values */
106
/* corresponds to a '/' in the
rule
source. */
108
/* value for the
rule
(which will appear */
111
/* from a
rule
. Value is the index in the */
113
/* tags (
rule
status values) */
177
/* number of int32_t values in the
rule
status table. Used to sanity check indexing */
Completed in 3624 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>