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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cache.c 220 PyObject* fmt_args; local
241 fmt_args = Py_BuildValue("OOO", prevkey, ptr->key, nextkey);
242 if (!fmt_args) {
247 Py_DECREF(fmt_args);
250 display_str = PyString_Format(template, fmt_args);
252 Py_DECREF(fmt_args);
  /external/toolchain-utils/crosperf/
results_report_unittest.py 212 fmt_args = mod_mock.call_args[1]
213 return self._GetTestOutput(**fmt_args)

Completed in 901 milliseconds