Home
last modified time | relevance | path

Searched refs:_ef (Results 1 – 16 of 16) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h26 using _ef = std::function<void(iter_type, iter_type)>; variable
75 static _ef<iter_type> buildEffect(std::array<float, N> paramArr);
79 static _ef<iter_type> buildDefaultEffect() { in buildDefaultEffect()
90 static _ef<iter_type> modifyEffect( in modifyEffect()
91 _ef<iter_type> /* effect */, std::array<float, N> paramArr) { in modifyEffect()
95 static _ef<iter_type> modifyEffectVec( in modifyEffectVec()
96 _ef<iter_type> effect, std::vector<float> paramVec) { in modifyEffectVec()
DTremoloDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr ) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DVibratoDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DEchoDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DSlapbackDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
43 return _ef<iter_type> { in buildEffect()
DFIRDescription.h39 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
40 return _ef<iter_type> { in buildEffect()
DIIRDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
43 return _ef<iter_type> { in buildEffect()
DDoublingDescription.h26 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
27 return _ef<iter_type> { in buildEffect()
DAllPassDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
41 return _ef<iter_type> { in buildEffect()
DWhiteChorusDescription.h41 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
42 return _ef<iter_type> { in buildEffect()
DGainDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
42 return _ef<iter_type> { in buildEffect()
DPassthroughDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> ) { in buildEffect()
DDistortionDescription.h40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DFlangerDescription.h42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
DOverdriveDescription.h45 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp587 TempDir _ef(TestDirectory.path("e/f")); in TEST() local
2148 TempDir _ef(TestDirectory.path("e/f")); in TEST_F() local
2157 VFSWriter.addDirectoryMapping(_ef.path(), "//root/e/f"); in TEST_F()
2186 EXPECT_TRUE(FS->exists(_ef.path())); in TEST_F()