HomeSort by relevance Sort by last modified time
    Searched full:nextline (Results 1 - 25 of 48) sorted by null

1 2

  /external/elfutils/libasm/
asm_addstrz.c 64 bool nextline = true; local
68 if (nextline)
71 nextline = false;
84 nextline = true;
93 if (! nextline)
  /frameworks/base/libs/hwui/
FontRenderer.cpp 495 int nextLine = 0;
496 mCacheLines.push(new CacheTextureLine(mCacheWidth, 18, nextLine, 0));
497 nextLine += mCacheLines.top()->mMaxHeight;
498 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0));
499 nextLine += mCacheLines.top()->mMaxHeight;
500 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0));
501 nextLine += mCacheLines.top()->mMaxHeight;
502 mCacheLines.push(new CacheTextureLine(mCacheWidth, 34, nextLine, 0));
503 nextLine += mCacheLines.top()->mMaxHeight;
504 mCacheLines.push(new CacheTextureLine(mCacheWidth, 34, nextLine, 0))
    [all...]
  /frameworks/base/libs/rs/
rsFont.cpp 539 int32_t nextLine = 0;
540 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0));
541 nextLine += mCacheLines.top()->mMaxHeight;
542 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
543 nextLine += mCacheLines.top()->mMaxHeight;
544 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0));
545 nextLine += mCacheLines.top()->mMaxHeight;
546 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0));
547 nextLine += mCacheLines.top()->mMaxHeight;
548 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0))
    [all...]
  /frameworks/base/libs/utils/
Tokenizer.cpp 135 void Tokenizer::nextLine() {
137 LOGD("nextLine");
PropertyMap.cpp 213 mTokenizer->nextLine();
  /external/proguard/src/proguard/
FileWordReader.java 68 protected String nextLine() throws IOException
ArgumentWordReader.java 61 protected String nextLine() throws IOException
WordReader.java 143 currentLine = nextLine();
281 protected abstract String nextLine() throws IOException;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 164 int nextLine = stack.indexOf('\n', endPoint + 1);
165 if (nextLine != -1) {
166 return stack.substring(0, nextLine);
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
LineIterator.java 39 * String line = it.nextLine();
129 return nextLine();
138 public String nextLine() {
  /cts/tests/tests/os/src/android/os/cts/
NoExecutePermissionTest.java 43 String line = scanner.nextLine().trim();
BuildTest.java 74 String line = scanner.nextLine();
98 String line = scanner.nextLine();
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp     [all...]
RenderLineBoxList.cpp 70 InlineFlowBox* nextLine;
72 nextLine = line->nextLineBox();
74 line = nextLine;
RenderInline.h 165 void paintOutlineForLine(GraphicsContext*, int tx, int ty, const IntRect& prevLine, const IntRect& thisLine, const IntRect& nextLine);
  /external/valgrind/tsan/
suppressions.cc 75 string NextLine();
118 string Parser::NextLine() {
139 line = NextLine();
  /cts/tools/vm-tests/src/util/build/
DeviceUtil.java.template 44 sb.append(scanner.nextLine());
  /frameworks/base/include/utils/
Tokenizer.h 100 void nextLine();
  /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) {
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 684 final String nextLine = peekLine();
691 if (!TextUtils.isEmpty(nextLine) &&
692 nextLine.charAt(0) == ' ' &&
693 !"END:VCARD".contains(nextLine.toUpperCase())) {
700 builder.append(nextLine.substring(1));
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 255 String line = scanner.nextLine().trim();
326 String line = scanner.nextLine().trim();
  /cts/tests/tests/net/src/android/net/cts/
ListeningPortsTest.java 107 String line = scanner.nextLine().trim();
  /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/base/libs/ui/
VirtualKeyMap.cpp 140 mTokenizer->nextLine();

Completed in 1594 milliseconds

1 2