/external/libcxx/include/ |
D | atomic | 1166 atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT 1168 return __o->is_lock_free(); 1174 atomic_is_lock_free(const atomic<_Tp>* __o) _NOEXCEPT 1176 return __o->is_lock_free(); 1184 atomic_init(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT 1186 __c11_atomic_init(&__o->__a_, __d); 1192 atomic_init(atomic<_Tp>* __o, _Tp __d) _NOEXCEPT 1194 __c11_atomic_init(&__o->__a_, __d); 1202 atomic_store(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT 1204 __o->store(__d); [all …]
|
D | scoped_allocator | 247 __scoped_allocator_storage(_OuterA2&& __o, 249 : outer_allocator_type(_VSTD::forward<_OuterA2>(__o)), 341 __scoped_allocator_storage(const outer_allocator_type& __o, 575 scoped_allocator_adaptor(_OuterA2&& __o, 577 : base(_VSTD::forward<_OuterA2>(__o), __i) {}
|
D | ostream | 336 _Op __o(*this); 338 for (; __i != __eof; ++__i, ++__o, ++__c) 340 *__o = *__i; 341 if (__o.failed()) 896 _Op __o(*this); 897 *__o = __c; 898 if (__o.failed())
|
D | locale | 1466 char_type __o[2*(__nbuf-1) - 1]; 1469 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); 1470 // [__o, __oe) contains thousands_sep'd wide number 1472 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl); 1493 char_type __o[2*(__nbuf-1) - 1]; 1496 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); 1497 // [__o, __oe) contains thousands_sep'd wide number 1499 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl); 1520 char_type __o[2*(__nbuf-1) - 1]; 1523 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); [all …]
|
D | filesystem | 2396 __dir_element_proxy(__dir_element_proxy&& __o) 2397 : __elem_(_VSTD::move(__o.__elem_)) {} 2430 directory_iterator& operator=(directory_iterator&& __o) noexcept { 2432 if (this != &__o) { 2433 __imp_ = _VSTD::move(__o.__imp_); 2535 operator=(recursive_directory_iterator&& __o) noexcept { 2537 if (this != &__o) { 2538 __imp_ = _VSTD::move(__o.__imp_); 2539 __rec_ = __o.__rec_;
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_generated.h | 8766 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const CustomQuantizationT* __o; const … 8798 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const QuantizationParametersT* __o; co… 8841 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const TensorT* __o; const flatbuffers:… 8882 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const Conv2DOptionsT* __o; const flatb… 8923 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const Pool2DOptionsT* __o; const flatb… 8965 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const DepthwiseConv2DOptionsT* __o; co… 9005 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const ConcatEmbeddingsOptionsT* __o; c… 9035 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const LSHProjectionOptionsT* __o; cons… 9062 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const SVDFOptionsT* __o; const flatbuf… 9090 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const RNNOptionsT* __o; const flatbuff… [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | coalesce-esp.ll | 13 define void @_ZSt17__gslice_to_indexjRKSt8valarrayIjES2_RS0_(i32 %__o, %"struct.std::valarray<unsig…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | coalesce-esp.ll | 13 define void @_ZSt17__gslice_to_indexjRKSt8valarrayIjES2_RS0_(i32 %__o, %"struct.std::valarray<unsig…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | coalesce-esp.ll | 13 define void @_ZSt17__gslice_to_indexjRKSt8valarrayIjES2_RS0_(i32 %__o, %"struct.std::valarray<unsig…
|
/external/flatbuffers/tests/union_vector/ |
D | union_vector_generated.h | 463 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const AttackerT* __o; const flatbuffer… in CreateAttacker() member 492 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const MovieT* __o; const flatbuffers::… in CreateMovie() member 495 …ize(), [](size_t i, _VectorArgs *__va) { return static_cast<uint8_t>(__va->__o->characters[i].type… in CreateMovie() 496 …id>>(_o->characters.size(), [](size_t i, _VectorArgs *__va) { return __va->__o->characters[i].Pack… in CreateMovie()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 184 raw_string_ostream __o(__s); \ 186 __I->print(__o); \ 188 __o.flush(); \
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 183 raw_string_ostream __o(__s); \ 185 __I->print(__o); \ 187 __o.flush(); \
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 2292 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const InParentNamespaceT* __o; const f… 2317 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const MonsterT* __o; const flatbuffers… 2345 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const TestSimpleTableWithEnumT* __o; c… 2373 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const StatT* __o; const flatbuffers::r… 2403 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const ReferrableT* __o; const flatbuff… 2482 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const MonsterT* __o; const flatbuffers… 2493 …[](size_t i, _VectorArgs *__va) { return CreateMonster(*__va->__fbb, __va->__o->testarrayoftables[… 2517 …size_t i, _VectorArgs *__va) { return CreateReferrable(*__va->__fbb, __va->__o->vector_of_referrab… 2519 … return __va->__rehasher ? static_cast<uint64_t>((*__va->__rehasher)(__va->__o->vector_of_weak_ref… 2520 …size_t i, _VectorArgs *__va) { return CreateReferrable(*__va->__fbb, __va->__o->vector_of_strong_r… [all …]
|
D | monster_extra_generated.h | 187 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const MonsterExtraT* __o; const flatbu… in CreateMonsterExtra() member
|
/external/flatbuffers/samples/ |
D | monster_generated.h | 548 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const MonsterT* __o; const flatbuffers… 555 … [](size_t i, _VectorArgs *__va) { return CreateWeapon(*__va->__fbb, __va->__o->weapons[i].get(), … 591 …struct _VectorArgs { flatbuffers::FlatBufferBuilder *__fbb; const WeaponT* __o; const flatbuffers:…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 14d36c0b6ee723778cc9d7db6ff1b564.0003a861.honggfuzz.cov | 614 ����f��y~�0N��i��f�l(�__o���K`�j`>����u�}�|�
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 14d36c0b6ee723778cc9d7db6ff1b564.0003a861.honggfuzz.cov | 614 ����f��y~�0N��i��f�l(�__o���K`�j`>����u�}�|�
|