Home
last modified time | relevance | path

Searched defs:strings (Results 126 – 150 of 206) sorted by relevance

123456789

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java72 private static Set<String> newSetWithUniqueCheck(String[] strings) { in newSetWithUniqueCheck()
/aosp12/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_stub.c414 const char* strings; member
439 static const char strings[145] = "initialize_reverse_monitor\0deliver_message_from_host\0get_messag… variable
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringConfiguration.java364 private static String makeString(String[] strings) { in makeString()
/aosp12/bionic/linker/
H A Dlinker_config.cpp371 std::vector<std::string> strings = android::base::Split(it->second.value(), ","); in get_strings() local
/aosp12/packages/apps/Settings/src/com/android/settings/tts/
H A DTextToSpeechSettings.java583 String[] strings = getActivity().getResources().getStringArray( in getDefaultSampleString() local
/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.cpp1092 StringPool strings(mUTF8); in flatten() local
1459 status_t XMLNode::flatten_node(const StringPool& strings, const sp<AaptFile>& dest, in flatten_node()
H A DResourceTable.cpp3694 status_t ResourceTable::Entry::prepareFlatten(StringPool* strings, ResourceTable* table, in prepareFlatten()
3727 status_t ResourceTable::Entry::remapStringValue(StringPool* strings) in remapStringValue()
4160 ResStringPool* strings, in setStrings()
/aosp14/frameworks/base/tools/aapt/
H A DXMLNode.cpp1092 StringPool strings(mUTF8); in flatten() local
1459 status_t XMLNode::flatten_node(const StringPool& strings, const sp<AaptFile>& dest, in flatten_node()
H A DResourceTable.cpp3685 status_t ResourceTable::Entry::prepareFlatten(StringPool* strings, ResourceTable* table, in prepareFlatten()
3718 status_t ResourceTable::Entry::remapStringValue(StringPool* strings) in remapStringValue()
4151 ResStringPool* strings, in setStrings()
/aosp12/system/core/libutils/
H A DLruCache_test.cpp220 char* strings[kNumKeys]; in TEST_F() local
/aosp12/system/libvintf/
H A Dparse_string.cpp79 bool parseEnum(const std::string &s, E *e, const Array &strings) { in parseEnum()
/aosp14/system/core/libutils/
H A DLruCache_test.cpp220 char* strings[kNumKeys]; in TEST_F() local
/aosp12/frameworks/native/libs/cputimeinstate/
H A Dcputimeinstate.cpp70 auto strings = android::base::Split(data, " \n"); in readNumbersFromFile() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameSplitter.java307 private static ArraySet<String> convertToSet(String strings) { in convertToSet()
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDatabase.java905 static String[] strings(Object... args) { in strings() method in MtpDatabase
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomServiceImplTest.java149 public AnyStringIn(Collection<String> strings) { in AnyStringIn()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java860 String[] strings = resources.getStringArray(id); in testStringEscaping() local
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DParser.java195 UnDenseMap<String> strings = new UnDenseMap<String>("String"); in parseInternal() local
/aosp12/packages/modules/StatsD/statsd/src/
H A Dstats_log.proto365 repeated string strings = 9; field
/aosp12/art/runtime/
H A Delf_file.cc943 uint8_t* strings = Begin() + string_section.sh_offset; in GetString() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp587 hidl_string *strings = storage->allocStringArray(len); in JHwParcel_native_writeStringVector() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp587 hidl_string *strings = storage->allocStringArray(len); in JHwParcel_native_writeStringVector() local
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp768 auto strings = mStrings.convert<uint16_t>(); in stringAt() local
799 auto strings = mStrings.convert<uint8_t>(); in stringAt() local
906 auto strings = mStrings.convert<uint8_t>(); in string8At() local
946 const auto strings = mStrings.convert<uint8_t>(); in stringDecodeAt() local
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp781 auto strings = mStrings.convert<uint16_t>(); in stringAt() local
812 auto strings = mStrings.convert<uint8_t>(); in stringAt() local
919 auto strings = mStrings.convert<uint8_t>(); in string8At() local
959 const auto strings = mStrings.convert<uint8_t>(); in stringDecodeAt() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java325 String strings[] = new String[ss.size()]; in getSharedPreference() local

123456789