OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuleGenerator
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/split-select/
RuleGenerator_test.cpp
17
#include "
RuleGenerator
.h"
36
EXPECT_RULES_EQ(
RuleGenerator
::generateAbi(abis, armeabiIndex),
40
EXPECT_RULES_EQ(
RuleGenerator
::generateAbi(abis, armeabi_v7aIndex),
44
EXPECT_RULES_EQ(
RuleGenerator
::generateAbi(abis, x86Index),
62
EXPECT_RULES_EQ(
RuleGenerator
::generateDensity(densities, highIndex),
67
EXPECT_RULES_EQ(
RuleGenerator
::generateDensity(densities, xhighIndex),
73
EXPECT_RULES_EQ(
RuleGenerator
::generateDensity(densities, xxhighIndex),
86
EXPECT_RULES_EQ(
RuleGenerator
::generateDensity(densities, highIndex),
92
EXPECT_RULES_EQ(
RuleGenerator
::generateDensity(densities, xhighIndex),
99
EXPECT_RULES_EQ(
RuleGenerator
::generateDensity(densities, xxhighIndex)
[
all
...]
RuleGenerator.h
29
struct
RuleGenerator
{
Android.mk
31
RuleGenerator
.cpp \
SplitSelector.cpp
23
#include "
RuleGenerator
.h"
76
sp<Rule> rule = Rule::simplify(
RuleGenerator
::generate(splits, j));
RuleGenerator.cpp
17
#include "
RuleGenerator
.h"
35
sp<Rule>
RuleGenerator
::generateDensity(const Vector<int>& allDensities, size_t index) {
76
sp<Rule>
RuleGenerator
::generateAbi(const Vector<abi::Variant>& splitAbis, size_t index) {
98
sp<Rule>
RuleGenerator
::generate(const SortedVector<SplitDescription>& group, size_t index) {
Completed in 288 milliseconds