Searched refs:description_string (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/ |
H A D | main.rb | 102 def doc( description_string ) argument 103 description_string.chomp! 104 description_string.gsub!( /^ *\| ?/, '' ) 105 description_string.gsub!( /\s+/, ' ' ) 106 return description_string
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/protos/ |
D | power_anomaly_event.proto | 51 optional string description_string = 2; field 69 optional string description_string = 5; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
D | device_path_gen.rs | 2990 pub(super) description_string: [u8], field 3009 pub fn description_string(&self) -> &[u8] { in description_string() method 3010 &self.description_string in description_string() 3020 let ptr = addr_of!(self.description_string); in fmt() 5692 pub description_string: &'a [u8], field 5697 let size = 8usize + size_of_val(self.description_string); in size_in_bytes() 5721 self.description_string in write_data() 5726 size_of_val(self.description_string), in write_data()
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/ |
D | device_path_gen.rs | 2990 pub(super) description_string: [u8], field 3009 pub fn description_string(&self) -> &[u8] { in description_string() method 3010 &self.description_string in description_string() 3020 let ptr = addr_of!(self.description_string); in fmt() 5692 pub description_string: &'a [u8], field 5697 let size = 8usize + size_of_val(self.description_string); in size_in_bytes() 5721 self.description_string in write_data() 5726 size_of_val(self.description_string), in write_data()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 503 pub description_string: [u8; 0usize], field
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/device_path/ |
D | device_path_gen.rs | 503 pub description_string: [u8; 0usize], field
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/ |
H A D | gmock_cook_book.md | 3402 MATCHER_P(name, param_name, description_string) { statements; } 3440 MATCHER_Pk(name, param_1, ..., param_k, description_string) { statements; } 3487 MATCHER_Pk(Foo, p1, ..., pk, description_string) { ... }
|
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/ |
H A D | gmock_cook_book.md | 3408 MATCHER_P(name, param_name, description_string) { statements; } 3446 MATCHER_Pk(name, param_1, ..., param_k, description_string) { statements; } 3493 MATCHER_Pk(Foo, p1, ..., pk, description_string) { ... }
|
/aosp_15_r20/external/googletest/docs/ |
H A D | gmock_cook_book.md | 3437 MATCHER_P(name, param_name, description_string) { statements; } 3475 MATCHER_Pk(name, param_1, ..., param_k, description_string) { statements; } 3522 MATCHER_Pk(Foo, p1, ..., pk, description_string) { ... }
|