Searched refs:NATIVE_PLATFORM (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/split-select/
H A DRuleGenerator_test.cpp37 ContainsAnyRule(Rule::NATIVE_PLATFORM, "armeabi")
41 ContainsAnyRule(Rule::NATIVE_PLATFORM, "armeabi-v7a", "arm64-v8a")
45 ContainsAnyRule(Rule::NATIVE_PLATFORM, "x86", "x86_64")
H A DRule.h53 NATIVE_PLATFORM, enumerator in enum:split::Rule::Key
H A DRule.cpp107 case NATIVE_PLATFORM:
108 str.append("NATIVE_PLATFORM");
152 case NATIVE_PLATFORM: {
H A DRuleGenerator.cpp90 abiRule->key = Rule::NATIVE_PLATFORM;

Completed in 142 milliseconds