/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlingerProperties.cpp | 40 auto temp = SurfaceFlingerProperties::vsync_event_phase_offset_ns(); in vsync_event_phase_offset_ns() local 58 auto temp = SurfaceFlingerProperties::use_context_priority(); in use_context_priority() local 76 auto temp = SurfaceFlingerProperties::max_graphics_width(); in max_graphics_width() local 84 auto temp = SurfaceFlingerProperties::max_graphics_height(); in max_graphics_height() local 92 auto temp = SurfaceFlingerProperties::has_wide_color_display(); in has_wide_color_display() local 109 auto temp = SurfaceFlingerProperties::has_HDR_display(); in has_HDR_display() local 144 auto temp = SurfaceFlingerProperties::use_vr_flinger(); in use_vr_flinger() local 252 auto temp = SurfaceFlingerProperties::refresh_rate_switching(); in refresh_rate_switching() local 262 auto temp = SurfaceFlingerProperties::set_idle_timer_ms(); in set_idle_timer_ms() local 270 auto temp = SurfaceFlingerProperties::set_touch_timer_ms(); in set_touch_timer_ms() local [all …]
|
/aosp12/art/test/684-checker-simd-dotprod/src/other/ |
H A D | TestCharShort.java | 63 int temp = a[i] * b[i]; in testDotProdSimple() local 156 int temp = a[i] * b[i]; in testDotProdSimpleUnsigned() local 346 int temp = (short)(x) * b[i]; in testDotProdParamSigned() local 366 int temp = (char)(x) * b[i]; in testDotProdParamUnsigned() local 377 int temp = b[i] * (x); in testDotProdIntParam() local 422 char temp = (char)(a[i] * b[i]); in testDotProdSimpleMulCastedToUnsigned() local 444 char temp = (char)(a[i] * b[i]); in testDotProdSimpleUnsignedMulCastedToUnsigned() local 466 char temp = (char)(a[i] * b[i]); in testDotProdSimpleCastedToChar() local 488 char temp = (char)(a[i] * b[i]); in testDotProdSimpleUnsignedCastedToChar() local 499 long temp = (long)(a[i] * b[i]); in testDotProdSimpleUnsignedCastedToLong() local [all …]
|
H A D | TestByte.java | 84 int temp = a[i] * b[i]; in testDotProdSimple() local 146 int temp = ((byte)(a[i] + 1)) * ((byte)(b[i] + 1)); in testDotProdComplex() local 209 int temp = (a[i] & 0xff) * (b[i] & 0xff); in testDotProdSimpleUnsigned() local 406 int temp = ((short)(a[i])) * ((short)(b[i])); in testDotProdSignedWidening() local 417 int temp = (byte)(x) * b[i]; in testDotProdParamSigned() local 428 int temp = (x & 0xff) * (b[i] & 0xff); in testDotProdParamUnsigned() local 441 int temp = b[i] * (x); in testDotProdIntParam() local 452 int temp = ((char)(a[i])) * ((char)(b[i])); in testDotProdSignedToChar() local 507 short temp = (short)(a[i] * b[i]); in testDotProdSimpleCastedToShort() local 518 char temp = (char)(a[i] * b[i]); in testDotProdSimpleCastedToChar() local [all …]
|
H A D | TestVarious.java | 71 int temp = b[i] * 89; in testDotProdConstRight() local 124 int temp = 89 * (b[i] & 0xff); in testDotProdConstLeft() local 186 int temp = b[i] * ((byte)(param + 129)); in testDotProdLoopInvariantConvRight() local 197 int temp = ((char)((byte)(a[i] + 129))) * b[i]; in testDotProdByteToChar() local 208 int temp = a[i] * b[i]; in testDotProdMixedSize() local 219 int temp = a[i] * b[i]; in testDotProdMixedSizeAndSign() local 270 int temp = a[i] * b[i]; in testDotProdInt32() local
|
/aosp12/art/libartbase/base/ |
H A D | stride_iterator.h | 56 StrideIterator<T> temp = *this; variable 67 StrideIterator<T> temp = *this; variable 78 StrideIterator<T> temp = *this; variable 89 StrideIterator<T> temp = *this; variable
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
H A D | DownloadsDeletionTypeTest.java | 57 File temp = new File(mDownloadsDirectory, "temp"); in testInitializeWithUncheckedFiles() local 70 File temp = new File(mDownloadsDirectory, "temp"); in testFetchDownloads() local 85 File temp = new File(mDownloadsDirectory, "temp"); in testSetChecked() local 103 File temp = new File(mDownloadsDirectory, "temp"); in testUncheckedFilesDoNotCountForSize() local 124 File temp = new File(mDownloadsDirectory, "temp"); in testSaveAndRestoreRemembersUncheckedFiles() local 143 File temp = new File(mDownloadsDirectory, "temp"); in testCallbackOnFileLoad() local 180 File temp = new File(mDownloadsDirectory, "temp"); in testLoadingState_completeOnDeletableContentFound() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/survey/ |
H A D | SurveyMixinTest.java | 64 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onResume_triesRegisteringReceiverAndDownloadingWhenNoSurveyDetected() local 83 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onResume_triesShowingSurveyWhenOneIsPresent() local 114 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onPause_removesReceiverIfPreviouslySet() local 135 FragmentActivity temp = Robolectric.setupActivity(FragmentActivity.class); in onPause_doesNothingWhenActivityOrReceiverNull() local
|
/aosp12/frameworks/av/media/libaaudio/src/fifo/ |
H A D | FifoControllerBase.cpp | 36 fifo_frames_t temp = 0; in getFullFramesAvailable() local 47 fifo_counter_t temp = 0; in advanceReadIndex() local 62 fifo_counter_t temp = 0; in advanceWriteIndex() local
|
/aosp12/art/runtime/ |
H A D | class_table-inl.h | 32 std::string temp; in operator() local 48 std::string temp; in operator() local 53 std::string temp; in operator() local 185 std::string temp; in LookupByDescriptor() local
|
/aosp12/frameworks/av/media/codecs/amrnb/dec/src/ |
H A D | b_cn_cod.cpp | 210 Word16 temp; in pseudonoise() local 364 Word16 temp; in build_CN_code() local 501 Word16 temp; in build_CN_param() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
H A D | SharedPreset.java | 32 ImagePreset temp = mIntermediatePreset; in enqueuePreset() local 42 ImagePreset temp = mConsumerPreset; in dequeuePreset() local
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | preemph.c | 36 Word16 temp; in Preemph() local 65 Word16 temp; in Preemph2() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | PduParser.java | 1000 int temp = pduDataStream.read(); in parseUnsignedInt() local 1036 int temp = pduDataStream.read(); in parseValueLength() local 1065 int temp = pduDataStream.read(); in parseEncodedStringValue() local 1124 int temp = pduDataStream.read(); in parseWapString() local 1229 int temp = pduDataStream.read(); in getWapString() local 1262 int temp = pduDataStream.read(); in extractByteValue() local 1282 int temp = pduDataStream.read(); in parseShortInteger() local 1305 int temp = pduDataStream.read(); in parseLongInteger() local 1338 int temp = pduDataStream.read(); in parseIntegerValue() local 1569 int temp = pduDataStream.read(); in parseContentType() local
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
H A D | PduParser.java | 966 int temp = pduDataStream.read(); in parseUnsignedInt() local 1002 int temp = pduDataStream.read(); in parseValueLength() local 1030 int temp = pduDataStream.read(); in parseEncodedStringValue() local 1089 int temp = pduDataStream.read(); in parseWapString() local 1192 int temp = pduDataStream.read(); in getWapString() local 1225 int temp = pduDataStream.read(); in extractByteValue() local 1245 int temp = pduDataStream.read(); in parseShortInteger() local 1268 int temp = pduDataStream.read(); in parseLongInteger() local 1301 int temp = pduDataStream.read(); in parseIntegerValue() local 1532 int temp = pduDataStream.read(); in parseContentType() local
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduParser.java | 974 int temp = pduDataStream.read(); in parseUnsignedInt() local 1011 int temp = pduDataStream.read(); in parseValueLength() local 1039 int temp = pduDataStream.read(); in parseEncodedStringValue() local 1099 int temp = pduDataStream.read(); in parseWapString() local 1202 int temp = pduDataStream.read(); in getWapString() local 1235 int temp = pduDataStream.read(); in extractByteValue() local 1256 int temp = pduDataStream.read(); in parseShortInteger() local 1279 int temp = pduDataStream.read(); in parseLongInteger() local 1312 int temp = pduDataStream.read(); in parseIntegerValue() local 1544 int temp = pduDataStream.read(); in parseContentType() local
|
/aosp12/frameworks/rs/ |
H A D | rsMatrix2x2.cpp | 46 Matrix2x2 temp; in loadMultiply() local 62 float temp = m[1]; in transpose() local
|
H A D | rsMatrix3x3.cpp | 51 Matrix3x3 temp; in loadMultiply() local 71 float temp; in transpose() local
|
/aosp12/hardware/ril/libril/ |
H A D | rilSocketQueue.h | 103 T* temp = NULL; in dequeue() local 139 T* temp; in checkAndDequeue() local
|
/aosp12/packages/apps/SecureElement/src/com/android/se/security/gpac/ |
H A D | REF_AR_DO.java | 98 BerTlv temp = BerTlv.decode(data, index); in interpret() local 132 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in build() local
|
/aosp12/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | MagnifierAnimation.cpp | 35 SkBitmap temp; in createContent() local 69 SkBitmap temp; in doFrame() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | FileBridge.java | 115 IoBridge.write(mTarget.getFileDescriptor(), temp, 0, n); in run() local 122 IoBridge.write(mServer.getFileDescriptor(), temp, 0, MSG_LENGTH); in run() local 129 IoBridge.write(mServer.getFileDescriptor(), temp, 0, MSG_LENGTH); in run() local
|
/aosp12/frameworks/rs/tests/cpp_api/latency/ |
H A D | latency.cpp | 32 int temp = atoi(argv[3]); in main() local 38 int temp = atoi(argv[4]); in main() local
|
/aosp12/art/test/550-checker-multiply-accumulate/src/ |
H A D | Main.java | 172 int temp = left * right; in $opt$noinline$multipleUses1() local 229 long temp = left * right; in $opt$noinline$multipleUses2() local 476 int temp = 12345 * array1[j]; in SimdMulMultipleUses() local 484 long temp = 12345 * array1[j]; in SimdMulMultipleUsesLong() local
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
H A D | iio_utils.h | 260 struct iio_channel_info temp; in bsort_channel_array_by_index() local 440 char temp[200]; in _write_sysfs_int() local 496 char temp[200]; in write_sysfs_int64() local 521 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); in _write_sysfs_string() local 580 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); in read_sysfs_posint() local 602 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); in read_sysfs_poslonglong() local 624 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); in read_sysfs_float() local
|
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
H A D | HvacPolicy.java | 72 public float userToHardwareTemp(int temp) { in userToHardwareTemp() 84 public int hardwareToUserTemp(float temp) { in hardwareToUserTemp()
|