Home
last modified time | relevance | path

Searched refs:str2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/split-select/
DTestRules.cpp59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { in ContainsAnyRule() argument
64 rule.stringArgs.add(String8(str2)); in ContainsAnyRule()
DTestRules.h53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp389 auto comparator = [](const char* str1, const char* str2) -> bool { in compile() argument
390 return strcmp(str1, str2) < 0; in compile()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp522 void parsePosition(const char* str1, const char* str2, int* x, int* y) { in parsePosition() argument
526 } else if (strlen(str2) == 0) { // we have only one value in parsePosition()
532 if (parseTextCoord(str1, x) && parseTextCoord(str2, y)) { in parsePosition()
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DOverlayBaseTest.java244 final int resId = R.string.str2; // only in base package and first app overlay in testApp2()