HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 576 - 600 of 2784) sorted by null

<<21222324252627282930>>

  /external/freetype/src/psaux/
psobjs.c 282 /* first character must be already part of the comment */
329 /* first character must be `('; */
406 /* first character must be `<' */
440 /* first character must be the opening brace that */
502 /* the first character which isn't part of the just handled token. */
625 /* first of all, skip leading whitespace */
764 /* first character must be a delimiter or a part of a number */
841 /* first character must be a delimiter or a part of a number */
1707 FT_Int first; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java 136 * {@link Comparable#compareTo}, only the first one specified is included.
149 * {@link Comparable#compareTo}, only the first one specified is included.
162 * {@link Comparable#compareTo}, only the first one specified is included.
175 * {@link Comparable#compareTo}, only the first one specified is included.
188 * {@link Comparable#compareTo}, only the first one specified is included.
212 * {@link Comparable#compareTo}, only the first one specified is included.
225 * {@code compareTo()}, only the first one specified is included. To create a
260 * {@code compareTo()}, only the first one specified is included. To create a
298 * {@code compareTo()}, only the first one specified is included.
318 * according to {@code compareTo()}, only the first one specified i
732 public E first() { method in class:ImmutableSortedSet
    [all...]
Synchronized.java 286 public E first() { method in class:Synchronized.SynchronizedSortedSet
288 return delegate().first();
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Synchronized.java 270 public E first() { method in class:Synchronized.SynchronizedSortedSet
272 return delegate().first();
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
OptionalTest.java 273 Optional<? extends Number> first = numbers.first(); local
274 // Number value = first.or(0.5); // error
290 Optional<Number> first = (Optional) numbers.first(); local
291 Number value = first.or(0.5); // fine
  /external/guava/guava-tests/test/com/google/common/base/
OptionalTest.java 276 Optional<? extends Number> first = numbers.first(); local
277 // Number value = first.or(0.5); // error
293 Optional<Number> first = (Optional) numbers.first(); local
294 Number value = first.or(0.5); // fine
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakIterator.java 61 * has a concept of a "current position" and methods like first(), last(), next(),
73 * them. Thus, under normal circumstances, the position before the first character
74 * is 0, the position after the first character is 1, and the position after the
119 * int start = boundary.first();
143 * Print first element
147 * int start = boundary.first();
249 * Set the iterator to the first boundary position. This is always the beginning
256 public abstract int first(); method in class:BreakIterator
291 * @return The position of the first boundary position following the
300 * the current position is equal to the value returned by first(), or t
    [all...]
SearchIterator.java 40 * for (int pos = iter.first(); pos != SearchIterator.DONE;
161 * been returned, and by first() and last() if there are no matches at all.
270 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
278 * @see #first
300 * to {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
306 * @see #first
340 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
347 * @see #first
508 * Returns the first index at which the string text matches the search
515 * @return The character index of the first match, or
520 public final int first() { method in class:SearchIterator
    [all...]
TransliteratorIDParser.java 145 * the first character to parse. On output, the position after
170 * the first character to parse. On output, the position after
186 // On the first pass, look for (B) or (). If this fails, then
249 * the first character to parse. On output, the position after
578 * offset of the first character to parse in id. On output,
593 String first = null; local
650 first = spec;
665 if (first != null) {
667 target = first;
669 source = first;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HolidayTest.java 100 Date first = h.firstAfter(longTimeAgo); local
101 logln("firstAfter: " + longTimeAgo + " is " + first);
102 if (first == null) {
103 first = longTimeAgo;
105 first.setTime(first.getTime() + awhile);
107 Date second = h.firstBetween(first, now);
108 logln("firstBetween: " + first + " and " + now + " is " + second);
113 errln("Error: "+h.getDisplayName()+".firstBetween("+first+", "+now+")="+second);
117 logln("is on " + first + ": " + h.isOn(first))
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 103 * the first character to parse. On output, the position after
121 // On the first pass, look for (B) or (). If this fails, then
211 * the first character to parse. On output, the position after
240 * the first character to parse. On output, the position after
688 * offset of the first character to parse in id. On output,
704 UnicodeString first; local
765 first = spec;
780 if (first.length() != 0) {
782 target = first;
784 source = first;
    [all...]
  /external/icu/icu4c/source/test/intltest/
numberformattesttuple.cpp 386 UBool first = TRUE; local
391 if (!first) {
394 first = FALSE;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 430 * The constructor first sets the locale, then parses the pattern and
446 * The constructor first sets the locale, then parses the pattern and
463 * The constructor first sets the locale, then parses the pattern and
650 * than needed, then only the first <code>newFormats.length</code>
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 39 * for (int pos = iter.first(); pos != SearchIterator.DONE;
164 * been returned, and by first() and last() if there are no matches at all.
278 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
286 * @see #first
310 * to {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
316 * @see #first
353 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}.
360 * @see #first
527 * Returns the first index at which the string text matches the search
534 * @return The character index of the first match, or
540 public final int first() { method in class:SearchIterator
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BreakIterator.java 60 * has a concept of a "current position" and methods like first(), last(), next(),
72 * them. Thus, under normal circumstances, the position before the first character
73 * is 0, the position after the first character is 1, and the position after the
118 * int start = boundary.first();
142 * Print first element
146 * int start = boundary.first();
252 * Set the iterator to the first boundary position. This is always the beginning
260 public abstract int first(); method in class:BreakIterator
297 * @return The position of the first boundary position following the
307 * the current position is equal to the value returned by first(), or t
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 144 * the first character to parse. On output, the position after
169 * the first character to parse. On output, the position after
185 // On the first pass, look for (B) or (). If this fails, then
248 * the first character to parse. On output, the position after
577 * offset of the first character to parse in id. On output,
592 String first = null; local
649 first = spec;
664 if (first != null) {
666 target = first;
668 source = first;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HolidayTest.java 96 Date first = h.firstAfter(longTimeAgo); local
97 logln("firstAfter: " + longTimeAgo + " is " + first);
98 if (first == null) {
99 first = longTimeAgo;
101 first.setTime(first.getTime() + awhile);
103 Date second = h.firstBetween(first, now);
104 logln("firstBetween: " + first + " and " + now + " is " + second);
109 errln("Error: "+h.getDisplayName()+".firstBetween("+first+", "+now+")="+second);
113 logln("is on " + first + ": " + h.isOn(first))
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 310 public char first() { method in class:IndicInputMethodImpl.ACIText
  /external/iptables/libiptc/
linux_list.h 286 struct list_head *first = list->next; local
290 first->prev = head;
291 head->next = first;
300 * @head: the place to add it in the first list.
311 * @head: the place to add it in the first list.
510 struct hlist_node *first; member in struct:hlist_head
517 #define HLIST_HEAD_INIT { .first = NULL }
518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL }
519 #define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL)
529 return !h->first;
585 struct hlist_node *first = h->first; local
616 struct hlist_node *first = h->first; local
    [all...]
  /external/iw/
info.c 403 bool first = true; local
409 first ? "":",",
411 first = false;
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 236 Frame first = new Frame(maxLocals, maxStack); local
238 first.setLocal(pos++, Type.get(clazz));
250 first.setLocal(pos++, type);
252 first.setLocal(pos++, Type.TOP);
255 return first;
  /external/libevent/
bufferevent_ratelim.c 135 /* We cast to an ev_uint64_t first, since we don't want to overflow
408 /* First, update the bucket */
475 first = _bev_group_random_element(g); \
476 for (bev = first; bev != TAILQ_END(&g->members); \
480 for (bev = TAILQ_FIRST(&g->members); bev && bev != first; \
490 struct bufferevent_private *bev, *first; local
509 struct bufferevent_private *bev, *first; local
  /external/libunwind/include/
libunwind-dynamic.h 135 unw_word_t start_ip; /* first IP covered by this entry */
136 unw_word_t end_ip; /* first IP NOT covered by this entry */
154 unw_dyn_info_t *first; member in struct:unw_dyn_info_list
  /external/libusb/libusb/
io.c 418 * Next, populate the length field for the first num_iso_packets entries in
508 * The first issue to discuss here is how your application can figure out
516 * The first option is plainly not very nice, and will cause unnecessary
1096 int first = 1; local
1224 int first; local
    [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 143 StringRef first() const { return StringRef(getKeyData(), getKeyLength()); } function in class:llvm::StringMapEntry
299 return insert(std::make_pair(Key, ValueTy())).first->second;
331 unsigned BucketNo = LookupBucketFor(KV.first);
340 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second));

Completed in 1214 milliseconds

<<21222324252627282930>>