Home
last modified time | relevance | path

Searched defs:init_called (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_frombuffer.py8 init_called = False variable in X
Dtest_pickling.py9 init_called = 0 variable in X
/external/python/cpython3/Lib/ctypes/test/
Dtest_frombuffer.py8 init_called = False variable in X
Dtest_pickling.py9 init_called = 0 variable in X
/external/cronet/components/metrics/test/
Dtest_metrics_provider.h37 bool init_called() { return init_called_; } in init_called() function