HomeSort by relevance Sort by last modified time
    Searched defs:ignores (Results 1 - 5 of 5) sorted by null

  /external/valgrind/tsan/
ignore.h 33 vector<IgnoreTriple> ignores; member in struct:IgnoreLists
  /sdk/anttasks/src/com/android/ant/
InputPath.java 58 if (ignores(file)) {
71 * Returns whether the InputPath ignores a given file or folder. If it is ignored then
77 public boolean ignores(File file) { method in class:InputPath
ApkBuilderTask.java 61 public boolean ignores(File file) { method in class:ApkBuilderTask.SourceFolderInputPath
AaptExecTask.java 109 * Input path that ignores the same folders/files that aapt does.
117 public boolean ignores(File file) { method in class:AaptExecTask.ResFolderInputPath
  /tools/build/builder/src/main/java/com/android/builder/compiler/
InputPath.java 58 if (ignores(file)) {
71 * Returns whether the InputPath ignores a given file or folder. If it is ignored then
77 public boolean ignores(File file) { method in class:InputPath

Completed in 1408 milliseconds