Searched refs:str1 (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/split-select/ |
D | TestRules.cpp | 51 const Rule ContainsAnyRule(Rule::Key key, const char* str1) { in ContainsAnyRule() argument 55 rule.stringArgs.add(String8(str1)); in ContainsAnyRule() 59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) { in ContainsAnyRule() argument 63 rule.stringArgs.add(String8(str1)); in ContainsAnyRule()
|
D | TestRules.h | 52 const Rule ContainsAnyRule(Rule::Key key, const char* str1); 53 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2);
|
/frameworks/av/media/mtp/ |
D | MtpDescriptors.h | 90 char str1[sizeof(STR_INTERFACE)]; member
|
D | MtpDescriptors.cpp | 176 .str1 = STR_INTERFACE,
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 522 void parsePosition(const char* str1, const char* str2, int* x, int* y) { in parsePosition() argument 524 if (strlen(str1) == 0) { // No values were specified in parsePosition() 527 if (parseTextCoord(str1, y)) { in parsePosition() 532 if (parseTextCoord(str1, x) && parseTextCoord(str2, y)) { in parsePosition()
|
/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()
|