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

  /external/python/dateutil/dateutil/parser/
isoparser.py 201 len_str = len(dt_str)
204 if len_str < 4:
210 if pos >= len_str:
218 if len_str - pos < 2:
224 if pos >= len_str:
236 if len_str - pos < 2:
319 len_str = len(timestr)
327 has_sep = len_str >= 3 and timestr[2:3] == self._TIME_SEP
329 while pos < len_str and comp < 5:
335 pos = len_str
    [all...]
  /external/python/oauth2client/oauth2client/contrib/
devshell.py 88 len_str, json_str = header.split('\n', 1)
89 to_read = int(len_str) - len(json_str)
  /external/python/oauth2client/tests/contrib/
test_devshell.py 191 len_str, result = header.split('\n', 1)
192 to_read = int(len_str) - len(result)
  /external/adhd/cras/src/server/
cras_alsa_ucm.c 169 size_t len_str = strlen(str);
171 if (len_suffix > len_str)
173 return strncmp(str + len_str - len_suffix, suffix, len_suffix) == 0;
  /external/python/cpython3/Lib/
datetime.py 278 len_str = len(tstr)
283 if (len_str - pos) < 2:
299 if pos < len_str:
305 len_remainder = len_str - pos
317 len_str = len(tstr)
318 if len_str < 2:
    [all...]
  /bootable/recovery/updater/
install.cpp 863 const std::string& len_str = args[1]; local
866 if (!android::base::ParseUint(len_str.c_str(), &len)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 4960 static PyObject *len_str; local
5170 static PyObject *nonzero_str, *len_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 4908 static PyObject *len_str; local
5118 static PyObject *nonzero_str, *len_str; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 5120 static PyObject *len_str; local
5330 static PyObject *nonzero_str, *len_str; local
    [all...]

Completed in 574 milliseconds