Home
last modified time | relevance | path

Searched refs:c (Results 1 – 9 of 9) sorted by relevance

/libnativehelper/
DAndroid.bp97 "DlHelp.c",
98 "ExpandableString.c",
99 "JNIHelp.c",
100 "JNIPlatformHelp.c",
101 "JniConstants.c",
102 "JniInvocation.c",
120 srcs: ["file_descriptor_jni.c"],
154 "ExpandableString.c",
155 "JNIHelp.c",
158 "JNIHelpCompat.c",
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
113 (c) You must retain, in the Source form of any Derivative Works
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp54 ScopedUtfChars c(env, className); in throwException() local
56 jniThrowException(env, c.c_str(), m.c_str()); in throwException()
64 ScopedUtfChars c(env, className); in throwExceptionWithIntFormat() local
66 jniThrowExceptionFmt(env, c.c_str(), f.c_str(), value); in throwExceptionWithIntFormat()
DAndroid.bp32 stl: "c++_static",
/libnativehelper/tests/
DExpandableString_test.cpp90 for (char c : pad) { in TEST_P() local
91 EXPECT_EQ(c, expandableString.data[position]); in TEST_P()
DAndroid.bp12 "libnativehelper_api_test.c",
DJniSafeRegisterNativeMethods_test.cpp310 FN0(c, CRITICAL,jshort) \
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h148 for (char c : str) { variable
149 os << c;
158 for (char c : kValidJniStarts) { in IsValidJniDescriptorStart() local
159 if (c == shorty) { in IsValidJniDescriptorStart()
439 char c = single_type[0]; variable
440 PARSE_ASSERT(IsValidJniDescriptorStart(c));
451 switch (c) {
606 char c = signature[0]; in ParseSignatureAsList() local
607 PARSE_ASSERT_MSG(c == '(', in ParseSignatureAsList()
614 char c = signature[0]; in ParseSignatureAsList() local
[all …]
/libnativehelper/include_jni/
Djni.h112 jchar c; member