Searched refs:_ef (Results 1 – 16 of 16) sorted by relevance
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
D | EffectDescription.h | 26 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()
|
D | TremoloDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr ) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | VibratoDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | EchoDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | SlapbackDescription.h | 42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 43 return _ef<iter_type> { in buildEffect()
|
D | FIRDescription.h | 39 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 40 return _ef<iter_type> { in buildEffect()
|
D | IIRDescription.h | 42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 43 return _ef<iter_type> { in buildEffect()
|
D | DoublingDescription.h | 26 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 27 return _ef<iter_type> { in buildEffect()
|
D | AllPassDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 41 return _ef<iter_type> { in buildEffect()
|
D | WhiteChorusDescription.h | 41 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 42 return _ef<iter_type> { in buildEffect()
|
D | GainDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect() 42 return _ef<iter_type> { in buildEffect()
|
D | PassthroughDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> ) { in buildEffect()
|
D | DistortionDescription.h | 40 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
|
D | FlangerDescription.h | 42 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
|
D | OverdriveDescription.h | 45 static _ef<iter_type> buildEffect(std::array<float, getNumParams()> paramArr) { in buildEffect()
|
/external/llvm-project/llvm/unittests/Support/ |
D | VirtualFileSystemTest.cpp | 587 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()
|