OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentLine
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/platform/text/
SegmentedString.cpp
240
WTF::ZeroBasedNumber SegmentedString::
currentLine
() const
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
LineIterator.java
142
String
currentLine
= cachedLine;
144
return
currentLine
;
/external/proguard/src/proguard/
WordReader.java
42
private String
currentLine
;
133
while (
currentLine
!= null &&
135
Character.isWhitespace(
currentLine
.charAt(currentIndex)))
141
while (
currentLine
== null || currentIndex == currentLineLength)
143
currentLine
= nextLine();
144
if (
currentLine
== null)
150
int comments_start =
currentLine
.indexOf(COMMENT_CHARACTER);
156
String comment =
currentLine
.substring(comments_start + 1);
163
currentLineLength =
currentLine
.length();
169
Character.isWhitespace(
currentLine
.charAt(currentIndex))
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ContextPullParser.java
134
int
currentLine
= 0;
136
while (
currentLine
< line && offset < length) {
142
currentLine
++;
145
if (
currentLine
== line) {
/sdk/monkeyrunner/src/com/android/monkeyrunner/
JythonUtils.java
470
StringBuilder
currentLine
= new StringBuilder();
477
if (
currentLine
.length() + b.length() < offset) {
478
currentLine
.append(b);
481
lines.add(
currentLine
.toString());
482
currentLine
= new StringBuilder(b);
485
lines.add(
currentLine
.toString());
/external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java
146
String
currentLine
= null;
167
currentLine
= new String(msgBuffer, lineStart, lineLength, "UTF-8");
172
currentLine
= trimEndOfLine(
currentLine
);
174
if (
currentLine
.length() == 0) {
183
message = processFirstLine(
currentLine
);
185
char firstChar =
currentLine
.charAt(0);
191
currentHeader +=
currentLine
.substring(1);
197
currentHeader =
currentLine
;
208
} while (
currentLine
.length() > 0); // End do - whil
[
all
...]
/external/antlr/src/org/antlr/runtime/debug/
Profiler.java
132
protected Stack<Integer>
currentLine
= new Stack();
209
currentLine
.push(line);
230
descriptor.line = (Integer)
currentLine
.peek();
727
currentLine
.peek(),
/frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilt/common/ecj/
ecj.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 262 milliseconds