Searched defs:inList (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestFree.cpp | 40 const uint32_t inList[]{0}; in createUnfinishedModel() local
|
D | TestValidation.cpp | 104 const std::vector<uint32_t> inList = {0, 1, 2}; in createModel() local 338 uint32_t inList[] = {0, 1, 2}, outList[] = {3}; in createModel() local 737 uint32_t inList[3] = {0, 1, 2}; in TEST_F() local 2948 const uint32_t inList[] = {0, 1, 2}; in createAndCompileAddModelWithType() local 3117 const uint32_t inList[] = {0, 1, 2, 3, 4, 5, 6}; in createAndCompileChannelQuantConvModel() local
|
/frameworks/native/include/binder/ |
D | IInterface.h | 325 constexpr bool inList(const char* a, const char* const* whitelist) { in inList() function
|
/frameworks/native/libs/binder/include/binder/ |
D | IInterface.h | 325 constexpr bool inList(const char* a, const char* const* whitelist) { in inList() function
|