/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 | 496 int nextLine = 0; 497 mCacheLines.push(new CacheTextureLine(mCacheWidth, 18, nextLine, 0)); 498 nextLine += mCacheLines.top()->mMaxHeight; 499 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0)); 500 nextLine += mCacheLines.top()->mMaxHeight; 501 mCacheLines.push(new CacheTextureLine(mCacheWidth, 26, nextLine, 0)); 502 nextLine += mCacheLines.top()->mMaxHeight; 503 mCacheLines.push(new CacheTextureLine(mCacheWidth, 34, nextLine, 0)); 504 nextLine += mCacheLines.top()->mMaxHeight; 505 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;
|
/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);
|
/cts/tests/tests/security/src/android/security/cts/ |
VoldExploitTest.java | 119 String line = scanner.nextLine().trim(); 190 String line = scanner.nextLine().trim();
|
/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/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();
|
/external/webkit/Tools/android/webkitmerge/ |
webkitmerge.cpp | 328 goto nextLine; 332 goto nextLine; 343 goto nextLine; 354 goto nextLine; 358 goto nextLine; 363 goto nextLine; 367 goto nextLine; 379 goto nextLine; 426 goto nextLine; 444 nextLine [all...] |