Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/split-select/
DTestRules.cpp51 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()
DTestRules.h52 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/
DMtpDescriptors.h90 char str1[sizeof(STR_INTERFACE)]; member
DMtpDescriptors.cpp176 .str1 = STR_INTERFACE,
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp522 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/
DrsCpuScriptGroup2.cpp389 auto comparator = [](const char* str1, const char* str2) -> bool { in compile() argument
390 return strcmp(str1, str2) < 0; in compile()