Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java114 SortedSet<String> set = of(); in testEmpty_comparator() local
119 SortedSet<String> set = of(); in testEmpty_headSet() local
124 SortedSet<String> set = of(); in testEmpty_tailSet() local
129 SortedSet<String> set = of(); in testEmpty_subSet() local
134 SortedSet<String> set = of(); in testEmpty_first() local
143 SortedSet<String> set = of(); in testEmpty_last() local
153 SortedSet<String> set = of(); in testEmpty_serialization() local
159 SortedSet<String> set = of("e"); in testSingle_comparator() local
164 SortedSet<String> set = of("e"); in testSingle_headSet() local
172 SortedSet<String> set = of("e"); in testSingle_tailSet() local
[all …]
DContiguousSetTest.java105 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testHeadSet() local
119 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testHeadSet_tooSmall() local
127 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testTailSet() local
139 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testTailSet_tooLarge() local
147 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testSubSet() local
164 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testSubSet_outOfOrder() local
172 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testSubSet_tooLarge() local
180 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testSubSet_tooSmall() local
200 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testContains() local
216 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers()); in testContainsAll() local
[all …]
DAbstractImmutableSetTest.java62 Set<String> set = of(); in testCreation_noArgs() local
63 assertEquals(Collections.<String>emptySet(), set); in testCreation_noArgs() local
64 assertSame(of(), set); in testCreation_noArgs() local
68 Set<String> set = of("a"); in testCreation_oneElement() local
73 Set<String> set = of("a", "b"); in testCreation_twoElements() local
78 Set<String> set = of("a", "b", "c"); in testCreation_threeElements() local
83 Set<String> set = of("a", "b", "c", "d"); in testCreation_fourElements() local
88 Set<String> set = of("a", "b", "c", "d", "e"); in testCreation_fiveElements() local
93 Set<String> set = of("a", "b", "c", "d", "e", "f"); in testCreation_sixElements() local
98 Set<String> set = of("a", "b", "c", "d", "e", "f", "g"); in testCreation_sevenElements() local
[all …]
DImmutableSetTest.java90 ImmutableSet<String> set = ImmutableSet.copyOf(Lists.newArrayList("a", "a")); in testCreation_allDuplicates() local
97 ImmutableSet<String> set = ImmutableSet.of( in testCreation_oneDuplicate() local
106 ImmutableSet<String> set = ImmutableSet.of( in testCreation_manyDuplicates() local
113 Set<String[]> set = ImmutableSet.<String[]>of(array); in testCreation_arrayOfArray() local
114 assertEquals(Collections.singleton(array), set); in testCreation_arrayOfArray() local
159 ImmutableSet<Integer> set = builder.build(); in verifyTableSize() local
177 ImmutableSet<String> set = ImmutableSet.of("a", "b", "c", "d", "e"); in testAsList() local
184 ImmutableSet<String> set = ImmutableSet.of("a", "b", "c", "d", "e"); in testAsListReturnTypeAndSerialization() local
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-set.cc43 hb_set_t *set; in hb_set_create() local
82 hb_set_reference (hb_set_t *set) in hb_set_reference()
94 hb_set_destroy (hb_set_t *set) in hb_set_destroy()
116 hb_set_set_user_data (hb_set_t *set, in hb_set_set_user_data()
135 hb_set_get_user_data (hb_set_t *set, in hb_set_get_user_data()
167 hb_set_clear (hb_set_t *set) in hb_set_clear()
183 hb_set_is_empty (const hb_set_t *set) in hb_set_is_empty()
200 hb_set_has (const hb_set_t *set, in hb_set_has()
216 hb_set_add (hb_set_t *set, in hb_set_add()
233 hb_set_add_range (hb_set_t *set, in hb_set_add_range()
[all …]
/external/harfbuzz_ng/src/
Dhb-set.cc43 hb_set_t *set; in hb_set_create() local
82 hb_set_reference (hb_set_t *set) in hb_set_reference()
94 hb_set_destroy (hb_set_t *set) in hb_set_destroy()
116 hb_set_set_user_data (hb_set_t *set, in hb_set_set_user_data()
135 hb_set_get_user_data (hb_set_t *set, in hb_set_get_user_data()
167 hb_set_clear (hb_set_t *set) in hb_set_clear()
183 hb_set_is_empty (const hb_set_t *set) in hb_set_is_empty()
200 hb_set_has (const hb_set_t *set, in hb_set_has()
216 hb_set_add (hb_set_t *set, in hb_set_add()
233 hb_set_add_range (hb_set_t *set, in hb_set_add_range()
[all …]
/external/icu/icu4c/source/common/
Duset.cpp42 uset_close(USet* set) { in uset_close()
47 uset_clone(const USet *set) { in uset_clone()
52 uset_isFrozen(const USet *set) { in uset_isFrozen()
57 uset_freeze(USet *set) { in uset_freeze()
62 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed()
67 uset_set(USet* set, in uset_set()
73 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll()
78 uset_add(USet* set, UChar32 c) { in uset_add()
83 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange()
88 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString()
[all …]
Duset_props.cpp35 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local
71 uset_applyPattern(USet *set, in uset_applyPattern()
100 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue()
106 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias()
129 uset_toPattern(const USet* set, in uset_toPattern()
139 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
/external/chromium_org/third_party/icu/source/common/
Duset.cpp42 uset_close(USet* set) { in uset_close()
47 uset_clone(const USet *set) { in uset_clone()
52 uset_isFrozen(const USet *set) { in uset_isFrozen()
57 uset_freeze(USet *set) { in uset_freeze()
62 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed()
67 uset_set(USet* set, in uset_set()
73 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll()
78 uset_add(USet* set, UChar32 c) { in uset_add()
83 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange()
88 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString()
[all …]
Duset_props.cpp35 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local
55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); in uset_openPatternOptions() local
71 uset_applyPattern(USet *set, in uset_applyPattern()
100 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue()
106 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias()
129 uset_toPattern(const USet* set, in uset_toPattern()
139 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSetExtensions.cs45 public static bool add<T>( this HashSet<T> set, T item ) in add()
51 public static void addAll<T>( this HashSet<T> set, IEnumerable<T> items ) in addAll()
59 public static void clear<T>( this HashSet<T> set ) in clear()
65 public static bool contains<T>( this HashSet<T> set, T value ) in contains()
71 public static bool remove<T>( this HashSet<T> set, T item ) in remove()
77 public static int size<T>( this HashSet<T> set ) in size()
83 public static T[] toArray<T>( this HashSet<T> set ) in toArray()
/external/chromium_org/v8/test/mjsunit/
Daccessor-map-sharing.js58 dp(obj1, "charlie", { set: setter }); property
60 dp(obj2, "charlie", { set: setter }); property
74 dp(obj1, "foxtrot", { get: getter, set: setter }); property
76 dp(obj2, "foxtrot", { get: getter, set: setter }); property
82 dp(obj1, "golf", { set: setter, configurable: true }); property
85 dp(obj2, "golf", { set: setter, configurable: true }); property
110 dp(obj1, "juliet", { set: setter, configurable: true, enumerable: false }); property
115 dp(obj2, "juliet", { set: setter, configurable: true, enumerable: false }); property
119 dp(obj1, "juliet", { set: setter, configurable: false, enumerable: true }); property
138 dp(obj1, "lima", { get: getter, set: setter }); property
[all …]
/external/chromium_org/ipc/
Dfile_descriptor_set_posix_unittest.cc40 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
54 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
68 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
79 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
97 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
111 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
127 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
142 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
164 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
174 scoped_refptr<FileDescriptorSet> set(new FileDescriptorSet); in TEST() local
/external/lldb/source/Host/macosx/cfcpp/
DCFCMutableSet.cpp55 CFMutableSetRef set = get(); in GetCount() local
64 CFMutableSetRef set = get(); in GetCountOfValue() local
73 CFMutableSetRef set = get(); in GetValue() local
83 CFMutableSetRef set = get(); in AddValue() local
102 CFMutableSetRef set = get(); in RemoveValue() local
110 CFMutableSetRef set = get(); in RemoveAllValues() local
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_semantic_attr.js841 {set: this.generalPunctuations, property
845 {set: this.ellipses, property
849 {set: this.fullStops, property
853 {set: this.dashes, property
857 {set: this.primes, property
862 {set: this.leftFences, property
866 {set: this.rightFences, property
870 {set: this.topFences, property
874 {set: this.bottomFences, property
878 {set: this.neutralFences, property
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceTest.cpp17 CSSFontFace::UnicodeRangeSet set(ranges); in TEST() local
29 CSSFontFace::UnicodeRangeSet set(ranges); in TEST() local
47 CSSFontFace::UnicodeRangeSet set(ranges); in TEST() local
72 CSSFontFace::UnicodeRangeSet set(ranges); in TEST() local
82 CSSFontFace::UnicodeRangeSet set(ranges); in TEST() local
/external/chromium_org/v8/test/webkit/
Darray-defineOwnProperty.js76 Object.defineProperty(Array.prototype, "0", { set: function () { throw false; } }); method
77 Object.defineProperty(Array.prototype, "1", { set: function () { throw false; } }); method
79 Object.defineProperty(arrObj, "0", { set: function (x) { this.set = x === 42; } }); method
/external/chromium_org/net/cert/
Dcrl_set_unittest.cc189 scoped_refptr<net::CRLSet> set; in TEST() local
219 scoped_refptr<net::CRLSet> set; in TEST() local
236 scoped_refptr<net::CRLSet> set; in TEST() local
258 scoped_refptr<net::CRLSet> set; in TEST() local
284 scoped_refptr<net::CRLSet> set; in TEST() local
303 scoped_refptr<net::CRLSet> set; in TEST() local
323 scoped_refptr<net::CRLSet> set; in TEST() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DItem.java141 void set(final int intVal) { in set() method in Item
152 void set(final long longVal) { in set() method in Item
163 void set(final float floatVal) { in set() method in Item
174 void set(final double doubleVal) { in set() method in Item
188 void set( in set() method in Item
/external/bison/lib/
Dsigprocmask.c114 sigismember (const sigset_t *set, int sig) in sigismember()
130 sigemptyset (sigset_t *set) in sigemptyset()
137 sigaddset (sigset_t *set, int sig) in sigaddset()
157 sigdelset (sigset_t *set, int sig) in sigdelset()
178 sigfillset (sigset_t *set) in sigfillset()
205 sigpending (sigset_t *set) in sigpending()
222 sigprocmask (int operation, const sigset_t *set, sigset_t *old_set) in sigprocmask()
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2163.js41 dp(obj1, "alpha", { get: getter, set: setter }); property
51 dp(obj1, "alpha", { get: getter, set: setter }); property
62 dp(obj1, "alpha", { get: getter, set: setter }); property
65 dp(obj2, "alpha", { get: getter, set: setter }); property
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttributeSet.java37 public abstract AttributeSet set (Attribute attr, String value); in set() method in AttributeSet
38 public abstract AttributeSet set (Attribute attr, int value); in set() method in AttributeSet
88 public AttributeSet set (final Attribute attr, final String value) // null removes? in set() method in AttributeSet.AttributeSetImpl
95 public AttributeSet set (final Attribute attr, final int value) in set() method in AttributeSet.AttributeSetImpl
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dextension_set.h710 static inline const string& Get(int number, const ExtensionSet& set, in Get()
715 const string& value, ExtensionSet* set) { in Set()
718 static inline string* Mutable(int number, int index, ExtensionSet* set) { in Mutable()
723 ExtensionSet* set) { in Add()
727 ExtensionSet* set) { in Add()
742 static inline ConstType Get(int number, const ExtensionSet& set, in Get()
747 ConstType value, ExtensionSet* set) { in Set()
758 static inline ConstType Get(int number, const ExtensionSet& set, int index) { in Get()
762 ConstType value, ExtensionSet* set) { in Set()
767 bool is_packed, ConstType value, ExtensionSet* set) { in Add()
[all …]
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
Dunisetperf.cpp128 UnicodeSet set; member in UnicodeSetPerformanceTest
159 UnicodeSet set; in Contains() local
176 const UnicodeSet &set=testcase.set; in call() local
192 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span()
209 UnicodeSet set; in SpanUTF16() local
238 const UnicodeSet &set=testcase.set; in call() local
260 UnicodeSet set; in SpanBackUTF16() local
289 const UnicodeSet &set=testcase.set; in call() local
315 UnicodeSet set; in SpanUTF8() local
339 const UnicodeSet &set=testcase.set; in call() local
[all …]
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp128 UnicodeSet set; member in UnicodeSetPerformanceTest
159 UnicodeSet set; in Contains() local
176 const UnicodeSet &set=testcase.set; in call() local
192 static int32_t span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) { in span()
209 UnicodeSet set; in SpanUTF16() local
238 const UnicodeSet &set=testcase.set; in call() local
260 UnicodeSet set; in SpanBackUTF16() local
289 const UnicodeSet &set=testcase.set; in call() local
315 UnicodeSet set; in SpanUTF8() local
339 const UnicodeSet &set=testcase.set; in call() local
[all …]

12345678910>>...44