Home
last modified time | relevance | path

Searched defs:s (Results 1 – 11 of 11) sorted by relevance

/libnativehelper/
DExpandableString.c23 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()
DJniInvocation.c89 DlSymbol s = DlGetSymbol(library, symbol); in FindSymbol() local
/libnativehelper/tests/
DExpandableString_test.cpp28 struct ExpandableString s; in TEST() local
44 struct ExpandableString s; in TEST() local
Dscoped_string_chars_test.cpp21 void TestCompilationScopedStringChars(JNIEnv* env, string s) { in TestCompilationScopedStringChars()
Dscoped_utf_chars_test.cpp21 void TestCompilationScopedUtfChars(JNIEnv* env, jstring s) { in TestCompilationScopedUtfChars()
DJniSafeRegisterNativeMethods_test.cpp548 size_t s = 0; in SumUpVector() local
/libnativehelper/header_only_include/nativehelper/
Dscoped_string_chars.h36 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars()
Dscoped_utf_chars.h44 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars()
Dscoped_local_ref.h34 ScopedLocalRef(ScopedLocalRef&& s) noexcept : mEnv(s.mEnv), mLocalRef(s.release()) { in ScopedLocalRef() function
/libnativehelper/include/nativehelper/
DJNIHelp.h57 [[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/
Djni.h113 jshort s; member