Searched defs:SetValue (Results 51 - 75 of 76) sorted by relevance

1234

/external/chromium_org/tools/gn/
H A Dscope.cc109 return SetValue(ident, *in_containing, set_node);
124 Value* Scope::SetValue(const base::StringPiece& ident, function in class:Scope
/external/chromium_org/ui/views/controls/
H A Dslider.cc73 void Slider::SetValue(float value) { function in class:views::Slider
/external/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h194 SetValue (uint32_t value) function in class:lldb_private::TypeSummaryImpl::Flags
304 m_flags.SetValue(value);
H A DTypeSynthetic.h176 SetValue (uint32_t value) function in class:lldb_private::SyntheticChildren::Flags
238 m_flags.SetValue(value);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp340 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) function in class:CPDF_FormField
415 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bNotify) function in class:CPDF_FormField
417 return SetValue(value, FALSE, bNotify);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h745 virtual void SetValue(const A &arc) { function in class:fst::MutableArcIterator
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.h364 void SetValue(uint32 bits) { bits_ = bits; } function in class:cricket::StunUInt32Attribute
387 void SetValue(uint64 bits) { bits_ = bits; } function in class:cricket::StunUInt64Attribute
/external/chromium_org/v8/src/
H A Dtypes.h549 template<class V> void SetValue(int i, i::Handle<V> x) { function in class:v8::internal::TypeImpl::StructuralType
607 type->SetValue(1, map);
643 type->SetValue(1, value);
H A Dobjects-inl.h2810 void DescriptorArray::SetValue(int descriptor_index, Object* value) {
3977 Handle<Object> FixedTypedArray<Traits>::SetValue( function in class:v8::FixedTypedArray
H A Dobjects.cc2297 descriptors->SetValue(i, HeapType::Any());
2581 old_descriptors->SetValue(modify_index, *new_field_type);
7174 descriptors->SetValue(i, HeapType::Any());
13015 return External##Type##Array::SetValue(array, index, value); \
13020 return Fixed##Type##Array::SetValue(array, index, value); \
14987 Handle<Object> ExternalUint8ClampedArray::SetValue( function in class:v8::ExternalUint8ClampedArray
15050 Handle<Object> ExternalInt8Array::SetValue(Handle<ExternalInt8Array> array, function in class:v8::ExternalInt8Array
15058 Handle<Object> ExternalUint8Array::SetValue(Handle<ExternalUint8Array> array, function in class:v8::ExternalUint8Array
15066 Handle<Object> ExternalInt16Array::SetValue(Handle<ExternalInt16Array> array, function in class:v8::ExternalInt16Array
15074 Handle<Object> ExternalUint16Array::SetValue(Handl function in class:v8::ExternalUint16Array
15082 Handle<Object> ExternalInt32Array::SetValue(Handle<ExternalInt32Array> array, function in class:v8::ExternalInt32Array
15090 Handle<Object> ExternalUint32Array::SetValue( function in class:v8::ExternalUint32Array
15113 Handle<Object> ExternalFloat32Array::SetValue( function in class:v8::ExternalFloat32Array
15136 Handle<Object> ExternalFloat64Array::SetValue( function in class:v8::ExternalFloat64Array
16826 void JSDate::SetValue(Object* value, bool is_value_nan) { function in class:v8::JSDate
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h483 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h508 void SetValue(const char * _value) { value = _value;} function in class:TiXmlNode
512 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlNode
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value. function in class:TiXmlAttribute
845 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlAttribute
1169 SetValue( _value );
1222 SetValue( initValue );
1231 SetValue( initValue );
/external/gtest/include/gtest/
H A Dgtest.h483 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/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/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp1302 void CPDF_Color::SetValue(FX_FLOAT* comps) function in class:CPDF_Color
1311 void CPDF_Color::SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comps, int ncomps) function in class:CPDF_Color
/external/protobuf/gtest/include/gtest/
H A Dgtest.h393 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h508 void SetValue(const char * _value) { value = _value;} function in class:TiXmlNode
512 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlNode
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value. function in class:TiXmlAttribute
845 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlAttribute
1169 SetValue( _value );
1222 SetValue( initValue );
1231 SetValue( initValue );
/external/tinyxml/
H A Dtinyxml.h468 void SetValue(const char * _value) { value = _value;} function in class:TiXmlNode
472 void SetValue( const std::string& _value ) function in class:TiXmlNode
475 SetValue( buf.buffer ? buf.buffer : "" );
745 void SetValue( const char* _value ) { value = _value; } ///< Set the value. function in class:TiXmlAttribute
758 void SetValue( const std::string& _value ) function in class:TiXmlAttribute
761 SetValue( buf.buffer ? buf.buffer : "error" );
1071 SetValue( initValue );
1080 SetValue( initValue );
/external/tinyxml2/
H A Dtinyxml2.cpp561 void XMLNode::SetValue( const char* str, bool staticMem ) function in class:XMLNode
1476 comment->SetValue( str );
1485 text->SetValue( str );
1494 dec->SetValue( str ? str : "xml version=\"1.0\" encoding=\"UTF-8\"" );
1503 unk->SetValue( str );
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp3109 Field::SetValue(m_pDocument, m_FieldName, m_nFormControlIndex, strArray);
3221 void Field::SetValue(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, function in class:Field
3246 pFormField->SetValue(strArray.GetAt(0), TRUE);
3255 pFormField->SetValue(strArray.GetAt(0), TRUE);
3364 pFormField->SetValue(wsFileName);
4115 Field::SetValue(pDocument, pData->sFieldName, pData->nControlIndex, pData->widestringarray);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp308 void CPDFSDK_Widget::SetValue(const CFX_WideString& sValue, FX_BOOL bNotify) function in class:CPDFSDK_Widget
313 pFormField->SetValue(sValue, bNotify);
1984 pField->SetValue(sValue, TRUE);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17896 void SetValue(const std::string& new_value) { function in class:testing::TestProperty

Completed in 1001 milliseconds

1234