Home
last modified time | relevance | path

Searched defs:new (Results 1 – 10 of 10) 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.rs240 pub(crate) fn new( in new() method
273 pub(crate) fn new(offset_result: Result<Option<FlagReadContext>, AconfigStorageError>) -> Self { in new() method
304 pub(crate) fn new(value_result: Result<bool, AconfigStorageError>) -> Self { in new() method
320 pub(crate) fn new(info_result: Result<u8, AconfigStorageError>) -> Self { in new() method
337 pub(crate) fn new(version_result: Result<u32, AconfigStorageError>) -> Self { in new() method
/build/make/tools/aconfig/aconfig/src/storage/
Dpackage_table.rs46 fn new(package: &FlagPackage, num_buckets: u32) -> Self { in new() method
Dflag_table.rs46 fn new( in new() method
Dmod.rs46 fn new(package_name: &'a str, package_id: u32) -> Self { in new() method
/build/make/tools/aconfig/aconfig_storage_file/src/
Dsip_hasher13.rs118 pub fn new() -> SipHasher13 { in new() method
Dlib.rs461 pub(crate) fn new(summary: FlagValueSummary) -> Self { in new() method
473 pub(crate) fn new(summary: FlagValueAndInfoSummary) -> Self { in new() method
/build/make/tools/aconfig/aconfig/src/codegen/
Drust.rs87 fn new(package: &str, flag_offsets: HashMap<String, u16>, pf: &ProtoParsedFlag) -> Self { in new() method
/build/make/tools/aconfig/convert_finalized_flags/src/
Dlib.rs53 pub fn new() -> Self { in new() method