Home
last modified time | relevance | path

Searched defs:String (Results 176 – 200 of 8539) sorted by relevance

12345678910>>...342

/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/item/
H A DMemoryHealthItem.java49 public MemoryHealthItem(Map<String, Map<String, Long>> foreground, in MemoryHealthItem()
86 private JSONObject mapToJson(Map<String, Map<String, Long>> map) { in mapToJson()
98 private JSONObject processToJson(Map<String, Long> map) { in processToJson()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/aosp_15_r20/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/common/
DProcessUtil.java50 public static List<SMapEntry> getProcessSmaps(int pid, Function<String, String> shellExecutor) in getProcessSmaps()
58 int pid, Function<String, String> shellExecutor) throws IOException { in getProcessSmapsRollup()
72 public static Map<String, Long> getProcessMemoryMap(Function<String, String> shellExecutor) in getProcessMemoryMap()
87 public static Map<Integer, String> getProcessMap(Function<String, String> shellExecutor) in getProcessMap()
107 int pid, String cmdlineFilter, Function<String, String> shellExecutor) { in getChildProcesses()
116 int parentPid, String cmdlineFilter, Function<String, String> shellExecutor) { in getSingleChildProcess()
126 public static int getVirtmgrPid(int parentPid, Function<String, String> shellExecutor) { in getVirtmgrPid()
131 int parentPid, String testName, Function<String, String> shellExecutor) { in getCrosvmPid()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/dashboard/
DCategoryManager.java190 Map<Pair<String, String>, Tile> tileByComponentCache, in backwardCompatCleanupForCategory() argument
191 Map<String, DashboardCategory> categoryByKeyMap) { in backwardCompatCleanupForCategory()
247 Map<Pair<String, String>, Tile> tileByComponentCache, in mergeSecurityPrivacyKeys() argument
248 Map<String, DashboardCategory> categoryByKeyMap) { in mergeSecurityPrivacyKeys()
278 Map<String, DashboardCategory> categoryByKeyMap) { in sortCategories()
289 synchronized void filterDuplicateTiles(Map<String, DashboardCategory> categoryByKeyMap) { in filterDuplicateTiles()
/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/
Ddata.rs187 fn string(self) -> String; in string()
188 fn maybe_string(self) -> Option<String>; in maybe_string()
189 fn take_string(&mut self, key: &str) -> String; in take_string()
197 fn string(self) -> String { in string()
201 fn maybe_string(self) -> Option<String> { in maybe_string()
209 fn take_string(&mut self, key: &str) -> String { in take_string()
246 fn test_eq_eprint(expected: String, actual: &str, name: &str, comment: Option<&str>) -> bool { in test_eq_eprint()
258 fn eprint_failure(err: String, name: &str, comment: Option<&str>) { in eprint_failure()
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/
H A DAttributeValue.java96 Function<? super String, T> stringFunction, in match()
118 Function<? super String, T> stringFunction, in match()
137 Function<? super String, T> stringFunction, in match()
146 Function<? super String, T> stringFunction, in match()
170 Function<? super String, T> stringFunction, in match()
179 Function<? super String, T> stringFunction, in match()
203 Function<? super String, T> stringFunction, in match()
212 Function<? super String, T> stringFunction, in match()
236 Function<? super String, T> stringFunction, in match()
245 Function<? super String, T> stringFunction, in match()
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java169 @NonNull ArrayMap<String, NativeFamilyListSet> fallbackMap, in pushFamilyToFallback()
170 @NonNull Map<String, ByteBuffer> cache) { in pushFamilyToFallback()
231 @NonNull Map<String, ByteBuffer> cache) { in createFontFamily()
275 @NonNull ArrayMap<String, ByteBuffer> bufferCache, in appendNamedFamilyList()
304 public static @NonNull FontConfig getSystemFontConfig( in getSystemFontConfig()
321 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigForTesting()
351 @Nullable Map<String, File> updatableFontMap, in getSystemFontConfigInternal()
387 ArrayMap<String, ByteBuffer> outBufferCache) { in buildSystemFallback()
466 public static Map<String, Typeface> buildSystemTypefaces( in buildSystemTypefaces()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kapt/gen/stubs/com/android/server/permission/access/appop/
DPackageAppOpPersistence.java39com.android.server.permission.access.immutable.MutableIndexedReferenceMap<java.lang.String, com.an… in parsePackage()
48com.android.server.permission.access.immutable.IndexedReferenceMap<java.lang.String, com.android.s… in serializePackageAppOps()
51 …Package, java.lang.String packageName, com.android.server.permission.access.immutable.IndexedMap<j… in serializePackage()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DString.java134 public final class String class
241 public String() { in String() method in String
262 public String(String original) { in String() method in String
282 public String(char value[]) { in String() method in String
312 public String(char value[], int offset, int count) { in String() method in String
354 public String(int[] codePoints, int offset, int count) { in String() method in String
419 public String(byte ascii[], int hibyte, int offset, int count) { in String() method in String
476 public String(byte ascii[], int hibyte) { in String() method in String
533 public String(byte bytes[], int offset, int length, String charsetName) in String() method in String
579 public String(byte bytes[], int offset, int length, Charset charset) { in String() method in String
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DString.java134 public final class String class
241 public String() { in String() method in String
262 public String(String original) { in String() method in String
282 public String(char value[]) { in String() method in String
312 public String(char value[], int offset, int count) { in String() method in String
354 public String(int[] codePoints, int offset, int count) { in String() method in String
419 public String(byte ascii[], int hibyte, int offset, int count) { in String() method in String
476 public String(byte ascii[], int hibyte) { in String() method in String
533 public String(byte bytes[], int offset, int length, String charsetName) in String() method in String
579 public String(byte bytes[], int offset, int length, Charset charset) { in String() method in String
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DString.java134 public final class String class
241 public String() { in String() method in String
262 public String(String original) { in String() method in String
282 public String(char value[]) { in String() method in String
312 public String(char value[], int offset, int count) { in String() method in String
354 public String(int[] codePoints, int offset, int count) { in String() method in String
419 public String(byte ascii[], int hibyte, int offset, int count) { in String() method in String
476 public String(byte ascii[], int hibyte) { in String() method in String
533 public String(byte bytes[], int offset, int length, String charsetName) in String() method in String
579 public String(byte bytes[], int offset, int length, Charset charset) { in String() method in String
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dplugin.rs130 pub fn set_suffix(&mut self, v: ::std::string::String) { in set_suffix()
136 pub fn mut_suffix(&mut self) -> &mut ::std::string::String { in mut_suffix()
144 pub fn take_suffix(&mut self) -> ::std::string::String { in take_suffix()
362 pub fn set_parameter(&mut self, v: ::std::string::String) { in set_parameter()
368 pub fn mut_parameter(&mut self) -> &mut ::std::string::String { in mut_parameter()
376 pub fn take_parameter(&mut self) -> ::std::string::String { in take_parameter()
595 pub fn set_error(&mut self, v: ::std::string::String) { in set_error()
601 pub fn mut_error(&mut self) -> &mut ::std::string::String { in mut_error()
609 pub fn take_error(&mut self) -> ::std::string::String { in take_error()
866 pub fn set_name(&mut self, v: ::std::string::String) { in set_name()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/build/
Dcommon.rs23 fn add_command_error(name: &str, path: &str, arguments: &[&str], message: String) { in add_command_error()
101 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
127 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config()
134 pub fn run_xcode_select(arguments: &[&str]) -> Option<String> { in run_xcode_select()
207 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() argument
248 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() argument
266 pub fn search_libclang_directories(filenames: &[String], variable: &str) -> Vec<(PathBuf, String)> { in search_libclang_directories() argument
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/out/
Dcommon.rs23 fn add_command_error(name: &str, path: &str, arguments: &[&str], message: String) { in add_command_error()
101 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
127 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config()
134 pub fn run_xcode_select(arguments: &[&str]) -> Option<String> { in run_xcode_select()
207 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() argument
248 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() argument
266 pub fn search_libclang_directories(filenames: &[String], variable: &str) -> Vec<(PathBuf, String)> { in search_libclang_directories() argument
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/clang-sys/copy_clang-sys_build_out/gen/
Dcommon.rs23 fn add_command_error(name: &str, path: &str, arguments: &[&str], message: String) { in add_command_error()
101 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
127 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config()
134 pub fn run_xcode_select(arguments: &[&str]) -> Option<String> { in run_xcode_select()
207 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() argument
248 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() argument
266 pub fn search_libclang_directories(filenames: &[String], variable: &str) -> Vec<(PathBuf, String)> { in search_libclang_directories() argument
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/clang-sys/libclang_sys/linux_glibc_x86_64_rlib_rlib-std/out/
Dcommon.rs23 fn add_command_error(name: &str, path: &str, arguments: &[&str], message: String) { in add_command_error()
101 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
127 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config()
134 pub fn run_xcode_select(arguments: &[&str]) -> Option<String> { in run_xcode_select()
207 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() argument
248 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() argument
266 pub fn search_libclang_directories(filenames: &[String], variable: &str) -> Vec<(PathBuf, String)> { in search_libclang_directories() argument
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/
H A DServiceModel.java35 Map<String, Operation> operations, in ServiceModel()
56 public void setOperations(Map<String, Operation> operations) { in setOperations()
74 public void setShapes(Map<String, Shape> shapes) { in setShapes()
100 public void setAuthorizers(Map<String, Authorizer> authorizers) { in setAuthorizers()
108 public void setClientContextParams(Map<String, ClientContextParam> clientContextParams) { in setClientContextParams()
/aosp_15_r20/external/mesa3d/src/etnaviv/isa/
H A Disa_proc.rs24 pub(crate) fn parse_derive(ast: &DeriveInput) -> (String, String) { in parse_derive()
58 fn get_attribute(attr: &Attribute) -> String { in get_attribute()
79 fn format_enum_value_str(enum_name: &str, enum_value: &str) -> String { in format_enum_value_str()
84 fn get_enum_value_str(enum_name: &str, enum_value: &BitSetEnumValue) -> String { in get_enum_value_str()
209 fn generate_peg_grammar_enums(isa: &ISA) -> String { in generate_peg_grammar_enums()
256 fn generate_peg_grammar_instructions(isa: &ISA) -> String { in generate_peg_grammar_instructions()
360 fn generate_peg_grammar(isa: &ISA) -> String { in generate_peg_grammar()
375 fn to_upper_camel_case(s: &str, replace_underscores: bool) -> String { in to_upper_camel_case()
/aosp_15_r20/tools/asuite/adevice/tests/common/
H A Dfakes.rs80 pub fn raw_cmds(&self) -> Vec<String> { in raw_cmds()
99 fn tracked_files(&self, _config: &Config) -> Result<Vec<String>> { in tracked_files()
106 fn run_adb_command(&self, cmd: &AdbCommand) -> Result<String> { in run_adb_command()
116 fn run_raw_adb_command(&self, cmds: &[String]) -> Result<String> { in run_raw_adb_command()
122 fn reboot(&self) -> Result<String> { in reboot()
127 fn soft_restart(&self) -> Result<String> { in soft_restart()
136 fn get_installed_apks(&self) -> Result<HashSet<String>> { in get_installed_apks()
140 fn wait(&self, _profiler: &mut Profiler) -> Result<String> { in wait()
168 _files_changed: std::vec::Vec<String>, in add_action_event_with_files_changed()
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rustfmt/src/
H A Dmain.rs40 fn bazel_command(bazel_bin: &Path, args: &[String], current_dir: &Path) -> Vec<String> { in bazel_command()
70 fn edition_query(bazel_bin: &Path, edition: &str, scope: &str, current_dir: &Path) -> Vec<String> { in edition_query()
92 fn query_rustfmt_targets(options: &Config) -> HashMap<String, Vec<String>> { in query_rustfmt_targets()
125 fn apply_rustfmt(options: &Config, editions_and_targets: &HashMap<String, Vec<String>>) { in apply_rustfmt()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/
H A Dargument.rs57 fn to_c_type(&self) -> String { in to_c_type()
137 pub fn as_call_param_c(&self) -> String { in as_call_param_c()
152 pub fn as_call_param_rust(&self) -> String { in as_call_param_rust()
161 pub fn as_constraint_parameters_rust(&self) -> String { in as_constraint_parameters_rust()
173 pub fn gen_arglists_c(&self, indentation: Indentation, loads: u32) -> String { in gen_arglists_c()
191 pub fn gen_arglists_rust(&self, indentation: Indentation, loads: u32) -> String { in gen_arglists_rust()
212 pub fn load_values_c(&self, indentation: Indentation, p64_armv7_workaround: bool) -> String { in load_values_c()
252 pub fn load_values_rust(&self, indentation: Indentation) -> String { in load_values_rust()
/aosp_15_r20/external/bazelbuild-rules_rust/cargo/cargo_build_script_runner/
H A Dbin.rs209 fn symlink_if_not_exists(original: &Path, link: &Path) -> Result<(), String> { in symlink_if_not_exists() argument
223 fn symlink_if_not_exists(original: &Path, link: &Path) -> Result<(), String> { in symlink_if_not_exists() argument
229 fn resolve_rundir(rundir: &str, exec_root: &Path, manifest_dir: &Path) -> Result<PathBuf, String> { in resolve_rundir() argument
310 fn get_target_env_vars<P: AsRef<Path>>(rustc: &P) -> Result<BTreeMap<String, String>, String> { in get_target_env_vars() argument
331 fn parse_rustc_cfg_output(stdout: &str) -> BTreeMap<String, String> { in parse_rustc_cfg_output() argument

12345678910>>...342