HomeSort by relevance Sort by last modified time
    Searched refs:GetString (Results 26 - 50 of 64) sorted by null

12 3

  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 150 history->GetString().c_str()
gtest-param-test_test.cc 219 return DogAdder(msg.GetString().c_str());
558 msg.GetString().c_str())) {
621 test_name.GetString())) {
769 EXPECT_STREQ(msg.GetString().c_str(), test_info->name());
gtest-death-test_test.cc     [all...]
gtest-unittest-api_test.cc 110 return comment.GetString();
  /development/simulator/app/
PrefsDialog.cpp 92 pPrefs->GetString("debugger", /*ref*/ mDebugger);
93 pPrefs->GetString("valgrinder", /*ref*/ mValgrinder);
MainFrame.cpp 223 pPrefs->GetString("default-device", /*ref*/ defaultDevice);
367 if (pPrefs->GetString("java-app-name", /*ref*/ tmpStr))
420 if (pPrefs->GetString("onion-skin-file-name", /*ref*/ tmpStr2))
814 //printf("--- mode selected: '%s'\n", (const char*) event.GetString().ToAscii());
822 mpPhoneWindow->SetCurrentMode(event.GetString());
896 // event.GetString() does not work on Mac -- always blank
897 //pPrefs->SetString(pref, event.GetString());
    [all...]
DeviceWindow.cpp 171 bool fileNameExists = pPrefs->GetString("onion-skin-file-name", &onionSkinFileName);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 125 return (Message() << streamable).GetString();
576 return (Message() << '"' << str << '"').GetString();
582 return (Message() << "L\"" << wstr << '"').GetString();
589 return (Message() << '"' << str << '"').GetString();
595 return (Message() << "L\"" << wstr << '"').GetString();
    [all...]
gtest-death-test.cc 118 return m.GetString();
139 return msg.GetString();
422 last_death_test_message = buffer.GetString();
gtest.cc 826 return msg.GetString();
845 return AssertionResult(message.GetString());
    [all...]
  /external/gtest/include/gtest/
gtest.h 162 return (Message() << streamable).GetString();
612 return (Message() << '"' << str << '"').GetString();
618 return (Message() << "L\"" << wstr << '"').GetString();
625 return (Message() << '"' << str << '"').GetString();
631 return (Message() << "L\"" << wstr << '"').GetString();
    [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/gtest/test/
gtest-param-test_test.cc 219 return DogAdder(msg.GetString().c_str());
558 msg.GetString().c_str())) {
621 test_name.GetString())) {
769 EXPECT_STREQ(msg.GetString().c_str(), test_info->name());
gtest-death-test_test.cc     [all...]
  /external/chromium/base/
values_unittest.cc 21 settings.GetString(L"global.homepage", &homepage));
30 ASSERT_TRUE(settings.GetString(L"global.homepage", &homepage));
54 ASSERT_TRUE(bookmark->GetString(L"name", &bookmark_name));
57 ASSERT_TRUE(bookmark->GetString(L"url", &bookmark_url));
81 ASSERT_FALSE(mixed_list->GetString(2, &string_value));
92 ASSERT_TRUE(mixed_list->GetString(3, &string_value));
142 // Test overloaded GetString.
values.cc 474 bool DictionaryValue::GetString(const std::wstring& path,
483 bool DictionaryValue::GetString(const std::wstring& path,
716 bool ListValue::GetString(size_t index, std::string* out_value) const {
724 bool ListValue::GetString(size_t index, std::wstring* out_value) const {
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 277 virtual bool GetString(const char* key, std::string* result) {
502 virtual bool GetString(const char* key, std::string* result) {
818 if (!gconf_getter_->GetString((key + "host").c_str(), &host)
845 if (!gconf_getter_->GetString("/system/proxy/mode", &mode)) {
859 if (gconf_getter_->GetString("/system/proxy/autoconfig_url",
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 173 return (Message() << streamable).GetString();
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 518 test_case_name_stream.GetString().c_str(),
519 test_name_stream.GetString().c_str(),
gtest-port.h 610 (::testing::Message() << (msg)).GetString().c_str())
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 527 test_case_name_stream.GetString().c_str(),
528 test_name_stream.GetString().c_str(),
  /external/chromium/net/base/
transport_security_state.cc 261 !state->GetString(L"mode", &mode_string) ||
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 402 (::testing::Message() << (msg)).GetString().c_str())
  /external/protobuf/gtest/src/
gtest-death-test.cc 156 return m.GetString();
178 return msg.GetString();
272 GTEST_LOG_(FATAL) << error.GetString();
487 DeathTest::set_last_death_test_message(buffer.GetString());
    [all...]
gtest.cc     [all...]

Completed in 783 milliseconds

12 3