/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist_base.h | 25 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) { in insertBeforeImpl() 35 node_base_type *Next = N.getNext(); in removeImpl() local 55 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl() 79 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() 88 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
|
D | ilist_node_base.h | 24 ilist_node_base *Next = nullptr; variable 28 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext() 38 ilist_node_base *Next = nullptr; variable 42 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 70 bool ArrayInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ArrayInputStream 123 bool ArrayOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::ArrayOutputStream 159 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream 218 bool LazyStringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::LazyStringOutputStream 266 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor 376 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
|
D | zero_copy_stream_impl.cc | 90 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream 193 bool FileOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::FileOutputStream 280 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream 324 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream 360 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream 426 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
|
D | gzip_stream.cc | 124 bool GzipInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::GzipInputStream 275 bool GzipOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::GzipOutputStream
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Recycler.h | 33 RecyclerStruct *Prev, *Next; member
|
D | Timer.h | 90 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable 170 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
|
D | Registry.h | 85 node *Next; variable 136 listener *Prev, *Next; variable
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Lcg.cs | 32 public uint Next() in Next() method in FlatBuffers.Test.Lcg
|
/external/regex-re2/util/ |
D | random.cc | 11 int32 ACMRandom::Next() { in Next() function in re2::ACMRandom
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_list.h | 36 struct rc_list * Next; member
|
/external/libchrome/base/files/ |
D | dir_reader_fallback.h | 21 bool Next() { return false; } in Next() function
|
/external/v8/src/profiler/ |
D | circular-queue-inl.h | 60 typename SamplingCircularQueue<T, L>::Entry* SamplingCircularQueue<T, L>::Next( in Next() function
|
/external/clang/test/CodeGen/ |
D | 2002-08-19-RecursiveLocals.c | 7 struct list *Next; member
|
/external/toolchain-utils/bestflags/ |
D | hill_climb_best_neighbor.py | 79 def Next(self, cache): member in HillClimbingBestBranch
|
D | iterative_elimination.py | 118 def Next(self, cache): member in IterativeEliminationGeneration
|
D | steering_test.py | 51 def Next(self, _): member in MockGeneration
|
/external/pdfium/xfa/fde/ |
D | cfx_chariter.cpp | 16 bool CFX_CharIter::Next(bool bPrev) { in Next() function in CFX_CharIter
|
/external/compiler-rt/lib/scudo/ |
D | scudo_utils.h | 44 u64 Next() { in Next() function
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 86 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable 174 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 1081 TentativeParseCCC(const Token &Next) { in TentativeParseCCC() 1215 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local 1268 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local 1677 const Token &Next = NextToken(); in isCXXFunctionDeclarator() local
|
/external/regex-re2/re2/testing/ |
D | string_generator.cc | 79 const StringPiece& StringGenerator::Next() { in Next() function in re2::StringGenerator
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps_linux.cc | 29 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, in Next() function in __sanitizer::MemoryMappingLayout
|
D | sanitizer_procmaps_freebsd.cc | 51 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, in Next() function in __sanitizer::MemoryMappingLayout
|
/external/c-ares/ |
D | ares_iphlpapi.h | 128 struct _IP_ADAPTER_UNICAST_ADDRESS *Next; member 146 struct _IP_ADAPTER_ANYCAST_ADDRESS *Next; member 158 struct _IP_ADAPTER_MULTICAST_ADDRESS *Next; member 170 struct _IP_ADAPTER_DNS_SERVER_ADDRESS *Next; member 182 struct _IP_ADAPTER_PREFIX *Next; member 195 struct _IP_ADAPTER_ADDRESSES *Next; member
|