Home
last modified time | relevance | path

Searched defs:file_stem (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dlow_light_utils.py76 def get_metering_region(cam, file_stem): argument
440 def _plot_results(results, file_stem): argument
463 def _plot_successive_difference(results, file_stem): argument
492 def _plot_noise(results, file_stem, img, test_name): argument
578 file_stem, argument
/aosp_15_r20/external/cronet/third_party/icu/source/python/icutools/databuilder/
H A Dfiltration.py103 def _should_include(self, file_stem): argument
108 def _should_include(self, file_stem): argument
116 def _should_include(self, file_stem): argument
136 def _should_include(self, file_stem): argument
/aosp_15_r20/external/icu/icu4c/source/python/icutools/databuilder/
H A Dfiltration.py103 def _should_include(self, file_stem): argument
108 def _should_include(self, file_stem): argument
116 def _should_include(self, file_stem): argument
136 def _should_include(self, file_stem): argument
/aosp_15_r20/cts/apps/CameraITS/tests/scene_extensions/scene_low_light/
H A Dtest_night_extension.py47 def _convert_capture(cap, file_stem=None): argument
89 def _take_capture_and_analyze(self, cam, req, out_surfaces, file_stem, argument
H A Dtest_low_light_boost_extension.py65 def _capture_and_analyze(cam, file_stem, camera_id, preview_size, extension, argument
/aosp_15_r20/external/crosvm/proto_build_tools/src/
H A Dlib.rs87 let file_stem = proto_path.file_stem().unwrap().to_str().unwrap(); in create_gen_file() localVariable
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs817 let file_stem = if package_name.is_empty() { in main() localVariable
822 let file_stem = format!("{}{}", file_stem, if is_tonic { ".tonic" } else { "" }); in main() localVariable
/aosp_15_r20/external/selinux/libselinux/src/
H A Dlabel_file.c1001 int i, rc, file_stem; in lookup_all() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs1501 let file_stem = match self.file_stem() { in _set_extension() localVariable
2564 pub fn file_stem(&self) -> Option<&OsStr> { in file_stem() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs1501 let file_stem = match self.file_stem() { in _set_extension() localVariable
2564 pub fn file_stem(&self) -> Option<&OsStr> { in file_stem() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs1501 let file_stem = match self.file_stem() { in _set_extension() localVariable
2564 pub fn file_stem(&self) -> Option<&OsStr> { in file_stem() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs1486 let file_stem = match self.file_stem() { in _set_extension() localVariable
2482 pub fn file_stem(&self) -> Option<&OsStr> { in file_stem() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs1486 let file_stem = match self.file_stem() { in _set_extension() localVariable
2482 pub fn file_stem(&self) -> Option<&OsStr> { in file_stem() method
/aosp_15_r20/external/rust/android-crates-io/crates/camino/src/
Dlib.rs962 pub fn file_stem(&self) -> Option<&str> { in file_stem() method