/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/ |
D | directive.rs | 485 let mut dirs = expect_parse( in directive_ordering_by_target_len() localVariable 507 let mut dirs = expect_parse("bar[span]=trace,foo=debug,baz::quux=info,a[span]=warn"); in directive_ordering_by_span() localVariable 523 let mut dirs = expect_parse("span[b]=debug,b=debug,a=trace,c=info,span[a]=info"); in directive_ordering_uses_lexicographic_when_equal() localVariable 554 let mut dirs = expect_parse( in directive_ordering_by_field_num() localVariable 570 let dirs = parse_directives("common=trace,server=trace"); in parse_directives_ralith() localVariable 583 let dirs = parse_directives("common=INFO,server=DEBUG"); in parse_directives_ralith_uc() localVariable 596 let dirs = parse_directives("common=iNfo,server=dEbUg"); in parse_directives_ralith_mixed() localVariable 609 let dirs = parse_directives("crate1::mod1=error,crate1::mod2,crate2=debug,crate3=off"); in parse_directives_valid() localVariable 631 let dirs = parse_directives( in parse_level_directives() localVariable 663 let dirs = parse_directives( in parse_uppercase_level_directives() localVariable [all …]
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationUtil.java | 257 public static Set<String> getConfigNamesFromDirs(String subPath, List<File> dirs) { in getConfigNamesFromDirs() 274 public static Set<File> getConfigNamesFileFromDirs(String subPath, List<File> dirs) { in getConfigNamesFileFromDirs() 290 String subPath, List<File> dirs, List<String> configNamePatterns) { in getConfigNamesFileFromDirs() 306 List<File> dirs, in getConfigNamesFileFromDirs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/ |
D | appdirs.py | 591 dirs = AppDirs(appname, appauthor, version="1.0") variable 596 dirs = AppDirs(appname, appauthor) variable 601 dirs = AppDirs(appname) variable 606 dirs = AppDirs(appname, appauthor=False) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/ |
D | appdirs.py | 591 dirs = AppDirs(appname, appauthor, version="1.0") variable 596 dirs = AppDirs(appname, appauthor) variable 601 dirs = AppDirs(appname) variable 606 dirs = AppDirs(appname, appauthor=False) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/ |
D | appdirs.py | 591 dirs = AppDirs(appname, appauthor, version="1.0") variable 596 dirs = AppDirs(appname, appauthor) variable 601 dirs = AppDirs(appname) variable 606 dirs = AppDirs(appname, appauthor=False) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/ |
D | appdirs.py | 591 dirs = AppDirs(appname, appauthor, version="1.0") variable 596 dirs = AppDirs(appname, appauthor) variable 601 dirs = AppDirs(appname) variable 606 dirs = AppDirs(appname, appauthor=False) variable
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _appdirs.py | 650 dirs = AppDirs(appname, appauthor, version="1.0") variable 655 dirs = AppDirs(appname, appauthor) variable 660 dirs = AppDirs(appname) variable 665 dirs = AppDirs(appname, appauthor=False) variable
|
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/ |
D | appdirs.py | 591 dirs = AppDirs(appname, appauthor, version="1.0") variable 596 dirs = AppDirs(appname, appauthor) variable 601 dirs = AppDirs(appname) variable 606 dirs = AppDirs(appname, appauthor=False) variable
|
/aosp_15_r20/system/libvintf/ |
H A D | Apex.cpp | 40 std::vector<std::string>* dirs, std::string* error, in GetVintfDirs() 101 std::vector<std::string>* dirs, std::string* error) { in GetDeviceVintfDirs() 108 std::vector<std::string>* dirs, std::string* error) { in GetFrameworkVintfDirs()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
H A D | quiche_file_utils_test.cc | 37 std::vector<std::string> dirs; in TEST() local 48 std::vector<std::string> dirs; in TEST() local 57 std::vector<std::string> dirs; in TEST() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | SubdivisionNames.java | 41 public SubdivisionNames(String locale, String... dirs) { in SubdivisionNames() 58 private void addSubdivisionNames(String locale, Map<String, String> builder, String... dirs) { in addSubdivisionNames() argument 89 public static Set<String> getAvailableLocales(String... dirs) { in getAvailableLocales()
|
/aosp_15_r20/external/python/cpython3/Tools/msi/ |
D | uploadrelease.ps1 | 97 $dirs = gci "$build" -Directory variable 99 $dirs = ($dirs, (gi $embed)) | %{ $_ } variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | file_system_helper.cc | 80 std::vector<std::string> dirs; in AllDirectoryPrefixes() local 111 static inline int GetFirstGlobbingEntry(const std::vector<std::string>& dirs) { in GetFirstGlobbingEntry() 145 std::vector<std::string> dirs = AllDirectoryPrefixes(pattern); in GetMatchingPaths() local
|
/aosp_15_r20/external/musl/android/ |
H A D | generate_bp.py | 95 def __init__(self, *, dirs=[], files=[]): argument 99 def _srcs(self, dirs, files): argument 102 def _arch_srcs(self, dirs, files): argument
|
/aosp_15_r20/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
H A D | StatszZPageHandler.java | 199 List<String> dirs = PATH_SPLITTER.splitToList(view.getName().asString()); in groupViewsByDirectoriesAndGetMeasures() local 269 List<String> dirs = PATH_SPLITTER.splitToList(path); in findNode() local 287 List<String> dirs = PATH_SPLITTER.splitToList(path); in emitDirectoryHeader() local
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/ |
H A D | AndroidFileEnvironment.java | 41 public static List<File> getMountedExternalDirs(List<File> dirs) { in getMountedExternalDirs() 147 File[] dirs = context.getExternalCacheDirs(); in getNonEmulatedExternalCacheDirsKK() local
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | path_utils.cc | 52 std::vector<std::string> dirs; in GetAllPrivateDownloadsDirectories() local 64 std::vector<std::string> dirs; in GetSecondaryStorageDownloadDirectories() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/ |
D | targets.rs | 619 let dirs = expect_parse(s).0.into_vec(); in expect_parse_ralith() localVariable 631 let dirs = expect_parse(s).0.into_vec(); in expect_parse_level_directives() localVariable 676 let dirs = expect_parse("crate1::mod1=error,crate1::mod2,crate2=debug,crate3=off") in expect_parse_valid() localVariable
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | DeployQt4.cmake | 160 set(dirs ${ARGV3}) variable 344 set(dirs ${ARGV3}) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | ccompiler.py | 225 def set_include_dirs(self, dirs): argument 267 def set_library_dirs(self, dirs): argument 280 def set_runtime_library_dirs(self, dirs): argument 804 def find_library_file (self, dirs, lib, debug=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | ccompiler.py | 252 def set_include_dirs(self, dirs): argument 294 def set_library_dirs(self, dirs): argument 307 def set_runtime_library_dirs(self, dirs): argument 880 def find_library_file(self, dirs, lib, debug=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | ccompiler.py | 225 def set_include_dirs(self, dirs): argument 267 def set_library_dirs(self, dirs): argument 280 def set_runtime_library_dirs(self, dirs): argument 804 def find_library_file (self, dirs, lib, debug=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | ccompiler.py | 252 def set_include_dirs(self, dirs): argument 294 def set_library_dirs(self, dirs): argument 307 def set_runtime_library_dirs(self, dirs): argument 880 def find_library_file(self, dirs, lib, debug=0): argument
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 237 def set_include_dirs(self, dirs): argument 280 def set_library_dirs(self, dirs): argument 293 def set_runtime_library_dirs(self, dirs): argument 770 def find_library_file (self, dirs, lib, debug=0): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | ccompiler.py | 252 def set_include_dirs(self, dirs): argument 294 def set_library_dirs(self, dirs): argument 307 def set_runtime_library_dirs(self, dirs): argument 880 def find_library_file(self, dirs, lib, debug=0): argument
|