Searched refs:c (Results 1 – 9 of 9) sorted by relevance
/libnativehelper/ |
D | Android.bp | 97 "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",
|
D | NOTICE | 2 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/ |
D | jni_helper_jni.cpp | 54 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()
|
D | Android.bp | 32 stl: "c++_static",
|
/libnativehelper/tests/ |
D | ExpandableString_test.cpp | 90 for (char c : pad) { in TEST_P() local 91 EXPECT_EQ(c, expandableString.data[position]); in TEST_P()
|
D | Android.bp | 12 "libnativehelper_api_test.c",
|
D | JniSafeRegisterNativeMethods_test.cpp | 310 FN0(c, CRITICAL,jshort) \
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 148 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/ |
D | jni.h | 112 jchar c; member
|