OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainsAnyRule
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/split-select/
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);
RuleGenerator_test.cpp
37
ContainsAnyRule
(Rule::NATIVE_PLATFORM, "armeabi")
41
ContainsAnyRule
(Rule::NATIVE_PLATFORM, "armeabi-v7a", "arm64-v8a")
45
ContainsAnyRule
(Rule::NATIVE_PLATFORM, "x86", "x86_64")
TestRules.cpp
51
const Rule
ContainsAnyRule
(Rule::Key key, const char* str1) {
59
const Rule
ContainsAnyRule
(Rule::Key key, const char* str1, const char* str2) {
Completed in 1831 milliseconds