Searched refs:set (Results 226 - 250 of 10365) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILDevice.cpp69 mSWBits.set(AMDGPUDeviceInfo::HalfOps);
70 mSWBits.set(AMDGPUDeviceInfo::ByteOps);
71 mSWBits.set(AMDGPUDeviceInfo::ShortOps);
72 mSWBits.set(AMDGPUDeviceInfo::HW64BitDivMod);
74 mSWBits.set(AMDGPUDeviceInfo::NoInline);
77 mSWBits.set(AMDGPUDeviceInfo::MacroDB);
80 mSWBits.set(AMDGPUDeviceInfo::ConstantMem);
82 mHWBits.set(AMDGPUDeviceInfo::ConstantMem);
85 mSWBits.set(AMDGPUDeviceInfo::PrivateMem);
87 mHWBits.set(AMDGPUDeviceInf
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDevice.cpp69 mSWBits.set(AMDGPUDeviceInfo::HalfOps);
70 mSWBits.set(AMDGPUDeviceInfo::ByteOps);
71 mSWBits.set(AMDGPUDeviceInfo::ShortOps);
72 mSWBits.set(AMDGPUDeviceInfo::HW64BitDivMod);
74 mSWBits.set(AMDGPUDeviceInfo::NoInline);
77 mSWBits.set(AMDGPUDeviceInfo::MacroDB);
80 mSWBits.set(AMDGPUDeviceInfo::ConstantMem);
82 mHWBits.set(AMDGPUDeviceInfo::ConstantMem);
85 mSWBits.set(AMDGPUDeviceInfo::PrivateMem);
87 mHWBits.set(AMDGPUDeviceInf
[all...]
/external/chromium_org/v8/test/mjsunit/es6/
H A Dcollections.js51 assertDoesNotThrow(function () { m.set(new Object) });
62 assertThrows(function () { m.set(undefined, 0) }, TypeError);
64 assertThrows(function () { m.set(null, 0) }, TypeError);
66 assertThrows(function () { m.set(0, 0) }, TypeError);
68 assertThrows(function () { m.set('a-key', 0) }, TypeError);
74 function TestSet(set, key) {
75 assertFalse(set.has(key));
76 assertSame(set, set.add(key));
77 assertTrue(set
[all...]
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp53 set.applyPattern(pattern, status);
54 prefrozen=set;
56 set.freeze();
91 // Count spans of characters that are in the set,
92 // and spans of characters that are not in the set.
93 // If the very first character is in the set, then one additional
111 if(tf!=set.contains(c)) {
128 UnicodeSet set; member in class:UnicodeSetPerformanceTest
158 // Verify that the frozen set is equal to the unfrozen one.
159 UnicodeSet set; local
176 const UnicodeSet &set=testcase.set; local
192 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
209 UnicodeSet set; local
238 const UnicodeSet &set=testcase.set; local
260 UnicodeSet set; local
289 const UnicodeSet &set=testcase.set; local
315 UnicodeSet set; local
339 const UnicodeSet &set=testcase.set; local
361 UnicodeSet set; local
385 const UnicodeSet &set=testcase.set; local
[all...]
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp53 set.applyPattern(pattern, status);
54 prefrozen=set;
56 set.freeze();
91 // Count spans of characters that are in the set,
92 // and spans of characters that are not in the set.
93 // If the very first character is in the set, then one additional
111 if(tf!=set.contains(c)) {
128 UnicodeSet set; member in class:UnicodeSetPerformanceTest
158 // Verify that the frozen set is equal to the unfrozen one.
159 UnicodeSet set; local
176 const UnicodeSet &set=testcase.set; local
192 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
209 UnicodeSet set; local
238 const UnicodeSet &set=testcase.set; local
260 UnicodeSet set; local
289 const UnicodeSet &set=testcase.set; local
315 UnicodeSet set; local
339 const UnicodeSet &set=testcase.set; local
361 UnicodeSet set; local
385 const UnicodeSet &set=testcase.set; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dvertices.cpp49 fPts[0].set(0, 0); fPts[1].set(X/2, 10); fPts[2].set(X, 0);
50 fPts[3].set(10, Y/2); fPts[4].set(X/2, Y/2); fPts[5].set(X-10, Y/2);
51 fPts[6].set(0, Y); fPts[7].set(X/2, Y-10); fPts[8].set(X, Y);
56 fTexs[0].set(
[all...]
/external/skia/gm/
H A Dvertices.cpp49 fPts[0].set(0, 0); fPts[1].set(X/2, 10); fPts[2].set(X, 0);
50 fPts[3].set(10, Y/2); fPts[4].set(X/2, Y/2); fPts[5].set(X-10, Y/2);
51 fPts[6].set(0, Y); fPts[7].set(X/2, Y-10); fPts[8].set(X, Y);
56 fTexs[0].set(
[all...]
/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set_unittest.cc51 SingleObjectInvalidationSet set = GetStoredInvalidations(); local
52 ASSERT_EQ(1U, set.GetSize());
53 EXPECT_FALSE(set.StartsWithUnknownVersion());
74 SingleObjectInvalidationSet set = GetStoredInvalidations(); local
75 ASSERT_EQ(2U, set.GetSize());
76 EXPECT_TRUE(set.StartsWithUnknownVersion());
88 SingleObjectInvalidationSet set = GetStoredInvalidations(); local
89 ASSERT_EQ(kMax, set.GetSize());
90 EXPECT_FALSE(set.StartsWithUnknownVersion());
91 EXPECT_EQ(0, set
104 SingleObjectInvalidationSet set = GetStoredInvalidations(); local
122 SingleObjectInvalidationSet set = GetStoredInvalidations(); local
155 SingleObjectInvalidationSet set = GetStoredInvalidations(); local
178 SingleObjectInvalidationSet set = GetStoredInvalidations(); local
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprobslet.h61 ** Override PR_MAX_SELECT_DESC if you need more space in the select set.
89 ** with its own maximum number of elements in the set.
92 ** A set describing the io descriptors for which ready for reading
96 ** A set describing the io descriptors for which ready for writing
100 ** A set describing the io descriptors for which exception pending
113 ** A set describing the io descriptors which are ready for reading.
116 ** A set describing the io descriptors which are ready for writing.
119 ** A set describing the io descriptors which have pending exception.
137 ** PR_FD_ZERO(&fdset) initializes a descriptor set fdset to the null set
150 NSPR_API(void) PR_FD_ZERO(PR_fd_set *set); variable
[all...]
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-altkey-data.js32 * even if empty. Used when constructing a set of alternates for keys
90 var set = document.createElement('kb-altkey-set');
104 set.insertBefore(key, set.firstChild);
107 set.appendChild(key);
119 set.id = altKeys.id;
120 set.offset = leftOffset;
121 return set;
/external/llvm/test/MC/Mips/
H A Delf-N64.s23 .set nomips16
29 .set noreorder
30 .set nomacro
31 .set noat
50 .set at
51 .set macro
52 .set reorder
H A Delf-gprel-32-64.s28 .set nomips16
34 .set noreorder
35 .set nomacro
36 .set noat
71 .set at
72 .set macro
73 .set reorder
H A Dxgot.s25 .set nomips16
31 .set noreorder
32 .set nomacro
33 .set noat
53 .set at
54 .set macro
55 .set reorder
H A Dset-at-directive-explicit-at.s5 # for ".set at" and set the correct value. The correct value for $at is always
10 # WARNINGS: :[[@LINE+2]]:11: warning: Used $at without ".set noat"
11 .set at=$1
15 # WARNINGS: :[[@LINE+2]]:11: warning: Used $at without ".set noat"
16 .set at=$1
18 # WARNINGS-NOT: warning: Used $at without ".set noat"
21 .set at=$2
24 .set at=$3
27 .set noa
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DSettingsTest.java43 settings.set(UPLOAD_BANDWIDTH, 0, 42);
45 settings.set(Settings.HEADER_TABLE_SIZE, 0, 8096);
51 settings.set(DOWNLOAD_BANDWIDTH, 0, 53);
53 settings.set(Settings.ENABLE_PUSH, 0, 0);
57 settings.set(Settings.ROUND_TRIP_TIME, 0, 64);
61 settings.set(MAX_CONCURRENT_STREAMS, 0, 75);
65 settings.set(Settings.CURRENT_CWND, 0, 86);
69 settings.set(DOWNLOAD_RETRANS_RATE, 0, 97);
74 settings.set(Settings.INITIAL_WINDOW_SIZE, 0, 108);
78 settings.set(Setting
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_libcsignal.h45 /* --- Signal set ops --- */
46 extern Int VG_(sigfillset) ( vki_sigset_t* set );
47 extern Int VG_(sigemptyset) ( vki_sigset_t* set );
49 extern Bool VG_(isfullsigset) ( const vki_sigset_t* set );
50 extern Bool VG_(isemptysigset) ( const vki_sigset_t* set );
54 extern Int VG_(sigaddset) ( vki_sigset_t* set, Int signum );
55 extern Int VG_(sigdelset) ( vki_sigset_t* set, Int signum );
56 extern Int VG_(sigismember) ( const vki_sigset_t* set, Int signum );
/external/chromium_org/third_party/icu/source/common/
H A Dusetiter.cpp18 * @param set set to iterate over
26 * Create an iterator. Convenience for when the contents are to be set later.
29 this->set = NULL;
39 * Returns the next element in the set.
40 * @return true if there was another element in the set.
62 string = (const UnicodeString*) set->strings->elementAt(nextString++);
67 * @return true if there was another element in the set.
95 string = (const UnicodeString*) set->strings->elementAt(nextString++);
100 *@param set th
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dlinuxfdwalk_unittest.cc11 #include <set>
25 std::set<int> *fds = static_cast<std::set<int> *>(data);
30 std::set<int> *fds = static_cast<std::set<int> *>(data);
34 // Checks that the set of open fds is exactly the given list.
35 static void CheckOpenFdList(std::set<int> fds) {
40 static void GetOpenFdList(std::set<int> *fds) {
46 std::set<int> fds;
49 // I have observed that the open set whe
[all...]
/external/icu/icu4c/source/common/
H A Dusetiter.cpp18 * @param set set to iterate over
26 * Create an iterator. Convenience for when the contents are to be set later.
29 this->set = NULL;
39 * Returns the next element in the set.
40 * @return true if there was another element in the set.
62 string = (const UnicodeString*) set->strings->elementAt(nextString++);
67 * @return true if there was another element in the set.
95 string = (const UnicodeString*) set->strings->elementAt(nextString++);
100 *@param set th
[all...]
/external/oprofile/libutil++/
H A Dcverb.cpp63 set(false)
79 result.set = result.set || rhs.set;
87 result.set = result.set && rhs.set;
106 p_it.first->second->set = true;
122 return v.set ? cout : null_stream;
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_preferences_migration.h8 #include <set>
33 const std::set<std::string>& unprotected_pref_names,
34 const std::set<std::string>& protected_pref_names,
/external/chromium_org/chrome/browser/
H A Dsite_details.h13 // Maps an ID representing each BrowsingInstance to a set of site URLs.
14 typedef base::hash_map<int32, std::set<GURL> > BrowsingInstanceSiteMap;
22 std::set<GURL> sites;
23 std::set<GURL> https_sites;
/external/chromium_org/components/domain_reliability/
H A Ddispatcher.h8 #include <set>
46 // Adds |task| to the set of all tasks, but not the set of eligible tasks.
49 // Adds |task| to the set of eligible tasks, and also the set of all tasks
57 std::set<Task*> tasks_;
58 std::set<Task*> eligible_tasks_;
/external/chromium_org/content/test/
H A Dappcache_test_helper.h8 #include <set>
28 std::set<GURL>* origins);
41 std::set<GURL>* origins_; // not owned
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dtrie.h10 #include <set>
38 std::set<T>* results) const;
43 std::set<T> data_list_;

Completed in 2505 milliseconds

1234567891011>>