Home
last modified time | relevance | path

Searched refs:Invokable (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h625 struct Invokable { struct
626 Invokable() : mParams(nullptr) { } in Invokable() argument
627 ~Invokable() { delete [] mParams; } in ~Invokable() argument
629 Invokable(const Invokable &) = delete;
630 void operator=(const Invokable &) = delete; argument
636 ArrayWithCursor<Invokable> mInvokables;
/frameworks/base/core/tests/coretests/src/android/print/
DBasePrintTest.java79 interface Invokable { interface in BasePrintTest
94 void assertException(Invokable invokable, Class<? extends Exception> expectedClass) in assertException()