Searched refs:s (Results 1 – 8 of 8) sorted by relevance
/libnativehelper/header_only_include/nativehelper/ |
D | scoped_local_ref.h | 32 ScopedLocalRef(ScopedLocalRef&& s) noexcept : mEnv(s.mEnv), mLocalRef(s.release()) { in ScopedLocalRef() argument 68 ScopedLocalRef& operator=(ScopedLocalRef&& s) noexcept { 69 reset(s.release()); 70 mEnv = s.mEnv;
|
D | scoped_utf_chars.h | 36 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() argument 37 if (s == nullptr) { in ScopedUtfChars() 41 utf_chars_ = env->GetStringUTFChars(s, nullptr); in ScopedUtfChars()
|
D | scoped_string_chars.h | 34 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() argument 35 if (s == NULL) { in ScopedStringChars()
|
/libnativehelper/include/nativehelper/ |
D | toStringArray.h | 43 ScopedLocalRef<jstring> s(env, env->NewStringUTF((*getter)(i))); in toStringArray() 47 env->SetObjectArrayElement(result, i, s.get()); in toStringArray()
|
/libnativehelper/ |
D | README | 1 Support functions for Android's class libraries
|
D | NOTICE | 93 Contribution(s) alone or by combination of their Contribution(s) 94 with the Work to which such Contribution(s) was submitted. If You
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 561 size_t s = 0; in SumUpVector() local 563 s += static_cast<size_t>(GetTestValue(elem)); in SumUpVector() 565 return s; in SumUpVector()
|
/libnativehelper/include_jni/ |
D | jni.h | 114 jshort s; member
|