Searched refs:PRIu64 (Results 126 - 150 of 218) sorted by relevance

123456789

/external/lldb/source/API/
H A DSBBlock.cpp186 strm.Printf ("Block: {id: %" PRIu64 "} ", id);
/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp150 s->Printf("BreakpointLocationList with %" PRIu64 " BreakpointLocations:\n", (uint64_t)m_locations.size());
H A DWatchpointList.cpp60 s->Printf("WatchpointList with %" PRIu64 " Watchpoints:\n",
/external/lldb/source/Core/
H A DConstString.cpp297 s->Printf("%*p: ConstString, string = %s%s%s, length = %" PRIu64, (int)sizeof(void*) * 2, this, parens, cstr, parens, (uint64_t)cstr_len);
/external/lldb/source/Host/common/
H A DHost.cpp99 ::snprintf (thread_name, sizeof(thread_name), "<lldb.host.wait4(pid=%" PRIu64 ")>", pid);
163 log->Printf("%s ::wait_pid (pid = %" PRIu64 ", &status, options = %i)...", function, pid, options);
219 log->Printf ("%s ::waitpid (pid = %" PRIu64 ", &status, options = %i) => pid = %" PRIu64 ", status = 0x%8.8x (%s), signal = %i, exit_state = %i",
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp312 log->Printf(" Version: %" PRIu64, GetVersion());
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp56 printf ("%u frames in %" PRIu64 ".%09llu ms (%g frames/sec)\n",
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c149 debug_printf("MM: new slab, total memory = %"PRIu64" KiB\n",
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1788 const int packet_len = ::snprintf (packet, sizeof (packet), "qProcessInfoPID:%" PRIu64, pid);
1952 packet.Printf("pid:%" PRIu64 ";",match_info.GetProcessInfo().GetProcessID());
1954 packet.Printf("parent_pid:%" PRIu64 ";",match_info.GetProcessInfo().GetParentProcessID());
2077 printf ("%u qSpeedTest(send=%-5u, recv=%-5u) in %" PRIu64 ".%9.9" PRIu64 " sec for %f packets/sec.\n",
2101 printf ("%u 'qC' packets packets in 0x%" PRIu64 "%9.9" PRIu64 " sec for %f packets/sec.\n",
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-trace.c483 "LOST %" PRIu64 " events!\n", event->lost.lost);
666 fprintf(trace->output, "Invalid syscall %d id, skipping (%s, %" PRIu64 ") ...\n",
829 fprintf(trace->output, "%s: comm=%s,pid=%u,runtime=%" PRIu64 ",vruntime=%" PRIu64 ")\n",
1003 fprintf(trace->output, "Unknown tp ID %" PRIu64 ", skipping...\n", sample.id);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.c905 n = sscanf(buf, "%*s %"PRIu64, &mem);
933 if (sscanf(buf, "%*s %*d %s %"PRIu64, field, &mem) != 2)
1377 fprintf(fp, " %"PRIu64, *id);
1421 fprintf(fp, "# node%u meminfo : total = %"PRIu64" kB,"
1422 " free = %"PRIu64" kB\n",
1953 strbuf_addf(&sb, "%u:%"PRIu64":%"PRIu64":",
2168 pr_debug("Failed to lseek to %" PRIu64 " offset for feature "
2608 pr_debug("Failed to lseek to %" PRIu64 " offset for feature "
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp439 #ifndef PRIu64
440 #error PRIu64 not defined
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp343 log->Printf("IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", %s) -> 0x%" PRIx64,
658 error.SetErrorStringWithFormat("Couldn't read scalar: unsupported size %" PRIu64, (uint64_t)size);
/external/lldb/source/Symbol/
H A DObjectFile.cpp267 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = %s, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
277 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = <NULL>, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
H A DType.cpp171 s->Printf(", byte-size = %" PRIu64, m_byte_size);
211 s->Printf(", size = %" PRIu64, m_byte_size);
H A DSymbol.cpp224 s->Printf (", sibling = %5" PRIu64, m_addr_range.GetBaseAddress().GetOffset());
/external/lldb/source/Target/
H A DTarget.cpp558 log->Printf("Target::%s (addr = 0x%8.8" PRIx64 " size = %" PRIu64 " type = %u)\n",
573 error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr);
1340 error.SetErrorStringWithFormat("only %" PRIu64 " of %" PRIu64 " bytes were read from memory at 0x%" PRIx64, (uint64_t)bytes_read, (uint64_t)dst_len, load_addr);
2139 result.AppendMessageWithFormat("\n- Hook %" PRIu64 " (%s)\n", cur_hook_sp->GetID(), cmd);
2141 result.AppendMessageWithFormat("\n- Hook %" PRIu64 "\n", cur_hook_sp->GetID());
2166 result.AppendMessageWithFormat ("Aborting stop hooks, hook %" PRIu64 " set the program running.", cur_hook_sp->GetID());
2224 s->Printf ("Hook: %" PRIu64 "\n", GetID());
H A DThreadList.cpp275 log->Printf ("ThreadList::%s: %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
341 log->Printf ("ThreadList::%s %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp155 snprintf(temp, sizeof temp, "(%" PRIu64 " bytes > %" PRIu64 " bytes)", imageBytes, defaultBytes);
/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup.c239 printf(" Size: %"PRIu64"\n", info.len);
245 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
H A Dmake_ext4fs.c555 printf(" Size: %"PRIu64"\n", info.len);
565 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
/external/chromium_org/net/cookies/
H A Dcanonical_cookie.cc194 pc.MaxAge().c_str(), " %" PRIu64, &max_age) == 1) {
/external/lldb/source/DataFormatters/
H A DNSArray.cpp86 stream.Printf("@\"%" PRIu64 " object%s\"",
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp203 log->Printf ("error: failed to send packet entire packet %" PRIu64 " of %" PRIu64 " bytes sent", (uint64_t)bytes_written, (uint64_t)packet_size);
247 log->Printf ("%s: Read (buffer, (sizeof(buffer), timeout_usec = 0x%x, status = %s, error = %s) => bytes_read = %" PRIu64,
930 s.Printf("\n\tregion[%" PRIu64 "] = { range = [0x%16.16" PRIx64 " - 0x%16.16" PRIx64 "), size = 0x%8.8x, prot = %s }", region_addr, region_addr, region_addr + region_size, region_size, GetPermissionsAsCString (region_prot));
/external/lldb/tools/driver/
H A DDriver.cpp958 int message_len = ::snprintf (message, sizeof(message), "Process %" PRIu64 " %s\n", process.GetProcessID(),
991 int message_len = ::snprintf (message, sizeof(message), "Process %" PRIu64 " stopped and restarted: %s\n",
998 int message_len = ::snprintf (message, sizeof(message), "Process %" PRIu64 " stopped and restarted, reasons:\n",
1511 ::snprintf (pid_buffer, sizeof(pid_buffer), "%" PRIu64, m_option_data.m_process_pid);

Completed in 3900 milliseconds

123456789