Home
last modified time | relevance | path

Searched refs:is_imported (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_symtable.py146 self.assertTrue(self.top.lookup("sys").is_imported())
/external/python/cpython2/Lib/
Dsymtable.py201 def is_imported(self): member in Symbol
/external/python/cpython3/Lib/
Dsymtable.py213 def is_imported(self): member in Symbol
/external/python/cpython3/Doc/library/
Dsymtable.rst135 .. method:: is_imported()
/external/python/cpython3/Lib/test/
Dtest_symtable.py188 self.assertTrue(self.top.lookup("sys").is_imported())
/external/python/cpython2/Doc/library/
Dsymtable.rst139 .. method:: is_imported()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c219 bool is_imported, bool is_scanout, bool is_flushed_depth, in si_init_surface() argument
241 (ptex->bind & PIPE_BIND_SHARED) || is_imported) { in si_init_surface()
289 if (!is_imported && (sscreen->debug_flags & DBG(NO_DCC))) in si_init_surface()
302 if (is_imported) in si_init_surface()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c203 bool is_imported, in r600_init_surface() argument
244 if (is_imported) in r600_init_surface()