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
 2406   AllocationDetails *alloc = FindAllocByID(strm, alloc_id);
 2433     strm.Printf("Error: File %s does not exist", path);
 2434     strm.EOL();
 2439     strm.Printf("Error: File %s does not have readable permissions", path);
 2440     strm.EOL();
 2452     strm.Printf("Error: File %s does not contain enough data for header", path);
 2453     strm.EOL();
 2461     strm.Printf("Error: File doesn't contain identifier for an RS allocation "
 2463     strm.EOL();
 2479     strm.Printf("Warning: Mismatched Element sizes - file %" PRIu32
 2482     strm.EOL();
 2490     strm.Printf("Warning: File has unknown allocation type");
 2491     strm.EOL();
 2514     strm.Printf(
 2517     strm.EOL();
 2530     strm.Printf("Warning: Mismatched allocation sizes - file 0x%" PRIx64
 2533     strm.EOL();
 2543     strm.Printf("Error: Couldn't write data to allocation %s", err.AsCString());
 2544     strm.EOL();
 2548   strm.Printf("Contents of file '%s' read into allocation %" PRIu32, path,
 2550   strm.EOL();