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

1 2 3

  /external/libbrillo/brillo/
osrelease_reader.cc 18 bool OsReleaseReader::GetString(const std::string& key,
21 return store_.GetString(key, value);
key_value_store.cc 92 bool KeyValueStore::GetString(const string& key, string* value) const {
106 if (!GetString(key, &string_value))
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h 102 *ss_ << msg.GetString();
190 internal::String GetString() const {
225 return os << sb.GetString();
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 102 *ss_ << msg.GetString();
190 internal::String GetString() const {
225 return os << sb.GetString();
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 102 *ss_ << msg.GetString();
190 internal::String GetString() const {
225 return os << sb.GetString();
  /external/pdfium/testing/
test_support.h 71 const std::string& GetString() const { return m_String; }
  /external/protobuf/gtest/include/gtest/
gtest-message.h 102 *ss_ << msg.GetString();
191 internal::String GetString() const {
225 return os << sb.GetString();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
stringbuffer.h 63 const Ch* GetString() const {
  /external/v8/src/
version.cc 46 void Version::GetString(Vector<char> str) {
  /system/update_engine/common/
prefs.cc 37 bool Prefs::GetString(const string& key, string* value) const {
68 if (!GetString(key, &str_value))
81 if (!GetString(key, &str_value))
fake_prefs.cc 64 bool FakePrefs::GetString(const string& key, string* value) const {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 182 prefs.GetString('someHashValue') # => '249b3e5af13d4db2'
321 def GetString(self, key):
  /external/clang/include/clang/Lex/
LiteralSupport.h 215 StringRef GetString() const {
  /external/gptfdisk/
gptcl.cc 128 cmd = GetString(attributeOperation, 1);
166 switch (ManageAttributes(partNum, GetString(attributeOperation, 2),
167 GetString(attributeOperation, 3))) {
203 name = GetString(partName, 2);
208 << "'s name to '" << GetString(partName, 2) << "'!\n";
291 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low);
292 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high);
363 typeHelper = GetString(typeCode, 2);
369 << "'s type code to " << GetString(typeCode, 2) << "!\n";
387 SetPartitionGUID(partNum, GetString(partGUID, 2).c_str())
    [all...]
  /external/lzma/CPP/Windows/
FileLink.cpp 178 static void GetString(const Byte *p, unsigned len, UString &res)
237 GetString(p + subOffs, subLen >> 1, SubsName);
238 GetString(p + printOffs, printLen >> 1, PrintName);
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.h 53 virtual const FX_WCHAR* GetString(int32_t& iLength) const {
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.h 37 void GetString(CFX_WideString& wsStr) const {
  /external/v8/src/ast/
ast-value-factory.cc 211 return GetString(hash, true, literal);
219 return GetString(hash, false, Vector<const byte>::cast(literal));
223 const AstRawString* AstValueFactory::GetString(Handle<String> literal) {
225 // allocation. Make sure we won't try to internalize the string in GetString.
354 AstRawString* AstValueFactory::GetString(uint32_t hash, bool is_one_byte,
  /system/connectivity/shill/
fake_store.cc 152 bool FakeStore::GetString(const string& group,
203 return GetString(group, key, value);
key_file_store.cc 224 bool KeyFileStore::GetString(const string& group,
307 if (!GetString(group, key, &data_string)) {
375 if (!GetString(group, key, value)) {
407 if (!GetString(group, property.first, &value) ||
key_value_store.cc 188 const string& KeyValueStore::GetString(const string& name) const {
  /external/dng_sdk/source/
dng_xmp_sdk.cpp 880 bool dng_xmp_sdk::GetString (const char *ns,
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 63 CFX_ByteString GetString() const;
173 CFX_ByteString GetString() const;
219 CFX_ByteString& GetString() { return m_String; }
249 CFX_ByteString& GetString() { return m_Name; }
280 CFX_ByteString GetString(FX_DWORD index) const;
352 CFX_ByteString GetString(const CFX_ByteStringC& key) const;
356 CFX_ByteString GetString(const CFX_ByteStringC& key,
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 44 int32_t CFDE_TxtEdtTextSet::GetString(FDE_HVISUALOBJ hText,
  /external/pdfium/xfa/src/fgas/include/
fx_rbk.h 132 void GetString(FX_WCHAR* pText) const {
141 void GetString(CFX_WideString& wsText) const {
143 GetString(pText);

Completed in 1175 milliseconds

1 2 3