Home
last modified time | relevance | path

Searched defs:exclude (Results 1 – 25 of 85) sorted by relevance

1234

/external/yapf/yapf/yapflib/
Dfile_resources.py74 def GetCommandLineFiles(command_line_file_list, recursive, exclude): argument
115 def _FindPythonFiles(filenames, recursive, exclude): argument
149 def IsIgnored(path, exclude): argument
/external/caliper/caliper/src/main/java/com/google/caliper/api/
DFootprint.java37 Class<?>[] exclude() default {}; in exclude() method
/external/auto/value/src/main/java/com/google/auto/value/
DAutoValue.java161 Class<? extends Annotation>[] exclude() default {}; in exclude() method
/external/python/cpython2/Lib/ctypes/test/
D__init__.py61 def get_tests(package, mask, verbosity, exclude=()): argument
196 def run_tests(package, mask, verbosity, search_leaks, exclude): argument
/external/python/setuptools/setuptools/
D__init__.py40 def find(cls, where='.', exclude=(), include=('*',)): argument
63 def _find_packages_iter(cls, where, exclude, include): argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchCLDR.java115 Output<Boolean> exclude = new Output<>(); in main() local
405 private static Matcher getMatcher(String property, Output<Boolean> exclude) { in getMatcher()
417 private static Set<Level> getEnumMatcher(String property, Output<Boolean> exclude) { in getEnumMatcher()
DCollectExemplars.java48 UnicodeSet exclude = new UnicodeSet("[[:sc=common:][:sc=hebr:][:sc=zinh:]&[:mn:]]"); in main() local
/external/perfetto/ui/src/service_worker/
Dtsconfig.json4 "exclude": [ array
/external/jsmn/
Dlibrary.json15 "exclude": "test" string
/external/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake119 set(exclude EXCLUDE_FROM_ALL 1) variable
/external/llvm-project/llvm/utils/vscode/llvm/
Dtsconfig.json17 "exclude": [ array
/external/testng/src/test/java/test/override/
DOverrideTest.java25 private void runTest(String include, String exclude) { in runTest()
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java133 public static CategoryFilter exclude(boolean matchAny, Class<?>... categories) { in exclude() method in Categories.CategoryFilter
137 public static CategoryFilter exclude(Class<?> category) { in exclude() method in Categories.CategoryFilter
141 public static CategoryFilter exclude(Class<?>... categories) { in exclude() method in Categories.CategoryFilter
/external/skia/tools/
DBUILD_simulator.py62 def BUILD_glob(include, exclude=()): argument
/external/noto-fonts/cjk/
Dsubset_noto_cjk.py86 def remove_from_cmap(infile, outfile, exclude=frozenset()): argument
/external/skqp/tools/
DBUILD_simulator.py62 def BUILD_glob(include, exclude=()): argument
/external/perfetto/ui/
Dtsconfig.json4 "exclude": [ array
/external/autotest/client/tests/blktests/
Dblktests.py26 exclude=[] variable in blktests
/external/python/uritemplates/
Dtox.ini31 exclude = docs/ key
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAppTask.java79 protected void setExcludeFromRecents(boolean exclude) { in setExcludeFromRecents()
/external/llvm-project/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake206 set(exclude EXCLUDE_FROM_ALL 1) variable
/external/skia/gn/
Dgn_to_bp_utils.py34 def GrabDependentValues(js, name, value_type, list_to_extend, exclude): argument
/external/skqp/gn/
Dgn_to_bp_utils.py32 def GrabDependentValues(js, name, value_type, list_to_extend, exclude): argument
/external/autotest/client/tests/xfstests/
Dxfstests.py114 exclude=None): argument
/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp156 void RangeSpec::exclude(const std::string &Token) { record(Token, &Excludes); } in exclude() function in Ice::RangeSpec

1234