Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_frombuffer.py8 init_called = False variable in X
Dtest_pickling.py9 init_called = 0 variable in X
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_frombuffer.py8 init_called = False variable in X
H A Dtest_pickling.py9 init_called = 0 variable in X
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_frombuffer.py8 init_called = False variable in X
Dtest_pickling.py9 init_called = 0 variable in X
/aosp_15_r20/external/cronet/components/metrics/test/
H A Dtest_metrics_provider.h37 bool init_called() { return init_called_; } in init_called() function
/aosp_15_r20/external/cronet/base/process/
H A Dset_process_title_linux.cc139 static bool init_called = false; in setproctitle_init() local
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dbackend_integration_test.cpp349 bool init_called = false; in TEST_P() local