Searched refs:_chain (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 45 std::swap(_chain, evs); in trigger_self() 69 std::swap(_chain, evs); in abort_self() 104 _chain.push_back(ev); in chain()
|
D | event.hpp | 93 std::vector<intrusive_ref<event>> _chain; member in clover::event
|
/external/python/cpython2/Lib/ |
D | collections.py | 25 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown 517 return _chain.from_iterable(_starmap(_repeat, self.iteritems()))
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 31 from itertools import repeat as _repeat, chain as _chain, starmap as _starmap unknown 577 return _chain.from_iterable(_starmap(_repeat, self.items()))
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 752 __sanitizer_FILE *_chain; member
|
D | sanitizer_platform_limits_posix.cc | 1255 CHECK_SIZE_AND_OFFSET(FILE, _chain);
|
/external/elfutils/tests/ |
D | run-show-die-info.sh | 636 Name : _chain
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 108 !52 = !DIDerivedType(tag: DW_TAG_member, name: "_chain", line: 292, size: 64, align: 64, offset: 83…
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 5112 struct _IO_FILE *_chain; member
|