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

12 3 4

  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 167 String line = scanner.nextLine().trim();
244 String line = scanner.nextLine().trim();
ListeningPortsTest.java 271 String line = scanner.nextLine().trim();
  /external/icu4c/samples/ugrep/
ugrep.cpp 71 void nextLine(int start);
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
366 // nextLine Advance the line index variables, starting at the
374 void nextLine(int startPos) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 69 InlineFlowBox* nextLine;
71 nextLine = line->nextLineBox();
73 line = nextLine;
RenderInline.h 181 const LayoutRect& nextLine, const Color);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 243 nextline = Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)
245 rv.append(nextline)
  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
CtsHostJankTest.java 107 String[] parts = in.nextLine().split(":");
  /external/clang/lib/AST/
CommentLexer.cpp 466 const char *NextLine;
470 NextLine = skipNewline(Newline, CommentEnd);
482 NextLine = TextEnd;
491 formTokenWithChars(T, NextLine, tok::verbatim_block_line);
  /external/icu4c/layoutex/
playout.cpp 139 return (pl_line *) pl->nextLine(width);
  /external/icu4c/samples/layout/
paragraph.cpp 207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
  /frameworks/native/libs/input/
VirtualKeyMap.cpp 141 mTokenizer->nextLine();
KeyLayoutMap.cpp 197 mTokenizer->nextLine();
  /system/core/libutils/
PropertyMap.cpp 213 mTokenizer->nextLine();
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 661 final String nextLine = peekLine();
668 if (!TextUtils.isEmpty(nextLine) &&
669 nextLine.charAt(0) == ' ' &&
670 !"END:VCARD".contains(nextLine.toUpperCase())) {
677 builder.append(nextLine.substring(1));
    [all...]
  /cts/hostsidetests/holo/src/android/holo/cts/
HoloHostTest.java 237 final String line = in.nextLine();
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
OBJLoader.java 237 String line = scan.nextLine().trim();
299 String line = scan.nextLine().trim();
375 String mtllib = scan.nextLine().trim();
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 137 String nextline; local
138 while ((nextline = buf.readLine()) != null) {
139 assertEquals(helloWorldString, nextline);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
ScannerTest.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 158 contents.append(scanner.nextLine());
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 332 builder.append(scanner.nextLine()).append(';');
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/keymaps/
flat_keymap.json 132 {"command": "nextLine",
  /external/libvorbis/doc/
05-comment.tex 98 \begin{description} %[style=nextline]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 740 JITEvent_EmittedFunctionDetails::LineStart NextLine;
741 NextLine.Address = getCurrentPCValue();
742 NextLine.Loc = DL;
743 EmissionDetails.LineStarts.push_back(NextLine);
    [all...]
  /prebuilts/python/darwin-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...]

Completed in 1564 milliseconds

12 3 4