HomeSort by relevance Sort by last modified time
    Searched defs:SetString (Results 1 - 25 of 26) sorted by null

1 2

  /system/update_engine/common/
prefs.cc 47 bool Prefs::SetString(const string& key, const string& value) {
76 return SetString(key, base::Int64ToString(value));
96 return SetString(key, value ? "true" : "false");
fake_prefs.cc 68 bool FakePrefs::SetString(const string& key, const string& value) {
  /external/libbrillo/brillo/
key_value_store.cc 100 void KeyValueStore::SetString(const string& key, const string& value) {
120 SetString(key, value ? kTrueValue : kFalseValue);
  /external/pdfium/xfa/src/fxjse/src/
value.h 178 V8_INLINE void SetString(const CFX_ByteStringC& szString) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 325 def SetString(self, key, value):
  /system/connectivity/shill/
fake_store.cc 158 bool FakeStore::SetString(
208 return SetString(group, key, value);
key_file_store.cc 243 bool KeyFileStore::SetString(const string& group,
330 return SetString(group, key, base::Uint64ToString(value));
387 return SetString(group, key, crypto_.Encrypt(value));
key_value_store.cc 288 void KeyValueStore::SetString(const string& name, const string& value) {
json_store.cc 553 bool JsonStore::SetString(
632 return SetString(group, key, encrypted_value);
  /external/libchrome/base/trace_event/
trace_event_argument.cc 129 void TracedValue::SetString(const char* name, base::StringPiece value) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 249 void SetString(int number, FieldType type, const string& value, desc);
560 inline void ExtensionSet::SetString(int number, FieldType type,
695 set->SetString(number, field_type, value, NULL);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 249 void SetString(int number, FieldType type, const string& value, desc);
560 inline void ExtensionSet::SetString(int number, FieldType type,
695 set->SetString(number, field_type, value, NULL);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 249 void SetString(int number, FieldType type, const string& value, desc);
560 inline void ExtensionSet::SetString(int number, FieldType type,
695 set->SetString(number, field_type, value, NULL);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 249 void SetString(int number, FieldType type, const string& value, desc);
560 inline void ExtensionSet::SetString(int number, FieldType type,
695 set->SetString(number, field_type, value, NULL);
    [all...]
  /external/dng_sdk/source/
dng_xmp_sdk.cpp 1165 void dng_xmp_sdk::SetString (const char *ns,
dng_xmp.cpp 739 void dng_xmp::SetString (const char *ns,
744 fSDK->SetString (ns, path, s);
773 SetString (ns, path, s);
796 SetString (ns, path, s);
837 SetString (ns, path, s);
1829 SetString (ns, tag, s);
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 251 void SetString(int number, FieldType type, const string& value, desc);
595 inline void ExtensionSet::SetString(int number, FieldType type,
    [all...]
generated_message_reflection.cc 488 SetString(message1, field2, GetString(*message2, field2));
520 SetString(message2, field1, temp_string);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 255 void SetString(int number, FieldType type, const string& value, desc);
617 inline void ExtensionSet::SetString(int number, FieldType type,
    [all...]
  /external/libchrome/base/
values.cc 440 void DictionaryValue::SetString(const std::string& path,
445 void DictionaryValue::SetString(const std::string& path,
    [all...]
  /external/libweave/third_party/chromium/base/
values.cc 425 void DictionaryValue::SetString(const std::string& path,
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 172 void CPDF_Object::SetString(const CFX_ByteString& str) {
178 AsNumber()->SetString(str);
411 void CPDF_Number::SetString(const CFX_ByteStringC& str) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 565 void CFDE_XMLInstruction::SetString(const CFX_WideString& wsAttriName,
593 SetString(pwsAttriName, wsValue);
609 SetString(pwsAttriName, wsValue);
753 void CFDE_XMLElement::SetString(const CFX_WideString& wsAttriName,
781 SetString(pwsAttriName, wsValue);
797 SetString(pwsAttriName, wsValue);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 464 void SetString(const char *pSrc);
1179 inline void _variant_t::SetString(const char *pSrc) { operator=(pSrc); }
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 248 v.SetString(foo); // ok
256 \see StringRef, GenericValue::SetString
345 \see GenericValue::GenericValue(StringRefType), GenericValue::operator=(StringRefType), GenericValue::SetString(StringRefType), GenericValue::PushBack(StringRefType, Allocator&), GenericValue::AddMember
637 \ref SetString(const Ch*, Allocator&) (for copying) or
    [all...]

Completed in 1474 milliseconds

1 2