OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextLine
(Results
26 - 50
of
79
) sorted by null
1
2
3
4
/system/core/libutils/
PropertyMap.cpp
213
mTokenizer->
nextLine
();
Tokenizer.cpp
147
void Tokenizer::
nextLine
() {
149
ALOGD("
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();
/cts/hostsidetests/holo/src/android/holo/cts/
HoloHostTest.java
237
final String line = in.
nextLine
();
/cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java
271
String line = scanner.
nextLine
().trim();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.h
181
const LayoutRect&
nextLine
, const Color);
RenderBlockLineLayout.cpp
[
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);
/external/icu4c/layoutex/
playout.cpp
139
return (pl_line *) pl->
nextLine
(width);
ParagraphLayout.cpp
662
ParagraphLayout::Line *ParagraphLayout::
nextLine
(float width)
[
all
...]
/external/icu4c/samples/layout/
paragraph.cpp
207
while ((line = paragraphLayout->
nextLine
(lineWidth)) != NULL) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
ScannerTest.java
[
all
...]
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java
332
builder.append(scanner.
nextLine
()).append(';');
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java
243
response.append(incoming.
nextLine
());
/frameworks/native/libs/input/
KeyLayoutMap.cpp
197
mTokenizer->
nextLine
();
KeyCharacterMap.cpp
725
mTokenizer->
nextLine
();
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java
158
contents.append(scanner.
nextLine
());
/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/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
...]
/libcore/luni/src/main/java/java/util/
Scanner.java
[
all
...]
/external/chromium_org/third_party/icu/source/test/letest/
letest.cpp
[
all
...]
/external/icu4c/test/letest/
letest.cpp
[
all
...]
Completed in 642 milliseconds
1
2
3
4