Searched refs:previous (Results 226 - 250 of 356) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractListMultimapTest.java258 assertEquals(3, iterator.previous().intValue());
259 assertEquals(1, iterator.previous().intValue());
/external/protobuf/editors/
H A Dproto.vim43 " previous lines on it.
/external/v8/src/
H A Dd8-posix.cc549 int previous = umask(mask); local
550 return Number::New(previous);
H A Dcontexts.h184 // [ previous ] A pointer to the previous context. It is NULL for
308 Context* previous() { function in class:v8::internal::Context
/external/webkit/Source/WebCore/dom/
H A DNode.h242 void setPreviousSibling(Node* previous) { m_previous = previous; } argument
255 // Returns the previous leaf node or 0 if there are no more.
370 // removed from its previous scope. Do not use to change documents.
641 // removed from its previous document.
/external/chromium/chrome/browser/resources/
H A Dmenu.js625 var previous = this.scrollTop;
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py947 response.previous = old_response
1069 response.previous = Response(info)
1070 response.previous.fromcache = True
1176 previous = None variable in class:Response
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DHelpers.java118 return listIter.previous();
/external/icu4c/i18n/
H A Dcoleitr.cpp142 * Get the ordering priority of the previous collation element in the string.
144 * @return the previous element's ordering. Returns NULLORDER if an error has
147 int32_t CollationElementIterator::previous(UErrorCode& status) function in class:CollationElementIterator
/external/icu4c/test/intltest/
H A Dtstnorm.cpp518 for (ch = iter->last(); ch != iter->DONE; ch = iter->previous()) {
606 UChar32 previous() { function in class:UChar32Iterator
651 c1=iter.previous();
652 c2=iter32.previous();
745 // - for previous(), 0 for current(), + for next()
/external/libffi/src/powerpc/
H A Dlinux64_closure.S87 # in the previous frame
/external/libvorbis/doc/
H A D02-bitpacking.tex73 is written at the bit position at which the previous field ends.
240 integer after a previous read sets 'end-of-packet' shall also fail
H A D04-codec.tex579 of the previous window such that the 3/4 point of the previous window
582 produced from overlapping the previous and current frame data is
584 center of the previous window to the center of the current window. In
596 from the center (element windowsize/2) of the previous window to the
/external/libvpx/examples/includes/geshi/geshi/
H A Dabap.php26 * of the previous highlight.
/external/llvm/lib/Support/
H A Dregengine.inc309 const char *oldssp; /* previous ssp */
691 int lastc; /* previous c */
776 int lastc; /* previous c */
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ikbdinterrupt.S128 | Restore previous MFP registers
/external/webkit/Source/WebCore/editing/
H A DInsertParagraphSeparatorCommand.cpp45 // pasting, it's easy to have each new line be a div deeper than the previous. E.g., in the case
254 // similar case where previous position is in another, presumeably nested, block.
255 if (isFirstInBlock || !inSameBlock(visiblePos, visiblePos.previous())) {
H A Dhtmlediting.cpp270 p = p.previous(Character);
456 if (isTableElement(n) && vPos == lastInElement.previous())
774 // Make sure there is no visible content between this li and the previous list
1027 newSelection = VisibleSelection(startOfSelection, endOfSelection.previous(CannotCrossEditingBoundary));
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp401 char16 previous = SafePreviousChar(it_, begin_); local
402 if (IsAsciiDigit(previous)) {
412 char16 last_digit = previous;
/external/libvpx/nestegg/src/
H A Dnestegg.c266 struct list_node * previous; member in struct:list_node
759 for (; ancestor; ancestor = ancestor->previous)
785 item->previous = ctx->ancestor;
797 ctx->ancestor = item->previous;
1020 } else if (ne_is_ancestor_element(id, ctx->ancestor->previous)) {
/external/libpng/
H A DCHANGES106 since it didn't work in previous versions of libpng anyways
281 Minor changes to previous minor changes to pngtest.c
1043 Updated various makefiles so "make clean" does not remove previous major
1207 Revised makefiles to not remove previous minor versions of shared libraries.
2124 the previous call.
2302 Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
2526 previous versions, the "lang" and "lang_key" members will be assumed
2527 to be omitted from previous versions unless the current libpng
2530 been building previous versions with PNG_iTXt_SUPPORTED as well.
2535 previous version
[all...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.mm111 mach_port_t previous;
113 CFMachPortGetPort(m_deadNameNotificationPort.get()), MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous);
114 ASSERT(previous == MACH_PORT_NULL);
/external/stlport/stlport/stl/
H A D_slist.h458 iterator previous(const_iterator __pos) { function in class:slist
461 const_iterator previous(const_iterator __pos) const { function in class:slist
893 _M_iter = __x.previous(__i);
/external/webkit/Source/WebCore/inspector/front-end/
H A DElementsTreeOutline.js1075 var previous = element.previousSibling;
1076 if (!previous || previous.nodeType !== Node.TEXT_NODE)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractListTest.java102 assertTrue("Should not have previous", !lit.hasPrevious());
107 tempValue = (Integer) lit.previous();

Completed in 2568 milliseconds

1234567891011>>