HomeSort by relevance Sort by last modified time
    Searched defs:getNext (Results 251 - 275 of 1101) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
LogWrapper.java 32 public LogNode getNext() {
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
LogWrapper.java 32 public LogNode getNext() {
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
LogWrapper.java 32 public LogNode getNext() {
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
LogWrapper.java 32 public LogNode getNext() {
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogWrapper.java 32 public LogNode getNext() {
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogWrapper.java 32 public LogNode getNext() {
  /external/clang/include/clang/Sema/
ObjCMethodList.h 40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
  /external/llvm/include/llvm/ADT/
ilist_node.h 54 NodeTy *getNext() { return Next; }
55 const NodeTy *getNext() const { return Next; }
  /external/llvm/include/llvm/CodeGen/
RegAllocRegistry.h 43 RegisterRegAlloc *getNext() const {
44 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext();
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp 52 bool DIADataStream::getNext(RecordType &Record) {
DIAEnumDebugStreams.cpp 38 std::unique_ptr<IPDBDataStream> DIAEnumDebugStreams::getNext() {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ilist_node.h 47 NodeTy *getNext() { return Next; }
48 const NodeTy *getNext() const { return Next; }
62 if (!Prev->getNext())
73 if (!Prev->getNext())
81 NodeTy *Next = getNext();
84 if (!Next->getNext())
92 const NodeTy *Next = getNext();
95 if (!Next->getNext())
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegAllocRegistry.h 45 RegisterRegAlloc *getNext() const {
46 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext();
SchedulerRegistry.h 49 RegisterScheduler *getNext() const {
50 return (RegisterScheduler *)MachinePassRegistryNode::getNext();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node_base.h 30 ilist_node_base *getNext() const { return Next; }
44 ilist_node_base *getNext() const { return Next; }
  /packages/apps/Camera2/src/com/android/camera/async/
BufferQueue.java 39 public T getNext() throws InterruptedException, BufferQueueClosedException;
54 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException,
ForwardingBufferQueue.java 38 public T getNext() throws InterruptedException, BufferQueueClosedException {
39 return mDelegate.getNext();
43 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException,
45 return mDelegate.getNext(timeout, unit);
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageStream.java 57 public ImageProxy getNext() throws InterruptedException, BufferQueueClosedException;
73 public ImageProxy getNext(long timeout, TimeUnit unit) throws InterruptedException,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 30 ilist_node_base *getNext() const { return Next; }
44 ilist_node_base *getNext() const { return Next; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocRegistry.h 43 RegisterRegAlloc *getNext() const {
44 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ObjCMethodList.h 40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ilist_node_base.h 30 ilist_node_base *getNext() const { return Next; }
44 ilist_node_base *getNext() const { return Next; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
RegAllocRegistry.h 43 RegisterRegAlloc *getNext() const {
44 return (RegisterRegAlloc *)MachinePassRegistryNode::getNext();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ObjCMethodList.h 40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }

Completed in 1131 milliseconds

<<11121314151617181920>>