Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 163) sorted by relevance

1234567

/aosp14/system/core/fastboot/device/
H A Dvariables.cpp50 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion()
68 bool GetOsVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetOsVersion()
80 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct()
86 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial()
92 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure()
98 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant()
133 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk()
177 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatteryVoltage()
188 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot()
195 bool GetSlotCount(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSlotCount()
[all …]
/aosp14/frameworks/base/api/
H A Dapi.go166 …MergedAnnotationsFilegroups(ctx android.LoadHookContext, modules, system_server_modules []string) {
197 func createMergedPublicStubs(ctx android.LoadHookContext, modules []string) {
206 func createMergedSystemStubs(ctx android.LoadHookContext, modules []string) {
239 func createMergedFrameworkImpl(ctx android.LoadHookContext, modules []string) {
269 func createMergedFrameworkModuleLibStubs(ctx android.LoadHookContext, modules []string) {
280 func createPublicStubsSourceFilegroup(ctx android.LoadHookContext, modules []string) {
288 func createMergedTxts(ctx android.LoadHookContext, bootclasspath, system_server_classpath []string)…
409 func createSrcs(modules []string, tag string) []string {
414 func transformArray(modules []string, prefix, suffix string) []string {
422 func removeAll(s []string, vs []string) []string {
[all …]
/aosp14/system/core/init/
H A Dhost_init_stubs.h43 inline bool CanReadProperty(const std::string&, const std::string&) { in CanReadProperty()
55 inline bool SelabelLookupFileContext(const std::string&, int, std::string*) { in SelabelLookupFileContext()
H A Dhost_import_parser.cpp26 Result<void> HostImportParser::ParseSection(std::vector<std::string>&& args, const std::string&, in ParseSection()
35 Result<void> HostImportParser::ParseLineSection(std::vector<std::string>&&, int) { in ParseLineSection()
H A Dlmkd_service.h38 static inline void LmkdRegister(const std::string&, uid_t, pid_t, int) {} in LmkdRegister()
39 static inline void LmkdUnregister(const std::string&, pid_t) {} in LmkdUnregister()
H A Dpersistent_properties_test.cpp34 const std::vector<std::pair<std::string, std::string>>& input_properties) { in VectorToPersistentProperties()
46 void CheckPropertiesEqual(std::vector<std::pair<std::string, std::string>> expected, in CheckPropertiesEqual()
59 auto joiner = [](const std::vector<std::pair<std::string, std::string>>& vector) { in CheckPropertiesEqual()
/aosp14/system/core/libutils/
H A DPrinter.cpp75 void LogPrinter::printLine(const char* string) { in printLine()
90 void LogPrinter::printRaw(const char* string) { in printRaw()
109 void FdPrinter::printLine(const char* string) { in printLine()
135 void String8Printer::printLine(const char* string) { in printLine()
156 void PrefixPrinter::printLine(const char* string) { in printLine()
/aosp14/frameworks/base/libs/androidfw/tests/data/overlay/
H A DR.h27 struct string { struct
28 enum : uint32_t {
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBuildTest.java36 private static void assertNotEmpty(String message, String string) { in assertNotEmpty()
46 private static void assertNotEmpty(String string) { in assertNotEmpty()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DStringToRealPerfTest.java54 public void timeFloat_parseFloat(String string) { in timeFloat_parseFloat()
63 public void timeDouble_parseDouble(String string) { in timeDouble_parseDouble()
/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DX509CertificateParsingUtils.java37 public static X509Certificate decodeBase64Cert(String string) throws CertificateException { in decodeBase64Cert()
50 private static byte[] decodeBase64(String string) { in decodeBase64()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_stub.cpp67 bool SnapshotManagerStub::MapUpdateSnapshot(const CreateLogicalPartitionParams&, std::string*) { in MapUpdateSnapshot()
72 bool SnapshotManagerStub::UnmapUpdateSnapshot(const std::string&) { in UnmapUpdateSnapshot()
82 bool SnapshotManagerStub::CreateLogicalAndSnapshotPartitions(const std::string&, in CreateLogicalAndSnapshotPartitions()
142 void set_source_build_fingerprint(const std::string&) override {} in set_source_build_fingerprint()
158 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
/aosp14/system/core/fs_mgr/liblp/
H A Dtest_partition_opener.cpp27 const std::map<std::string, int>& partition_map, in TestPartitionOpener()
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_one/
H A DR.h40 struct string { struct
41 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/libclient/
H A DR.h41 struct string { struct
42 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/sparse/
H A DR.h42 struct string { struct
43 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/lib_two/
H A DR.h39 struct string { struct
40 enum : uint32_t {
/aosp14/frameworks/base/libs/androidfw/tests/data/system/
H A DR.h44 struct string { struct
45 enum : uint32_t {
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DEditorState.java71 public void setByString(String string) { in setByString()
175 public void assertEquals(String string) { in assertEquals()
/aosp14/frameworks/base/libs/androidfw/tests/data/styles/
H A DR.h40 struct string { struct
41 enum : uint32_t {
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp68 static std::vector<UnifiedSpan> MergeSpans(const StyledString& string) { in MergeSpans()
113 std::unique_ptr<StyledString> PseudolocalizeStyledString(StyledString* string, in PseudolocalizeStyledString()
251 void Visit(String* string) override { in Visit()
282 void Visit(StyledString* string) override { in Visit()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRSIllegalArgumentException.java30 public RSIllegalArgumentException(String string) { in RSIllegalArgumentException()
H A DRSDriverException.java30 public RSDriverException(String string) { in RSDriverException()
H A DRSInvalidStateException.java30 public RSInvalidStateException(String string) { in RSInvalidStateException()
H A DRSRuntimeException.java31 public RSRuntimeException(String string) { in RSRuntimeException()

1234567