Home
last modified time | relevance | path

Searched defs:add_namespace (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/rutabaga_gfx/src/
Dsnapshot.rs32 pub fn add_namespace(&self, name: &str) -> RutabagaResult<Self> { in add_namespace() method
/external/crosvm/snapshot/src/
Dlib.rs127 pub fn add_namespace(&self, name: &str) -> Result<Self> { in add_namespace() method
/external/angle/scripts/
Dgenerate_entry_points.py2725 def add_namespace(param_type): function