Home
last modified time | relevance | path

Searched defs:str1 (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tools/split-select/
H A DTestRules.cpp51 const Rule ContainsAnyRule(Rule::Key key, const char* str1) { in ContainsAnyRule()
59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { in ContainsAnyRule()
/aosp14/frameworks/base/cmds/idmap2/tests/
H A DR.h46 constexpr ResourceId str1 = 0x7f03000e; variable
70 constexpr ResourceId str1 = 0x7f02000b; variable
/aosp14/system/core/libutils/
H A DString8_fuzz.cpp98 void fuzzFormat(FuzzedDataProvider* dataProvider, android::String8* str1, bool shouldAppend) { in fuzzFormat()
202 void callFunc(uint8_t index, FuzzedDataProvider* dataProvider, android::String8* str1, in callFunc()
H A DString16_fuzz.cpp77 void callFunc(uint8_t index, FuzzedDataProvider& dataProvider, android::String16 str1, in callFunc()
/aosp14/system/core/fastboot/device/
H A Dusb_client.cpp155 const char str1[sizeof(STR_INTERFACE_)]; member
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java282 final String str1 = JobStore.intArrayToString(netCapabilitiesIntArray); in testStringToIntArrayAndIntArrayToString() local
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp937 void parsePosition(const char* str1, const char* str2, int* x, int* y) { in parsePosition()