Home
last modified time | relevance | path

Searched refs:get_counts (Results 1 – 6 of 6) sorted by relevance

/external/bcc/tools/lib/
Dustat.py107 def get_counts(self, bpf): member in Probe
255 counts.update(probe.get_counts(self.bpf))
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks_test.py84 def get_counts(self): member in MockCheckpointSaverListener
465 }, listener.get_counts())
485 listener_counts = listener.get_counts()
528 listener_counts = listener.get_counts()
560 listener1_counts = listener1.get_counts()
561 listener2_counts = listener2.get_counts()
666 }, listener.get_counts())
/external/python/cpython2/Python/
Dsysmodule.c794 extern PyObject *get_counts(void); in sys_getcounts()
796 return get_counts(); in sys_getcounts()
/external/python/cpython3/Python/
Dsysmodule.c1332 extern PyObject *get_counts(void); in sys_getcounts()
1334 return get_counts(); in sys_getcounts()
/external/python/cpython3/Objects/
Dobject.c123 get_counts(void) in get_counts() function
/external/python/cpython2/Objects/
Dobject.c112 get_counts(void) in get_counts() function