Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 4162) sorted by relevance

12345678910>>...167

/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerProperties.cpp40 auto temp = SurfaceFlingerProperties::vsync_event_phase_offset_ns(); in vsync_event_phase_offset_ns() local
49 auto temp = SurfaceFlingerProperties::vsync_sf_event_phase_offset_ns(); in vsync_sf_event_phase_offset_ns() local
58 auto temp = SurfaceFlingerProperties::use_context_priority(); in use_context_priority() local
67 auto temp = SurfaceFlingerProperties::max_frame_buffer_acquired_buffers(); in max_frame_buffer_acquired_buffers() 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
101 auto temp = SurfaceFlingerProperties::running_without_sync_framework(); in running_without_sync_framework() local
109 auto temp = SurfaceFlingerProperties::has_HDR_display(); in has_HDR_display() local
117 auto temp = SurfaceFlingerProperties::present_time_offset_from_vsync_ns(); in present_time_offset_from_vsync_ns() local
[all …]
/aosp_15_r20/art/test/684-checker-simd-dotprod/src/other/
H A DTestCharShort.java63 int temp = a[i] * b[i]; in testDotProdSimple() local
113 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); in testDotProdComplex() local
156 int temp = a[i] * b[i]; in testDotProdSimpleUnsigned() local
206 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); in testDotProdComplexUnsigned() local
256 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); in testDotProdComplexUnsignedCastToSigned() local
306 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); in testDotProdComplexSignedCastToUnsigned() local
326 int temp = ((int)(a[i])) * ((int)(b[i])); in testDotProdSignedToInt() 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
[all …]
H A DTestByte.java84 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
271 int temp = (((a[i] & 0xff) + 1) & 0xff) * (((b[i] & 0xff) + 1) & 0xff); in testDotProdComplexUnsigned() local
333 int temp = ((byte)((a[i] & 0xff) + 1)) * ((byte)((b[i] & 0xff) + 1)); in testDotProdComplexUnsignedCastToSigned() local
395 int temp = ((a[i] + 1) & 0xff) * ((b[i] + 1) & 0xff); in testDotProdComplexSignedCastToUnsigned() 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
[all …]
H A DTestVarious.java71 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
/aosp_15_r20/external/tensorflow/tensorflow/core/util/proto/
H A Ddecode.h109 uint32 temp = 0; variable
119 uint32 temp = 0; variable
129 uint64 temp = 0; variable
139 uint32 temp = 0; variable
163 uint64 temp = 0; variable
173 uint32 temp = 0; variable
183 uint64 temp = 0; variable
193 uint32 temp; variable
204 uint32 temp; variable
215 protobuf_uint64 temp; variable
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp470 char16_t temp[128]; in assertEqual() local
527 char16_t temp[128]; in assertCanonicalEqual() local
580 char16_t temp[128]; in assertEqualWithAttribute() local
629 UnicodeString temp("a"); in TestOpenClose() local
744 UnicodeString temp("a"); in TestInitialization() local
873 char16_t temp[128]; in TestBreakIterator() local
1004 char16_t temp[128]; in TestOverlap() local
1048 char16_t temp[128]; in TestCollator() local
1112 char16_t temp[512]; in TestPattern() local
1194 char16_t temp[128]; in TestText() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dsrchtest.cpp470 char16_t temp[128]; in assertEqual() local
527 char16_t temp[128]; in assertCanonicalEqual() local
580 char16_t temp[128]; in assertEqualWithAttribute() local
629 UnicodeString temp("a"); in TestOpenClose() local
744 UnicodeString temp("a"); in TestInitialization() local
873 char16_t temp[128]; in TestBreakIterator() local
1006 char16_t temp[128]; in TestOverlap() local
1050 char16_t temp[128]; in TestCollator() local
1114 char16_t temp[512]; in TestPattern() local
1210 char16_t temp[128]; in TestText() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/
H A Dfft.c59 void aom_fft_2d_gen(const float *input, float *temp, float *output, int n, in aom_fft_2d_gen()
90 void aom_fft2x2_float_c(const float *input, float *temp, float *output) { in aom_fft2x2_float_c()
95 void aom_fft4x4_float_c(const float *input, float *temp, float *output) { in aom_fft4x4_float_c()
100 void aom_fft8x8_float_c(const float *input, float *temp, float *output) { in aom_fft8x8_float_c()
105 void aom_fft16x16_float_c(const float *input, float *temp, float *output) { in aom_fft16x16_float_c()
110 void aom_fft32x32_float_c(const float *input, float *temp, float *output) { in aom_fft32x32_float_c()
115 void aom_ifft_2d_gen(const float *input, float *temp, float *output, int n, in aom_ifft_2d_gen()
197 void aom_ifft2x2_float_c(const float *input, float *temp, float *output) { in aom_ifft2x2_float_c()
202 void aom_ifft4x4_float_c(const float *input, float *temp, float *output) { in aom_ifft4x4_float_c()
207 void aom_ifft8x8_float_c(const float *input, float *temp, float *output) { in aom_ifft8x8_float_c()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLanguageGroup.java70 add(temp, root, "root"); in add() argument
72 temp, germanic, "en", "fy", "nl", "af", "de", "gsw", "wae", "ksh", "lb", "sv", "da", in add() argument
74 add(temp, celtic, "ga", "gd", "cy", "gv", "kw", "br"); in add() argument
76 temp, romance, "fr", "pt", "gl", "es", "ca", "ast", "it", "rm", "ro", "fur", "an", in add() argument
79 temp, slavic, "pl", "cs", "sk", "sl", "hr", "bs", "mk", "sr", "bg", "ru", "be", in add() argument
81 add(temp, baltic, "lt", "lv", "prg"); in add() argument
83 temp, indic, "ur", "hi", "gu", "sd", "bn", "as", "ccp", "or", "mr", "ne", "pa", in add() argument
85 add(temp, iranian, "fa", "ps", "ku", "os", "ckb", "lrc", "mzn", "tg", "bgn", "sdh"); in add() argument
86 add(temp, other_indo, "el", "hy", "sq"); in add() argument
87 add(temp, dravidian, "ta", "te", "ml", "kn"); in add() argument
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DAsynchronousFileChannelTest.java142 File temp = File.createTempFile("AFCTest_tempfile", ""); in createTemporaryFile() local
157 File temp = File.createTempFile("AFCTest_tempfile", ""); in createTemporaryFile() local
168 File temp = createTemporaryFile(256); in testOpen_truncate() local
180 File temp = createTemporaryFile(256); in testOpen_deleteOnClose() local
194 File temp = createTemporaryFile(contents); in testRead_Future() local
283 File temp = createTemporaryFile(contents); in testRead_CompletionListener() local
364 File temp = createTemporaryFile(contents); in testWrite_Future() local
454 File temp = createTemporaryFile(contents); in testWrite_CompletionListener() local
569 File temp = createTemporaryFile(256); in testWrite_Append() local
581 File temp = createTemporaryFile(256); in testSize() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/fact_manager/
H A Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
H A Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djwe.c73 char temp[2048], compact[2048]; in test_jwe_a1() local
289 char temp[2048]; in test_jwe_a2() local
495 char temp[4096], compact[4096]; in test_jwe_ra_ptext_1024() local
623 char temp[4096], compact[4096]; in test_jwe_r256a192_ptext() local
755 char temp[4096], compact[4096]; in test_jwe_r256a256_ptext() local
1049 char temp[2048]; in test_jwe_r256a128_jwe_openssl() local
1140 char temp[2048]; in test_jwe_r256a128_jwe_mbedtls() local
1231 char temp[2048]; in test_jwe_a3() local
1639 char temp[2048], *p; in test_jwa_c() local
1788 char temp[3072], compact[2048]; in test_ecdhes_t1() local
[all …]
/aosp_15_r20/external/lzma/C/
H A DSort.c8 #define HeapSortDown(p, k, size, temp) \ argument
26 UInt32 temp = p[i]; in HeapSort() local
44 UInt32 temp = p[size]; in HeapSort() local
51 UInt32 temp = p[size]; in HeapSort() local
72 UInt64 temp = p[i]; in HeapSort64() local
90 UInt64 temp = p[size]; in HeapSort64() local
97 UInt64 temp = p[size]; in HeapSort64() local
/aosp_15_r20/external/libxaac/decoder/drc_src/
H A Dimpd_drc_static_payload.c333 WORD32 i = 0, bsDrcInputLoudness = 0, bs_channel_weight = 0, temp; in impd_parametric_drc_parse_gain_set_params() local
519 WORD32 i = 0, err = 0, code = 0, mu = 0, nu = 0, temp; in impd_parametic_drc_parse_coeff() local
576 WORD32 i = 0, err = 0, temp; in impd_parse_parametric_drc_instructions() local
695 WORD32 err, i, offset, version = 1, temp; in impd_parse_loud_info_set_ext_eq() local
774 WORD32 i, j, k, temp; in impd_parse_dwnmix_instructions() local
977 WORD32 i, temp; in impd_parse_split_drc_characteristic() local
1135 WORD32 i, err = 0, temp; in impd_parse_drc_config() local
1298 WORD32 err = 0, i, version = 0, offset, temp; in impd_parse_loudness_info_set() local
1347 WORD32 temp; in impd_parse_gain_set_params_characteristics() local
1383 WORD32 err = 0, temp; in impd_parse_loudness_measure() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c378 unsigned temp = sdata[c]; in handle_op_uint() local
385 unsigned temp = sdata[c]; in handle_op_uint() local
395 unsigned temp = sdata[c]; in handle_op_uint() local
402 unsigned temp = sdata[c]; in handle_op_uint() local
409 unsigned temp = sdata[c]; in handle_op_uint() local
416 unsigned temp = sdata[c]; in handle_op_uint() local
494 int temp = sdata[c]; in handle_op_int() local
501 int temp = sdata[c]; in handle_op_int() local
511 int temp = sdata[c]; in handle_op_int() local
518 int temp = sdata[c]; in handle_op_int() local
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DFilesTest.java129 File temp = createTempFile(); in testWriteString() local
135 File temp = createTempFile(); in testWriteBytes() local
144 File temp = createTempFile(); in testAppendString() local
169 File temp = createTempFile(); in testCopyFile() local
184 File temp = createTempFile(); in testCopySameFile() local
205 File temp = createTempFile(); in testEqual() local
240 File temp = createTempFile(); in testNewWriter() local
257 File temp = createTempFile(); in testTouch() local
281 File temp = createTempFile(); in testTouchTime() local
410 File temp = createTempFile(); in testLineReading() local
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DFilesTest.java129 File temp = createTempFile(); in testWriteString() local
135 File temp = createTempFile(); in testWriteBytes() local
144 File temp = createTempFile(); in testAppendString() local
169 File temp = createTempFile(); in testCopyFile() local
184 File temp = createTempFile(); in testCopySameFile() local
205 File temp = createTempFile(); in testEqual() local
240 File temp = createTempFile(); in testNewWriter() local
257 File temp = createTempFile(); in testTouch() local
281 File temp = createTempFile(); in testTouchTime() local
410 File temp = createTempFile(); in testLineReading() local
[all …]
/aosp_15_r20/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DDownloadsDeletionTypeTest.java57 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
/aosp_15_r20/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/calmmode/
DTemperatureDataTest.java44 TemperatureData temp = new TemperatureData.Builder().setValueCelsius(testValue).build(); in testBuilder_celsius_objectCreated() local
54 TemperatureData temp = new TemperatureData.Builder().setValueFahrenheit(testValue).build(); in testBuilder_fahrenheit_objectCreated() local
64 TemperatureData temp = new TemperatureData.Builder().build(); in testBuilder_noValue_defaultsToZeroCelsius() local
75 TemperatureData temp = new TemperatureData.Builder().setValueCelsius(tempCVal).build(); in testConversion_celsiusDecimalPositive_convertsToF() local
87 TemperatureData temp = new TemperatureData.Builder().setValueCelsius(tempCVal).build(); in testConversion_celsiusRoundPositive_convertsToF() local
100 TemperatureData temp = in testConversion_celsiusNegative_convertsToF() local
112 TemperatureData temp = in testConversion_celsiusConvertToC_NoOp() local
125 TemperatureData temp = in testConversion_fahrenheitPositive_convertsToC() local
138 TemperatureData temp = in testBuilder_fahrenheitNegative_convertsToC() local
150 TemperatureData temp = in testBuilder_fahrenheit_convertsToFNoOp() local
/aosp_15_r20/external/webp/src/dsp/
H A Dupsampling_msa.c336 uint8_t temp[3 * 16] = { 0 }; in YuvToRgbLine() local
342 uint8_t temp[3 * 8] = { 0 }; in YuvToRgbLine() local
363 uint8_t temp[3 * 16] = { 0 }; in YuvToBgrLine() local
369 uint8_t temp[3 * 8] = { 0 }; in YuvToBgrLine() local
392 uint8_t temp[4 * 16] = { 0 }; in YuvToRgbaLine() local
398 uint8_t temp[4 * 8] = { 0 }; in YuvToRgbaLine() local
420 uint8_t temp[4 * 16] = { 0 }; in YuvToBgraLine() local
426 uint8_t temp[4 * 8] = { 0 }; in YuvToBgraLine() local
449 uint8_t temp[4 * 16] = { 0 }; in YuvToArgbLine() local
455 uint8_t temp[4 * 8] = { 0 }; in YuvToArgbLine() local
[all …]
/aosp_15_r20/external/libwebsockets/lib/jose/jws/
H A Djws.c59 char *temp; member
140 char *temp, int *temp_len) in lws_jws_json_parse()
192 lws_jws_dup_element(struct lws_jws_map *map, int idx, char *temp, int *temp_len, in lws_jws_dup_element()
213 char *temp, int *temp_len, const void *in, in lws_jws_encode_b64_element()
235 int idx, char *temp, int *temp_len, size_t random_len, in lws_jws_randomize_element()
258 lws_jws_alloc_element(struct lws_jws_map *map, int idx, char *temp, in lws_jws_alloc_element()
449 char temp[256]; in lws_jws_sig_confirm() local
673 char *temp, int *temp_len) in lws_jws_sig_confirm_compact_b64_map()
694 char *temp, int *temp_len) in lws_jws_sig_confirm_compact_b64()
713 struct lws_context *context, char *temp, in lws_jws_sig_confirm_compact()
[all …]
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir_register_allocate.c78 temp_to_node(struct v3d_compile *c, uint32_t temp) in temp_to_node()
95 uint32_t temp) in get_temp_class_bits()
102 uint32_t temp, uint8_t class_bits) in set_temp_class_bits()
125 choose_reg_class_for_temp(struct v3d_compile *c, uint32_t temp) in choose_reg_class_for_temp()
169 vir_is_mov_uniform(struct v3d_compile *c, int temp) in vir_is_mov_uniform()
207 can_reconstruct_temp(struct v3d_compile *c, int temp) in can_reconstruct_temp()
256 get_spill_type_for_temp(struct v3d_compile *c, int temp) in get_spill_type_for_temp()
309 int temp = inst->src[i].index; in v3d_choose_spill_node() local
327 int temp = inst->dst.index; in v3d_choose_spill_node() local
401 add_node(struct v3d_compile *c, uint32_t temp, uint8_t class_bits) in add_node()
[all …]
/aosp_15_r20/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DPduParser.java966 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

12345678910>>...167