Searched refs:GetValue (Results 176 - 200 of 498) sorted by relevance

1234567891011>>

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.cpp71 CFCMutableSet::GetValue(const void *value) const function in class:CFCMutableSet
/external/lldb/test/functionalities/data-formatter/data-formatter-globals/
H A DTestDataFormatterGlobals.py70 self.runCmd("type summary add --python-script \"return 'x=' + str(valobj.GetChildMemberWithName('x').GetValue());\" Point")
/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers_unittest.cc86 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
96 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
169 EXPECT_FALSE(prefs.GetValue(pref_names::kInstallForceList, &value));
178 EXPECT_TRUE(prefs.GetValue(pref_names::kInstallForceList, &value));
190 EXPECT_TRUE(prefs.GetValue(pref_names::kInstallForceList, &value));
200 EXPECT_TRUE(prefs.GetValue(pref_names::kInstallForceList, &value));
280 ASSERT_TRUE(prefs.GetValue(kTestPref, &value));
/external/chromium_org/tools/gn/
H A Dscope.cc57 const Value* Scope::GetValue(const base::StringPiece& ident, function in class:Scope
76 return const_containing_->GetValue(ident);
78 return mutable_containing_->GetValue(ident, counts_as_used);
106 const Value* in_containing = containing()->GetValue(ident);
115 const Value* Scope::GetValue(const base::StringPiece& ident) const { function in class:Scope
120 return containing()->GetValue(ident);
237 const Value* existing_value = dest->GetValue(i->first);
H A Dscope.h123 const Value* GetValue(const base::StringPiece& ident,
125 const Value* GetValue(const base::StringPiece& ident) const;
129 // could still exist in a const scope, so GetValue() could still return
151 // Same as GetValue, but if the value exists in a parent scope, we'll copy
/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc16 // Do not change this format. AddInput() and GetValue() only work with float.
51 float GetValue(const scoped_refptr<AudioBuffer>& buffer) { function in class:media::AudioSplicerTest
74 EXPECT_TRUE(VerifyData(output, GetValue(input)));
87 EXPECT_TRUE(VerifyData(pre_splice_output, GetValue(overlapped_buffer)));
110 float overlapped_value = GetValue(overlapped_buffer_1);
111 const float overlapping_value = GetValue(overlapping_buffer);
119 overlapped_value = GetValue(overlapped_buffer_2);
347 EXPECT_TRUE(VerifyData(output_2, GetValue(input_2)));
469 EXPECT_TRUE(VerifyData(post_splice_output, GetValue(overlapping_buffer)));
597 EXPECT_TRUE(VerifyData(post_splice_output, GetValue(overlapping_buffe
[all...]
/external/chromium_org/base/prefs/
H A Dpref_service_unittest.cc144 const base::Value* value = pref->GetValue();
163 // Check that GetValue() returns the default value.
164 const base::Value* value = pref->GetValue();
178 // Check that GetValue() returns the user-set value.
179 value = pref->GetValue();
194 // Check that GetValue() returns the user-set value.
195 value = pref->GetValue();
213 // Check that GetValue() returns the recommended value.
214 value = pref->GetValue();
H A Dpref_value_store_unittest.cc263 TEST_F(PrefValueStoreTest, GetValue) {
272 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kManagedPref,
280 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kSupervisedUserPref,
287 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kExtensionPref,
294 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kCommandLinePref,
301 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kUserPref,
308 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kRecommendedPref,
316 ASSERT_TRUE(pref_value_store_->GetValue(prefs::kDefaultPref,
325 ASSERT_FALSE(pref_value_store_->GetValue(prefs::kMissingPref,
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc12 bool GetValue(const base::ListValue& list, int pos, std::string& value) { function in namespace:__anon3547
16 bool GetValue(const base::ListValue& list, int pos, int& value) { function in namespace:__anon3547
20 bool GetValue(const base::ListValue& list, int pos, bool& value) { function in namespace:__anon3547
24 bool GetValue(const base::ListValue& list, int pos, gfx::Rect& rect) { function in namespace:__anon3547
57 valid_ = GetValue(list, pos, value_);
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_menu_observer.cc206 return integrate_spelling_service_.GetValue() && !profile->IsOffTheRecord();
208 return autocorrect_spelling_.GetValue() && !profile->IsOffTheRecord();
303 if (!integrate_spelling_service_.GetValue()) {
327 if (!integrate_spelling_service_.GetValue()) {
337 bool current_value = autocorrect_spelling_.GetValue();
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc39 progress = keyframes[i]->timing_function()->GetValue(progress);
187 SkColor KeyframedColorAnimationCurve::GetValue(double t) const { function in class:cc::KeyframedColorAnimationCurve
234 float KeyframedFloatAnimationCurve::GetValue(double t) const { function in class:cc::KeyframedFloatAnimationCurve
293 progress = (*keyframes)[i]->timing_function()->GetValue(progress);
298 gfx::Transform KeyframedTransformAnimationCurve::GetValue(double t) const { function in class:cc::KeyframedTransformAnimationCurve
401 FilterOperations KeyframedFilterAnimationCurve::GetValue(double t) const { function in class:cc::KeyframedFilterAnimationCurve
/external/chromium_org/base/
H A Dfile_version_info_win.cc148 bool FileVersionInfoWin::GetValue(const wchar_t* name, function in class:FileVersionInfoWin
185 if (GetValue(name, &str))
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc121 EXPECT_EQ(S_OK, property_store->GetValue(PKEY_AppUserModel_ID,
137 EXPECT_EQ(S_OK, property_store->GetValue(PKEY_AppUserModel_IsDualMode,
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddebug_info_collector.cc23 if (it->GetValue().file_specific_info().has_cache_state()) {
25 it->GetValue().file_specific_info().cache_state());
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinfo_private_api.cc146 base::Value* value = GetValue(property_name);
155 base::Value* ChromeosInfoPrivateGetFunction::GetValue( function in class:extensions::ChromeosInfoPrivateGetFunction
H A Ddevice_local_account_external_policy_loader.cc105 if (pref_value_map.GetValue(extensions::pref_names::kInstallForceList,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_profile_policy_provider.cc62 const base::Value* value = device_policy_map.GetValue(device_policy);
170 device_policy_map.GetValue(key::kDeviceLoginScreenPowerManagement);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store.cc80 bool SegregatedPrefStore::GetValue(const std::string& key, function in class:SegregatedPrefStore
82 return StoreForKey(key)->GetValue(key, result);
/external/chromium_org/components/copresence/handlers/audio/
H A Daudio_directive_handler.cc129 samples_cache_audible_.GetValue(current_token_audible_));
148 samples_cache_inaudible_.GetValue(current_token_inaudible_));
/external/chromium_org/net/base/
H A Durl_util.cc93 std::string QueryIterator::GetValue() const { function in class:net::QueryIterator
104 GetValue(),
/external/chromium_org/ui/base/win/
H A Dhwnd_subclass.cc24 ui::ViewProp::GetValue(hwnd, kHWNDSubclassKey));
67 ui::ViewProp::GetValue(target, kHWNDSubclassKey));
/external/lldb/source/Core/
H A DValueObjectChild.cpp125 m_value.GetScalar() = parent->GetValue().GetScalar();
126 Value::ValueType value_type = parent->GetValue().GetValueType();
H A DValueObjectConstResultImpl.cpp190 m_address_of_backend->GetValue().SetValueType(Value::eValueTypeScalar);
191 m_address_of_backend->GetValue().GetScalar() = m_live_address;
/external/lldb/test/python_api/value/
H A DTestValueAPI.py138 self.assertTrue(child.GetValue() == val2.GetValue() and
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedTokenException.cs102 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));

Completed in 646 milliseconds

1234567891011>>