HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 226 - 250 of 3938) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
SortedMultisets.java 76 @Override public E first() { method in class:SortedMultisets.ElementSet
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyContiguousSet.java 35 @Override public C first() { method in class:EmptyContiguousSet
ImmutableSet.java 112 E first = elements.next(); local
115 return ImmutableSet.<E>of(first);
119 delegate.add(checkNotNull(first));
141 // Create the set first, to remove duplicates if necessary.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterIteratorWrapper.java 35 * @return the first character in the text, or DONE if the text is empty
39 public char first(){ method in class:UCharacterIteratorWrapper
121 * Returns the end index of the text. This index is the index of the first
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodFormatter.java 113 // get the first and last units that are set.
114 int first = 0; local
116 while (first < counts.length && (mask & (1 << first)) == 0) ++first;
117 while (last > first && (mask & (1 << last)) == 0) --last;
121 for (int i = first; i <= last; ++i) {
151 boolean multiple = first != last;
157 for (int i = first, j = i; i <= last; i = j) {
188 boolean afterFirst = i == first;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
StringTokenIterator.java 30 public String first() { method in class:StringTokenIterator
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringCharacterIterator.java 71 * @param begin Index of the first character
117 * Implements CharacterIterator.first() for String.
118 * @see CharacterIterator#first
122 public char first() method in class:StringCharacterIterator
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 43 public int first() { method in class:AbstractBreakIteratorTests.AbstractBreakIterator
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 26 public String first() { method in class:StringTokenIterator
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
BreakIteratorTest.java 49 // for (int ix = bi.first(), lim = text.length(); ix != lim;) {
65 wbr.first();
77 * Test method for 'com.ibm.icu.text.BreakIterator.first()'
80 assertEquals(0, cbr.first());
81 assertEquals(0, wbr.first());
82 assertEquals(0, lbr.first());
83 assertEquals(0, sbr.first());
100 cbr.first();
101 wbr.first();
102 lbr.first();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterIteratorWrapper.java 33 * @return the first character in the text, or DONE if the text is empty
37 public char first(){ method in class:UCharacterIteratorWrapper
119 * Returns the end index of the text. This index is the index of the first
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatter.java 112 // get the first and last units that are set.
113 int first = 0; local
115 while (first < counts.length && (mask & (1 << first)) == 0) ++first;
116 while (last > first && (mask & (1 << last)) == 0) --last;
120 for (int i = first; i <= last; ++i) {
150 boolean multiple = first != last;
156 for (int i = first, j = i; i <= last; i = j) {
187 boolean afterFirst = i == first;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 26 public String first() { method in class:StringTokenIterator
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringCharacterIterator.java 69 * @param begin Index of the first character
115 * Implements CharacterIterator.first() for String.
116 * @see CharacterIterator#first
120 public char first() method in class:StringCharacterIterator
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
BreakIteratorICU.java 48 public int first() { method in class:BreakIteratorICU
49 return fIcuBrkItr.first();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 40 public int first() { method in class:AbstractBreakIteratorTests.AbstractBreakIterator
  /external/iproute2/ip/
ipmroute.c 139 int first = 1; local
149 if (first) {
151 first = 0;
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.c 123 bool first = true; local
128 if (!first)
131 first = false;
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp 28 typename S::const_iterator first = s.begin() + pos1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, f, l);
43 typename S::const_iterator first = s.begin() + pos1; local
47 s.replace(first, last, f, l);
    [all...]
  /external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp 52 #define OUT_BOUND(image, first, last) \
53 (in_pos[first].x >= image->get_width ()) || \
54 (in_pos[first].y >= image->get_height ()) || \
69 Float2 first = out_pos / factors; local
70 first += lut_center;
72 first, Float2(first.x + x_step, first.y),
73 Float2(first.x + x_step * 2, first.y), Float2(first.x + x_step * 3, first.y)
    [all...]
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs01_open_files.c 22 int i, n, first, n_files; local
38 first = 0;
54 for (i = first; i < n; i++)
65 for (i = first; i < n; i++)
67 first = n;
74 for (i = first; i < n; i++)
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 89 static boolean first = TRUE; local
91 if (first) {
93 first = FALSE;
u_debug_symbol.c 296 static boolean first = TRUE; local
298 if (first) {
300 first = FALSE;
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 138 uint s[3], first, i, old_utemp_flag; local
145 first = GET_UREG_NR(s[c[0]]);
147 if (GET_UREG_NR(s[c[i]]) != first) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.h 71 struct r300_fragment_shader_code* first; member in struct:r300_fragment_shader

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8 91011>>