/third_party/googletest/googletest/test/ |
D | googletest-message-test.cc | 48 EXPECT_EQ("", msg.GetString()); in TEST() 55 EXPECT_EQ("Hello", msg2.GetString()); in TEST() 61 EXPECT_EQ("Hello", msg.GetString()); in TEST() 66 const std::string s = (Message() << 1.23456F << " " << 2.34567F).GetString(); in TEST() 76 .GetString(); in TEST() 86 EXPECT_NE("(null)", (Message() << p).GetString()); in TEST() 92 EXPECT_EQ("(null)", (Message() << p).GetString()); in TEST() 97 EXPECT_EQ("Foo", (Message() << "Foo").GetString()); in TEST() 103 EXPECT_EQ("(null)", (Message() << p).GetString()); in TEST() 109 EXPECT_EQ("Hello", (Message() << str).GetString()); in TEST() [all …]
|
D | googletest-listener-test.cc | 70 g_events->push_back(message.GetString()); in OnTestIterationStart() 117 g_events->push_back(message.GetString()); in OnTestIterationEnd() 145 g_events->push_back(message.GetString()); in OnTestIterationStart() 189 g_events->push_back(message.GetString()); in OnTestIterationEnd()
|
/third_party/gptfdisk/ |
D | gptcl.cc | 138 cmd = GetString(attributeOperation, 1); in DoOptions() 176 switch (ManageAttributes(partNum, GetString(attributeOperation, 2), in DoOptions() 177 GetString(attributeOperation, 3))) { in DoOptions() 219 name = GetString(partName, 2); in DoOptions() 224 << "'s name to '" << GetString(partName, 2) << "'!\n"; in DoOptions() 318 … startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, sectorAlignment, low); in DoOptions() 319 … endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, sectorAlignment, high); in DoOptions() 393 typeHelper = GetString(typeCode, 2); in DoOptions() 399 << "'s type code to " << GetString(typeCode, 2) << "!\n"; in DoOptions() 417 SetPartitionGUID(partNum, GetString(partGUID, 2).c_str()); in DoOptions() [all …]
|
/third_party/openh264/codec/build/windowsphone/all/CodecApp/Resources/ |
D | AppResources.Designer.cs | 70 return ResourceManager.GetString ("AppBarButtonText", resourceCulture); 79 return ResourceManager.GetString ("AppBarMenuItemText", resourceCulture); 88 return ResourceManager.GetString ("ApplicationTitle", resourceCulture); 97 return ResourceManager.GetString ("ResourceFlowDirection", resourceCulture); 106 return ResourceManager.GetString ("ResourceLanguage", resourceCulture);
|
/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/Resources/ |
D | AppResources.Designer.cs | 70 return ResourceManager.GetString ("AppBarButtonText", resourceCulture); 79 return ResourceManager.GetString ("AppBarMenuItemText", resourceCulture); 88 return ResourceManager.GetString ("ApplicationTitle", resourceCulture); 97 return ResourceManager.GetString ("ResourceFlowDirection", resourceCulture); 106 return ResourceManager.GetString ("ResourceLanguage", resourceCulture);
|
/third_party/skia/tools/gpu/gl/interface/ |
D | templates.go | 34 GET_PROC_LOCAL(GetString); 35 if (nullptr == GetString) { 39 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); 52 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, 111 GET_PROC_LOCAL(GetString); 116 if (nullptr == GetString || nullptr == GetIntegerv) { 120 const char* versionString = (const char*) GetString(GR_GL_VERSION); 132 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString,
|
/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message_unittest.cc | 197 EXPECT_EQ("", reflection->GetString( in TEST_P() 199 EXPECT_EQ("", reflection->GetString(*message, in TEST_P() 201 EXPECT_EQ("", reflection->GetString( in TEST_P() 203 EXPECT_EQ("", reflection->GetString( in TEST_P() 230 EXPECT_EQ("STRING", reflection->GetString( in TEST_P() 232 EXPECT_EQ("CORD", reflection->GetString( in TEST_P() 235 reflection->GetString( in TEST_P() 237 EXPECT_EQ("BYTES", reflection->GetString( in TEST_P()
|
D | generated_message_reflection_unittest.cc | 695 EXPECT_EQ("", reflection->GetString( in TEST() 697 EXPECT_EQ("", reflection->GetString(message, in TEST() 699 EXPECT_EQ("", reflection->GetString( in TEST() 701 EXPECT_EQ("", reflection->GetString( in TEST() 718 EXPECT_EQ("STRING", reflection->GetString( in TEST() 720 EXPECT_EQ("CORD", reflection->GetString( in TEST() 723 reflection->GetString( in TEST() 725 EXPECT_EQ("BYTES", reflection->GetString( in TEST() 738 EXPECT_EQ("abc", reflection->GetString( in TEST() 742 EXPECT_EQ("bytes", reflection->GetString( in TEST() [all …]
|
D | test_util.h | 380 EXPECT_EQ("101", reflection->GetString( in ExpectOneofSetViaReflection() 389 EXPECT_EQ("103", reflection->GetString( in ExpectOneofSetViaReflection() 505 EXPECT_EQ("115", reflection->GetString(message, F("optional_string"))); in ExpectAllFieldsSetViaReflection1() 506 EXPECT_EQ("116", reflection->GetString(message, F("optional_bytes"))); in ExpectAllFieldsSetViaReflection1() 540 EXPECT_EQ("124", reflection->GetString(message, F("optional_string_piece"))); in ExpectAllFieldsSetViaReflection1() 544 EXPECT_EQ("125", reflection->GetString(message, F("optional_cord"))); in ExpectAllFieldsSetViaReflection1() 549 EXPECT_EQ("604", reflection->GetString(message, F("oneof_bytes"))); in ExpectAllFieldsSetViaReflection1() 558 EXPECT_EQ("603", reflection->GetString(message, F("oneof_string"))); in ExpectAllFieldsSetViaReflection1() 783 EXPECT_EQ("415", reflection->GetString(message, F("default_string"))); in ExpectAllFieldsSetViaReflection3() 784 EXPECT_EQ("416", reflection->GetString(message, F("default_bytes"))); in ExpectAllFieldsSetViaReflection3() [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-message.h | 102 *ss_ << msg.GetString(); in Message() 186 std::string GetString() const; 199 return os << sb.GetString(); 210 return (Message() << streamable).GetString(); in StreamableToString()
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-message.h | 106 *ss_ << msg.GetString(); in Message() 188 std::string GetString() const; 201 return os << sb.GetString(); 212 return (Message() << streamable).GetString(); in StreamableToString()
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest-message.h | 113 *ss_ << msg.GetString(); in Message() 219 std::string GetString() const; 232 return os << sb.GetString(); 243 return (Message() << streamable).GetString(); in StreamableToString()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 16 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface() 17 if (nullptr == GetString) { in GrGLMakeAssembledInterface() 21 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLESInterface() 29 if (nullptr == GetString) { in GrGLMakeAssembledGLESInterface() 33 const char* verStr = reinterpret_cast<const char*>(GetString(GR_GL_VERSION)); in GrGLMakeAssembledGLESInterface() 46 if (!extensions.init(kGLES_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLESInterface() 99 GET_PROC(GetString); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLInterface() 33 if (nullptr == GetString || nullptr == GetIntegerv) { in GrGLMakeAssembledGLInterface() 37 const char* versionString = (const char*) GetString(GR_GL_VERSION); in GrGLMakeAssembledGLInterface() 49 if (!extensions.init(kGL_GrGLStandard, GetString, GetStringi, GetIntegerv, queryString, in GrGLMakeAssembledGLInterface() 102 GET_PROC(GetString); in GrGLMakeAssembledGLInterface()
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.cpp | 63 angle::SplitStringAlongWhitespace(arrayElement.GetString(), &traceAndVersion); in LoadTraceNamesFromJSON() 99 angle::HexStringToUInt(meta["DrawSurfaceColorSpace"].GetString(), in LoadTraceInfoFromJSON() 101 angle::HexStringToUInt(meta["DisplayPlatformType"].GetString(), in LoadTraceInfoFromJSON() 103 angle::HexStringToUInt(meta["DisplayDeviceType"].GetString(), in LoadTraceInfoFromJSON()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shading_language_100.txt | 114 RESOLVED: Yes. The other GetString queries (VERSION, EXTENSIONS, 131 Accepted by the <name> parameter of GetString: 171 The error INVALID_ENUM may be generated by GetString if <name> is 184 EXTENSIONS S GetString - Supported extensions 6.1.11 - 185 RENDERER S GetString - Renderer string 6.1.11 - 186 SHADING_LANGUAGE_VERSION S GetString - Shading Language 6.1.11 - 188 VENDOR S GetString - Vendor string 6.1.11 - 189 VERSION S GetString - OpenGL version 6.1.11 - 231 Corrected omission of other GetString queries from the state tables.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_100.txt | 104 RESOLVED: Yes. The other GetString queries (VERSION, EXTENSIONS, 121 Accepted by the <name> parameter of GetString: 161 The error INVALID_ENUM may be generated by GetString if <name> is 174 EXTENSIONS S GetString - Supported extensions 6.1.11 - 175 RENDERER S GetString - Renderer string 6.1.11 - 176 SHADING_LANGUAGE_VERSION S GetString - Shading Language 6.1.11 - 178 VENDOR S GetString - Vendor string 6.1.11 - 179 VERSION S GetString - OpenGL version 6.1.11 - 221 Corrected omission of other GetString queries from the state tables.
|
/third_party/gn/src/gn/ |
D | ohos_components_checker.cc | 85 all_deps_config_.push_back(value.GetString()); in LoadAllDepsConfigWhitelist() 92 includes_over_range_.push_back(value.GetString()); in LoadIncludesOverRangeWhitelist() 100 innerapi_public_deps_inner_[info.first].push_back(value_tmp.GetString()); in LoadInnerApiPublicDepsInnerWhitelist() 108 innerapi_not_lib_.push_back(value.GetString()); in LoadInnerApiNotLibWhitelist() 115 innerapi_not_declare_.push_back(value.GetString()); in LoadInnerApiNotDeclareWhitelist() 123 includes_absolute_deps_other_[info.first].push_back(value_tmp.GetString()); in LoadIncludesAbsoluteDepsOtherWhitelist() 132 target_absolute_deps_other_[info.first].push_back(value_tmp.GetString()); in LoadAbsoluteDepsOtherWhitelist() 141 import_other_[info.first].push_back(value_tmp.GetString()); in LoadImportOtherWhitelist() 150 deps_not_lib_[info.first].push_back(value_tmp.GetString()); in LoadDepsNotLibWhitelist() 159 fuzzy_match_[info.first].push_back(value_tmp.GetString()); in LoadFuzzyMatchWhitelist()
|
D | ohos_components.cc | 83 innerapi_visibility_[innerapi_names_[name]].push_back(visibility.GetString()); in addInnerApiVisibility() 130 … new OhosComponent(com.first.c_str(), subsystem->GetString().c_str(), path->GetString().c_str()); in LoadComponentInfo() 279 component->addInnerApi(name->GetString(), label->GetString()); in LoadInnerApi() 284 component->addInnerApiVisibility(name->GetString(), visibility->GetList()); in LoadInnerApi() 301 override_map_[com.first] = com.second.GetString(); in LoadOverrideMap()
|
/third_party/node/deps/v8/src/ast/ |
D | ast-value-factory.cc | 324 one_character_strings_[key] = GetString(raw_hash_field, true, literal); in GetOneByteStringInternal() 330 return GetString(raw_hash_field, true, literal); in GetOneByteStringInternal() 337 return GetString(raw_hash_field, false, in GetTwoByteStringInternal() 341 const AstRawString* AstValueFactory::GetString( in GetString() function in v8::internal::AstValueFactory 387 const AstRawString* AstValueFactory::GetString( in GetString() function in v8::internal::AstValueFactory
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BackendGL.cpp | 189 mPCIInfo.name = reinterpret_cast<const char*>(mFunctions.GetString(GL_RENDERER)); in InitializeImpl() 192 const char* vendor = reinterpret_cast<const char*>(mFunctions.GetString(GL_VENDOR)); in InitializeImpl() 196 reinterpret_cast<const char*>(mFunctions.GetString(GL_VERSION)); in InitializeImpl()
|
/third_party/gn/src/base/ |
D | values.h | 158 const std::string& GetString() const; 455 bool GetString(std::string_view path, std::string* out_value) const; 457 bool GetString(std::string_view path, std::u16string* out_value) const; 633 bool GetString(size_t index, std::string* out_value) const; 634 bool GetString(size_t index, std::u16string* out_value) const;
|
/third_party/node/deps/googletest/src/ |
D | gtest-port.cc | 118 (Message() << "/proc/" << getpid() << "/stat").GetString(); in GetThreadCount() 802 .GetString(); in FormatRegexSyntaxError() 1296 (Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); in FlagToEnvVar() 1303 return env_var.GetString(); in FlagToEnvVar() 1321 printf("%s", msg.GetString().c_str()); in ParseInt32() 1338 printf("%s", msg.GetString().c_str()); in ParseInt32() 1380 (Message() << default_value).GetString().c_str()); in Int32FromGTestEnv()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 119 (Message() << "/proc/" << getpid() << "/stat").GetString(); in GetThreadCount() 818 << " in simple regular expression \"" << regex << "\": ").GetString(); in FormatRegexSyntaxError() 1276 (Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); in FlagToEnvVar() 1283 return env_var.GetString(); in FlagToEnvVar() 1301 printf("%s", msg.GetString().c_str()); in ParseInt32() 1318 printf("%s", msg.GetString().c_str()); in ParseInt32() 1360 (Message() << default_value).GetString().c_str()); in Int32FromGTestEnv()
|