OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTokens
(Results
1 - 25
of
69
) sorted by null
1
2
3
/frameworks/base/core/java/android/os/
TokenWatcher.java
70
synchronized (
mTokens
) {
73
int oldSize =
mTokens
.size();
81
mTokens
.put(token, d);
92
synchronized (
mTokens
) {
93
Death d =
mTokens
.remove(token);
99
if (
mTokens
.size() == 0 && mAcquired) {
113
synchronized (
mTokens
) {
135
synchronized (
mTokens
) {
136
Set<IBinder> keys =
mTokens
.keySet();
137
a.add("Token count: " +
mTokens
.size())
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h
30
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.h
25
- (void)
mTokens
;
TestLexerLexer.h
36
- (void)
mTokens
;
TestLexer.m
196
- (void)
mTokens
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
TestLexer.h
25
- (void)
mTokens
;
TestLexerLexer.h
25
- (void)
mTokens
;
Testlexer.m
198
- (void)
mTokens
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h
28
- (void)
mTokens
;
TreeRewriteLexer.m
182
- (void)
mTokens
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h
38
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h
34
- (void)
mTokens
;
TreeRewriteLexer.m
168
- (void)
mTokens
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h
52
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h
43
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h
64
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h
52
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h
70
- (void)
mTokens
;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java
223
private final String[]
mTokens
;
232
mTokens
= new String[MAX_TOKENS];
250
mTokens
[mEndPointer] = token;
332
String firstToken = tokenizer.
mTokens
[tokenizer.mStartPointer];
335
tokens[count++] = tokenizer.
mTokens
[i];
405
name.givenNames = tokens.
mTokens
[tokens.mStartPointer];
720
String firstToken = tokens.
mTokens
[tokens.mStartPointer];
738
String lastToken = tokens.
mTokens
[tokens.mEndPointer - 1];
783
lastToken = tokens.
mTokens
[pos] + "." + lastToken;
785
lastToken = tokens.
mTokens
[pos] + " " + lastToken
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
Watermark.java
40
private final String[]
mTokens
;
63
mTokens
= tokens;
66
int len =
mTokens
[0].length();
69
int c1 =
mTokens
[0].charAt(i);
70
int c2 =
mTokens
[0].charAt(i+1);
/external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h
84
/** A generated lexer has an
mTokens
() function, which needs
139
void (*
mTokens
) (void * ctx);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h
75
- (void)
mTokens
;
FuzzyLexer.h
78
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h
76
- (void)
mTokens
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h
73
- (void)
mTokens
;
Completed in 241 milliseconds
1
2
3