Searched refs:GetValue (Results 126 - 150 of 498) sorted by relevance

1234567891011>>

/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler_unittest.cc107 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
115 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
122 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
281 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
292 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
303 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
316 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
327 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
350 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
361 EXPECT_TRUE(prefs.GetValue(kTestPre
[all...]
H A Dconfiguration_policy_handler.cc89 *value = policies.GetValue(policy_name_);
185 const base::Value* value = policies.GetValue(policy_name());
268 const base::Value* value = policies.GetValue(policy_name());
295 const base::Value* value = policies.GetValue(policy_name());
319 const base::Value* value = policies.GetValue(policy_name());
345 const base::Value* value = policies.GetValue(policy_name());
366 const base::Value* value = policies.GetValue(policy_name());
428 const base::Value* value = policies.GetValue(policy_name());
H A Dconfiguration_policy_pref_store.cc65 bool ConfigurationPolicyPrefStore::GetValue(const std::string& key, function in class:policy::ConfigurationPolicyPrefStore
68 if (!prefs_.get() || !prefs_->GetValue(key, &stored_value))
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py58 def GetValue(self): member in class:JetSpinOneBased
59 val = wx.SpinCtrl.GetValue(self)
220 def GetValue(self): member in class:JetTrackCtrl
277 def GetValue(self): member in class:JetFileCombo
278 return StrNoneChk(self.cmb.GetValue())
336 def GetValue(self): member in class:JetFileText
337 return StrNoneChk(self.txt.GetValue())
440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
450 if int(self.time[self.iCtrl].GetValue()) < sel
485 def GetValue(self, typ='str'): member in class:TimeCtrl
[all...]
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map_unittest.cc56 EXPECT_TRUE(expected.Equals(map.GetValue(kTestPolicyName1)));
59 EXPECT_TRUE(expected_b.Equals(map.GetValue(kTestPolicyName1)));
62 EXPECT_FALSE(map.GetValue(kTestPolicyName1));
71 EXPECT_FALSE(map.GetValue(kTestPolicyName1));
141 EXPECT_TRUE(expected.Equals(a.GetValue(kTestPolicyName1)));
143 EXPECT_TRUE(expected_bool.Equals(a.GetValue(kTestPolicyName3)));
144 EXPECT_FALSE(a.GetValue(kTestPolicyName2));
147 EXPECT_TRUE(expected_a.Equals(b.GetValue(kTestPolicyName1)));
148 EXPECT_FALSE(b.GetValue(kTestPolicyName3));
149 EXPECT_FALSE(a.GetValue(kTestPolicyName
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator_unittest.cc82 *pref->GetValue(),
93 *pref->GetValue(),
110 *pref->GetValue(),
129 *pref->GetValue(),
148 *pref->GetValue(),
172 *pref->GetValue(),
195 *pref->GetValue(),
230 *pref->GetValue(),
248 *pref->GetValue(),
268 *pref->GetValue(),
[all...]
H A Dchrome_pref_service_unittest.cc41 const base::Value* value = pref->GetValue();
56 value = pref->GetValue();
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc121 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
130 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
139 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
158 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
177 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
186 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
193 HRESULT hr = RegKey::GetValue(full_key_name, value_name, buffer.accept());
200 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
209 HRESULT RegKey::GetValue(const wchar_t* full_key_name, function in class:rtc::RegKey
451 hr = key.GetValue(value_nam
516 HRESULT RegKey::GetValue(const wchar_t* value_name, DWORD* value) const { function in class:rtc::RegKey
530 HRESULT RegKey::GetValue(const wchar_t* value_name, DWORD64* value) const { function in class:rtc::RegKey
544 HRESULT RegKey::GetValue(const wchar_t* value_name, wchar_t** value) const { function in class:rtc::RegKey
580 HRESULT RegKey::GetValue(const wchar_t* value_name, std::wstring* value) const { function in class:rtc::RegKey
637 HRESULT RegKey::GetValue(const wchar_t* value_name, function in class:rtc::RegKey
657 HRESULT RegKey::GetValue(const wchar_t* value_name, function in class:rtc::RegKey
670 HRESULT RegKey::GetValue(const wchar_t* value_name, function in class:rtc::RegKey
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos_unittest.cc56 prefs_.GetValue(prefs::kAccessibilityScreenMagnifierEnabled, NULL));
57 EXPECT_FALSE(prefs_.GetValue(prefs::kAccessibilityScreenMagnifierType, NULL));
70 prefs_.GetValue(prefs::kAccessibilityScreenMagnifierEnabled, &enabled));
75 EXPECT_TRUE(prefs_.GetValue(prefs::kAccessibilityScreenMagnifierType, &type));
90 prefs_.GetValue(prefs::kAccessibilityScreenMagnifierEnabled, &enabled));
95 EXPECT_TRUE(prefs_.GetValue(prefs::kAccessibilityScreenMagnifierType, &type));
316 policy_map.GetValue(key::kOpenNetworkConfiguration);
335 EXPECT_TRUE(prefs.GetValue(prefs::kPinnedLauncherApps, &value));
347 EXPECT_TRUE(prefs.GetValue(prefs::kPinnedLauncherApps, &value));
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.h99 std::string GetTitle(int tab_id) const { return GetValue(&title_, tab_id); }
140 return GetValue(&badge_text_, tab_id);
150 return GetValue(&badge_text_color_, tab_id);
160 return GetValue(&badge_background_color_, tab_id);
244 T GetValue(const std::map<int, T>* map, int tab_id) const { function in class:ExtensionAction
/external/lldb/test/expression_command/test/
H A DTestExprs.py139 self.expect(val.GetValue(), "2.345 evaluated correctly", exe=False,
146 self.expect(val.GetValue(), "Argc evaluated correctly", exe=False,
151 self.expect(val.GetValue(), "Argv[1] evaluated correctly", exe=False,
156 self.expect(val.GetValue(), "Argv[2] evaluated correctly", exe=False,
161 self.expect(val.GetValue(), "Argv[3] evaluated correctly", exe=False,
/external/lldb/test/functionalities/return-value/
H A DTestReturnValue.py58 in_child_str = in_child.GetValue()
81 in_child_str = in_child.GetValue()
82 ret_child_str = ret_child.GetValue()
172 in_float = float (in_value.GetValue())
184 return_float = float (return_value.GetValue())
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector_unittest.cc151 bool GetValue(const StatsReport* report, function in namespace:__anon12637
174 if (GetValue(reports[i], name, &ret)) {
242 EXPECT_TRUE(GetValue(
249 EXPECT_TRUE(GetValue(
258 EXPECT_TRUE(GetValue(
264 if (!GetValue(
275 EXPECT_TRUE(GetValue(
278 EXPECT_TRUE(GetValue(
281 EXPECT_TRUE(GetValue(
284 EXPECT_TRUE(GetValue(
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBrush.h135 lastResult = DllExports::GdipCreateSolidFill(color.GetValue(), &brush);
160 color.GetValue()));
468 color1.GetValue(),
469 color2.GetValue(),
485 color1.GetValue(),
486 color2.GetValue(),
501 color1.GetValue(),
502 color2.GetValue(),
518 color1.GetValue(),
519 color2.GetValue(),
[all...]
/external/chromium_org/cc/animation/
H A Dscroll_offset_animation_curve.cc68 gfx::Vector2dF ScrollOffsetAnimationCurve::GetValue(double t) const { function in class:cc::ScrollOffsetAnimationCurve
78 double progress = (timing_function_->GetValue(t / duration));
107 gfx::Vector2dF current_position = GetValue(t);
/external/chromium_org/cc/test/
H A Danimation_test_common.h30 virtual float GetValue(double now) const OVERRIDE;
43 virtual gfx::Transform GetValue(double time) const OVERRIDE;
63 virtual float GetValue(double time) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_policy_handler_unittest.cc93 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
105 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
115 EXPECT_TRUE(prefs.GetValue(kTestPref, &value));
/external/lldb/test/lang/c/bitfields/
H A DTestBitfields.py157 # Notice the pattern of int(b1.GetValue(), 0). We pass a base of 0
165 int(b1.GetValue(), 0) == 1,
173 int(b7.GetValue(), 0) == 127,
181 int(four.GetValue(), 0) == 15,
/external/lldb/tools/lldb-perf/lib/
H A DResults.h222 GetValue () const function in class:lldb_perf::Results::String
251 GetValue () const function in class:lldb_perf::Results::Double
280 GetValue () const function in class:lldb_perf::Results::Unsigned
H A DResults.cpp68 double d = result->GetAsDouble()->GetValue();
76 CFCString cfstr (result->GetAsString()->GetValue());
84 uint64_t uval64 = result->GetAsUnsigned()->GetValue();
138 parent_dict.SetValueDouble(cf_key.get(), result->GetAsDouble()->GetValue(), true);
143 parent_dict.SetValueCString(cf_key.get(), result->GetAsString()->GetValue(), true);
149 parent_dict.SetValueUInt64 (cf_key.get(), result->GetAsUnsigned()->GetValue(), true);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_store.cc62 bool SupervisedUserPrefStore::GetValue(const std::string& key, function in class:SupervisedUserPrefStore
65 return prefs_->GetValue(key, value);
/external/chromium_org/extensions/browser/
H A Dextension_pref_value_map.cc260 prefs->GetValue(key, &value);
269 prefs->GetValue(key, &value);
276 prefs->GetValue(key, &value);
284 prefs->GetValue(key, &value);
313 if (prefs->GetValue(key, &value)) {
323 if (prefs->GetValue(key, &value)) {
335 if (prefs->GetValue(key, &value)) {
344 if (prefs->GetValue(key, &value)) {
/external/chromium_org/tools/gn/
H A Dfunction_toolchain.cc32 const Value* v = scope->GetValue(var, true);
49 const Value* v = scope->GetValue(var, true);
83 const Value* value = scope->GetValue(name, true);
100 const Value* value = scope->GetValue("default_output_extension", true);
119 const Value* value = scope->GetValue("depsformat", true);
141 const Value* value = scope->GetValue("outputs", true);
313 const Value* deps_value = block_scope.GetValue(variables::kDeps, true);
324 block_scope.GetValue("concurrent_links", true);
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp71 #define GetValue(ptr) ((ptr) ? ptr[0] : 0) macro
81 (void)GetValue(b);
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h118 GetValue () function in class:lldb_private::TypeFormatImpl::Flags
192 return m_flags.GetValue();

Completed in 652 milliseconds

1234567891011>>