Searched defs:Set (Results 76 - 100 of 257) sorted by relevance

1234567891011

/external/llvm/include/llvm/ADT/
H A DSmallSet.h36 std::set<T, C> Set; member in class:llvm::SmallSet
44 return Vector.empty() && Set.empty();
48 return isSmall() ? Vector.size() : Set.size();
57 return Set.count(V);
65 return Set.insert(V).second;
77 Set.insert(Vector.back());
80 Set.insert(V);
92 return Set.erase(V);
103 Set.clear();
106 bool isSmall() const { return Set
[all...]
/external/skia/tests/
H A DGrOrderedSetTest.cpp14 typedef GrOrderedSet<int> Set; typedef
18 Set set;
28 Set::Iter xi = set.insert(x);
50 for (Set::Iter a = set.begin(); set.end() != a; ++a) {
51 Set::Iter b = a;
96 for (Set::Iter a = set.begin(); set.end() != a; ++a) {
97 Set::Iter b = a;
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py28 from sets import Set namespace
54 self._declared_private_members = Set()
55 self._used_private_members = Set()
480 self._declared_private_members = Set()
481 self._used_private_members = Set()
/external/chromium_org/base/mac/
H A Dfoundation_util.h226 CF_TO_NS_MUTABLE_CAST_DECL(Set); variable
/external/chromium_org/base/metrics/
H A Dstats_counters.cc23 void StatsCounter::Set(int value) { function in class:base::StatsCounter
122 largest_add_.Set(value);
/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher_posix.cc35 void Set() { function in class:base::Flag
106 flag->Set();
204 cancel_flag_->Set();
240 cancel_flag_->Set();
/external/chromium_org/base/threading/
H A Dthread_local_storage.cc239 void ThreadLocalStorage::StaticSlot::Set(void* value) { function in class:base::ThreadLocalStorage::StaticSlot
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.cc31 void FocusRingLayer::Set(aura::Window* root_window, const gfx::Rect& bounds) { function in class:chromeos::FocusRingLayer
/external/chromium_org/chrome/browser/extensions/
H A Dblacklist_unittest.cc22 std::set<std::string> Set(const std::string& a) { function in namespace:extensions::__anon3878
27 std::set<std::string> Set(const std::string& a, const std::string& b) { function in namespace:extensions::__anon3878
28 std::set<std::string> set = Set(a);
32 std::set<std::string> Set(const std::string& a, function in namespace:extensions::__anon3878
35 std::set<std::string> set = Set(a, b);
39 std::set<std::string> Set(const std::string& a, function in namespace:extensions::__anon3878
43 std::set<std::string> set = Set(a, b, c);
91 Set(a, c), base::Bind(&Assign<std::set<std::string> >, &blacklisted_ids));
94 EXPECT_EQ(Set(a), blacklisted_ids);
136 EXPECT_EQ(Set(
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_input_client.cc43 void FakeBluetoothInputClient::Properties::Set( function in class:chromeos::FakeBluetoothInputClient::Properties
46 VLOG(1) << "Set " << property->name();
H A Dfake_nfc_manager_client.cc35 void FakeNfcManagerClient::Properties::Set( function in class:chromeos::FakeNfcManagerClient::Properties
38 VLOG(1) << "Set " << property->name();
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_frontend.cc55 void Set(const std::string& key, scoped_ptr<base::Value> value) { function in class:ValueStoreFrontend::Backend
58 ValueStore::WriteResult result = storage_->Set(
132 void ValueStoreFrontend::Set(const std::string& key, function in class:ValueStoreFrontend
137 base::Bind(&ValueStoreFrontend::Backend::Set,
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_dictionary_interface.cc27 PP_Bool FakeVarDictionaryInterface::Set(PP_Var var, PP_Var key, PP_Var value) { function in class:FakeVarDictionaryInterface
99 array_interface_->Set(rtn, index, key);
/external/chromium_org/net/dns/
H A Dhost_cache.cc52 void HostCache::Set(const Key& key, function in class:net::HostCache
/external/chromium_org/net/ssl/
H A Dssl_config_service.cc22 void Set(const scoped_refptr<CRLSet>& new_crl_set) { function in class:net::GlobalCRLSet
42 g_crl_set.Get().Set(crl_set);
/external/chromium_org/ppapi/shared_impl/
H A Dscoped_pp_var.cc83 void ScopedPPVarArray::Set(size_t index, const ScopedPPVar& var) { function in class:ppapi::ScopedPPVarArray
/external/chromium_org/remoting/signaling/
H A Dserver_log_entry.cc41 void ServerLogEntry::Set(const std::string& key, const std::string& value) { function in class:remoting::ServerLogEntry
46 Set(kKeyCpu, SysInfo::OperatingSystemArchitecture());
61 Set(kKeyMode, mode_value);
65 Set(kKeyRole, role);
69 Set(kKeyEventName, name);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Diterator_wrapper.h18 Set(iter);
24 // when Set() is invoked again.
25 void Set(Iterator* iter) { function in class:leveldb::IteratorWrapper
/external/chromium_org/third_party/webrtc/
H A Dcommon.h35 // config.Set<Algo1_CostFunction>(new SqrCost());
47 // Set the option, deleting any previous instance of the same.
49 template<typename T> void Set(T* value);
114 void Config::Set(T* value) { function in class:webrtc::Config
/external/chromium_org/tools/gn/
H A Dvisibility.cc23 bool Visibility::Set(const SourceDir& current_dir, function in class:Visibility
107 item->visibility().Set(scope->GetSourceDir(), *vis_value, err);
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_timer_provider.cc17 void Set(stime_t delay, GesturesTimerCallback callback, void* callback_data) { function in class:GesturesTimer
59 timer->Set(delay, callback, callback_data);
/external/chromium_org/ui/gfx/geometry/
H A Dinsets_base.h33 void Set(Type top, Type left, Type bottom, Type right) { function in class:gfx::InsetsBase
/external/chromium_org/v8/src/
H A Dcollection.js11 var $Set = global.Set;
16 // Harmony Set
20 throw MakeTypeError('constructor_not_function', ['Set']);
50 ['Set.prototype.add', this]);
66 ['Set.prototype.has', this]);
75 ['Set.prototype.delete', this]);
84 ['Set.prototype.size', this]);
93 ['Set.prototype.clear', this]);
102 ['Set
[all...]
/external/chromium_org/v8/src/ic/
H A Dstub-cache.cc48 Code* StubCache::Set(Name* name, Map* map, Code* code) { function in class:v8::internal::StubCache
/external/lldb/include/lldb/Core/
H A DFlags.h95 /// Set accessor for all flags.
124 /// Set one or more flags by logical OR'ing \a mask with the current
134 Set (ValueType mask) function in class:lldb_private::Flags

Completed in 5213 milliseconds

1234567891011