Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 106) sorted by relevance

12345

/aosp14/system/core/libutils/
H A DString16_test.cpp35 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 DBitSet_test.cpp42 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 DString8_test.cpp37 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 DBaseInputConnection.java273 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 DMatrix3f.java234 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 DMatrix2f.java157 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 DMatrix4f.java361 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 DProgramFragment.java70 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create() local
H A DProgramVertex.java130 … long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount + mTextureCount) * 2]; in create() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp114 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 Dandroid_util_CharsetUtils.cpp51 char tmp = srcPtr[srcOff + srcLen]; in android_util_CharsetUtils_fromModifiedUtf8Bytes() local
/aosp14/system/core/libdiskconfig/
H A Ddiskconfig.c39 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 Ddiskutils.c40 ssize_t tmp; in write_raw_image() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DCoordinateTransforms.java110 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 DQuickSelect.java157 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 DSafeMath.h63 SafeMath tmp; in Add() local
69 SafeMath tmp; in Mul() local
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp566 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 DBlurDrawLooper.cpp40 SkPaint tmp; in Make() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DBigIntegerPerfTest.java128 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 Dfastboot_driver.cpp106 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 DEnergyProbe.java74 int tmp = 0; in capture() local
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DStats.java55 final double tmp = values.get(i) - mMean; in Stats() local
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.cpp49 ScopedLocalRef<jbyteArray> tmp(env, env->NewByteArray(kBufferSize)); in JMediaDataSource() local
/aosp14/frameworks/base/tools/preload-check/device/src/com/android/preload/check/
H A DUtil.java63 String tmp = "/data/local/tmp/tmp.dex"; in getBootDexFiles() local
/aosp14/frameworks/base/tools/bit/
H A Daapt.cpp186 Scope* tmp = scope; in inspect_apk() local
234 Scope* tmp = scope; in inspect_apk() local

12345