Searched refs:previous (Results 176 - 200 of 356) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMap.java58 V previous = delegate.put(key, checkNotNull(entry.getValue()));
59 if (previous != null) {
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c987 the previous symbol: RHS[0] (always defined). */
3977 macro_t *macro, *previous;
3989 previous = hash_table_find (parser->defines, identifier);
3990 if (previous) {
3991 if (_macro_equal (macro, previous)) {
4009 macro_t *macro, *previous;
4020 previous = hash_table_find (parser->defines, identifier);
4021 if (previous) {
4022 if (_macro_equal (macro, previous)) {
3975 macro_t *macro, *previous; local
4007 macro_t *macro, *previous; local
H A Dglcpp-parse.y1650 macro_t *macro, *previous;
1662 previous = hash_table_find (parser->defines, identifier);
1663 if (previous) {
1664 if (_macro_equal (macro, previous)) {
1682 macro_t *macro, *previous;
1693 previous = hash_table_find (parser->defines, identifier);
1694 if (previous) {
1695 if (_macro_equal (macro, previous)) {
/external/guava/guava/src/com/google/common/collect/
H A DLists.java405 public T previous() {
406 return function.apply(delegate.previous());
831 forwardIterator.previous();
848 return forwardIterator.previous();
855 @Override public T previous() {
949 if (Objects.equal(element, listIterator.previous())) {
H A DTreeMultiset.java274 protected BstInOrderPath<Node<E>> computeNext(BstInOrderPath<Node<E>> previous) {
275 if (!previous.hasNext(direction)) {
278 BstInOrderPath<Node<E>> next = previous.next(direction);
H A DImmutableList.java468 return forward.previous();
475 @Override public E previous() {
H A DImmutableSet.java185 Object previous = elements[k];
186 uniqueElementsList.add(previous);
/external/icu4c/common/
H A Dustring.c857 (UTF_IS_TRAIL(c1) && (iter1->previous(iter1), UTF_IS_LEAD(iter1->previous(iter1))))
867 (UTF_IS_TRAIL(c2) && (iter2->previous(iter2), UTF_IS_LEAD(iter2->previous(iter2))))
890 * of their strings. Calling previous() on each does not move them to where
906 iter1->previous(iter1); /* ==c1 */
907 if(!UTF_IS_LEAD(iter1->previous(iter1))) {
H A Dnormlzr.cpp273 * Return the previous character in the normalized text and decrement
277 UChar32 Normalizer::previous() { function in class:Normalizer
316 return previous();
326 * {@link #next} and {@link #previous} iterate through characters in the
329 * <tt>previous</tt> and the indices passed to and returned from
/external/icu4c/test/intltest/
H A Dcitrtest.cpp75 virtual UChar previous(){return DONE;}; function in class:SCharacterIterator
444 c = iter.previous();
449 c=iter.previous();
451 errln("previous didn't return DONE at the beginning");
540 c = iter.previous();
804 c=iter->previous(iter);
805 c2=ci.previous();
1105 virtual UChar previous() { function in class:SubCharIter
H A Dtscoll.cpp416 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
482 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp275 p = c.previous();
339 VisiblePosition previous = c.previous(); local
340 if (isLastPositionBeforeTable(previous) && isEditablePosition(previous.deepEquivalent()))
341 return previous;
448 // Make sure the end of line is at the same line as the given input position. Else use the previous position to
454 visPos = c.previous();
530 // This containing editable block does not have a previous line.
531 // Need to move back to previous containin
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DListsTest.java666 assertEquals("4", iterator.previous());
667 assertEquals("3", iterator.previous());
668 assertEquals("2", iterator.previous());
670 assertEquals("1", iterator.previous());
674 iterator.previous();
H A DContiguousSetTest.java44 @Override public Integer previous(Integer value) {
45 return integers().previous(value);
/external/v8/src/
H A Dscopes.cc238 if (context->previous()->closure() != context->closure()) {
241 context = context->previous();
533 Scope* previous = NULL; local
541 previous = current;
543 } while (!previous->is_declaration_scope());
H A Dfactory.h171 Handle<Context> previous,
177 Handle<Context> previous,
182 Handle<Context> previous,
H A Dstore-buffer.cc154 Address previous = NULL; local
159 if (current != previous) {
164 previous = current;
/external/stlport/test/unit/
H A Dslist_test.cpp301 sl1.splice_after(sl1.before_begin(), sl1, sl1.begin(), sl1.previous(sl1.end()));
310 sl2.splice_after(sl2.before_begin(), sl2, sl2.before_begin(), sl2.previous(sl2.end()));
318 sl2.splice_after(sl2.previous(sl2.end()), sl2, sl2.before_begin(), slit);
/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp312 // We are also a reset counter and the previous reset was on a sibling renderer
319 // We are not a reset node or the previous reset must be on an ancestor of our owner renderer
334 // We are at the potential end of the search, but we had no previous sibling candidate
355 // We come here if the previous sibling or parent of our owner renderer had no
356 // good counter, or we are a reset node and the counter on the previous sibling
361 // We are searching descendants of a previous sibling of the renderer that the
366 // Since we had a suitable previous counter before, we should only consider this one as our
370 // We are no longer interested in previous siblings of the currentRenderer or their children
371 // as counters they may have attached cannot be the previous sibling of the counter we are placing.
527 CounterNode* previous; local
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_view.css121 .timeline-button.find-previous {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat25 REM Delete previous Eclipse installation and workspace
/external/libffi/src/powerpc/
H A Dppc_closure.S83 # stack in the previous frame
84 # i.e. the previous frame pointer + 8
/external/libffi/src/x86/
H A Dwin32.S57 # Return stack to previous state and call the function
170 # Return stack to previous state and call the function
/external/libvorbis/doc/
H A D01-introduction.tex303 \item overlap/add left-hand output of transform with right-hand output of previous frame
351 requirements, overlapped 50\% with the output of the previous frame and
372 knowing the sizes of the current, previous and next window. It is
494 of the previous window such that the 3/4 point of the previous window
497 center of the previous frame and the center of the current frame is
509 The overlapped portion produced from overlapping the previous and
511 This data spans from the center of the previous window to the center
523 from the center of the previous window to the center of the current
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DVectorTest.java998 Object previous = tVector.get(23);
1002 previous, result);
1005 previous = tVector.get(0);
1009 previous, result);

Completed in 735 milliseconds

1234567891011>>