Searched refs:SetValue (Results 176 - 200 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin.py130 _winreg.SetValue(hkey, '', _winreg.REG_SZ, cmdline)
/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h179 aiter->SetValue(sarc);
/external/openfst/src/include/fst/
H A Dpush.h81 ait.SetValue(arc);
H A Dlabel-reachable.h223 aiter.SetValue(arc);
429 aiter.SetValue(arc);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h106 it.SetValue(arc);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp335 m_async_packet_predicate.SetValue (true, eBroadcastNever);
539 m_public_is_running.SetValue (true, eBroadcastNever);
555 m_private_is_running.SetValue (true, eBroadcastAlways);
592 m_private_is_running.SetValue (false, eBroadcastAlways);
705 m_async_packet_predicate.SetValue(false, eBroadcastAlways);
804 m_private_is_running.SetValue (false, eBroadcastAlways);
805 m_public_is_running.SetValue (false, eBroadcastAlways);
/external/llvm/lib/TableGen/
H A DTGParser.cpp80 /// SetValue -
82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, function in class:TGParser
168 if (SetValue(CurRec, SubClass.RefRange.Start, TArgs[i],
252 if (SetValue(CurRec, SubMultiClass.RefRange.Start, SMCTArgs[i],
272 if (SetValue(Def, SubMultiClass.RefRange.Start, SMCTArgs[i],
349 if (SetValue(IterRec, Loc, IterVar->getName(),
1729 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val))
1897 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
1933 if (SetValue(CurRec, LetStack[i][j].Loc, LetStack[i][j].Name,
2363 if (SetValue(CurRe
[all...]
/external/chromium_org/v8/src/
H A Dtypes.h672 template<class V> void SetValue(int i, i::Handle<V> x) { function in class:v8::internal::TypeImpl::StructuralType
731 type->SetValue(1, map);
756 type->SetValue(1, value);
785 type->SetValue(1, min);
786 type->SetValue(2, max);
/external/chromium_org/components/search_engines/
H A Ddefault_search_policy_handler.cc316 prefs->SetValue(prefs::kDefaultSearchProviderAlternateURLs,
457 prefs->SetValue(path, new base::ListValue());
/external/chromium_org/storage/browser/quota/
H A Dquota_database.cc325 return meta_table_->SetValue(key, value);
391 return meta_table_->SetValue(kIsOriginTableBootstrapped, bootstrap_flag);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.h365 void SetValue(uint32 bits) { bits_ = bits; } function in class:cricket::StunUInt32Attribute
388 void SetValue(uint64 bits) { bits_ = bits; } function in class:cricket::StunUInt64Attribute
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp163 target->SetValue (value.c_str() );
784 attrib->SetValue( cvalue );
794 attrib->SetValue( _value );
1258 SetValue (buf);
1269 SetValue (buf);
/external/chromium_org/tools/gn/
H A Doperators.cc157 Value* set_value = scope->SetValue(left.value(),
163 scope->SetValue(left.value(), right, op_node->right());
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h709 void SetValue(FX_FLOAT* comp);
711 void SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comp, int ncomps);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp163 target->SetValue (value.c_str() );
784 attrib->SetValue( cvalue );
794 attrib->SetValue( _value );
1258 SetValue (buf);
1269 SetValue (buf);
/external/tinyxml/
H A Dtinyxml.cpp171 target->SetValue (value.c_str() );
750 node->SetValue( _value );
1252 SetValue (buf);
1263 SetValue (buf);
/external/chromium_org/base/win/
H A Dwin_util.cc42 HRESULT result = property_store->SetValue(property_key, property_value.get());
/external/chromium_org/chrome/browser/history/
H A Dhistory_database.cc280 meta_table_.SetValue(kEarlyExpirationThresholdKey,
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate_unittest.cc121 force_google_safe_search_.SetValue(value);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility.cc293 supervised_user_shared_settings_service_->SetValue(
/external/chromium_org/components/policy/core/common/
H A Dpreg_parser_win.cc182 dict->SetValue(value_name, value.Pass());
/external/chromium_org/ui/accessibility/
H A Dax_node_data.cc70 void AXNodeData::SetValue(std::string value) { function in class:ui::AXNodeData
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc314 progress_bar_->SetValue(result_ ? result_->percent_downloaded() / 100.0 : 0);
/external/chromium_org/ui/views/controls/
H A Dprogress_bar.cc163 void ProgressBar::SetValue(double value) {
H A Dslider.cc73 void Slider::SetValue(float value) { function in class:views::Slider

Completed in 1074 milliseconds

1234567891011>>