HomeSort by relevance Sort by last modified time
    Searched refs:defstr (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/e2fsck/
util.c 193 const char *defstr; local
213 defstr = _(_("<y>"));
215 defstr = _(_("<n>"));
217 defstr = _(" (y/n)");
227 log_out(ctx, "%s%s%s? ", string, extra_prompt, defstr);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 3856 defstr = ("def %(key)s%(pl1)s: return _getscreen().%(key)s%(pl2)s" % variable
3866 defstr = ("def %(key)s%(pl1)s: return _getpen().%(key)s%(pl2)s" % variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 3856 defstr = ("def %(key)s%(pl1)s: return _getscreen().%(key)s%(pl2)s" % variable
3866 defstr = ("def %(key)s%(pl1)s: return _getpen().%(key)s%(pl2)s" % variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 3856 defstr = ("def %(key)s%(pl1)s: return _getscreen().%(key)s%(pl2)s" % variable
3866 defstr = ("def %(key)s%(pl1)s: return _getpen().%(key)s%(pl2)s" % variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 3856 defstr = ("def %(key)s%(pl1)s: return _getscreen().%(key)s%(pl2)s" % variable
3866 defstr = ("def %(key)s%(pl1)s: return _getpen().%(key)s%(pl2)s" % variable
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 593 const char *defstr = (i == (num_encoder - 1)) ? "(default)" : ""; local
595 vpx_codec_iface_name(encoder->codec_interface()), defstr);
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /external/python/cpython3/Lib/
turtle.py     [all...]

Completed in 762 milliseconds