Home
last modified time | relevance | path

Searched defs:_is (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_interp.h94 struct _is { struct
99 struct _ceval_state ceval;
101 PyInterpreterState *next;
103 int64_t id;
104 int64_t id_refcount;
105 int requires_idref;
106 PyThread_type_lock id_mutex;
116 long _whence;
122 int _initialized;
124 int _ready;
[all …]
/external/sdv/vsomeip/test/configuration_tests/
Dconfiguration-test.cpp89 ::testing::AssertionResult check(const T &_is, const T &_expected, const std::string &_test) { in check()