/external/elfutils/libasm/ |
asm_addstrz.c | 76 bool nextline = true; local 80 if (nextline) 83 nextline = false; 96 nextline = true; 105 if (! nextline)
|
/frameworks/base/core/java/android/widget/ |
AccessibilityIterators.java | 59 int nextLine; 61 nextLine = mLayout.getLineForOffset(0); 65 nextLine = currentLine; 67 nextLine = currentLine + 1; 70 if (nextLine >= mLayout.getLineCount()) { 73 final int start = getLineEdgeIndex(nextLine, DIRECTION_START); 74 final int end = getLineEdgeIndex(nextLine, DIRECTION_END) + 1;
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
posterize.pl | 144 NextLine moveto 151 /NextLine 152 NextLine LineSpace2 add 159 /NextLine 160 NextLine LineSpace sub 183 NextLine moveto 202 /NextLine (B) stringwidth pop TopMargin exch sub def 216 /NextLine 0 def
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailcap.py | 69 nextline = line 71 while nextline[-2:] == '\\\n': 72 nextline = fp.readline() 73 if not nextline: nextline = '\n' 74 line = line[:-2] + nextline
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailcap.py | 69 nextline = line 71 while nextline[-2:] == '\\\n': 72 nextline = fp.readline() 73 if not nextline: nextline = '\n' 74 line = line[:-2] + nextline
|
/frameworks/rs/ |
rsFont.cpp | 563 int32_t nextLine = 0; 564 mCacheLines.push(new CacheTextureLine(16, texType->getDimX(), nextLine, 0)); 565 nextLine += mCacheLines.top()->mMaxHeight; 566 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); 567 nextLine += mCacheLines.top()->mMaxHeight; 568 mCacheLines.push(new CacheTextureLine(24, texType->getDimX(), nextLine, 0)); 569 nextLine += mCacheLines.top()->mMaxHeight; 570 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)); 571 nextLine += mCacheLines.top()->mMaxHeight; 572 mCacheLines.push(new CacheTextureLine(32, texType->getDimX(), nextLine, 0)) [all...] |
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ |
CtsJankTestBase.java | 63 outStr.append(out.nextLine()); 66 errStr.append(err.nextLine());
|
/system/core/libutils/ |
Tokenizer.cpp | 147 void Tokenizer::nextLine() { 149 ALOGD("nextLine");
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
MonkeyTest.java | 45 String line = s.nextLine();
|
SeedTest.java | 54 String line = sc.nextLine().trim();
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
LowRamDeviceTest.java | 55 String line = scanner.nextLine();
|
/external/jmonkeyengine/engine/src/test/jme3test/math/ |
TestHalfFloat.java | 43 String s = scan.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/UnifiedEmail/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/ |
BuildTest.java | 93 line = scanner.nextLine(); 112 String line = scanner.nextLine(); 136 String line = scanner.nextLine();
|
NoExecutePermissionTest.java | 43 String line = scanner.nextLine().trim();
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
TestListParser.java | 42 String line = scanner.nextLine();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderInline.cpp | [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
AssetConfig.java | 71 String extensionsList = scan.nextLine(); 83 String locatorClass = scan.nextLine().trim();
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
Test.java | 301 int nextLine = stack.indexOf('\n', endPoint + 1); 302 if (nextLine != -1) { 303 return stack.substring(0, nextLine);
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostTest.java | 116 String line = in.nextLine();
|
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/ |
DocletRunner.java | 53 System.out.println(scanner.nextLine());
|
/system/core/include/utils/ |
Tokenizer.h | 110 void nextLine();
|