HomeSort by relevance Sort by last modified time
    Searched refs:previous (Results 201 - 225 of 1135) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/main/java/java/lang/
CaseMapper.java 91 char previous = value[index - 1]; local
92 if (!(Character.isLowerCase(previous) || Character.isUpperCase(previous) || Character.isTitleCase(previous))) {
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 58 * {@code first()}, {@code last()}, {@code next()}, and {@code previous()} that
71 * beginning of the text and the user calls {@code previous()}.</li>
139 * for (int start = boundary.previous(); start != BreakIterator.DONE; end = start, start = boundary
140 * .previous()) {
167 * int start = boundary.previous();
180 * int start = boundary.previous();
228 * This constant is returned by iterate methods like {@code previous()} or
444 * Sets this iterator's current position to the previous boundary before the
450 public abstract int previous(); method in class:BreakIterator
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 355 String previous = ""; //$NON-NLS-1$ local
359 if (previous.equals("*")) { //$NON-NLS-1$
364 if (previous.equals("?")) start++; //$NON-NLS-1$
369 previous = token;
371 if (previous.equals("*")) { //$NON-NLS-1$
373 } else if (previous.equals("?")) { //$NON-NLS-1$
376 return this.name.endsWith(previous);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java 364 String previous = ""; //$NON-NLS-1$ local
368 if (previous.equals("*")) { //$NON-NLS-1$
373 if (previous.equals("?")) start++; //$NON-NLS-1$
378 previous = token;
380 if (previous.equals("*")) { //$NON-NLS-1$
382 } else if (previous.equals("?")) { //$NON-NLS-1$
385 return name.endsWith(previous);
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 377 HashEntry<K, V> previous = null; local
381 if (previous == null) {
384 previous.next = entry.next;
389 previous = entry;
621 * @return the previous value
739 ReferenceEntry<K, V> previous; field in class:AbstractReferenceMap.ReferenceIteratorBase
800 previous = entry;
806 return previous;
811 return previous;
820 if (previous == null)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder.py 306 previous = type('previous', (object,), {'stat': None, 'graph': None})
316 if version_stat == previous.stat:
317 version_graph = previous.graph
329 previous.stat = version_stat
330 previous.graph = version_graph
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractSequentialListTest.java 91 public Object previous() { method in class:AbstractSequentialListTest.Mock_unsupportedListIterator
130 public E previous() { method in class:AbstractSequentialListTest.Mock_ListIterator
333 public Object previous() {
448 public Object previous() {
521 public Object previous() {
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 735 * Gets the previous entry in the recency list.
740 * Sets the previous entry in the recency list.
742 void setPreviousExpirable(ReferenceEntry<K, V> previous);
761 * Gets the previous entry in the recency list.
766 * Sets the previous entry in the recency list.
768 void setPreviousEvictable(ReferenceEntry<K, V> previous);
819 public void setPreviousExpirable(ReferenceEntry<Object, Object> previous) {}
835 public void setPreviousEvictable(ReferenceEntry<Object, Object> previous) {}
890 public void setPreviousExpirable(ReferenceEntry<K, V> previous) {
910 public void setPreviousEvictable(ReferenceEntry<K, V> previous) {
1047 ValueReference<K, V> previous = this.valueReference; local
1301 ValueReference<K, V> previous = this.valueReference; local
1559 ValueReference<K, V> previous = this.valueReference; local
3219 ReferenceEntry<K, V> previous = e.getPreviousEvictable(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_query.c 101 query->buffer.previous = qbuf;
222 for (qbuf = &query->buffer; qbuf; qbuf = qbuf->previous) {
232 for (qbuf = &query->buffer; qbuf; qbuf = qbuf->previous) {
302 struct r600_query_buffer *prev = rquery->buffer.previous;
307 prev = prev->previous;
339 struct r600_query_buffer *prev = rquery->buffer.previous;
349 prev = prev->previous;
362 rquery->buffer.previous = NULL;
508 for (qbuf = &rquery->buffer; qbuf; qbuf = qbuf->previous) {
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 101 query->buffer.previous = qbuf;
222 for (qbuf = &query->buffer; qbuf; qbuf = qbuf->previous) {
232 for (qbuf = &query->buffer; qbuf; qbuf = qbuf->previous) {
302 struct r600_query_buffer *prev = rquery->buffer.previous;
307 prev = prev->previous;
339 struct r600_query_buffer *prev = rquery->buffer.previous;
349 prev = prev->previous;
362 rquery->buffer.previous = NULL;
508 for (qbuf = &rquery->buffer; qbuf; qbuf = qbuf->previous) {
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.c 193 context_list->previous = ac;
195 ac->previous = NULL;
232 if (ac->previous) {
233 ac->previous->next = ac->next;
240 ac->next->previous = ac->previous;
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 193 context_list->previous = ac;
195 ac->previous = NULL;
232 if (ac->previous) {
233 ac->previous->next = ac->next;
240 ac->next->previous = ac->previous;
  /art/runtime/
indirect_reference_table.h 137 const mirror::Object* previous[kIRTPrevCount]; member in struct:art::IndirectRefSlot
169 * becomes the new top index, and the value stored in the previous frame
361 pSlot->previous[pSlot->serial % kIRTPrevCount] = obj;
  /developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 67 * {@link android.widget.Button} to move to the previous page.
90 mButtonPrevious = (Button) view.findViewById(R.id.previous);
208 case R.id.previous: {
209 // Move to the previous page
  /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 67 * {@link android.widget.Button} to move to the previous page.
90 mButtonPrevious = (Button) view.findViewById(R.id.previous);
208 case R.id.previous: {
209 // Move to the previous page
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
requireprovidesorter.py 133 i = i.previous
147 insert_after = tokens[0].previous
232 # If the previous line starts with a comment, presume that the comment
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_util.js 7 * next (or previous) character, word, sentence, line, or paragraph,
210 * @return {?string} The previous character, or null if the top of the
246 // Return the previous character from this leaf node.
251 // Move to the previous sibling, going up the tree as necessary.
253 // Try to move to the previous sibling.
367 * Finds the previous character, starting from startCursor. Upon exit,
368 * startCursor and endCursor will surround the previous character.
381 * @return {?string} The previous char, or null if the top of the
487 * Finds the previous word, starting from startCursor. Upon exit, startCursor
488 * and endCursor will surround the previous word. A word is defined to b
    [all...]
  /external/chromium_org/device/hid/
hid_report_descriptor_item.h 133 HidReportDescriptorItem* previous);
138 // Previous element in report descriptor.
140 HidReportDescriptorItem* previous() const { function in class:device::HidReportDescriptorItem
  /external/chromium_org/third_party/closure_linter/closure_linter/
requireprovidesorter.py 133 i = i.previous
147 insert_after = tokens[0].previous
232 # If the previous line starts with a comment, presume that the comment
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 23 include $(CLEAR_VARS) # clear out the variables of the previous module
  /external/chromium_org/v8/src/
hydrogen-removable-simulates.cc 41 HSimulate::cast(instr->previous())->is_candidate_for_removal()));
69 } else if (current_simulate->previous()->HasObservableSideEffects()) {
unicode.h 127 static inline uchar Length(uchar chr, int previous);
131 int previous,
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 23 include $(CLEAR_VARS) # clear out the variables of the previous module
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1_fwd.stderr.exp 29 This conflicts with a previous write of size 4 by thread #x
locked_vs_unlocked1_rev.stderr.exp 29 This conflicts with a previous write of size 4 by thread #x

Completed in 701 milliseconds

1 2 3 4 5 6 7 891011>>