/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ilist_node.h | 65 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 D | ilist_node_base.h | 29 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 D | ilist_node.h | 66 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 D | ilist_node_base.h | 29 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 D | ilist_node.h | 66 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 D | ilist_node_base.h | 30 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/ |
D | ilist_node.h | 93 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
|
D | ilist_node_base.h | 29 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/ |
D | ilist_node.h | 93 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
|
D | ilist_node_base.h | 29 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/ |
D | ilist_node.h | 93 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
|
D | ilist_node_base.h | 29 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/ |
D | ilist_node.h | 93 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
|
D | ilist_node_base.h | 29 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/ |
D | ImageStream.java | 57 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/ |
D | BufferQueue.java | 39 public T getNext() throws InterruptedException, BufferQueueClosedException; in getNext() method 54 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException, in getNext() method
|
D | ForwardingBufferQueue.java | 38 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
|
D | CountableBufferQueue.java | 82 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
|
D | ConcurrentBufferQueue.java | 168 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 D | ShadowMessage.java | 55 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/ |
D | DynamicRingBuffer.java | 131 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 D | p1.cpp | 132 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 D | MapMakerInternalMap.java | 325 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 D | MapMakerInternalMap.java | 325 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 D | ilist.h | 58 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
|