/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/ |
H A D | main.rs | 64 fn attr(name: &str, value: impl fmt::Display) -> String { in attr() 85 fn gen_spec(in_file: String, ext_name: &str) -> io::Result<()> { in gen_spec() 130 fn gen_bind(in_file: String, ext_name: &str) -> io::Result<()> { in gen_bind() 228 asm_fmts: &[String], in gen_bind_body() 233 ) -> (String, String) { 551 fn gen_test(in_file: String, ext_name: &str) -> io::Result<()> { in gen_test() 791 asm_fmts: &[String], in gen_test_body() 796 ) -> (String, String) {
|
/aosp_15_r20/development/tools/cargo_embargo/src/cargo/ |
H A D | cargo_out.rs | 112 fn raw_name_from_rustc_invocation(rustc: &str, raw_names: &mut BTreeMap<String, String>) { in raw_name_from_rustc_invocation() argument 165 fn match1(regex: &Regex, s: &str) -> Option<String> { in match1() 169 fn match3(regex: &Regex, s: &str) -> Option<(String, String, String)> { in match3() argument 297 tests: &BTreeMap<String, BTreeMap<PathBuf, TestContents>>, in from_rustc_invocation() 298 raw_names: &BTreeMap<String, String>, in from_rustc_invocation() argument
|
/aosp_15_r20/external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/ |
H A D | StackdriverV2ExporterHandler.java | 152 Map<String, io.opencensus.trace.AttributeValue> fixedAttributes) { in StackdriverV2ExporterHandler() 168 Map<String, io.opencensus.trace.AttributeValue> fixedAttributes) { in createWithStub() 175 Map<String, io.opencensus.trace.AttributeValue> fixedAttributes, in createWithCredentials() 193 Map<String, AttributeValue> resourceLabels, in generateSpan() 292 Map<String, AttributeValue> resourceLabels, in toAttributesProto() 308 Map<String, io.opencensus.trace.AttributeValue> attributes, int droppedAttributesCount) { in toAttributesBuilderProto() 334 Map<String, AttributeValue> map, String attributeName, String attributeValue) { in putToResourceAttributeMap()
|
/aosp_15_r20/frameworks/native/libs/debugstore/rust/src/ |
H A D | core.rs | 71 pub fn begin(&self, name: String, data: Vec<(String, String)>) -> u64 { in begin() 88 pub fn record(&self, name: String, data: Vec<(String, String)>) { in record() argument 103 pub fn end(&self, id: u64, data: Vec<(String, String)>) { in end() argument
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kapt/gen/stubs/com/android/server/permission/access/ |
D | MutableSystemState.java | 13 …com.android.server.permission.access.immutable.MutableReference<com.android.server.permission.acce… in MutableSystemState()
|
D | SystemState.java | 20 …com.android.server.permission.access.immutable.MutableReference<com.android.server.permission.acce… in SystemState()
|
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-string.h | 192 String() : c_str_(NULL), length_(0) {} in String() function 195 String(const char* a_c_str) { // NOLINT in String() function 208 String(const char* buffer, size_t a_length) { in String() function 214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; } in String() function 226 String(const ::std::string& str) { in String() function 233 String(const ::string& str) { in String() function
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | rust_types_values.rs | 25 String, enumerator 54 pub(crate) fn to_code(&self, customize: &Customize) -> String { in to_code() 178 pub fn default_value(&self, customize: &Customize) -> String { in default_value() 220 pub fn clear(&self, v: &str, customize: &Customize) -> String { in clear() 243 pub fn wrap_value(&self, value: &str, customize: &Customize) -> String { in wrap_value() 261 pub fn into_target(&self, target: &RustType, v: &str, customize: &Customize) -> String { in into_target() 271 ) -> Result<String, ()> { in try_into_target() 507 ) -> String { in type_name_to_rust_relative() 559 pub fn rust_type(&self, customize: &Customize) -> String { in rust_type()
|
/aosp_15_r20/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/ |
H A D | BaseBootTimeTestLogPostProcessor.java | 47 public Map<String, MetricMeasurement.Metric.Builder> processTestMetricsAndLogs( in processTestMetricsAndLogs() 49 HashMap<String, MetricMeasurement.Metric> testMetrics, in processTestMetricsAndLogs() 56 public Map<String, MetricMeasurement.Metric.Builder> processRunMetricsAndLogs( in processRunMetricsAndLogs() 57 HashMap<String, MetricMeasurement.Metric> rawMetrics, Map<String, LogFile> runLogs) { in processRunMetricsAndLogs() 80 protected Map<String, MetricMeasurement.Metric.Builder> buildTfMetrics( in buildTfMetrics() 99 protected List<File> filterFiles(Map<String, LogFile> logs) { in filterFiles()
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ |
D | callbacks.rs | 30 fn cli_args(&self) -> Vec<String> { in cli_args() 44 ) -> Option<String> { in generated_name_override() 53 ) -> Option<String> { in generated_link_name_override() 93 ) -> Option<String> { in enum_variant_name() 98 fn item_name(&self, _original_item_name: &str) -> Option<String> { in item_name() 133 fn add_derives(&self, _info: &DeriveInfo<'_>) -> Vec<String> { in add_derives() 138 fn process_comment(&self, _comment: &str) -> Option<String> { in process_comment() 159 fn wrap_as_variadic_fn(&self, _name: &str) -> Option<String> { in wrap_as_variadic_fn()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestInheritance.java | 447 Relation<String, String> base2scripts, in verifyScriptsWithDefaultContents() 448 Map<String, String> parent2default, in verifyScriptsWithDefaultContents() 528 Relation<String, String> base2scripts, in verifyLikelySubtagsImplicationsForDefaultContents() 529 Map<String, String> parent2default, in verifyLikelySubtagsImplicationsForDefaultContents() 641 Map<String, String> parent2default, in verifyDefaultContentsImplicationsForLikelySubtags() 889 private String minimize(Map<String, String> likelySubtags, String locale) { in minimize() 911 private String maximize(Map<String, String> likelySubtags, String locale) { in maximize()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/ |
H A D | TtmlNode.java | 249 Map<String, TtmlStyle> globalStyles, in getCues() 305 long timeUs, String inheritedRegion, List<Pair<String, String>> regionImageList) { in traverseForImage() 320 Map<String, Cue.Builder> regionOutputs) { in traverseForText() 358 String resolvedRegionId, Map<String, Cue.Builder> regionOutputs) { in getRegionOutputText() 370 Map<String, TtmlStyle> globalStyles, in traverseForStyle() 396 Map<String, TtmlStyle> globalStyles, in applyStyleToOutput()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/ |
H A D | TtmlNode.java | 249 Map<String, TtmlStyle> globalStyles, in getCues() 305 long timeUs, String inheritedRegion, List<Pair<String, String>> regionImageList) { in traverseForImage() 320 Map<String, Cue.Builder> regionOutputs) { in traverseForText() 358 String resolvedRegionId, Map<String, Cue.Builder> regionOutputs) { in getRegionOutputText() 370 Map<String, TtmlStyle> globalStyles, in traverseForStyle() 396 Map<String, TtmlStyle> globalStyles, in applyStyleToOutput()
|
/aosp_15_r20/build/soong/cmd/extract_apks/bundle_proto/ |
H A D | config.pb.go | 56 func (x BundleConfig_BundleType) String() string { func 115 func (x SplitDimension_Value) String() string { func 162 func (x *BundleConfig) String() string { func 259 func (x *Bundletool) String() string { func 310 func (x *Compression) String() string { func 361 func (x *MasterResources) String() string { func 424 func (x *Optimizations) String() string { func 492 func (x *UncompressNativeLibraries) String() string { func 539 func (x *UncompressDexFiles) String() string { func 587 func (x *SplitsConfig) String() string { func [all …]
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | JsonMetaSchema.java | 49 FormatKeyword newInstance(Map<String, Format> formats); in newInstance() 70 …private Map<String, Keyword> createKeywordsMap(Map<String, Keyword> kwords, Map<String, Format> fo… in createKeywordsMap() 133 public Builder formats(Consumer<Map<String, Format>> customizer) { in formats() 144 public Builder keywords(Consumer<Map<String, Keyword>> customizer) { in keywords() 228 public Builder vocabularies(Map<String, Boolean> vocabularies) { in vocabularies() 239 public Builder vocabularies(Consumer<Map<String, Boolean>> customizer) { in vocabularies() 327 …JsonMetaSchema(String iri, String idKeyword, Map<String, Keyword> keywords, Map<String, Boolean> v… in JsonMetaSchema()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | support.rs | 173 fn run(executable: &str, arguments: &[&str]) -> Result<(String, String), String> { in run() argument 186 fn run_clang(path: &Path, arguments: &[&str]) -> (String, String) { in run_clang() 191 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() argument
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/defaultsmode/ |
H A D | DefaultsLoader.java | 90 …private static void applyModificationToOneConfigurationOption(Map<String, String> resolvedDefaults… in applyModificationToOneConfigurationOption() 125 … private static void applyModificationToOneMode(Map<String, Map<String, String>> resolvedDefaults, in applyModificationToOneMode() 144 private static String processAdd(String baseValue, Map<String, JsonNode> modifierMap) { in processAdd() 153 private static String processMultiply(String baseValue, Map<String, JsonNode> modifierMap) { in processMultiply() 196 public String visitObject(Map<String, JsonNode> map) { in visitObject()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_derive/src/utils/ |
D | doc_comments.rs | 8 pub fn extract_doc_comment(attrs: &[syn::Attribute]) -> Vec<String> { in extract_doc_comment() 53 lines: &[String], in format_doc_comment() 56 ) -> (Option<String>, Option<String>) { in format_doc_comment() 86 fn split_paragraphs(lines: &[String]) -> Vec<String> { in split_paragraphs() 109 fn remove_period(mut s: String) -> String { in remove_period()
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/ |
D | report.rs | 75 fn truncate_to_character_boundary(s: &mut String, max_len: usize) { in truncate_to_character_boundary() 83 pub fn make_filename_safe(string: &str) -> String { in make_filename_safe() 113 group_id: String, in new() 114 function_id: Option<String>, in new() 115 value_str: Option<String>, in new() 199 pub fn ensure_directory_name_unique(&mut self, existing_directories: &HashSet<String>) { in ensure_directory_name_unique() 215 pub fn ensure_title_unique(&mut self, existing_titles: &HashSet<String>) { in ensure_title_unique() 238 fn format_opt(opt: &Option<String>) -> String { in fmt() 404 fn print_overwritable(&self, s: String) { in print_overwritable() 413 fn with_color(&self, color: Color, s: &str) -> String { in with_color() [all …]
|
/aosp_15_r20/frameworks/base/services/appfunctions/java/com/android/server/appfunctions/ |
H A D | MetadataSyncAdapter.java | 223 private PutDocumentsRequest buildPutRuntimeMetadataRequest( in buildPutRuntimeMetadataRequest() 241 private RemoveByDocumentIdRequest buildRemoveRuntimeMetadataRequest( in buildRemoveRuntimeMetadataRequest() 342 static ArrayMap<String, ArraySet<String>> getAddedFunctionsDiffMap( in getAddedFunctionsDiffMap() 343 @NonNull ArrayMap<String, ArraySet<String>> staticPackageToFunctionMap, in getAddedFunctionsDiffMap() 364 static ArrayMap<String, ArraySet<String>> getRemovedFunctionsDiffMap( in getRemovedFunctionsDiffMap() 365 @NonNull ArrayMap<String, ArraySet<String>> staticPackageToFunctionMap, in getRemovedFunctionsDiffMap() 374 private static ArrayMap<String, ArraySet<String>> getFunctionsDiffMap( in getFunctionsDiffMap() 375 @NonNull ArrayMap<String, ArraySet<String>> packageToFunctionMapA, in getFunctionsDiffMap()
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | EmmcPerformanceTest.java | 144 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runSequentialRead() 154 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runSequentialWrite() 165 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runRandomRead() 178 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runRandomWrite() 208 Map<String, String> metrics) in runTest() 265 private Double runDdIteration(String command, Map<String, SimpleStats> simpleperfMetricsMap) in runDdIteration() 296 private Double runRandomIteration(String command, Map<String, SimpleStats> simpleperfMetricsMap) in runRandomIteration() 323 SimplePerfResult spResult, Map<String, SimpleStats> simpleperfMetricsMap) { in simpleperfResultAggregation()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MultimapsCollectionTest.java | 105 static void populateMultimapForKeySet(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeySet() 118 static void populateMultimapForKeys(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeys() 204 public List<Entry<String, Integer>> order(List<Entry<String, Integer>> insertionOrder) { in order() 354 abstract M transform(Multimap<String, String> multimap); in transform() 363 public Iterable<Entry<String, String>> order(List<Entry<String, String>> insertionOrder) { in order() 482 public Iterable<Entry<String, Integer>> order(List<Entry<String, Integer>> insertionOrder) { in order() 511 abstract SetMultimap<String, Integer> filter(SetMultimap<String, Integer> multimap); in filter() 545 abstract ListMultimap<String, Integer> filter(ListMultimap<String, Integer> multimap); in filter()
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MultimapsCollectionTest.java | 106 static void populateMultimapForKeySet(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeySet() 119 static void populateMultimapForKeys(Multimap<String, Integer> multimap, String[] elements) { in populateMultimapForKeys() 205 public List<Entry<String, Integer>> order(List<Entry<String, Integer>> insertionOrder) { in order() 356 abstract M transform(Multimap<String, String> multimap); in transform() 365 public Iterable<Entry<String, String>> order(List<Entry<String, String>> insertionOrder) { in order() 484 public Iterable<Entry<String, Integer>> order(List<Entry<String, Integer>> insertionOrder) { in order() 513 abstract SetMultimap<String, Integer> filter(SetMultimap<String, Integer> multimap); in filter() 547 abstract ListMultimap<String, Integer> filter(ListMultimap<String, Integer> multimap); in filter()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/ |
D | flag.go | 144 func (b *boolValue) String() string { return strconv.FormatBool(bool(*b)) } func 174 func (i *intValue) String() string { return strconv.Itoa(int(*i)) } func 195 func (i *int64Value) String() string { return strconv.FormatInt(int64(*i), 10) } func 216 func (i *uintValue) String() string { return strconv.FormatUint(uint64(*i), 10) } func 237 func (i *uint64Value) String() string { return strconv.FormatUint(uint64(*i), 10) } func 254 func (s *stringValue) String() string { return string(*s) } func 275 func (f *float64Value) String() string { return strconv.FormatFloat(float64(*f), 'g', -1, 64) } func 296 func (d *durationValue) String() string { return (*time.Duration)(d).String() } func 325 func (v textValue) String() string { func 339 func (f funcValue) String() string { return "" } func [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/shells/ |
D | powershell.rs | 14 fn file_name(&self, name: &str) -> String { in file_name() 61 fn escape_string(string: &str) -> String { in escape_string() 65 fn escape_help<T: ToString>(help: Option<&StyledStr>, data: T) -> String { in escape_help() 72 fn generate_inner(p: &Command, previous_command_name: &str) -> String { in generate_inner() 119 fn generate_aliases(completions: &mut String, preamble: &String, arg: &Arg) { in generate_aliases()
|