HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 1 - 25 of 13680) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/cfi/
README.txt 2 functionality associated with bit sets of different sizes. When certain
3 macros are defined the tests instantiate classes that force the bit sets
6 - B32 forces 32-bit bit sets.
7 - B64 forces 64-bit bit sets.
8 - BM forces memory bit sets.
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 37 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and
38 * {@link Sets#difference}.
50 return Sets.union(
51 Sets.<String>newHashSet(), Sets.<String>newHashSet());
62 return Sets.union(
63 Sets.<String>newHashSet(elements), Sets.newHashSet(elements));
72 return Sets.union
    [all...]
SetsTest.java 20 import static com.google.common.collect.Sets.newEnumSet;
21 import static com.google.common.collect.Sets.newHashSet;
22 import static com.google.common.collect.Sets.newLinkedHashSet;
23 import static com.google.common.collect.Sets.powerSet;
24 import static com.google.common.collect.Sets.unmodifiableNavigableSet;
83 * Unit test for {@code Sets}.
121 return Sets.newConcurrentHashSet(Arrays.asList(elements));
124 .named("Sets.newConcurrentHashSet")
133 ? Sets.newHashSet(
135 : Sets.newHashSet(elements)
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetOperationsTest.java 27 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and
28 * {@link Sets#difference}.
40 friends = Sets.newHashSet("Tom", "Joe", "Dave");
41 enemies = Sets.newHashSet("Dick", "Harry", "Tom");
45 Set<String> all = Sets.union(friends, enemies);
48 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy();
50 = Sets.union(friends, enemies).copyInto(new HashSet<String>());
59 Set<String> friends = Sets.newHashSet("Tom", "Joe", "Dave");
60 Set<String> enemies = Sets.newHashSet("Dick", "Harry", "Tom")
    [all...]
SetsTest.java 20 import static com.google.common.collect.Sets.newEnumSet;
21 import static com.google.common.collect.Sets.newHashSet;
22 import static com.google.common.collect.Sets.newLinkedHashSet;
23 import static com.google.common.collect.Sets.powerSet;
58 * Unit test for {@code Sets}.
92 Set<SomeEnum> units = Sets.immutableEnumSet(SomeEnum.D, SomeEnum.B);
107 = Sets.immutableEnumSet(MinimalIterable.<SomeEnum>of());
111 = Sets.immutableEnumSet(MinimalIterable.of(SomeEnum.B));
115 = Sets.immutableEnumSet(MinimalIterable.of(SomeEnum.D, SomeEnum.B));
148 HashSet<Integer> set = Sets.newHashSet()
    [all...]
  /external/snakeyaml/src/test/resources/pyyaml/
spec-02-25.data 0 # sets are represented as a
  /external/snakeyaml/src/test/resources/specification/
example2_25.yaml 0 # sets are represented as a
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 45 const changesetlist_ty &Sets) {
47 UpdatedSearchState(Changes, Sets);
50 if (Sets.size() <= 1)
55 if (Search(Changes, Sets, Res))
58 // Otherwise, partition the sets if possible; if not we are done.
60 for (changesetlist_ty::const_iterator it = Sets.begin(),
61 ie = Sets.end(); it != ie; ++it)
63 if (SplitSets.size() == Sets.size())
70 const changesetlist_ty &Sets,
73 for (changesetlist_ty::const_iterator it = Sets.begin()
    [all...]
  /external/autotest/frontend/
setup_django_readonly_environment.py 0 """Sets up the Django environment for readonly access to the database.
3 This sets the DJANGO_SETTINGS_MODULE to point to frontend/settings_readonly.py.
  /external/testng/src/main/java/org/testng/collections/
SetMultiMap.java 6 * A container to hold sets indexed by a key.
12 return Sets.newHashSet();
Sets.java 8 public final class Sets {
10 private Sets() {}
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 25 import com.google.common.collect.Sets;
34 * Helper class for creating {@link CacheBuilder} instances with all combinations of several sets of
42 private Set<Integer> concurrencyLevels = Sets.newHashSet((Integer) null);
43 private Set<Integer> initialCapacities = Sets.newHashSet((Integer) null);
44 private Set<Integer> maximumSizes = Sets.newHashSet((Integer) null);
45 private Set<DurationSpec> expireAfterWrites = Sets.newHashSet((DurationSpec) null);
46 private Set<DurationSpec> expireAfterAccesses = Sets.newHashSet((DurationSpec) null);
47 private Set<DurationSpec> refreshes = Sets.newHashSet((DurationSpec) null);
48 private Set<Strength> keyStrengths = Sets.newHashSet((Strength) null);
49 private Set<Strength> valueStrengths = Sets.newHashSet((Strength) null)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 36 * shared behavior the use-attribute-sets attribute.
37 * @see <a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a>
45 * The value of the "use-attribute-sets" attribute.
51 * Set the "use-attribute-sets" attribute.
52 * Attribute sets are used by specifying a use-attribute-sets
54 * xsl:attribute-set elements. The value of the use-attribute-sets
56 * sets. Each name is specified as a QName, which is expanded as
59 * @param v The value to set for the "use-attribute-sets" attribute.
    [all...]
  /build/target/board/generic/sepolicy/
qemu_props.te 1 # qemu-props service: Sets system properties on boot.
  /external/libedit/src/
shlib_version 2 # Remember to update distrib/sets/lists/base/shl.* when changing
  /external/llvm/test/YAMLParser/
spec-02-25.test 3 # sets are represented as a
  /hardware/intel/bootstub/
mb.h 66 /* Valid if flags sets MBI_MEMLIMITS */
70 /* Valid if flags sets MBI_BOOTDEV */
73 /* Valid if flags sets MBI_CMDLINE */
76 /* Valid if flags sets MBI_MODULES */
80 /* Valid if flags sets ... */
86 /* Valid if flags sets MBI_MEMMAP */
90 /* Valid if flags sets MBI_DRIVES */
94 /* Valid if flags sets MBI_BIOSCONFIG */
97 /* Valid if flags sets MBI_LOADERNAME */
100 /* Valid if flags sets MBI_APM *
    [all...]
  /external/icu/icu4c/source/i18n/
regexst.h 14 // the thread safe lazy creation and sharing of these sets across
35 // shared sets.
42 UnicodeSet *fPropSets[URX_LAST_SET]; // The sets for common regex items, e.g. \s
43 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
45 UnicodeSet fRuleSets[10]; // Sets used while parsing regexp patterns.
  /external/v8/build/config/
mips.gni 20 # "hard": sets the GCC -mhard-float option.
21 # "soft": sets the GCC -msoft-float option.
25 # "fp32": sets the GCC -mfp32 option.
26 # "fp64": sets the GCC -mfp64 option.
27 # "fpxx": sets the GCC -mfpxx option.
  /external/selinux/libselinux/man/man3/
selinux_getenforcemode.3 16 Sets the value of
19 Sets the value of
22 Sets the value of
  /external/libcap/doc/old/
_setproccap.2 16 sets the calling process'
17 Inheritable, Permitted and Effective capabilities to the sets specified.
21 copies the process' capability sets into the sets provided.
26 argument specifies the size of the user-space capability sets, in bytes.
40 a capability in the Effective or Inheritable sets that is not in the
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 27 * Sets the title for the input method settings category with a resource ID.
33 * Sets the title for the input method settings category with a CharSequence.
39 * Sets the title for the input method enabler preference for launching subtype enabler with a
46 * Sets the title for the input method enabler preference for launching subtype enabler with a
53 * Sets the icon for the preference for launching subtype enabler with a resource ID.
59 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 53 * Sets number of columns in {@link GridLayout}.
69 * Sets the horizontal margins.
77 * Sets the vertical margins.
85 * Sets the horizontal/vertical margins.
93 * Sets zero horizontal and vertical margins.
101 * Sets zero horizontal and vertical spacing.
109 * Sets horizontal spacing.
117 * Sets vertical spacing.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_have_capabilities.3 11 capng_have_capabilities will check the selected internal capabilities sets to see what the status is. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
  /device/google/dragon/sepolicy/
locale.te 1 # init_regions.sh reads region from vpd and sets

Completed in 5679 milliseconds

1 2 3 4 5 6 7 8 91011>>