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

  /test/vts/utils/python/common/
list_utils.py 41 to_str=False,
49 to_str: bool, whether to convert output items in string.
62 do_str = lambda s: str(s) if to_str else s
100 to_str=True,
114 to_str: bool, whether to convert lines to string in result list.
146 to_str,
157 to_str=True,
171 to_str: bool, whether to convert lines to string in result list.
197 if to_str:
  /external/autotest/server/
site_log_time_diff.py 26 def __init__(self, from_str, to_str, start = None):
28 self.to_re = re.compile(to_str)
88 parser.add_option('--to', dest='to_str',
100 if not options.from_str or not options.to_str:
109 parser = StampParser(options.from_str, options.to_str, options.start)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 382 PyObject *to_str = PyObject_Str(item); local
385 if (to_str != NULL)
386 err_str = PyString_AS_STRING(to_str);
390 Py_XDECREF(to_str);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 73 def to_str(*args): function
74 return _qpol.to_str(*args)
75 to_str = _qpol.to_str variable
305 @QpolGenerator(_qpol.to_str)
355 @QpolGenerator(_qpol.to_str)
379 @QpolGenerator(_qpol.to_str)
531 @QpolGenerator(_qpol.to_str)
558 @QpolGenerator(_qpol.to_str)
    [all...]
qpol.i 79 const char * to_str(void *x) {
    [all...]
qpol_wrap.c 3045 const char * to_str(void *x) { function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 382 PyObject *to_str = PyObject_Str(item); local
385 if (to_str != NULL)
386 err_str = PyString_AS_STRING(to_str);
390 Py_XDECREF(to_str);
  /external/python/cpython2/Python/
_warnings.c 382 PyObject *to_str = PyObject_Str(item); local
385 if (to_str != NULL)
386 err_str = PyString_AS_STRING(to_str);
390 Py_XDECREF(to_str);
  /test/vts/runners/host/
base_test.py 218 to_str=False):
236 to_str: boolean, whether to convert the result object to string if not None.
245 """Check to_str option and convert to string if not None"""
246 if to_str and return_value is not None:
    [all...]

Completed in 491 milliseconds