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

  /bionic/benchmarks/
stdio_benchmark.cpp 245 const char* old_str = line; local
248 *start = strtoul(old_str, &str, 16);
249 if (old_str == str || *str++ != '-') return 0;
252 old_str = str;
253 *end = strtoul(old_str, &str, 16);
254 if (old_str == str || !std::isspace(*str++)) return 0;
271 old_str = str;
272 *offset = strtoul(old_str, &str, 16);
273 if (old_str == str || !std::isspace(*str)) return 0;
276 old_str = str
    [all...]
  /external/libcxx/utils/libcxx/sym_check/
diff.py 79 old_str = '\n OLD SYMBOL: %s' % old_sym
83 old_str, new_str))
  /external/tensorflow/tensorflow/python/ops/distributions/
distribution.py 110 def _update_docstring(old_str, append_str):
111 """Update old_str by inserting append_str just before the "Args:" section."""
112 old_str = old_str or ""
113 old_str_lines = old_str.split("\n")
129 return old_str + "\n\n" + append_str
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py 390 old_str = repr(c)
401 old_str)
    [all...]
  /external/python/cpython2/Lib/test/
test_cookielib.py 405 old_str = repr(c)
416 old_str)
    [all...]
  /external/python/cpython3/Lib/test/
test_http_cookiejar.py 453 old_str = repr(c)
464 old_str)
    [all...]

Completed in 373 milliseconds