/aosp14/system/core/libutils/ |
H A D | String16_test.cpp | 35 String16 tmp(u"Verify me"); in TEST() local 45 String16 tmp("Verify me"); in TEST() local 55 String16 tmp("Verify me"); in TEST() local 62 String16 tmp("Verify me"); in TEST() local 70 String16 tmp("Verify me"); in TEST() local 76 String16 tmp("Verify me"); in TEST() local 83 String16 tmp("Verify me"); in TEST() local 88 String16 tmp("Verify me"); in TEST() local 95 String16 tmp("Verify me"); in TEST() local 102 String16 tmp("Verify me"); in TEST() local [all …]
|
H A D | BitSet_test.cpp | 42 BitSet32 tmp = b1 | b2; in TEST_F() local 58 BitSet32 tmp = b1 & b2; in TEST_F() local 77 BitSet32 tmp = b1 & b2; in TEST_F() local 164 BitSet64 tmp = b1 | b2; in TEST_F() local 180 BitSet64 tmp = b1 & b2; in TEST_F() local 199 BitSet64 tmp = b1 & b2; in TEST_F() local
|
H A D | String8_test.cpp | 37 String8 tmp("Hello, world!"); in TEST_F() local 101 char16_t tmp[] = u"abcdef"; in TEST_F() local
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | BaseInputConnection.java | 273 int tmp = a; in deleteSurroundingText() local 288 int tmp = ca; in deleteSurroundingText() local 443 int tmp = a; in deleteSurroundingTextInCodePoints() local 452 int tmp = ca; in deleteSurroundingTextInCodePoints() local 524 int tmp = a; in getCursorCapsMode() local 555 int tmp = a; in getTextBeforeCursor() local 587 int tmp = a; in getSelectedText() local 616 int tmp = a; in getTextAfterCursor() local 757 int tmp = a; in setComposingRegion() local 920 int tmp = start; in replaceText() local [all …]
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Matrix3f.java | 234 Matrix3f tmp = new Matrix3f(); in multiply() local 249 Matrix3f tmp = new Matrix3f(); in rotate() local 261 Matrix3f tmp = new Matrix3f(); in rotate() local 274 Matrix3f tmp = new Matrix3f(); in scale() local 288 Matrix3f tmp = new Matrix3f(); in scale() local 301 Matrix3f tmp = new Matrix3f(); in translate() local
|
H A D | Matrix2f.java | 157 Matrix2f tmp = new Matrix2f(); in multiply() local 168 Matrix2f tmp = new Matrix2f(); in rotate() local 180 Matrix2f tmp = new Matrix2f(); in scale() local
|
H A D | Matrix4f.java | 361 Matrix4f tmp = new Matrix4f(); in multiply() local 375 Matrix4f tmp = new Matrix4f(); in rotate() local 389 Matrix4f tmp = new Matrix4f(); in scale() local 403 Matrix4f tmp = new Matrix4f(); in translate() local
|
H A D | ProgramFragment.java | 70 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create() local
|
H A D | ProgramVertex.java | 130 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_SELinux.cpp | 114 security_context_t tmp = NULL; in fileSelabelLookup() local 141 security_context_t tmp = NULL; in getFdConInner() local 239 char *tmp = const_cast<char *>(context.c_str()); in setFileCon() local 270 security_context_t tmp = NULL; in getFileCon() local 296 security_context_t tmp = NULL; in getCon() local 323 security_context_t tmp = NULL; in getPidCon() local
|
H A D | android_util_CharsetUtils.cpp | 51 char tmp = srcPtr[srcOff + srcLen]; in android_util_CharsetUtils_fromModifiedUtf8Bytes() local
|
/aosp14/system/core/libdiskconfig/ |
H A D | diskconfig.c | 39 char tmp[64]; in parse_len() local 99 const char *tmp; in load_partitions() local 145 const char *tmp; in load_diskconfig() local
|
H A D | diskutils.c | 40 ssize_t tmp; in write_raw_image() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 110 final Matrix tmp = new Matrix(); in transformToRotation() local 132 final Matrix tmp = new Matrix(); in transformToRotation() local
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | QuickSelect.java | 157 final T tmp = list.get(left); in swap() local 163 final int tmp = array[left]; in swap() local 169 final long tmp = array[left]; in swap() local 175 final T tmp = array[left]; in swap() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SafeMath.h | 63 SafeMath tmp; in Add() local 69 SafeMath tmp; in Mul() local
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm_test.cpp | 566 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 590 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 609 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 630 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 650 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local 676 unique_fd tmp(CreateTempFile("file_1", 4096)); in TEST_F() local
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | BlurDrawLooper.cpp | 40 SkPaint tmp; in Make() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | BigIntegerPerfTest.java | 128 BigInteger tmp = myPow(base, exp - 1, scaleBy); in myPow() local 131 BigInteger tmp = myPow(base, exp / 2, scaleBy); in myPow() local
|
/aosp14/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 106 std::string tmp; in GetVarAll() local 180 uint64_t tmp = strtoll(m2.c_str(), 0, 16); in Partitions() local 487 std::string tmp = input.substr(strlen("INFO")); in HandleResponse() local 507 std::string tmp = input.substr(strlen("DATA")); in HandleResponse() local 568 ssize_t tmp = transport_->Write(buf, size); in SendBuffer() local 584 ssize_t tmp = transport_->Read(buf, size); in ReadBuffer() local
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | EnergyProbe.java | 74 int tmp = 0; in capture() local
|
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | Stats.java | 55 final double tmp = values.get(i) - mMean; in Stats() local
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaDataSource.cpp | 49 ScopedLocalRef<jbyteArray> tmp(env, env->NewByteArray(kBufferSize)); in JMediaDataSource() local
|
/aosp14/frameworks/base/tools/preload-check/device/src/com/android/preload/check/ |
H A D | Util.java | 63 String tmp = "/data/local/tmp/tmp.dex"; in getBootDexFiles() local
|
/aosp14/frameworks/base/tools/bit/ |
H A D | aapt.cpp | 186 Scope* tmp = scope; in inspect_apk() local 234 Scope* tmp = scope; in inspect_apk() local
|