Home
last modified time | relevance | path

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

/frameworks/base/tools/split-select/
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()
/frameworks/av/media/mtp/
DMtpDescriptors.h90 char str1[sizeof(STR_INTERFACE)]; member
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp389 auto comparator = [](const char* str1, const char* str2) -> bool { in compile()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp522 void parsePosition(const char* str1, const char* str2, int* x, int* y) { in parsePosition()