HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 1 - 25 of 9774) 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;
80 * Unit test for {@code Sets}.
118 return Sets.newConcurrentHashSet(Arrays.asList(elements));
121 .named("Sets.newConcurrentHashSet")
130 ? Sets.newHashSet(
132 : Sets.newHashSet(elements);
135 ? Sets.newHashSet
    [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/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/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 24 import com.google.common.collect.Sets;
33 * Helper class for creating {@link CacheBuilder} instances with all combinations of several sets of
41 private Set<Integer> concurrencyLevels = Sets.newHashSet((Integer) null);
42 private Set<Integer> initialCapacities = Sets.newHashSet((Integer) null);
43 private Set<Integer> maximumSizes = Sets.newHashSet((Integer) null);
44 private Set<DurationSpec> expireAfterWrites = Sets.newHashSet((DurationSpec) null);
45 private Set<DurationSpec> expireAfterAccesses = Sets.newHashSet((DurationSpec) null);
46 private Set<DurationSpec> refreshes = Sets.newHashSet((DurationSpec) null);
47 private Set<Strength> keyStrengths = Sets.newHashSet((Strength) null);
48 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.data 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/selinux/libselinux/man/man3/
selinux_getenforcemode.3 16 Sets the value of
19 Sets the value of
22 Sets the value of
  /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.
GridDataFactory.java 151 * Sets the GridData span. The span controls how many cells are filled by the control.
166 * Sets the GridData span. The span controls how many cells are filled by the control.
178 * Sets the GridData span. The span controls how many cells are filled by the control.
195 * Sets the width and height hints. The width and height hints override the control's preferred
211 * Sets hint in chars.
220 * Sets the width hint.
230 * Sets the width hint to the minimum of current hint and given <code>otherHint</code>.
240 * Sets the width hint in chars.
249 * Sets the width hint.
258 * Sets the height hint
    [all...]
  /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.
capng_setpid.3 11 capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
TransactionContext.java 20 import com.google.android.collect.Sets;
63 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet();
70 mDirtyRawContacts = Sets.newHashSet();
80 mChangedRawContacts = Sets.newHashSet();
91 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet();
96 if (mStaleSearchIndexContacts == null) mStaleSearchIndexContacts = Sets.newHashSet();
106 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet();
111 if (mDirtyRawContacts == null) mDirtyRawContacts = Sets.newHashSet();
116 if (mChangedRawContacts == null) mChangedRawContacts = Sets.newHashSet();
121 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet()
    [all...]
  /external/skia/tools/skp/page_sets/other/
skia_maybe_later_set.json 2 "description": "Pages we may add to the skia sets later.",
  /packages/apps/Settings/src/com/android/settings/
EventLogTags.logtags 5 # log the type of screen lock when user sets lock screen
  /dalvik/dx/src/com/android/dx/ssa/
SetFactory.java 25 * Makes int sets for various parts of the optimizer.
30 * BitIntSet/ListIntSet threshold for dominance frontier sets. These
31 * sets are kept per basic block until phi placement and tend to be,
39 * BitIntSet/ListIntSet threshold for interference graph sets. These
40 * sets are kept per register until register allocation is done.
47 * BitIntSet/ListIntSet threshold for the live in/out sets kept by
48 * {@link SsaBasicBlock}. These are sets of SSA registers kept per basic
60 * Make IntSet for the dominance-frontier sets.
72 * Make IntSet for the interference graph sets. Public because
85 * Make IntSet for register live in/out sets
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SetFactory.java 25 * Makes int sets for various parts of the optimizer.
30 * BitIntSet/ListIntSet threshold for dominance frontier sets. These
31 * sets are kept per basic block until phi placement and tend to be,
39 * BitIntSet/ListIntSet threshold for interference graph sets. These
40 * sets are kept per register until register allocation is done.
47 * BitIntSet/ListIntSet threshold for the live in/out sets kept by
48 * {@link SsaBasicBlock}. These are sets of SSA registers kept per basic
60 * Make IntSet for the dominance-frontier sets.
72 * Make IntSet for the interference graph sets. Public because
85 * Make IntSet for register live in/out sets
    [all...]
  /frameworks/base/packages/SystemUI/docs/
demo_mode.md 30 | ```level``` | | Sets the battery level (0 - 100)
31 | ```plugged``` | | Sets charging state (```true```, ```false```)
34 | ```fully``` | | Sets MCS state to fully connected (```true```, ```false```)
36 | | ```level``` | Sets wifi level (null or 0-4)
39 | | ```level``` | Sets mobile signal strength level (null or 0-4)
40 | ```carriernetworkchange``` | | Sets mobile signal icon to carrier network change UX when disconnected (```show``` to show icon, any other value to hide)
41 | ```sims``` | | Sets the number of sims (1-8)
44 | ```mode``` | | Sets the bars visual style (opaque, translucent, semi-transparent)
46 | ```volume``` | | Sets the icon in the volume slot (```silent```, ```vibrate```, any other value to hide)
47 | ```bluetooth``` | | Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other value to hide
    [all...]

Completed in 2394 milliseconds

1 2 3 4 5 6 7 8 91011>>