OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineProcessor
(Results
1 - 20
of
20
) sorted by null
/external/guava/guava/src/com/google/common/io/
LineProcessor.java
33
public interface
LineProcessor
<T> {
Resources.java
108
* @param callback the
LineProcessor
to use to handle the lines
113
LineProcessor
<T> callback) throws IOException {
CharStreams.java
346
* @param callback the
LineProcessor
to use to handle the lines
351
InputSupplier<R> supplier,
LineProcessor
<T> callback) throws IOException {
Files.java
536
* @param callback the {@link
LineProcessor
} to use to handle the lines
541
LineProcessor
<T> callback) throws IOException {
/external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java
105
// Test a
LineProcessor
that always returns false.
106
LineProcessor
<Integer> alwaysFalse = new
LineProcessor
<Integer>() {
121
// Test a
LineProcessor
that always returns true.
122
LineProcessor
<Integer> alwaysTrue = new
LineProcessor
<Integer>() {
137
// Test a
LineProcessor
that is conditional.
139
LineProcessor
<Integer> conditional = new
LineProcessor
<Integer>() {
ResourcesTest.java
78
LineProcessor
<List<String>> collectAndLowercaseAndTrim =
79
new
LineProcessor
<List<String>>() {
/development/tools/idegen/src/com/android/idegen/
ModuleIndexes.java
23
import com.google.common.io.
LineProcessor
;
54
new
LineProcessor
<Object>() {
MakeFileParser.java
26
import com.google.common.io.
LineProcessor
;
92
Files.readLines(makeFile, Charset.forName("UTF-8"), new
LineProcessor
<Object>() {
/external/chromium_org/third_party/WebKit/Source/build/scripts/
make_token_matcher.py
139
class
LineProcessor
(object):
144
class MainLineProcessor(
LineProcessor
):
162
class SwitchLineProcessor(
LineProcessor
):
196
class CaseLineProcessor(
LineProcessor
):
/external/chromium_org/ui/gfx/
skbitmap_operations.cc
265
typedef void (*
LineProcessor
)(const color_utils::HSL&,
491
const
LineProcessor
kLineProcessors[kNumHOps][kNumSOps][kNumLOps] = {
555
HSLShift::
LineProcessor
line_proc =
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 559 milliseconds