Searched refs:replacementIndexes (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/api/ |
D | Specification.cpp | 422 int replacementIndexes[MAX_REPLACEABLES]) const { in expandString() 424 s = stringReplace(s, "#1", mReplaceables[0][replacementIndexes[0]]); in expandString() 427 s = stringReplace(s, "#2", mReplaceables[1][replacementIndexes[1]]); in expandString() 430 s = stringReplace(s, "#3", mReplaceables[2][replacementIndexes[2]]); in expandString() 433 s = stringReplace(s, "#4", mReplaceables[3][replacementIndexes[3]]); in expandString() 439 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector() 443 out->push_back(expandString(*iter, replacementIndexes)); in expandStringVector() 459 int replacementIndexes[MAX_REPLACEABLES]; in createPermutations() local 461 for (replacementIndexes[3] = start[3]; replacementIndexes[3] < end[3]; in createPermutations() 462 replacementIndexes[3]++) { in createPermutations() [all …]
|
D | Specification.h | 374 int replacementIndexes[MAX_REPLACEABLES], 391 std::string getName(int replacementIndexes[MAX_REPLACEABLES]) const; 392 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType, 395 void getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], std::string* type, 397 void getInlines(int replacementIndexes[MAX_REPLACEABLES], 450 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner);
|