Home
last modified time | relevance | path

Searched refs:OutOfSpace (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/resources/src/
Daddress_allocator.rs96 .ok_or(Error::OutOfSpace)?; in allocate_with_align()
97 let end_addr = addr.checked_add(size - 1).ok_or(Error::OutOfSpace)?; in allocate_with_align()
99 return Err(Error::OutOfSpace); in allocate_with_align()
166 Err(Error::OutOfSpace) in allocate_fails_not_enough_space()
Dlib.rs49 OutOfSpace, enumerator
67 OutOfSpace => write!(f, "Out of space"), in fmt()
/external/google-breakpad/src/common/
Dsimple_string_dictionary_unittest.cc282 TEST(NonAllocatingMapTest, OutOfSpace) { in TEST() argument
/external/protobuf/objectivec/
DGPBCodedOutputStream.m41 NSString *const GPBCodedOutputStreamException_OutOfSpace = @"OutOfSpace";