Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 2 of 2) 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);