Searched refs:previous (Results 276 - 300 of 550) sorted by relevance

<<11121314151617181920>>

/external/iw/
H A Devent.c308 unsigned long long usecs, previous; local
310 previous = 1000000ULL * args->ts.tv_sec + args->ts.tv_usec;
318 usecs -= previous;
/external/v8/src/
H A Dcontexts.cc76 current = current->previous();
129 current = current->previous();
372 // 3. Prepare to continue with the previous (next outermost) context.
378 context = Handle<Context>(context->previous(), isolate);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc537 // If the same span exists on the previous row then skip it, as we've
538 // already returned this span merged into the previous one, via
557 Rows::const_iterator previous; local
560 previous = bottom_row;
563 previous->second->bottom == bottom_row->second->top &&
/external/v8/src/runtime/
H A Druntime-scopes.cc881 DCHECK(context->previous() == isolate->context());
894 Context* previous = isolate->context(); local
895 context->set_previous(previous);
896 context->set_closure(previous->closure());
897 context->set_native_context(previous->native_context());
901 previous->script_context()->set(index, *context);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_ppc64.S15 .previous
158 .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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationTest.java132 while ((o = iter.previous()) != CollationElementIterator.NULLORDER) {
165 while ((o = iter.previous()) != CollationElementIterator.NULLORDER) {
465 int previous() { method in class:CollationTest.CodePointIterator
496 int c2 = cpi.previous();
521 int c2 = cpi.previous();
584 long previous = lowerLimit;
596 if (!(previous < w && w < upperLimit)) {
603 + Utility.hex(previous) + " and "
1535 + " Collator(" + norm + ").compare(previous, current) wrong order: "
1547 + " Collator(" + norm + ").compare(current, previous) wron
[all...]
/external/icu/icu4c/source/common/
H A Dnormlzr.cpp272 * Return the previous character in the normalized text and decrement
276 UChar32 Normalizer::previous() { function in class:Normalizer
315 return previous();
325 * {@link #next} and {@link #previous} iterate through characters in the
328 * <tt>previous</tt> and the indices passed to and returned from
H A Dubrk.cpp206 return ((BreakIterator*)bi)->previous();
H A Duchriter.cpp176 UCharCharacterIterator::previous() { function in class:UCharCharacterIterator
H A Duiter.cpp433 return ((CharacterIterator *)(iter->context))->previous();
1040 if(U16_IS_LEAD(c2=iter->previous(iter))) {
1072 c=iter->previous(iter);
1074 if(U16_IS_LEAD(c2=iter->previous(iter))) {
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp400 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
466 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java128 while ((o = iter.previous()) != CollationElementIterator.NULLORDER) {
161 while ((o = iter.previous()) != CollationElementIterator.NULLORDER) {
461 int previous() { method in class:CollationTest.CodePointIterator
492 int c2 = cpi.previous();
517 int c2 = cpi.previous();
580 long previous = lowerLimit;
592 if (!(previous < w && w < upperLimit)) {
599 + Utility.hex(previous) + " and "
1531 + " Collator(" + norm + ").compare(previous, current) wrong order: "
1543 + " Collator(" + norm + ").compare(current, previous) wron
[all...]
/external/jetty/src/java/org/eclipse/jetty/security/
H A DSecurityHandler.java246 * @return previous value
603 // TODO recover previous from threadlocal (or similar)
604 Object previous=null;
605 identity_service.disassociate(previous);
/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/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y1747 macro_t *macro, *previous;
1760 previous = hash_table_find (parser->defines, identifier);
1761 if (previous) {
1762 if (_macro_equal (macro, previous)) {
1780 macro_t *macro, *previous;
1792 previous = hash_table_find (parser->defines, identifier);
1793 if (previous) {
1794 if (_macro_equal (macro, previous)) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DPKIXCertPath.java282 v.add(toASN1Object((X509Certificate)iter.previous()));
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc118 // If lb is not the first block, check the previous block for aliasing.
120 ParameterMap::iterator previous = lb; local
121 --previous;
122 CheckForNoAliasing(previous->first,
123 previous->second->Size(),
728 // Evaluate::Evaluate method needs its input as such. The previous
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dinputstream.py205 # number of (complete) lines in previous chunks
207 # number of columns in the last line of the previous chunk
594 def previous(self): member in class:EncodingBytes
756 data.previous()
764 data.previous()
808 data.previous()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java168 public int previous() { method in class:SimpleFilteredSentenceBreakIterator
170 throw new UnsupportedOperationException("previous() is not yet implemented");
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBreakTransliterator.java296 * Implements CharacterIterator.previous() for String.
297 * @see CharacterIterator#previous
299 public char previous() method in class:BreakTransliterator.ReplaceableCharacterIterator
H A DSearchIterator.java160 * DONE is returned by previous() and next() after all valid matches have
162 * @see #previous
174 * This method clears any previous match.
270 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
280 * @see #previous
300 * to {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
308 * @see #previous
340 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
349 * @see #previous
399 // setIndex (setOffset in C) has been called or that previous ra
434 public int previous() { method in class:SearchIterator
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITest.java345 p = rbbi.previous();
348 errln("previous() failed to move backward: previous() on position "
356 errln("previous() returned DONE prematurely: offset was "
499 offset = iterator.previous();
547 while ((position = b.previous())!= BreakIterator.DONE) {
654 offset = brkIter.previous();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DSearchIterator.java163 * DONE is returned by previous() and next() after all valid matches have
165 * @see #previous
178 * This method clears any previous match.
278 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
288 * @see #previous
310 * to {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
318 * @see #previous
353 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
362 * @see #previous
414 // setIndex (setOffset in C) has been called or that previous ra
450 public int previous() { method in class:SearchIterator
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java166 public int previous() { method in class:SimpleFilteredSentenceBreakIterator
168 throw new UnsupportedOperationException("previous() is not yet implemented");

Completed in 1950 milliseconds

<<11121314151617181920>>