HomeSort by relevance Sort by last modified time
    Searched refs:printfunc (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/autotest/site_utils/bootperf-bin/
showbootdata 118 printfunc = perfprinter.PrintStatisticsSummary
121 printfunc = perfprinter.PrintRawData
123 printfunc = perfprinter.PrintStatisticsSummary
127 return printfunc
152 printfunc = _ProcessDisplayOptions(options)
155 if printfunc is None or keyset_type is None:
160 printfunc(resultsdir.ReadResultsDirectory,
  /external/python/cpython2/Doc/includes/
typestruct.h 9 printfunc tp_print;
  /external/python/cpython3/Doc/includes/
typestruct.h 9 printfunc tp_print;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
boolobject.c 156 (printfunc)bool_print, /* tp_print */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
boolobject.c 156 (printfunc)bool_print, /* tp_print */
  /external/python/cpython2/Objects/
boolobject.c 156 (printfunc)bool_print, /* tp_print */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 215 (printfunc)pysqlite_row_print, /* tp_print */
  /external/libpcap/
pcap-enet.c 48 readloop(int cnt, int if_fd, struct bpf_program *fp, printfunc printit)
  /external/python/cpython2/Modules/_sqlite/
row.c 242 (printfunc)pysqlite_row_print, /* tp_print */
  /external/python/cpython3/Modules/_sqlite/
row.c 238 (printfunc)pysqlite_row_print, /* tp_print */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /external/python/cpython2/Include/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /external/python/cpython3/Include/
object.h 323 users won't implement tp_print. However, not defining printfunc
326 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
354 printfunc tp_print;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 307 typedef int (*printfunc)(PyObject *, FILE *, int); typedef
332 printfunc tp_print;
    [all...]
  /external/python/cpython2/Mac/Modules/
icgluemodule.c 402 (printfunc)0, /*tp_print*/
MacOS.c 266 (printfunc)0, /*tp_print*/
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 479 (printfunc)0, /* tp_print */
895 (printfunc)0, /*tp_print*/
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_csv.c 469 (printfunc)0, /* tp_print */
881 (printfunc)0, /*tp_print*/
    [all...]
  /external/python/cpython2/Modules/
_csv.c 478 (printfunc)0, /* tp_print */
893 (printfunc)0, /*tp_print*/
    [all...]
  /external/python/cpython3/Modules/
_csv.c 478 (printfunc)0, /* tp_print */
919 (printfunc)0, /*tp_print*/
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 155 (printfunc) swig_varlink_print, /* tp_print */

Completed in 2399 milliseconds

1 2 3