OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMBINED
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java
46
import android.provider.BrowserContract.
Combined
;
130
bookmarkOrHistoryColumn(
Combined
.TITLE),
131
bookmarkOrHistoryLiteral(
Combined
.URL,
170
static final int
COMBINED
= 6000;
225
matcher.addURI(authority, "
combined
",
COMBINED
);
226
matcher.addURI(authority, "
combined
/#", COMBINED_ID);
330
//
Combined
history half
332
map.put(
Combined
._ID, bookmarkOrHistoryColumn(
Combined
._ID))
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java
107
public static final int
COMBINED
= 4;
113
"
combined
"
121
"Parser" // if
combined
grammar, gen Parser and Lexer will be done later
134
map(LEXER,
COMBINED
);
137
map(PARSER,
COMBINED
);
141
// TODO: allow
COMBINED
142
// map(
COMBINED
,
COMBINED
);
148
* lexer rules from
combined
grammars.
379
/** Was this created from a
COMBINED
grammar? *
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 531 milliseconds