Searched refs:ExpandableStringAppend (Results 1 – 7 of 7) sorted by relevance
/aosp12/libnativehelper/tests/ |
H A D | ExpandableString_test.cpp | 32 EXPECT_TRUE(ExpandableStringAppend(&s, kAhoy)); in TEST() 80 EXPECT_TRUE(ExpandableStringAppend(&expandableString, pad.c_str())); in TEST_P() 84 EXPECT_TRUE(ExpandableStringAppend(&expandableString, appendee.c_str())); in TEST_P()
|
/aosp12/libnativehelper/ |
H A D | ExpandableString.c | 32 bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() function 47 return ExpandableStringAppend(s, text); in ExpandableStringAssign()
|
H A D | ExpandableString.h | 39 bool ExpandableStringAppend(struct ExpandableString* s, const char* text);
|
H A D | JNIHelp.c | 70 bool success = ExpandableStringAppend(dst, utfText); in AppendJString() 110 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary() 119 ExpandableStringAppend(dst, "<error getting message>"); in GetExceptionSummary()
|
/aosp12/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 66 [[maybe_unused]] static bool ExpandableStringAppend(struct ExpandableString* s, const char* text) { in ExpandableStringAppend() function 81 return ExpandableStringAppend(s, text); in ExpandableStringAssign() 118 bool success = ExpandableStringAppend(dst, utfText); in AppendJString() 159 bool success = (ExpandableStringAppend(dst, ": ") && AppendJString(env, message, dst)); in GetExceptionSummary() 168 ExpandableStringAppend(dst, "<error getting message>"); in GetExceptionSummary()
|
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/ |
H A D | stubs_arm.cc | 28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ExpandableStringAppend); 77 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", ExpandableStringAppend); in init_stub_library()
|
H A D | stubs_arm64.cc | 28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ExpandableStringAppend); 77 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", ExpandableStringAppend); in init_stub_library()
|