Searched refs:_State (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
D | _time.py | 44 class _State(object): class 131 self._state = _State() 194 self._state = _State()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/ |
D | _cancel_many_calls_test.py | 38 class _State(object): class 159 state = _State()
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | transformer.py | 134 class _State(object): class 235 self.state = _State()
|
/external/python/cpython2/Parser/ |
D | spark.py | 87 class _State: class 246 s0 = _State(0, []) 374 K, NK = _State(k, kitems), _State(k+1, [])
|
/external/libcxx/include/ |
D | future | 1431 typedef __assoc_state_alloc<_Rp, _Alloc> _State; 1432 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1435 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1)); 1436 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0); 1593 typedef __assoc_state_alloc<_Rp&, _Alloc> _State; 1594 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1597 unique_ptr<_State, _D2> __hold(__a.allocate(1), _D2(__a, 1)); 1598 ::new(static_cast<void*>(_VSTD::addressof(*__hold.get()))) _State(__a0); 1723 typedef __assoc_sub_state_alloc<_Alloc> _State; 1724 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; [all …]
|
D | iosfwd | 189 template <class _State> class _LIBCPP_TEMPLATE_VIS fpos;
|
/external/freetype/ |
D | ChangeLog.21 | 8568 s/Unknown|Ascending|Descending|Flat/\1_State/.
|