Searched refs:GetValue (Results 251 - 275 of 498) sorted by relevance

<<11121314151617181920

/external/lldb/include/lldb/Target/
H A DStopInfo.h64 GetValue() const function in class:lldb_private::StopInfo
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h36 const void * GetValue(const void *key) const;
/external/lldb/source/Target/
H A DABI.cpp150 const Value &result_value = live_valobj_sp->GetValue();
/external/lldb/test/functionalities/conditional_break/
H A DTestConditionalBreak.py100 self.assertTrue(val.GetValue() == "3", "'val' has a value of 3")
/external/lldb/test/functionalities/data-formatter/data-formatter-synth/
H A DTestDataFormatterSynth.py93 self.runCmd("type summary add BagOfInts --python-script \"return 'x=%s' % valobj.GetChildMemberWithName('x').GetValue()\" -e")
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h144 MVT GetValue() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusColor.h131 ARGB GetValue() const function in class:Color
/external/chromium_org/base/prefs/
H A Dpref_member.h188 // Assuming |MoveToThread| was previously called, |GetValue|, |IsManaged|,
229 ValueType GetValue() const { function in class:PrefMember
236 return GetValue();
H A Dpref_value_store.cc106 bool PrefValueStore::GetValue(const std::string& name, function in class:PrefValueStore
223 if (store && store->GetValue(name, out_value))
H A Dpref_service.cc201 if (!pref_registry_->defaults()->GetValue(pref_name, &default_value))
287 if (!pref_registry_->defaults()->GetValue(path, &value)) {
483 const base::Value* PrefService::Preference::GetValue() const { function in class:PrefService::Preference
543 if (pref_registry_->defaults()->GetValue(path, &default_value)) {
546 if (pref_value_store_->GetValue(path, default_type, &found_value)) {
/external/chromium_org/base/win/
H A Dshortcut.cc247 if (property_store->GetValue(PKEY_AppUserModel_ID,
266 if (property_store->GetValue(PKEY_AppUserModel_IsDualMode,
/external/chromium_org/cc/input/
H A Dtop_controls_manager.cc173 SetControlsTopOffset(top_controls_animation_->GetValue(time));
248 float new_offset = top_controls_animation_->GetValue(time_ms);
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_default_provider_unittest.cc151 prefs::kDefaultContentSettings)->GetValue()->DeepCopy());
169 prefs::kDefaultContentSettings)->GetValue()->DeepCopy());
/external/chromium_org/chrome/browser/ui/views/
H A Dconflicting_module_view_win.cc86 if (bubble_shown.GetValue() >= kShowConflictingModuleBubbleMax) {
119 bubble_shown.SetValue(bubble_shown.GetValue() + 1);
/external/chromium_org/components/policy/core/common/
H A Dgenerate_policy_source_unittest.cc184 policy_map.GetValue(key::kChromeOsMultiProfileUserBehavior);
196 policy_map.GetValue(key::kChromeOsMultiProfileUserBehavior);
/external/chromium_org/tools/gn/
H A Doperators_unittest.cc88 const Value* value = setup.scope()->GetValue(sources);
133 Value result = *setup.scope()->GetValue(foo);
H A Dparse_tree.cc131 const Value* base_value = scope->GetValue(base_.value(), true);
180 result = mutable_base_value->scope_value()->GetValue(
184 const Value* const_base_value = scope->GetValue(base_.value(), true);
190 const_base_value->scope_value()->GetValue(member_->value().value());
419 const Value* value = scope->GetValue(value_.value(), true);
/external/chromium_org/v8/src/
H A Dproperty.h34 Handle<Object> GetValue() const { return value_; } function in class:v8::internal::BASE_EMBEDDED
213 return map->instance_descriptors()->GetValue(number_);
/external/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h188 GetValue () function in class:lldb_private::TypeSummaryImpl::Flags
298 return m_flags.GetValue();
/external/lldb/test/functionalities/data-formatter/data-formatter-categories/
H A DTestDataFormatterCategories.py105 self.runCmd("type summary add --python-script \"return 'Area = ' + str( int(valobj.GetChildMemberWithName('w').GetValue()) * int(valobj.GetChildMemberWithName('h').GetValue()) );\" Rectangle -w Category2")
/external/lldb/test/lang/c/array_types/
H A DTestArrayTypes.py176 # Notice the pattern of int(child0_2.GetValue(), 0). We pass a
189 self.assertTrue(int(child0_2.GetValue(), 0) == 3,
199 self.assertTrue(long(child5.GetValue(), 0) == 6,
/external/lldb/test/lang/objc/foundation/
H A DTestObjCMethods.py251 str_value = int(str_var.GetValue(), 0)
253 my_str_value = int(my_str_var.GetValue(), 0)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas112 function GetValue: String; function
114 property Value: String read GetValue write SetValue;
119 function GetValue: String; function
124 function TFoo.GetValue: String;
157 ReturnValue := FIANTLRString.GetValue;
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc74 bool GetValue(const char* desc, int32_t* value);
75 bool GetValue(const char* desc, int64_t* value);
200 bool MipsDebugger::GetValue(const char* desc, int32_t* value) { function in class:v8::internal::MipsDebugger
219 bool MipsDebugger::GetValue(const char* desc, int64_t* value) { function in class:v8::internal::MipsDebugger
533 if (GetValue(arg1, &value)) {
557 if (!GetValue(arg1, &value)) {
571 if (!GetValue(argv[next_arg], &words)) {
581 if (!GetValue(argv[next_arg], &words)) {
626 if (GetValue(arg1, &value)) {
634 if (GetValue(arg
[all...]
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc161 event.opacity = float_animation_curve->GetValue(trimmed);
175 event.transform = transform_animation_curve->GetValue(trimmed);
189 event.filters = filter_animation_curve->GetValue(trimmed);
867 transform_animation_curve->GetValue(trimmed);
879 std::min(float_animation_curve->GetValue(trimmed), 1.0f), 0.f);
891 filter_animation_curve->GetValue(trimmed);
908 scroll_offset_animation_curve->GetValue(trimmed);

Completed in 7298 milliseconds

<<11121314151617181920