Home
last modified time | relevance | path

Searched defs:array_type (Results 1 – 4 of 4) sorted by relevance

/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp32 using array_type = jintArray; typedef
43 using array_type = jbyteArray; typedef
54 using array_type = jstring; typedef
73 using array_type = typename JTypeTraits<T>::array_type; typedef in JArray
/system/teeui/libteeui/include/teeui/
Dutils.h40 using array_type = T[elements]; variable
/system/tools/aidl/
Daidl_language.cpp625 ArrayType array_type = std::move(array_.value()); in ViewAsArrayBase() local
633 bool AidlTypeSpecifier::MakeArray(ArrayType array_type) { in MakeArray()
Daidl_const_expressions.cpp821 Type array_type = Type::ERROR; in evaluate() local