Home
last modified time | relevance | path

Searched defs:new (Results 1 – 8 of 8) sorted by relevance

/build/make/tools/releasetools/
Dtarget_files_diff.py57 def rewrite_build_property(original, new): argument
88 def trim_install_recovery(original, new): argument
96 def sort_file(original, new): argument
/build/bazel/examples/rust/src/
Dgreeter.rs31 pub fn new(greeting: &str) -> Greeter { in new() method
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs239 pub(crate) fn new( in new() method
272 pub(crate) fn new(offset_result: Result<Option<FlagReadContext>, AconfigStorageError>) -> Self { in new() method
303 pub(crate) fn new(value_result: Result<bool, AconfigStorageError>) -> Self { in new() method
319 pub(crate) fn new(info_result: Result<u8, AconfigStorageError>) -> Self { in new() method
336 pub(crate) fn new(version_result: Result<u32, AconfigStorageError>) -> Self { in new() method
/build/make/tools/aconfig/aconfig/src/storage/
Dpackage_table.rs47 fn new(package: &FlagPackage, num_buckets: u32) -> Self { in new() method
Dflag_table.rs47 fn new( in new() method
Dmod.rs42 fn new(package_name: &'a str, package_id: u32) -> Self { in new() method
/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs437 pub(crate) fn new(summary: FlagValueSummary) -> Self { in new() method
449 pub(crate) fn new(summary: FlagValueAndInfoSummary) -> Self { in new() method
/build/make/tools/aconfig/aconfig/src/codegen/
Drust.rs90 fn new(package: &str, flag_offsets: HashMap<String, u16>, pf: &ProtoParsedFlag) -> Self { in new() method