Home
last modified time | relevance | path

Searched defs:getNext (Results 1 – 25 of 1442) sorted by relevance

12345678910>>...58

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_node.h65 ilist_node_impl *getNext() { in getNext() function
73 const ilist_node_impl *getNext() const { in getNext() function
193 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function
205 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
H A Dilist_node_base.h29 ilist_node_base *getNext() const { return Next; } in getNext() function
43 ilist_node_base *getNext() const { return Next; } in getNext() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A Dilist_node.h66 ilist_node_impl *getNext() { in getNext() function
74 const ilist_node_impl *getNext() const { in getNext() function
194 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function
206 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
H A Dilist_node_base.h29 ilist_node_base *getNext() const { return Next; } in getNext() function
43 ilist_node_base *getNext() const { return Next; } in getNext() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node.h66 ilist_node_impl *getNext() { in getNext() function
73 const ilist_node_impl *getNext() const { in getNext() function
186 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function
196 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
H A Dilist_node_base.h30 ilist_node_base *getNext() const { return Next; } in getNext() function
44 ilist_node_base *getNext() const { return Next; } in getNext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
Dilist_node.h93 ilist_node_impl *getNext() { in getNext() function
101 const ilist_node_impl *getNext() const { in getNext() function
221 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function
233 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
Dilist_node_base.h29 ilist_node_base *getNext() const { return Next; } in getNext() function
43 ilist_node_base *getNext() const { return Next; } in getNext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
Dilist_node.h93 ilist_node_impl *getNext() { in getNext() function
101 const ilist_node_impl *getNext() const { in getNext() function
221 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function
233 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
Dilist_node_base.h29 ilist_node_base *getNext() const { return Next; } in getNext() function
43 ilist_node_base *getNext() const { return Next; } in getNext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
Dilist_node.h93 ilist_node_impl *getNext() { in getNext() function
101 const ilist_node_impl *getNext() const { in getNext() function
221 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function
233 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
Dilist_node_base.h29 ilist_node_base *getNext() const { return Next; } in getNext() function
43 ilist_node_base *getNext() const { return Next; } in getNext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
Dilist_node.h93 ilist_node_impl *getNext() { in getNext() function
101 const ilist_node_impl *getNext() const { in getNext() function
221 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { in getNext() function
233 getNext(const ilist_node_impl<OptionsT> &N) { in getNext() function
Dilist_node_base.h29 ilist_node_base *getNext() const { return Next; } in getNext() function
43 ilist_node_base *getNext() const { return Next; } in getNext() function
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageStream.java57 public ImageProxy getNext() throws InterruptedException, BufferQueueClosedException; in getNext() method
73 public ImageProxy getNext(long timeout, TimeUnit unit) throws InterruptedException, in getNext() method
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/async/
DBufferQueue.java39 public T getNext() throws InterruptedException, BufferQueueClosedException; in getNext() method
54 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method
DForwardingBufferQueue.java38 public T getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in ForwardingBufferQueue
43 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method in ForwardingBufferQueue
DCountableBufferQueue.java82 public T getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in CountableBufferQueue
89 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method in CountableBufferQueue
DConcurrentBufferQueue.java168 public T getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in ConcurrentBufferQueue
174 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method in ConcurrentBufferQueue
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMessage.java55 public abstract Message getNext(); in getNext() method in ShadowMessage
103 Message getNext(); in getNext() method
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
DDynamicRingBuffer.java131 public ImageProxy getNext() throws InterruptedException, BufferQueueClosedException { in getNext() method in DynamicRingBuffer
136 public ImageProxy getNext(long timeout, TimeUnit unit) throws InterruptedException, in getNext() method in DynamicRingBuffer
/aosp_15_r20/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp132 X *getNext() { return Next; } // expected-note {{declared private here}} in getNext() function in test2::ilist_node
139 static X *getNext(X *N) { return N->getNext(); } in getNext() function
147 static X *getNext(X *N) { return N->getNext(); } // \ in getNext() function
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java325 E getNext(); in getNext() method
365 public E getNext() { in getNext() method in MapMakerInternalMap.AbstractStrongKeyEntry
412 public StrongKeyStrongValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry
511 public StrongKeyWeakValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.StrongKeyWeakValueEntry.LinkedStrongKeyWeakValueEntry
604 public StrongKeyDummyValueEntry<K> getNext() { in getNext() method in MapMakerInternalMap.StrongKeyDummyValueEntry.LinkedStrongKeyDummyValueEntry
688 public E getNext() { in getNext() method in MapMakerInternalMap.AbstractWeakKeyEntry
717 public WeakKeyDummyValueEntry<K> getNext() { in getNext() method in MapMakerInternalMap.WeakKeyDummyValueEntry.LinkedWeakKeyDummyValueEntry
811 public WeakKeyStrongValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.WeakKeyStrongValueEntry.LinkedWeakKeyStrongValueEntry
912 public WeakKeyWeakValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.WeakKeyWeakValueEntry.LinkedWeakKeyWeakValueEntry
1018 public DummyInternalEntry getNext() { in getNext() method in MapMakerInternalMap.DummyInternalEntry
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java325 E getNext(); in getNext() method
365 public E getNext() { in getNext() method in MapMakerInternalMap.AbstractStrongKeyEntry
412 public StrongKeyStrongValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry
511 public StrongKeyWeakValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.StrongKeyWeakValueEntry.LinkedStrongKeyWeakValueEntry
604 public StrongKeyDummyValueEntry<K> getNext() { in getNext() method in MapMakerInternalMap.StrongKeyDummyValueEntry.LinkedStrongKeyDummyValueEntry
688 public E getNext() { in getNext() method in MapMakerInternalMap.AbstractWeakKeyEntry
717 public WeakKeyDummyValueEntry<K> getNext() { in getNext() method in MapMakerInternalMap.WeakKeyDummyValueEntry.LinkedWeakKeyDummyValueEntry
811 public WeakKeyStrongValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.WeakKeyStrongValueEntry.LinkedWeakKeyStrongValueEntry
912 public WeakKeyWeakValueEntry<K, V> getNext() { in getNext() method in MapMakerInternalMap.WeakKeyWeakValueEntry.LinkedWeakKeyWeakValueEntry
1018 public DummyInternalEntry getNext() { in getNext() method in MapMakerInternalMap.DummyInternalEntry
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A Dilist.h58 static NodeTy *getNext(NodeTy *N) { return N->getNext(); } in getNext() function
60 static const NodeTy *getNext(const NodeTy *N) { return N->getNext(); } in getNext() function

12345678910>>...58