• Home
  • Raw
  • Download

Lines Matching refs:SetErrorString

318     error.SetErrorString("Couldn't malloc: invalid allocation policy");  in Malloc()
324 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc()
355 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc()
375 error.SetErrorString( in Malloc()
381 error.SetErrorString("Couldn't malloc: process doesn't exist, and this " in Malloc()
437 error.SetErrorString("Couldn't leak: allocation doesn't exist"); in Leak()
453 error.SetErrorString("Couldn't free: allocation doesn't exist"); in Free()
529 error.SetErrorString("Couldn't write: no allocation contains the target " in WriteMemory()
543 error.SetErrorString("Couldn't write: invalid allocation policy"); in WriteMemory()
548 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
556 error.SetErrorString("Couldn't write: data buffer is empty"); in WriteMemory()
605 error.SetErrorString( in WriteScalarToMemory()
610 error.SetErrorString("Couldn't write scalar: its size was zero"); in WriteScalarToMemory()
647 error.SetErrorString("Couldn't read: no allocation contains the target " in ReadMemory()
658 error.SetErrorString("Couldn't read: data is not in the allocation"); in ReadMemory()
667 error.SetErrorString("Couldn't read: invalid allocation policy"); in ReadMemory()
672 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
677 error.SetErrorString("Couldn't read: not enough underlying data"); in ReadMemory()
692 error.SetErrorString("Couldn't read: data buffer is empty"); in ReadMemory()
758 error.SetErrorString("Couldn't read scalar: its size was zero"); in ReadScalarFromMemory()
802 error.SetErrorString( in GetMemoryData()
807 error.SetErrorString( in GetMemoryData()
815 error.SetErrorString("Couldn't get memory data: data buffer is empty"); in GetMemoryData()
833 error.SetErrorString("Couldn't get memory data: data buffer is empty"); in GetMemoryData()
843 error.SetErrorString("Couldn't get memory data: its size was zero"); in GetMemoryData()