HomeSort by relevance Sort by last modified time
    Searched full:nextline (Results 51 - 75 of 77) sorted by null

1 23 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 200 nextline = self.getline()
201 line = line + ('\n' + nextline)
202 if nextline[:3] == code and \
203 nextline[3:4] != '-':
    [all...]
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
532 Line *nextLine(float width);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 514 lnotab.nextLine(oparg)
615 def nextLine(self, lineno):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 514 lnotab.nextLine(oparg)
615 def nextLine(self, lineno):
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 243 response.append(incoming.nextLine());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 773 assertTrue(scanner.nextLine().startsWith("#A Header"));
774 assertTrue(scanner.nextLine().startsWith("#"));
    [all...]
ControlTest.java 598 assertEquals(newValue, scanner.nextLine());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/clang/lib/Format/
Format.cpp 327 void format(const AnnotatedLine *NextLine) {
352 if (NextLine && NextLine->InPPDirective &&
353 !NextLine->First->HasUnescapedNewline)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOUtils.java 526 * String line = it.nextLine();
558 * String line = it.nextLine();
    [all...]
FileUtils.java     [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 662 ParagraphLayout::Line *ParagraphLayout::nextLine(float width)
    [all...]
  /external/libvorbis/doc/
04-codec.tex 619 \begin{description} %[style=nextline]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 725 mTokenizer->nextLine();
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java     [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 1429 milliseconds

1 23 4