Searched refs:str2 (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/split-select/ |
D | TestRules.cpp | 59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { in ContainsAnyRule() argument 64 rule.stringArgs.add(String8(str2)); in ContainsAnyRule()
|
D | TestRules.h | 53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScriptGroup2.cpp | 389 auto comparator = [](const char* str1, const char* str2) -> bool { in compile() argument 390 return strcmp(str1, str2) < 0; in compile()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 522 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/ |
D | OverlayBaseTest.java | 244 final int resId = R.string.str2; // only in base package and first app overlay in testApp2()
|