Searched refs:set (Results 126 - 150 of 10365) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/installer/util/
H A Dchrome_frame_operations.h20 std::set<base::string16>* options) const OVERRIDE;
23 std::set<base::string16>* options) const OVERRIDE;
26 const std::set<base::string16>& options,
30 const std::set<base::string16>& options,
33 virtual void AppendProductFlags(const std::set<base::string16>& options,
36 virtual void AppendRenameFlags(const std::set<base::string16>& options,
39 virtual bool SetChannelFlags(const std::set<base::string16>& options,
40 bool set,
44 const std::set<base::string16>& options) const OVERRIDE;
52 const std::set<bas
[all...]
/external/chromium_org/third_party/skia/bench/
H A DMatrix44Bench.cpp51 fM1.set(0, 0, 0);
52 fM2.set(3, 3, 0);
119 fM0.set(0, 0, -1.1);
120 fM0.set(0, 1, 2.1);
121 fM0.set(0, 2, -3.1);
122 fM0.set(0, 3, 4.1);
123 fM0.set(1, 0, 5.1);
124 fM0.set(1, 1, -6.1);
125 fM0.set(1, 2, 7.1);
126 fM0.set(
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dstl_util_unittest.cc14 #include <set>
45 std::set<int> set; local
46 set.insert(24);
47 set.insert(1);
48 set.insert(12);
49 EXPECT_TRUE(STLIsSorted(set));
53 std::set<ComparableValue> set; local
54 set
[all...]
/external/skia/bench/
H A DMatrix44Bench.cpp51 fM1.set(0, 0, 0);
52 fM2.set(3, 3, 0);
119 fM0.set(0, 0, -1.1);
120 fM0.set(0, 1, 2.1);
121 fM0.set(0, 2, -3.1);
122 fM0.set(0, 3, 4.1);
123 fM0.set(1, 0, 5.1);
124 fM0.set(1, 1, -6.1);
125 fM0.set(1, 2, 7.1);
126 fM0.set(
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duset.cpp42 uset_close(USet* set) { argument
43 delete (UnicodeSet*) set;
47 uset_clone(const USet *set) { argument
48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone());
52 uset_isFrozen(const USet *set) { argument
53 return ((UnicodeSet*) set)->UnicodeSet::isFrozen();
57 uset_freeze(USet *set) { argument
58 ((UnicodeSet*) set)->UnicodeSet::freeze();
62 uset_cloneAsThawed(const USet *set) { argument
63 return (USet*) (((UnicodeSet*) set)
67 uset_set(USet* set, UChar32 start, UChar32 end) argument
73 uset_addAll(USet* set, const USet *additionalSet) argument
78 uset_add(USet* set, UChar32 c) argument
83 uset_addRange(USet* set, UChar32 start, UChar32 end) argument
88 uset_addString(USet* set, const UChar* str, int32_t strLen) argument
95 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) argument
102 uset_remove(USet* set, UChar32 c) argument
107 uset_removeRange(USet* set, UChar32 start, UChar32 end) argument
112 uset_removeString(USet* set, const UChar* str, int32_t strLen) argument
118 uset_removeAll(USet* set, const USet* remove) argument
123 uset_retain(USet* set, UChar32 start, UChar32 end) argument
128 uset_retainAll(USet* set, const USet* retain) argument
133 uset_compact(USet* set) argument
138 uset_complement(USet* set) argument
143 uset_complementAll(USet* set, const USet* complement) argument
148 uset_clear(USet* set) argument
153 uset_removeAllStrings(USet* set) argument
158 uset_isEmpty(const USet* set) argument
163 uset_contains(const USet* set, UChar32 c) argument
168 uset_containsRange(const USet* set, UChar32 start, UChar32 end) argument
173 uset_containsString(const USet* set, const UChar* str, int32_t strLen) argument
184 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) argument
201 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
206 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
211 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
216 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
226 uset_indexOf(const USet* set, UChar32 c) argument
231 uset_charAt(const USet* set, int32_t index) argument
236 uset_size(const USet* set) argument
249 getStringCount(const UnicodeSet& set) argument
252 getString(const UnicodeSet& set, int32_t i) argument
264 const UnicodeSet& set = *(const UnicodeSet*)uset; local
274 const UnicodeSet& set = *(const UnicodeSet*)uset; local
332 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) argument
408 uset_serializedContains(const USerializedSet* set, UChar32 c) argument
466 uset_getSerializedRangeCount(const USerializedSet* set) argument
475 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) argument
[all...]
/external/icu/icu4c/source/common/
H A Duset.cpp42 uset_close(USet* set) { argument
43 delete (UnicodeSet*) set;
47 uset_clone(const USet *set) { argument
48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone());
52 uset_isFrozen(const USet *set) { argument
53 return ((UnicodeSet*) set)->UnicodeSet::isFrozen();
57 uset_freeze(USet *set) { argument
58 ((UnicodeSet*) set)->UnicodeSet::freeze();
62 uset_cloneAsThawed(const USet *set) { argument
63 return (USet*) (((UnicodeSet*) set)
67 uset_set(USet* set, UChar32 start, UChar32 end) argument
73 uset_addAll(USet* set, const USet *additionalSet) argument
78 uset_add(USet* set, UChar32 c) argument
83 uset_addRange(USet* set, UChar32 start, UChar32 end) argument
88 uset_addString(USet* set, const UChar* str, int32_t strLen) argument
95 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) argument
102 uset_remove(USet* set, UChar32 c) argument
107 uset_removeRange(USet* set, UChar32 start, UChar32 end) argument
112 uset_removeString(USet* set, const UChar* str, int32_t strLen) argument
118 uset_removeAll(USet* set, const USet* remove) argument
123 uset_retain(USet* set, UChar32 start, UChar32 end) argument
128 uset_retainAll(USet* set, const USet* retain) argument
133 uset_compact(USet* set) argument
138 uset_complement(USet* set) argument
143 uset_complementAll(USet* set, const USet* complement) argument
148 uset_clear(USet* set) argument
153 uset_removeAllStrings(USet* set) argument
158 uset_isEmpty(const USet* set) argument
163 uset_contains(const USet* set, UChar32 c) argument
168 uset_containsRange(const USet* set, UChar32 start, UChar32 end) argument
173 uset_containsString(const USet* set, const UChar* str, int32_t strLen) argument
184 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) argument
201 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
206 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
211 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
216 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
226 uset_indexOf(const USet* set, UChar32 c) argument
231 uset_charAt(const USet* set, int32_t index) argument
236 uset_size(const USet* set) argument
249 getStringCount(const UnicodeSet& set) argument
252 getString(const UnicodeSet& set, int32_t i) argument
264 const UnicodeSet& set = *(const UnicodeSet*)uset; local
274 const UnicodeSet& set = *(const UnicodeSet*)uset; local
332 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) argument
408 uset_serializedContains(const USerializedSet* set, UChar32 c) argument
466 uset_getSerializedRangeCount(const USerializedSet* set) argument
475 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DContiguousSetTest.java105 ImmutableSortedSet<Integer> set = Ranges.closed(1, 3).asSet(integers());
106 ASSERT.that(set.headSet(1)).isEmpty();
107 ASSERT.that(set.headSet(2)).hasContentsInOrder(1);
108 ASSERT.that(set.headSet(3)).hasContentsInOrder(1, 2);
109 ASSERT.that(set.headSet(4)).hasContentsInOrder(1, 2, 3);
110 ASSERT.that(set.headSet(Integer.MAX_VALUE)).hasContentsInOrder(1, 2, 3);
111 ASSERT.that(set.headSet(1, true)).hasContentsInOrder(1);
112 ASSERT.that(set.headSet(2, true)).hasContentsInOrder(1, 2);
113 ASSERT.that(set.headSet(3, true)).hasContentsInOrder(1, 2, 3);
114 ASSERT.that(set
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsignal.c53 * are set on a per-process basis - not per-thread.
100 pthread_sigmask (int how, sigset_t const *set, sigset_t * oset) argument
110 if (set != NULL)
132 if (set != NULL)
139 unsigned long *src = (unsigned long const *) set;
159 memcpy (&(thread.p->sigmask), set, sizeof (sigset_t));
168 sigwait (const sigset_t * set, int *sig) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebEntities.cpp43 m_entitiesMap.set(0x003c, "lt");
44 m_entitiesMap.set(0x003e, "gt");
45 m_entitiesMap.set(0x0026, "amp");
46 m_entitiesMap.set(0x0027, "apos");
47 m_entitiesMap.set(0x0022, "quot");
50 m_entitiesMap.set(0x0027, String("#39"));
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1-cxx11.cpp4 struct set{}; struct
7 void set(T value) {} function in struct:Value
11 v.set<double>(3.2);
19 v.set<double>(3.2);
22 int set; // Non-template. local
24 v.set<double>(3.2);
H A Dp1.cpp24 struct set{}; // expected-note{{lookup from the current scope refers here}} struct
27 void set(T value) {} // expected-note{{lookup in the object type 'Value' refers here}} function in struct:Value
31 v.set<double>(3.2);
39 v.set<double>(3.2); // expected-warning{{lookup of 'set' in member access expression is ambiguous; using member of 'Value'}}
42 int set; // Non-template. local
44 v.set<double>(3.2);
/external/smali/util/src/main/java/org/jf/util/
H A DImmutableUtils.java49 @Nonnull public static <T> ImmutableSet<T> nullToEmptySet(@Nullable ImmutableSet<T> set) { argument
50 if (set == null) {
53 return set;
56 @Nonnull public static <T> ImmutableSortedSet<T> nullToEmptySortedSet(@Nullable ImmutableSortedSet<T> set) { argument
57 if (set == null) {
60 return set;
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java1097 set(SPECIAL_FORMAT);
1100 set(PACKED_SWITCH_PAYLOAD);
1101 set(SPARSE_SWITCH_PAYLOAD);
1102 set(FILL_ARRAY_DATA_PAYLOAD);
1105 set(NOP);
1106 set(MOVE);
1107 set(MOVE_FROM16);
1108 set(MOVE_16);
1109 set(MOVE_WIDE);
1110 set(MOVE_WIDE_FROM1
1422 private static void set(Info opcode) { method in class:OpcodeInfo
[all...]
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DAbstractTLexer.java0 #set( $symbol_pound = '#' )
2 #set( $symbol_dollar = '$' )
3 #set( $symbol_escape = '\' )
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dextension_token_key.h8 #include <set>
16 const std::set<std::string>& scopes);
21 std::set<std::string> scopes;
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcustom_dictionary_engine.h8 #include <set>
23 void Init(const std::set<std::string>& words);
25 // Spellcheck |text|. Assumes that another spelling engine has set
39 std::set<base::string16> dictionary_;
/external/chromium_org/gin/modules/
H A Dfile_module_provider.h8 #include <set>
30 void AttempToLoadModules(Runner* runner, const std::set<std::string>& ids);
35 // We'll only search for a given module once. We remember the set of modules
37 std::set<std::string> attempted_ids_;
/external/chromium_org/sync/test/
H A Dmock_invalidation_tracker.h8 #include <set>
56 // acknowledged or dropped items to the proper set. An invalidation may be
59 std::set<int> dropped_;
60 std::set<int> acknowledged_;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java1103 set(SPECIAL_FORMAT);
1106 set(NOP);
1107 set(MOVE);
1108 set(MOVE_FROM16);
1109 set(MOVE_16);
1110 set(MOVE_WIDE);
1111 set(MOVE_WIDE_FROM16);
1112 set(MOVE_WIDE_16);
1113 set(MOVE_OBJECT);
1114 set(MOVE_OBJECT_FROM1
1437 private static void set(Dop opcode) { method in class:Dops
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DCharStream.as49 function set line(line:int):void;
51 function set charPositionInLine(pos:int):void;
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsynced_window_delegates_getter.cc15 const std::set<SyncedWindowDelegate*>
/external/chromium_org/chrome/common/media_galleries/
H A Diphoto_library.h12 #include <set>
31 typedef std::set<uint64> Album;
36 Library(const Albums& albums, const std::set<Photo>& all_photos);
40 std::set<Photo> all_photos;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linkage.h39 util_semantic_set_contains(struct util_semantic_set *set, unsigned char value) argument
41 return !!(set->masks[value / (sizeof(long) * 8)] & (1 << (value / (sizeof(long) * 8))));
44 unsigned util_semantic_set_from_program_file(struct util_semantic_set *set, const struct tgsi_token *tokens, enum tgsi_file_type file);
54 void util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots);
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A Darm64COMM_s.h28 .set _SBytes, 0 // Number of scratch bytes on stack
29 .set _Workspace, 0 // Stack offset of scratch workspace
31 .set _RRegList, 0 // R saved register list (last register number)
32 .set _DRegList, 0 // D saved register list (last register number)
37 .set _DRegList, 0
42 .set _DRegList, 8
47 .set _DRegList, 9
52 .set _DRegList, 10
57 .set _DRegList, 11
62 .set _DRegLis
[all...]
/external/chromium_org/v8/test/intl/
H A Dutils.js34 set: function(value) {

Completed in 1191 milliseconds

1234567891011>>