reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2626   AllocationDetails *alloc = FindAllocByID(strm, alloc_id);
 2659     strm.Printf("Error: Failed to open '%s' for writing: %s", path,
 2661     strm.EOL();
 2668     strm.Printf("Error: Couldn't read allocation data into buffer");
 2669     strm.EOL();
 2694     strm.Printf("Error: '%s' when writing to file '%s'", err.AsCString(), path);
 2695     strm.EOL();
 2703     strm.Printf("Internal Error: Couldn't allocate %" PRIu64
 2706     strm.EOL();
 2719     strm.Printf("Error: '%s' when writing to file '%s'", err.AsCString(), path);
 2720     strm.EOL();
 2731     strm.Printf("Error: '%s' when writing to file '%s'", err.AsCString(), path);
 2732     strm.EOL();
 2736   strm.Printf("Allocation written to file '%s'", path);
 2737   strm.EOL();