OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startindex
(Results
126 - 150
of
587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg
84
- (void) memoize:(id<ANTLRIntStream>)input RuleIndex:(NSInteger)ruleIndex
StartIndex
:(NSInteger)ruleStartIndex
86
[((Profiler)dbg) memoize:input RuleIndex:ruleIndex
StartIndex
:ruleStartIndex [<grammar.composite.rootGrammar.recognizerName> ruleNames[ruleIndex]];
87
[super memoize:input RuleIndex:ruleIndex
StartIndex
:ruleStartIndex];
/frameworks/native/libs/binder/
Debug.cpp
223
const size_t
startIndex
= word+(alignment-(alignment?1:0));
233
const unsigned char val = *(pos+
startIndex
-index);
250
const unsigned char val = *(pos+
startIndex
-index);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SpannableStringUtils.java
124
final int
startIndex
, final int endIndex) {
130
// trick, and works in all cases even if
startIndex
<= 0 or endIndex >= text.length().
131
final URLSpan[] spans = spanned.getSpans(
startIndex
- 1, endIndex + 1, URLSpan.class);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h
158
const int
startIndex
= getStartIndexFromCoordinates(x, y, cellHeight, cellWidth, gridWidth);
159
if (
startIndex
>= 0) {
161
const int c = proximityCharsArray[
startIndex
+ i];
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IToken.cs
64
int
StartIndex
{
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IToken.cs
71
int
StartIndex
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs
112
public int
StartIndex
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRuleStack.h
62
- (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex
StartIndex
:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h
168
- (NSInteger) getRuleMemoization:(NSInteger)ruleIndex
StartIndex
:(NSInteger)ruleStartIndex;
172
StartIndex
:(NSInteger)ruleStartIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRuleStack.h
62
- (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex
StartIndex
:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h
168
- (NSInteger) getRuleMemoization:(NSInteger)ruleIndex
StartIndex
:(NSInteger)ruleStartIndex;
172
StartIndex
:(NSInteger)ruleStartIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRuleStack.h
62
- (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex
StartIndex
:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h
168
- (NSInteger) getRuleMemoization:(NSInteger)ruleIndex
StartIndex
:(NSInteger)ruleStartIndex;
172
StartIndex
:(NSInteger)ruleStartIndex;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuleStack.h
62
- (void)putHashRuleAtRuleIndex:(NSInteger)aRuleIndex
StartIndex
:(NSInteger)aStartIndex StopIndex:(NSInteger)aStopIndex;
ANTLRBaseRecognizer.h
160
- (NSInteger) getRuleMemoization:(NSInteger)ruleIndex
StartIndex
:(NSInteger)ruleStartIndex;
164
StartIndex
:(NSInteger)ruleStartIndex;
ANTLRDebugTokenStream.m
194
- (NSString *) toStringFromStart:(NSInteger)
startIndex
ToEnd:(NSInteger)stopIndex
196
return [input toStringFromStart:
startIndex
ToEnd:stopIndex];
/external/icu/icu4c/source/test/intltest/
citrtest.cpp
183
if(test->
startIndex
() != 0){
184
errln("Failed:
startIndex
()");
209
if (test1d->
startIndex
() < 0)
210
errln("Construction failed:
startIndex
is negative");
213
if (test1d->getIndex() < test1d->
startIndex
() || test1d->endIndex() < test1d->getIndex())
306
if (test8a->
startIndex
() < 0)
307
errln("Construction failed:
startIndex
is negative");
310
if (test8c->getIndex() < test8c->
startIndex
() || test8c->endIndex() < test8c->getIndex())
395
if (iter.
startIndex
() != 0 || iter.endIndex() != text.length())
396
errln("
startIndex
() or endIndex() failed")
[
all
...]
tstnrapi.cpp
89
copy.
startIndex
()!=iter.
startIndex
() ||
/external/mesa3d/src/gallium/state_trackers/vega/
api_path.c
187
VGint
startIndex
,
198
if (
startIndex
< 0 || numSegments <= 0) {
210
if (
startIndex
+ numSegments > path_num_segments(p)) {
218
path_modify_coords(p,
startIndex
, numSegments, pathData);
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessMethodAdapters.java
107
final int
startIndex
= 1 + (takesComponent ? 1 : 0);
109
final int numAdditionalArgs = parameters.size() -
startIndex
;
114
for (int i =
startIndex
; i < numAttributes +
startIndex
; i++) {
/frameworks/base/core/java/android/animation/
AnimatorInflater.java
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs
184
d.
startIndex
= startingLookaheadIndex;
192
int numHidden = GetNumberOfHiddenTokens(d.
startIndex
, lastTokenIndex);
193
int depth = lastTokenIndex - d.
startIndex
- numHidden + 1; // +1 counts consuming start token as 1
221
int numHidden = GetNumberOfHiddenTokens(d.
startIndex
, thisRefIndex);
222
int depth = thisRefIndex - d.
startIndex
- numHidden + 1; // +1 counts consuming start token as 1
226
d.decision.ruleName + "-" + d.decision.decision + " start index " + d.
startIndex
);
252
d.decision.decision + " start index " + d.
startIndex
);
723
public int
startIndex
;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs
197
d.
startIndex
= startingLookaheadIndex;
206
int numHidden = GetNumberOfHiddenTokens(d.
startIndex
, lastTokenIndex);
207
int depth = lastTokenIndex - d.
startIndex
- numHidden + 1; // +1 counts consuming start token as 1
239
int numHidden = GetNumberOfHiddenTokens(d.
startIndex
, thisRefIndex);
240
int depth = thisRefIndex - d.
startIndex
- numHidden + 1; // +1 counts consuming start token as 1
245
d.decision.ruleName + "-" + d.decision.decision + " start index " + d.
startIndex
);
277
d.decision.decision + " start index " + d.
startIndex
);
787
public int
startIndex
;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java
103
public int
startIndex
;
240
d.
startIndex
= startingLookaheadIndex;
248
int numHidden = getNumberOfHiddenTokens(d.
startIndex
, lastTokenIndex);
249
int depth = lastTokenIndex - d.
startIndex
- numHidden + 1; // +1 counts consuming start token as 1
272
int numHidden = getNumberOfHiddenTokens(d.
startIndex
, thisRefIndex);
273
int depth = thisRefIndex - d.
startIndex
- numHidden + 1; // +1 counts consuming start token as 1
276
d.decision.ruleName+"-"+d.decision.decision+" start index "+d.
startIndex
);
297
d.decision.decision+" start index "+d.
startIndex
);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ConstantPoolTest.java
121
int
startIndex
= 10;
125
assertEquals(thisCommandName + "returned invalid entry count,", bytes[
startIndex
+i], returnedCpByte, null, null);
Completed in 1194 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>