Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 6 of 6) sorted by relevance

/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp32 using array_type = jintArray; typedef
34 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =
36 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =
43 using array_type = jbyteArray; typedef
45 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =
47 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =
54 using array_type = jstring; typedef
56 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =
58 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*) =
60 static constexpr jsize (JNIEnv::*const getArrayLength)(array_type) =
[all …]
/system/tools/aidl/
Daidl_const_expressions.cpp742 Type array_type = Type::ERROR; in evaluate() local
752 if (array_type == Type::ERROR) { in evaluate()
753 array_type = value->final_type_; in evaluate()
754 } else if (!AidlBinaryConstExpression::AreCompatibleTypes(array_type, in evaluate()
757 << ". Expecting type compatible with " << ToString(array_type); in evaluate()
Daidl_language.cpp619 ArrayType array_type = std::move(array_.value()); in ViewAsArrayBase() local
622 array_ = std::move(array_type); in ViewAsArrayBase()
627 bool AidlTypeSpecifier::MakeArray(ArrayType array_type) { in MakeArray() argument
630 array_ = std::move(array_type); in MakeArray()
634 if (auto fixed_size_array = std::get_if<FixedSizeArray>(&array_type); in MakeArray()
Daidl_language.h465 __attribute__((warn_unused_result)) bool MakeArray(ArrayType array_type);
/system/tools/hidl/
Dhidl-gen_y.yy292 %type<arrayType> array_type
1116 array_type
1121 | array_type '[' const_expr ']'
1130 | array_type ignore_doc_comments
/system/teeui/libteeui/include/teeui/
Dutils.h40 using array_type = T[elements]; variable
75 array_type data_;