Home
last modified time | relevance | path

Searched refs:file_stem (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/python/icutools/databuilder/
H A Dfiltration.py99 file_stem = self._file_to_file_stem(file)
100 return self._should_include(file_stem)
103 def _should_include(self, file_stem):
108 def _should_include(self, file_stem):
110 return file_stem in self.includelist
112 return file_stem not in self.excludelist
116 def _should_include(self, file_stem):
117 language = file_stem.split("_")[0]
136 def _should_include(self, file_stem):
139 if pattern.match(file_stem)
[all...]
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dfiltration.py99 file_stem = self._file_to_file_stem(file)
100 return self._should_include(file_stem)
103 def _should_include(self, file_stem):
108 def _should_include(self, file_stem):
110 return file_stem in self.includelist
112 return file_stem not in self.excludelist
116 def _should_include(self, file_stem):
117 language = file_stem.split("_")[0]
136 def _should_include(self, file_stem):
139 if pattern.match(file_stem)
[all...]
/third_party/icu/icu4c/source/python/icutools/databuilder/test/
H A Dfiltration_test.py415 for file_stem in EXAMPLE_FILE_STEMS:
416 is_match = filter.match(InFile("%s/%s.txt" % (tree, file_stem)))
417 expected_match = file_stem in expected_matches
418 self.assertEqual(is_match, expected_match, file_stem)
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/
H A Dfiltration_test.py415 for file_stem in EXAMPLE_FILE_STEMS:
416 is_match = filter.match(InFile("%s/%s.txt" % (tree, file_stem)))
417 expected_match = file_stem in expected_matches
418 self.assertEqual(is_match, expected_match, file_stem)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dutils.py148 file_stem = filename[: -len(".tar.gz")]
150 file_stem = filename[: -len(".zip")]
159 name_part, sep, version_part = file_stem.rpartition("-")
/third_party/icu/icu4c/source/data/
H A DBUILDRULES.py606 file_stem = IndexRequest.locale_file_stem(f)
607 if file_stem in excluded_locales:
609 destination = alias_files if file_stem in alias_locales else installed_files
/third_party/skia/third_party/externals/icu/source/data/
H A DBUILDRULES.py557 file_stem = IndexRequest.locale_file_stem(f)
558 if file_stem in excluded_locales:
560 destination = alias_files if file_stem in alias_locales else installed_files
/third_party/rust/crates/clang-sys/build/
H A Dstatic.rs34 path.file_stem().map(|p| { in get_library_name()
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dshell.rs146 let name = path.file_stem()?.to_str()?; in parse_shell_from_path()
/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs132 let mod_name = header_name.file_stem().unwrap().to_str().unwrap(); in main()
/third_party/selinux/libselinux/src/
H A Dlabel_file.c930 int i, rc, file_stem; in lookup_all() local
997 file_stem = find_stem_from_file(data, key); in lookup_all()
1010 bool stem_matches = spec->stem_id == -1 || spec->stem_id == file_stem; in lookup_all()
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs239 expected.retain(|p| p.file_stem().unwrap() == BIN_NAME); in test_which_all()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs669 if let Some(command) = argv0.file_stem().and_then(|f| f.to_str()) { in try_get_matches_from_mut()

Completed in 12 milliseconds