Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DIntegrityUtils.java76 private static char decToHex(int dec) { in decToHex() argument
77 if (dec >= 0 && dec < HEX_CHARS.length) { in decToHex()
78 return HEX_CHARS[dec]; in decToHex()
81 throw new IllegalArgumentException("Invalid dec value to be converted to hex digit " + dec); in decToHex()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_dm_user.cpp623 SNAP_LOG(DEBUG) << "Daemon: msg->seq: " << std::dec << header->seq; in ProcessIORequest()
624 SNAP_LOG(DEBUG) << "Daemon: msg->len: " << std::dec << header->len; in ProcessIORequest()
625 SNAP_LOG(DEBUG) << "Daemon: msg->sector: " << std::dec << header->sector; in ProcessIORequest()
626 SNAP_LOG(DEBUG) << "Daemon: msg->type: " << std::dec << header->type; in ProcessIORequest()
627 SNAP_LOG(DEBUG) << "Daemon: msg->flags: " << std::dec << header->flags; in ProcessIORequest()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/whitebalance/
H A DAmbientLuxTest.java470 TypedArray dec = mResourcesSpy.obtainTypedArray( in mockThrottler() local
474 dec = spy(dec); in mockThrottler()
480 R.array.config_displayWhiteBalanceDecreaseThresholds)).thenReturn(dec); in mockThrottler()
483 setFloatArrayResource(dec, new float[]{0.0f}); in mockThrottler()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_worker.cpp835 SNAP_LOG(DEBUG) << "Daemon: msg->seq: " << std::dec << header->seq; in ProcessIORequest()
836 SNAP_LOG(DEBUG) << "Daemon: msg->len: " << std::dec << header->len; in ProcessIORequest()
837 SNAP_LOG(DEBUG) << "Daemon: msg->sector: " << std::dec << header->sector; in ProcessIORequest()
838 SNAP_LOG(DEBUG) << "Daemon: msg->type: " << std::dec << header->type; in ProcessIORequest()
839 SNAP_LOG(DEBUG) << "Daemon: msg->flags: " << std::dec << header->flags; in ProcessIORequest()
/aosp14/frameworks/base/libs/hwui/
H A DRenderProperties.cpp157 << ")" << std::dec << std::endl; in debugOutputProperties()
/aosp14/frameworks/base/tools/aapt2/compile/
H A DIdAssigner_test.cpp200 << " has a non-unique ID" << std::hex << entry->id.value() << std::dec; in VerifyIds()
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dinspect_cow.cpp95 std::cout << std::dec << "\n\n"; in ShowBad()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DBase64Test.java50 String dec = decodeString(b64); in encodeToString() local
51 assertEquals(in, dec); in encodeToString()
/aosp14/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h267 std::cerr << "0x" << std::hex << (unsigned)v[i] << " " << std::dec; in PrintHex()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp106 << " but got data type " << (int)val.dataType << std::dec << " instead"; in Exists()
112 << std::dec << " instead"; in Exists()
118 << spec_flags << std::dec << " instead"; in Exists()
/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp180 << "<td>" << std::hex << symbol.value << std::dec << "</td>" in AddAttributeFormatDoc()
/aosp14/system/core/init/
H A Dutil.cpp153 << ", mode " << std::oct << perm << std::dec in CreateSocket()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt27628 HSPLjava/util/ArrayDeque;->dec(II)I