Home
last modified time | relevance | path

Searched defs:position (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/
DJNIPlatformHelp.c52 const int position = GetBufferPosition(env, nioBuffer); in jniGetNioBufferPointer() local
60 jint* position, jint* limit, jint* elementSizeShift) { in jniGetNioBufferFields()
Dlibnativehelper_lazy.c237 jint* position, jint* limit, jint* elementSizeShift) { in jniGetNioBufferFields()
/libnativehelper/include_platform/nativehelper/
DJNIPlatformHelp.h124 jint* position, jint* limit, jint* elementSizeShift) { in jniGetNioBufferFields()
/libnativehelper/tests/
DExpandableString_test.cpp89 size_t position = 0u; in TEST_P() local
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h692 constexpr NativePositionAllowed ConvertPositionToAllowed(size_t position) { in ConvertPositionToAllowed()
833 NativePositionAllowed position, in IsValidJniParameterPosition()
871 constexpr bool IsValidJniParameter(NativeKind native_kind, NativePositionAllowed position) { in IsValidJniParameter()