HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 901 - 925 of 9774) sorted by null

<<31323334353637383940>>

  /external/guava/guava/src/com/google/common/collect/
FilteredEntrySetMultimap.java 60 return Sets.filter(unfiltered().entries(), entryPredicate());
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableEnumSet_CustomFieldSerializer.java 46 return (ImmutableEnumSet<?>) Sets.immutableEnumSet(deserialized);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ForwardingImmutableSet.java 71 // TODO(cpovirk): equals(), as well, in case it's any faster than Sets.equalsImpl?
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestCollectionGenerator.java 28 * Reserializes the sets created by another test set generator.
TestEnumSetGenerator.java 27 * An abstract TestSetGenerator for generating sets containing enum values.
TestIntegerSetGenerator.java 26 * Create integer sets for collection tests.
TestStringSetGenerator.java 26 * Create string sets for collection tests.
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 193 * Sets abbreviated era strings. For example: "AD" and "BC".
210 * Sets era name strings. For example: "Anno Domini" and "Before Christ".
227 * Sets narrow era strings. For example: "A" and "B".
243 * Sets month strings. For example: "January", "February", etc.
261 * Sets short month strings. For example: "Jan", "Feb", etc.
307 * Sets month strings by width and context. For example: "January", "February", etc.
327 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
344 * Sets abbreviated weekday strings. For example: "Sun", "Mon", etc. (Note: The method name is
363 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc.
384 * Sets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_build.cpp 18 * There are three relatively independent sets of Spoof data,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBISetBuilder.java 18 // RBBISetBuilder Handles processing of Unicode Sets from RBBI rules
27 // set of input uniocde sets.
31 // of these sets belong to the same set of the original
43 // Unicode sets that include this range.
89 // This function looks through the Unicode Sets that it
90 // (the range) includes, and sets the bit in fNum when
125 int fTrieSize; // the Unicode Sets.
152 // from the Unicode Sets.
161 // that is in no sets.
210 // Add this unicode set to the list of sets for this rlRang
    [all...]
  /external/iptables/iptables/
iptables-apply.8 26 Sets the timeout after which the script will roll back to the previous
  /external/javassist/src/main/javassist/bytecode/
ExceptionTable.java 100 * Sets <code>startPc</code> of the <i>n</i>-th entry.
121 * Sets <code>endPc</code> of the <i>n</i>-th entry.
142 * Sets <code>handlerPc</code> of the <i>n</i>-th entry.
165 * Sets <code>catchType</code> of the <i>n</i>-th entry.
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 52 * Sets the local variable table entry at index to a type.
73 * Sets the type of the stack position
261 * Sets whether of not the state from the source JSR instruction has been merged
280 * Sets whether or not state from the RET instruction, of the subroutine that was jumped
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationMemberValue.java 68 * Sets the value of this member.
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepository.java 47 * Sets the prune flag.
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterMeshConvexHullShape.java 17 * Empty constructor. Sets nothing.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
AbstractMessage.java 58 * Sets this message to 'reliable' or not and returns this
Message.java 47 * Sets this message to 'reliable' or not and returns this
  /external/kernel-headers/original/uapi/linux/
ax25.h 53 /* Digipeater ax25_address sets follow */
  /external/libhevc/common/
ihevc_buf_mgr.h 91 // sets the status to one or all of DISP:REF:DEC
  /external/libmpeg2/common/
impeg2_buf_mgr.h 93 // sets the status to one or all of DISP:REF:DEC
  /external/libogg/doc/libogg/
ogg_stream_reset.html 20 <p>This function sets values in the <a href="ogg_sync_state.html">ogg_stream_state</a> struct back to initial values.
ogg_stream_reset_serialno.html 23 Additionally, it sets the stream serial number to the given value.</p>
  /external/libpcap/
pcap_set_buffer_size.3pcap 37 sets the buffer size that will be used on a capture handle when
pcap_set_immediate_mode.3pcap 36 sets whether immediate mode should be set on a capture handle when

Completed in 561 milliseconds

<<31323334353637383940>>