Searched refs:dec (Results 1 – 14 of 14) sorted by relevance
76 private static char decToHex(int dec) { in decToHex() argument77 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()
623 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()
470 TypedArray dec = mResourcesSpy.obtainTypedArray( in mockThrottler() local474 dec = spy(dec); in mockThrottler()480 R.array.config_displayWhiteBalanceDecreaseThresholds)).thenReturn(dec); in mockThrottler()483 setFloatArrayResource(dec, new float[]{0.0f}); in mockThrottler()
835 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()
157 << ")" << std::dec << std::endl; in debugOutputProperties()
200 << " has a non-unique ID" << std::hex << entry->id.value() << std::dec; in VerifyIds()
95 std::cout << std::dec << "\n\n"; in ShowBad()
50 String dec = decodeString(b64); in encodeToString() local51 assertEquals(in, dec); in encodeToString()
267 std::cerr << "0x" << std::hex << (unsigned)v[i] << " " << std::dec; in PrintHex()
106 << " 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()
180 << "<td>" << std::hex << symbol.value << std::dec << "</td>" in AddAttributeFormatDoc()
153 << ", mode " << std::oct << perm << std::dec in CreateSocket()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27628 HSPLjava/util/ArrayDeque;->dec(II)I