Home
last modified time | relevance | path

Searched defs:i (Results 1 – 6 of 6) sorted by relevance

/libnativehelper/tests/
DExpandableString_test.cpp82 for (size_t i = 0; i < 4096u; ++i) { in TEST_P() local
94 for (size_t i = 0; i < 4096; ++i) { in TEST_P() local
DJniSafeRegisterNativeMethods_test.cpp550 constexpr int GetTestValue(const IntHolder& i) { in GetTestValue()
554 constexpr int GetTestValue(int i) { in GetTestValue()
1243 for (size_t i = 0; i < sizeof(gParcelMethods) / sizeof(JNINativeMethod); ++i) { in TEST() local
/libnativehelper/
DDlHelp.c71 for (DWORD i = length - 1; i > 0; --i) { in DlGetError() local
/libnativehelper/include/nativehelper/
DtoStringArray.h34 for (size_t i = 0; i < count; ++i) { in toStringArray() local
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h134 for (size_t i = 0; i < lhs.size(); ++i) { variable
512 for (size_t i = 0; i < single_type.size(); ++i) { variable
/libnativehelper/include_jni/
Djni.h114 jint i; member