OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lineiterator
(Results
1 - 25
of
50
) sorted by null
1
2
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
LineIterator.java
28
* <code>
LineIterator
</code> holds a reference to an open <code>Reader</code>.
31
* or by calling the {@link #close()} or {@link #closeQuietly(
LineIterator
)}
36
*
LineIterator
it = FileUtils.
lineIterator
(file, "UTF-8");
43
*
LineIterator
.closeQuietly(iterator);
50
* @version $Id:
LineIterator
.java 437567 2006-08-28 06:39:07Z bayard $
53
public class
LineIterator
implements Iterator {
68
public
LineIterator
(final Reader reader) throws IllegalArgumentException {
166
throw new UnsupportedOperationException("Remove unsupported on
LineIterator
");
175
public static void closeQuietly(
LineIterator
iterator)
[
all
...]
IOUtils.java
513
//
lineIterator
518
* <code>
LineIterator
</code> holds a reference to the open
522
* {@link
LineIterator
#close()} or {@link
LineIterator
#closeQuietly(
LineIterator
)}.
527
*
LineIterator
it = IOUtils.
lineIterator
(reader);
542
public static
LineIterator
lineIterator
(Reader reader) {
543
return new
LineIterator
(reader)
[
all
...]
FileUtils.java
[
all
...]
/external/llvm/lib/Support/
LineIterator.cpp
1
//===-
LineIterator
.cpp - Implementation of line iteration ----------------===//
10
#include "llvm/Support/
LineIterator
.h"
CMakeLists.txt
65
LineIterator
.cpp
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java
236
protected ViewInfo create(UiElementNode node, Iterator<String>
lineIterator
) {
239
assertTrue(
lineIterator
.hasNext());
240
String description =
lineIterator
.next();
258
children.add(create(child,
lineIterator
));
/external/llvm/unittests/Support/
LineIteratorTest.cpp
1
//===-
LineIterator
.cpp - Unit tests --------------------------------------===//
10
#include "llvm/Support/
LineIterator
.h"
/external/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LineIterator.h
1
//===-
LineIterator
.h - Iterator to read a text buffer's lines --*- C++ -*-===//
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2-sources.jar
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2-sources.jar
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java
59
BreakIterator
lineIterator
= BreakIterator.getLineInstance();
60
assertFalse(
lineIterator
.equals(iterator));
/external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp
20
#include "llvm/Support/
LineIterator
.h"
/external/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp
20
#include "llvm/Support/
LineIterator
.h"
/prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4-sources.jar
/external/llvm/tools/llvm-cov/
SourceCoverageView.cpp
20
#include "llvm/Support/
LineIterator
.h"
/external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar
/external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar
Completed in 706 milliseconds
1
2