OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAT
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz.alias
37
EAT
Africa/Addis_Ababa
icuzones
52
Link Africa/Addis_Ababa
EAT
/external/icu4c/tools/tzcode/
tz.alias
37
EAT
Africa/Addis_Ababa
icuzones
52
Link Africa/Addis_Ababa
EAT
/packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java
52
private static final String
EAT
= "com.android.exchange";
166
if (
EAT
.equals(account.type)) {
181
if (AccountManager.get(getContext()).getAccountsByType(
EAT
).length > 0) {
210
return AccountManager.get(getContext()).getAccountsByType(
EAT
);
214
return new Account(username,
EAT
);
/external/llvm/lib/Support/
regcomp.c
120
#define
EAT
(c) ((SEE(c)) ? (NEXT(), 1) : 0)
272
if (!
EAT
('|'))
444
if (
EAT
(',')) {
453
if (!
EAT
('}')) { /* error heuristics */
501
if (
EAT
('^')) {
607
if (
EAT
('*')) { /* implemented as +? */
615
if (
EAT
(',')) {
683
if (
EAT
('^'))
685
if (
EAT
(']'))
687
else if (
EAT
('-')
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
119
#define
EAT
(c) ((SEE(c)) ? (NEXT(), 1) : 0)
264
if (!
EAT
('|'))
408
if (
EAT
(',')) {
417
if (!
EAT
('}')) { /* error heuristics */
465
if (
EAT
('^')) {
571
if (
EAT
('*')) { /* implemented as +? */
579
if (
EAT
(',')) {
647
if (
EAT
('^'))
649
if (
EAT
(']'))
651
else if (
EAT
('-')
[
all
...]
/bionic/libc/upstream-netbsd/libc/regex/
regcomp.c
188
#define
EAT
(c) ((SEE(c)) ? (NEXT(), 1) : 0)
366
if (!
EAT
('|'))
515
if (
EAT
(',')) {
524
if (!
EAT
('}')) { /* error heuristics */
590
if (
EAT
('^')) {
700
if (
EAT
('*')) { /* implemented as +? */
708
if (
EAT
(',')) {
784
if (
EAT
('^'))
786
if (
EAT
(']'))
788
else if (
EAT
('-')
[
all
...]
Completed in 478 milliseconds