Searched refs:currentLine (Results 1 - 25 of 29) sorted by relevance

12

/external/proguard/src/proguard/
H A DWordReader.java42 private String currentLine; field in class:WordReader
135 if (currentLine != null)
139 Character.isWhitespace(currentLine.charAt(currentIndex)))
146 isComment(currentLine.charAt(currentIndex)))
153 while (currentLine == null || currentIndex == currentLineLength)
155 currentLine = nextLine();
156 if (currentLine == null)
161 currentLineLength = currentLine.length();
166 Character.isWhitespace(currentLine.charAt(currentIndex)))
173 isComment(currentLine
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStringMsgParser.java146 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
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDebugWriter.java46 private int currentLine; field in class:DebugWriter
58 this.currentLine = startLine;
107 int lineDelta = lineNumber - currentLine;
146 int lineDelta = line - currentLine;
150 currentLine = line;
160 currentLine += lineDelta;
/external/skia/tools/
H A DPictureResultsWriter.h109 : fLogger(log), currentLine() {}
116 currentLine = configName;
119 currentLine.appendf(": tile [%i,%i] out of [%i,%i]", x, y, tx, ty);
123 currentLine.append(" <withPurging>");
125 currentLine.append(" <averaged>");
135 currentLine.c_str(), timerTypes, numInnerLoops);
142 SkString currentLine; member in class:PictureResultsLoggerWriter
/external/chromium_org/v8/tools/sodium/
H A Dsodium.js278 var currentLine = text.substring(begin, end);
279 var matches = instructionFinder.exec(currentLine);
287 currentLine = '<span id="address-' + matches[1] + '" >' +
290 } else if (whiteSpaceLineFinder.exec(currentLine)) {
291 currentLine = "<br>";
294 currentLine + '</pre>';
306 var currentLine = text.substring(begin, end);
307 var matches = positionFinder.exec(currentLine);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h106 void * currentLine; member in struct:ANTLR3_INPUT_STREAM_struct
260 void * currentLine; member in struct:ANTLR3_LEX_STATE_struct
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFormatInterpreter.java157 StringBuilder currentLine = new StringBuilder();
161 removeRedundantSpacesAndLeadingPunctuation(currentLine.toString());
164 currentLine.setLength(0);
204 currentLine.append(value);
207 currentLine.append(formatSymbol);
210 String normalizedStr = removeRedundantSpacesAndLeadingPunctuation(currentLine.toString());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLInputStream.h132 m_line = m_inputStream->current().currentLine();
H A DBackgroundHTMLParser.cpp212 TextPosition position = TextPosition(m_input.current().currentLine(), m_input.current().currentColumn());
219 CompactHTMLToken token(m_token.get(), TextPosition(m_input.current().currentLine(), m_input.current().currentColumn()));
H A DHTMLDocumentParser.cpp600 TRACE_EVENT_BEGIN1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "ParseHTML", "beginData", InspectorParseHtmlEvent::beginData(document(), m_input.current().currentLine().zeroBasedInt()));
603 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), m_input.current().currentLine().zeroBasedInt());
654 TRACE_EVENT_END1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "ParseHTML", "endLine", m_input.current().currentLine().zeroBasedInt());
656 InspectorInstrumentation::didWriteHTML(cookie, m_input.current().currentLine().zeroBasedInt());
926 return m_input.current().currentLine();
935 OrdinalNumber line = currentString.currentLine();
H A DHTMLPreloadScanner.cpp169 TextPosition position = TextPosition(source.currentLine(), source.currentColumn());
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c267 input->currentLine = input->data;
333 input->currentLine = (void *)(((pANTLR3_UINT8)input->nextChar) + 1);
480 state->currentLine = input->currentLine;
534 input->currentLine = state->currentLine;
628 return input->currentLine;
800 input->currentLine = (void *)(((pANTLR3_UINT16)input->nextChar) + 1);
1082 input->currentLine = (void *)(((pANTLR3_UINT16)input->nextChar) + 1);
1301 input->currentLine
[all...]
H A Dantlr3lexer.c673 token->lineStart = lexer->input->currentLine;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs77 protected Stack<int> currentLine = new Stack<int>(); field in class:Antlr.Runtime.Debug.Profiler
151 currentLine.Push(line);
174 descriptor.line = currentLine.Peek();
656 currentLine.Peek(),
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs77 protected Stack<int> currentLine = new Stack<int>(); field in class:Antlr.Runtime.Debug.Profiler
161 currentLine.Push(line);
187 descriptor.line = currentLine.Peek();
716 currentLine.Peek(),
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java132 protected Stack<Integer> currentLine = new Stack(); field in class:Profiler
209 currentLine.push(line);
230 descriptor.line = (Integer)currentLine.peek();
727 currentLine.peek(),
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.cpp309 OrdinalNumber SegmentedString::currentLine() const function in class:blink::SegmentedString
H A DSegmentedString.h309 // The method is moderately slow, comparing to currentLine method.
311 OrdinalNumber currentLine() const;
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp1170 int currentLine = 0;
1209 currentLine = lineID;
1214 else if (lineID == currentLine)
1219 else if (lineID > currentLine)
1222 currentLine = lineID;
1229 if (fullyVisibleLine && !lineIsXMajor[currentLine-1])
1239 currentLine = lineID;
1251 int currentLine = 0;
1290 currentLine = lineID;
1295 else if (lineID == currentLine)
[all...]
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg315 INPUT->currentLine = (void *)(NEXTCHAR + 1); \\
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 4747 milliseconds

12