Searched defs:Set (Results 101 - 125 of 257) sorted by relevance

1234567891011

/external/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.cpp25 DWARFDebugArangeSet Set; local
27 while (Set.extract(DebugArangesData, &Offset)) {
28 uint32_t CUOffset = Set.getCompileUnitDIEOffset();
29 for (const auto &Desc : Set.descriptors()) {
/external/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp81 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSet<GlobalValue *, 8> &Set, argument
92 Set.insert(G);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h258 class Set { class in namespace:crazy
260 Set() : items_() {} function in class:crazy::Set
261 ~Set() {}
282 bool Set<T>::Add(T item) {
292 bool Set<T>::Del(T item) {
/external/chromium_org/ash/shelf/
H A Dshelf_model.cc87 void ShelfModel::Set(int index, const ShelfItem& item) { function in class:ash::ShelfModel
/external/chromium_org/base/win/
H A Dscoped_handle.h43 Set(handle);
48 Set(other.object->Take());
62 Set(other.object->Take());
67 void Set(Handle handle) { function in class:base::win::GenericScopedHandle
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc34 return Set(key, new base::FundamentalValue(value));
38 return Set(key, new base::FundamentalValue(value));
42 return Set(key, new base::FundamentalValue(value));
46 return Set(key, new base::StringValue(value));
50 return Set(key, new base::StringValue(value));
54 return Set(key, StringListToListValue(value));
59 return Set(key, StringListToListValue(value));
152 Set(it.key(), it.value().DeepCopy());
160 bool ScreenContext::Set(const KeyType& key, base::Value* value) { function in class:chromeos::ScreenContext
172 changes_.Set(ke
[all...]
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.h20 // "unset" state. Object will be in "unset" state until Set is called first
38 void Set(const T& value) { function in class:chromeos::system::internal::Optional
80 // to call Get* method before calling corresponding Set* method at least
120 // to call Get* method before calling corresponding Set* method at least
164 // update several settings then calling Set* methods one by one.
188 // update several settings then calling Set* methods one by one.
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_layer.cc95 void AccessibilityFocusRingLayer::Set(const AccessibilityFocusRing& ring) { function in class:chromeos::AccessibilityFocusRingLayer
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dpolicy_value_store.cc101 result = delegate_->Set(options, current_policy);
152 ValueStore::WriteResult PolicyValueStore::Set( function in class:extensions::PolicyValueStore
157 ValueStore::WriteResult PolicyValueStore::Set( function in class:extensions::PolicyValueStore
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux_unittest.cc42 void Set(const std::string& name, const std::string& value) { function in class:shell_integration_linux::__anon4669::MockEnvironment
81 env.Set("HOME", "/home/user");
82 env.Set("XDG_DATA_HOME", "/user/path");
91 env.Set("HOME", "/home/user");
112 env.Set("HOME", "/home/user");
113 env.Set("XDG_DATA_HOME", "/user/path");
114 env.Set("XDG_DATA_DIRS", "/system/path/1:/system/path/2");
125 env.Set("HOME", "/home/user");
126 env.Set("XDG_DATA_DIRS", "/system/path/1:/system/path/2");
138 env.Set("XDG_DATA_DIR
[all...]
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_service_provider.cc60 base::Bind(&BluetoothGattServiceServiceProviderImpl::Set,
149 void Set(dbus::MethodCall* method_call, function in class:chromeos::BluetoothGattServiceServiceProviderImpl
151 VLOG(2) << "BluetoothGattServiceServiceProvider::Set: "
H A Dfake_bluetooth_gatt_service_client.cc50 void FakeBluetoothGattServiceClient::Properties::Set( function in class:chromeos::FakeBluetoothGattServiceClient::Properties
53 VLOG(1) << "Set " << property->name();
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map.cc73 void PolicyMap::Set(const std::string& policy, function in class:policy::PolicyMap
102 Set(it->first, entry.level, entry.scope,
118 Set(it->first, it->second.level, it->second.scope,
132 Set(it.key(), level, scope, it.value().DeepCopy(), NULL);
/external/chromium_org/dbus/
H A Dproperty.cc150 void PropertySet::Set(PropertyBase* property, SetCallback callback) { function in class:dbus::PropertySet
169 LOG_IF(WARNING, !response) << property->name() << ": Set: failed.";
H A Dproperty.h110 // A new value can be set using the Set() method, the callback indicates
115 // p->version.Set(20, base::Bind(&OnSetVersion))
124 const char kPropertiesSet[] = "Set";
168 // Method used by test and stub implementations of dbus::PropertySet::Set
258 // Callback for Set() method, |success| indicates whether or not the
267 virtual void Set(PropertyBase* property, SetCallback callback);
344 // update the remote object value, the Set() method is also provided; these
371 virtual void Set(const T& value, dbus::PropertySet::SetCallback callback) { function in class:dbus::Property
373 property_set()->Set(this, callback);
386 // Method used by test and stub implementations of dbus::PropertySet::Set
[all...]
/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_storage_quota_enforcer.cc132 ValueStore::WriteResult SettingsStorageQuotaEnforcer::Set( function in class:extensions::SettingsStorageQuotaEnforcer
151 WriteResult result = delegate_->Set(options, key, value);
161 ValueStore::WriteResult SettingsStorageQuotaEnforcer::Set( function in class:extensions::SettingsStorageQuotaEnforcer
183 WriteResult result = delegate_->Set(options, values);
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.h36 void Set() { base::AtomicRefCountInc(&flag_); } function in class:gpu::PreemptionFlag
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc20 Set(path);
71 Path& Path::Set(const std::string& path) { function in class:nacl_io::Path
208 return Set(p);
/external/chromium_org/rlz/win/lib/
H A Dmachine_deal.cc124 bool MachineDealCode::Set(const char* dcc) { function in class:rlz_lib::MachineDealCode
134 ASSERT_STRING("MachineDealCode::Set: DCC length is exceeds max allowed.");
142 ASSERT_STRING("MachineDealCode::Set: Unable to create / open machine key."
154 ASSERT_STRING("MachineDealCode::Set: Could not write the DCC value");
221 return Set(new_dcc);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PersistentValueMap.h64 static v8::PersistentContainerValue Set( function in class:blink::V8PersistentValueMapTraits
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.cc50 // Set start time to zero
102 bool EventPosix::Set() { function in class:webrtc::EventPosix
196 timer_event_->Set();
262 Set();
273 timer_event_->Set();
288 // Set time to zero to force new reference time for the timer.
/external/chromium_org/tools/cr/cr/
H A Dconfig.py213 Intended for internal use by the Set and From methods.
231 def Set(self, *args, **kwargs): member in class:Config
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h76 static data_type Set(data_type B, key_type K, value_type E,context_type F){ function in struct:clang::ento::ProgramStatePartialTrait
/external/llvm/lib/Target/R600/
H A DSITypeRewriter.cpp64 AttributeSet Set = F.getAttributes(); local
65 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex, "ShaderType");
/external/openfst/src/include/fst/extensions/ngram/
H A Dbitmap-index.h54 static void Set(uint64* bits, size_t index) { function in class:fst::BitmapIndex

Completed in 606 milliseconds

1234567891011