Home
last modified time | relevance | path

Searched refs:push_source (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/decode/scripts/
Dparse-submits.lua38 function push_source(fmt, w, h, samples, base, flag) function
252 push_source(pkt[0].FMT,
286 push_source(r.SP_2D_SRC_FORMAT.COLOR_FORMAT,
/external/python/cpython2/Lib/
Dshlex.py65 def push_source(self, newstream, newfile=None): member in shlex
103 self.push_source(newstream, newfile)
/external/python/cpython3/Lib/
Dshlex.py78 def push_source(self, newstream, newfile=None): member in shlex
116 self.push_source(newstream, newfile)
/external/python/cpython2/Doc/library/
Dshlex.rst128 For more explicit control of source stacking, use the :meth:`push_source` and
132 .. method:: shlex.push_source(stream[, filename])
/external/python/cpython3/Doc/library/
Dshlex.rst182 For more explicit control of source stacking, use the :meth:`push_source` and
186 .. method:: shlex.push_source(newstream, newfile=None)