/external/libgdx/gdx/test/com/badlogic/gdx/utils/ |
D | QueueTest.java | 22 q.addLast(j); in resizableQueueTest() 49 q.addLast(42); in resizableQueueTest() 104 q.addLast(j); in getTest() 132 q.addLast(j); in removeTest() 148 q.addLast(j); in removeTest() 160 q.addLast(j); in removeTest() 174 q.addLast(j); in indexOfTest() 183 q.addLast(j); in indexOfTest() 194 q.addLast(j); in iteratorTest() 220 q.addLast(j); in iteratorTest() [all …]
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | TreeTraverser.java | 81 stack.addLast(Iterators.singletonIterator(checkNotNull(root))); 98 stack.addLast(childItr); 141 stack.addLast(expand(root)); 150 stack.addLast(expand(child));
|
D | BinaryTreeTraverser.java | 110 stack.addLast(new InOrderNode<T>(root)); 131 stack.addLast(new InOrderNode<T>(node.get()));
|
/external/guava/guava/src/com/google/common/collect/ |
D | TreeTraverser.java | 89 stack.addLast(Iterators.singletonIterator(checkNotNull(root))); 106 stack.addLast(childItr); 149 stack.addLast(expand(root)); 158 stack.addLast(expand(child));
|
D | BinaryTreeTraverser.java | 104 stack.addLast(root); 140 stack.addLast(root); 186 stack.addLast(root); 209 stack.addLast(node.get());
|
D | ForwardingDeque.java | 51 public void addLast(E e) { in addLast() method in ForwardingDeque 52 delegate().addLast(e); in addLast()
|
D | Synchronized.java | 1648 public void addLast(E e) { 1650 delegate().addLast(e);
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | NettyHttpClient.java | 75 pipeline.addLast("ssl", new SslHandler(engine)); in prepare() 78 pipeline.addLast("codec", new HttpClientCodec()); in prepare() 79 pipeline.addLast("inflater", new HttpContentDecompressor()); in prepare() 80 pipeline.addLast("handler", new HttpChannel(channel)); in prepare()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | SimpleXYSeries.java | 229 public void addLast(Number x, Number y) { in addLast() method in SimpleXYSeries 233 xVals.addLast(x); in addLast() 235 yVals.addLast(y); in addLast()
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | OrientationSensorExampleActivity.java | 239 azimuthHistorySeries.addLast(null, sensorEvent.values[0]); in onSensorChanged() 240 pitchHistorySeries.addLast(null, sensorEvent.values[1]); in onSensorChanged() 241 rollHistorySeries.addLast(null, sensorEvent.values[2]); in onSensorChanged()
|
D | TouchZoomExampleActivity.java | 110 series.addLast(i, r.nextInt(max)); in populateSeries()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedDequeTest.java | 159 public void addLast(E e) { in addLast() method in SynchronizedDequeTest.TestDeque 161 delegate.addLast(e); in addLast() 279 create().addLast("e"); in testHoldsLockOnAllOperations()
|
D | ForwardingDequeTest.java | 57 forward.addLast("asdf"); in testAddLast_T()
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | Ordering.java | 234 _beforeOthers.addLast(r); in addBeforeOthers() 239 _afterOthers.addLast(r); in addAfterOthers() 244 _noOthers.addLast(r); in addNoOthers()
|
/external/testng/src/main/java/org/testng/internal/ |
D | Graph.java | 228 queue.addLast(o); in findPredecessors() 234 queue.addLast(obj); in findPredecessors()
|
/external/nist-sip/java/javax/sip/message/ |
D | Message.java | 18 void addLast(Header header) throws SipException, NullPointerException; in addLast() method
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
D | ReportGenerator.java | 127 m_queue.addLast(pkg); in visit() 153 m_queue.addLast(srcORcls); in visit()
|
/external/apache-http/android/src/android/net/http/ |
D | Connection.java | 247 pipe.addLast(req); in processRequests() 255 pipe.addLast(req); in processRequests()
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
D | ReportGenerator.java | 191 if (deeper) m_queue.addLast (pkg); in visit() 240 if (deeper) m_queue.addLast (srcORcls); in visit()
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | SimpleXYSeriesTest.java | 103 series.addLast(22, 33); in testPushPopStuff()
|
/external/emma/tools/java/com/vladium/tools/ |
D | ClassDep.java | 173 queue.addLast (classDepVMName); in getDependencies()
|
/external/emma/core/java12/com/vladium/logging/ |
D | Logger.java | 341 stack.addLast (ctx); in push()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Queue.java | 64 public void addLast (T object) { in addLast() method in Queue
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 302 if (deeper) m_queue.addLast (pkg); in visit() 419 if (deeper) m_queue.addLast (srcORcls); in visit()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 1731 public void addLast(Header header) throws SipException, NullPointerException { in addLast() method in SIPMessage
|