Searched defs:new (Results 1 – 8 of 8) sorted by relevance
/build/make/tools/releasetools/ |
D | target_files_diff.py | 57 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/ |
D | greeter.rs | 31 pub fn new(greeting: &str) -> Greeter { in new() method
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | lib.rs | 239 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/ |
D | package_table.rs | 47 fn new(package: &FlagPackage, num_buckets: u32) -> Self { in new() method
|
D | flag_table.rs | 47 fn new( in new() method
|
D | mod.rs | 42 fn new(package_name: &'a str, package_id: u32) -> Self { in new() method
|
/build/make/tools/aconfig/aconfig_storage_file/src/ |
D | lib.rs | 437 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/ |
D | rust.rs | 90 fn new(package: &str, flag_offsets: HashMap<String, u16>, pf: &ProtoParsedFlag) -> Self { in new() method
|