Home
last modified time | relevance | path

Searched refs:s (Results 1 – 8 of 8) sorted by relevance

/libnativehelper/header_only_include/nativehelper/
Dscoped_local_ref.h32 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;
Dscoped_utf_chars.h36 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()
Dscoped_string_chars.h34 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() argument
35 if (s == NULL) { in ScopedStringChars()
/libnativehelper/include/nativehelper/
DtoStringArray.h43 ScopedLocalRef<jstring> s(env, env->NewStringUTF((*getter)(i))); in toStringArray()
47 env->SetObjectArrayElement(result, i, s.get()); in toStringArray()
/libnativehelper/
DREADME1 Support functions for Android's class libraries
DNOTICE93 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/
DJniSafeRegisterNativeMethods_test.cpp561 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/
Djni.h114 jshort s; member