Searched defs:s (Results 1 – 11 of 11) sorted by relevance
/libnativehelper/ |
D | ExpandableString.c | 23 void ExpandableStringInitialize(struct ExpandableString *s) { in ExpandableStringInitialize() 27 void ExpandableStringRelease(struct ExpandableString* s) { in ExpandableStringRelease() 32 bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() 45 bool ExpandableStringAssign(struct ExpandableString* s, const char* text) { in ExpandableStringAssign()
|
D | JniInvocation.c | 89 DlSymbol s = DlGetSymbol(library, symbol); in FindSymbol() local
|
/libnativehelper/tests/ |
D | ExpandableString_test.cpp | 28 struct ExpandableString s; in TEST() local 44 struct ExpandableString s; in TEST() local
|
D | scoped_string_chars_test.cpp | 21 void TestCompilationScopedStringChars(JNIEnv* env, string s) { in TestCompilationScopedStringChars()
|
D | scoped_utf_chars_test.cpp | 21 void TestCompilationScopedUtfChars(JNIEnv* env, jstring s) { in TestCompilationScopedUtfChars()
|
D | JniSafeRegisterNativeMethods_test.cpp | 548 size_t s = 0; in SumUpVector() local
|
/libnativehelper/header_only_include/nativehelper/ |
D | scoped_string_chars.h | 36 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars()
|
D | scoped_utf_chars.h | 44 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars()
|
D | scoped_local_ref.h | 34 ScopedLocalRef(ScopedLocalRef&& s) noexcept : mEnv(s.mEnv), mLocalRef(s.release()) { in ScopedLocalRef() function
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 57 [[maybe_unused]] static void ExpandableStringInitialize(struct ExpandableString* s) { in ExpandableStringInitialize() 61 [[maybe_unused]] static void ExpandableStringRelease(struct ExpandableString* s) { in ExpandableStringRelease() 66 [[maybe_unused]] static bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() 79 [[maybe_unused]] static bool ExpandableStringAssign(struct ExpandableString* s, const char* text) { in ExpandableStringAssign()
|
/libnativehelper/include_jni/ |
D | jni.h | 113 jshort s; member
|