Home
last modified time | relevance | path

Searched refs:functionList (Results 1 – 11 of 11) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/
DFunctionList.h27 std::vector<std::pair<std::function<void(iter_type, iter_type)>, bool>> functionList; variable
38 for (auto &f : functionList) { in operator()
45 functionList.emplace_back(std::move(f), true); in addEffect()
49 if (index < functionList.size()) { in removeEffectAt()
50 functionList.erase(std::next(functionList.begin(), index)); in removeEffectAt()
55 auto &v = functionList; in rotateEffectAt()
67 functionList[index] = {std::move(fun), functionList[index].second}; in modifyEffectAt()
71 functionList[index].second = enable; in enableEffectAt()
Dnative-lib.cpp98 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative()
106 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative()
117 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative()
138 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative()
148 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative()
156 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_enablePassthroughNative()
DDuplexEngine.cpp28 functionList.emplace<FunctionList<float *>>(); in beginStreams()
45 *inStream, [&functionStack = this->functionList](numeric *beg, numeric *end) { in createCallback()
DDuplexEngine.h42 std::variant<FunctionList<int16_t *>, FunctionList<float *>> functionList{
/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp169 functionList = &unit.nestedFunctions; in enterModule()
198 functionList = &unit.nestedFunctions; in enterFunction()
237 functionList = &p.nestedFunctions; in resetFunctionState()
242 functionList = &p.nestedFunctions; in resetFunctionState()
244 [&](auto &) { functionList = nullptr; }, in resetFunctionState()
257 if (functionList) { in addFunction()
258 functionList->emplace_back(std::move(func)); in addFunction()
259 return functionList->back(); in addFunction()
283 assert(functionList && "not in a function"); in addEvaluation()
307 assert(functionList && "not in a function"); in pushEvaluationList()
[all …]
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.h94 extern const Func functionList[];
Dfunction_list.cpp200 const Func functionList[] = { variable
391 const size_t functionListCount = sizeof(functionList) / sizeof(functionList[0]);
Dmain.cpp128 const Func *const temp_func = functionList + i; in doTest()
481 const Func *f = functionList + k; in ParseArgs()
529 vlog("\t%s\n", functionList[i].name); in PrintFunctions()
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp317 const Func *func = &functionList[ i ]; in get_max_ulps()
/external/clang/bindings/python/clang/
Dcindex.py2903 functionList = [ variable
3624 map(register, functionList)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py3328 functionList = [ variable
4094 for f in functionList: