Searched refs:GetString (Results 201 - 225 of 296) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util.h380 return name_stream.GetString();
588 test_name_stream.GetString().c_str(),
/external/v8/testing/gmock/test/
H A Dgmock-internal-utils_test.cc436 .GetString();
452 (testing::Message() << GTEST_FLAG(stack_trace_depth) << "::").GetString();
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h380 return name_stream.GetString();
588 test_name_stream.GetString().c_str(),
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py186 prefs.GetString('someHashValue') # => '249b3e5af13d4db2'
338 def GetString(self, key): member in class:SharedPrefs
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py182 prefs.GetString('someHashValue') # => '249b3e5af13d4db2'
321 def GetString(self, key): member in class:SharedPrefs
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp341 ColorspaceFromName(pObj->GetString()));
352 pRet.reset(ColorspaceFromName(pValue->GetString()));
367 CFX_ByteString familyname = pFamilyObj->GetString();
1042 m_Table = pString->GetString();
H A Dcpdf_streamparser.cpp139 Decoder = pFilter->GetString();
/external/pdfium/fpdfsdk/
H A Dfpdfeditpage.cpp60 return pObject && !pObject->GetString().Compare("Page");
H A Dfpdfppo.cpp37 if (pType->GetString().Compare("Page"))
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc110 return comment.GetString();
H A Dgtest_unittest.cc1784 added_env[name] = new String((Message() << name << "=" << value).GetString());
1792 _putenv((Message() << name << "=" << value).GetString().c_str());
4792 EXPECT_STREQ("1(1)", msg.GetString().c_str());
4817 EXPECT_STREQ("1(1)", msg.GetString().c_str());
4842 EXPECT_STREQ("1(1)", msg.GetString().c_str());
4867 EXPECT_STREQ("1(1)", msg.GetString().c_str());
4882 msg.GetString().c_str());
4890 (Message() << const_wstr).GetString().c_str());
4895 (Message() << wstr).GetString().c_str());
4900 (Message() << const_wstr).GetString()
[all...]
/external/skia/bench/
H A Dnanobench.cpp215 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VERSION));
218 GR_GL_CALL_RET(gl, version, GetString(GR_GL_RENDERER));
221 GR_GL_CALL_RET(gl, version, GetString(GR_GL_VENDOR));
224 GR_GL_CALL_RET(gl, version, GetString(GR_GL_SHADING_LANGUAGE_VERSION));
/external/v8/src/compiler-dispatcher/
H A Dcompiler-dispatcher-job.cc90 parse_info_->ast_value_factory()->GetString(name));
/external/protobuf/src/google/protobuf/
H A Dtest_util.cc2572 EXPECT_EQ("101", reflection->GetString(
2580 EXPECT_EQ("103", reflection->GetString(
2693 EXPECT_EQ("115", reflection->GetString(message, F("optional_string" )));
2694 EXPECT_EQ("116", reflection->GetString(message, F("optional_bytes" )));
2716 EXPECT_EQ("124", reflection->GetString(message, F("optional_string_piece")));
2719 EXPECT_EQ("125", reflection->GetString(message, F("optional_cord")));
2723 EXPECT_EQ("604", reflection->GetString(message, F("oneof_bytes" )));
2732 EXPECT_EQ("603", reflection->GetString(message, F("oneof_string")));
2904 EXPECT_EQ("415", reflection->GetString(message, F("default_string" )));
2905 EXPECT_EQ("416", reflection->GetString(messag
[all...]
H A Dgenerated_message_reflection.cc556 temp_string = GetString(*message1, field1);
590 SetString(message1, field2, GetString(*message2, field2));
1141 string GeneratedMessageReflection::GetString( function in class:google::protobuf::internal::GeneratedMessageReflection
1143 USAGE_CHECK_ALL(GetString, SINGULAR, STRING);
1145 return GetExtensionSet(message).GetString(field->number(),
1167 return GetExtensionSet(message).GetString(field->number(),
H A Dmap_test_util.cc1237 string key = sub_message->GetReflection()->GetString(
1239 string val = sub_message->GetReflection()->GetString(
1257 string val = sub_message->GetReflection()->GetString(
1766 EXPECT_EQ("", sub_message->GetReflection()->GetString(*sub_message,
1768 EXPECT_EQ("", sub_message->GetReflection()->GetString(*sub_message,
1780 EXPECT_EQ("", sub_message->GetReflection()->GetString(*sub_message,
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc1946 added_env[name] = new String((Message() << name << "=" << value).GetString());
1954 _putenv((Message() << name << "=" << value).GetString().c_str());
5197 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5222 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5247 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5272 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5287 msg.GetString().c_str());
5295 (Message() << const_wstr).GetString().c_str());
5300 (Message() << wstr).GetString().c_str());
5305 (Message() << const_wstr).GetString()
[all...]
/external/googletest/googletest/test/
H A Dgtest_unittest.cc1642 (Message() << name << "=" << value).GetString());
1650 _putenv((Message() << name << "=" << value).GetString().c_str());
5175 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5200 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5225 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5250 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5265 msg.GetString().c_str());
5273 (Message() << const_wstr).GetString().c_str());
5278 (Message() << wstr).GetString().c_str());
5283 (Message() << const_wstr).GetString()
[all...]
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_dibsource.cpp397 filter = pFilter->GetString();
430 CFX_ByteString cs = pCSObj->GetString();
834 CFX_ByteString filter = pFilter->GetString();
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_simple_parser.cpp429 pNode->GetString(wsNSAttribute.c_str(), wsNamespaceURI);
643 pXMLDocumentElement->GetString(L"xmlns:xfa", wsNamespaceURI);
658 pXMLDocumentElement->GetString(L"checksum", wsChecksum);
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc1642 (Message() << name << "=" << value).GetString());
1650 _putenv((Message() << name << "=" << value).GetString().c_str());
5175 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5200 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5225 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5250 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5265 msg.GetString().c_str());
5273 (Message() << const_wstr).GetString().c_str());
5278 (Message() << wstr).GetString().c_str());
5283 (Message() << const_wstr).GetString()
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc1639 (Message() << name << "=" << value).GetString());
1647 _putenv((Message() << name << "=" << value).GetString().c_str());
5052 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5077 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5102 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5127 EXPECT_STREQ("1(1)", msg.GetString().c_str());
5142 msg.GetString().c_str());
5150 (Message() << const_wstr).GetString().c_str());
5155 (Message() << wstr).GetString().c_str());
5160 (Message() << const_wstr).GetString()
[all...]
/external/libchrome/base/json/
H A Djson_parser_unittest.cc87 EXPECT_TRUE(dict->GetString("abc", &str));
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c74 driver->GetString = NULL; /* REQUIRED! */
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.c142 functions->GetString = r200GetString;

Completed in 580 milliseconds

1234567891011>>