Home
last modified time | relevance | path

Searched defs:i (Results 1 – 7 of 7) 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.cpp538 constexpr int GetTestValue(const IntHolder& i) { in GetTestValue()
542 constexpr int GetTestValue(int i) { in GetTestValue()
1231 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
Dlibnativehelper_lazy.c135 for (int i = 0; i < k_MethodCount; ++i) { in InitializeOnce() local
/libnativehelper/include/nativehelper/
DtoStringArray.h35 for (size_t i = 0; i < count; ++i) { in toStringArray() local
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h135 for (size_t i = 0; i < lhs.size(); ++i) { variable
513 for (size_t i = 0; i < single_type.size(); ++i) { variable
/libnativehelper/include_jni/
Djni.h114 jint i; member