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

  /external/junit/src/org/junit/runner/manipulation/
Filter.java 86 if (!(child instanceof Filterable))
88 Filterable filterable= (Filterable) child;
89 filterable.filter(this);
  /frameworks/base/tools/aapt/
Package.cpp 254 const bool filterable = filter != NULL && subDir->getLeaf().find("mipmap-") != 0; local
256 if (filterable && subDir->getLeaf() != subDir->getPath() && !filter->match(ge.toParams())) {
260 ssize_t res = processAssets(bundle, zip, subDir, ge, filterable ? filter : NULL);
ResourceTable.cpp 2641 const bool filterable = (typeName != mipmap16); local
2754 const bool filterable = (typeName != mipmap16); local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 

Completed in 274 milliseconds