HomeSort by relevance Sort by last modified time
    Searched refs:LineProcessor (Results 1 - 25 of 25) 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 {
  /development/tools/idegen/src/com/android/idegen/
ModuleIndexes.java 23 import com.google.common.io.LineProcessor;
54 new LineProcessor<Object>() {
MakeFileParser.java 27 import com.google.common.io.LineProcessor;
86 private class MakeFileLineProcessor implements LineProcessor<Object> {
  /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>>() {
  /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 256 typedef void (*LineProcessor)(const color_utils::HSL&,
482 const LineProcessor kLineProcessors[kNumHOps][kNumSOps][kNumLOps] = {
546 HSLShift::LineProcessor line_proc =
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.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 826 milliseconds