Searched refs:GetString (Results 1 - 25 of 56) sorted by relevance

123

/xsrc/external/mit/xditview/dist/
H A DXFontName.c67 #define GetString(field,bit) do { \ macro
81 GetString(Registry, FontNameRegistry);
82 GetString(Foundry, FontNameFoundry);
83 GetString(FamilyName, FontNameFamilyName);
84 GetString(WeightName, FontNameWeightName);
85 GetString(Slant, FontNameSlant);
86 GetString(SetwidthName, FontNameSetwidthName);
87 GetString(AddStyleName, FontNameAddStyleName);
92 GetString(Spacing, FontNameSpacing);
94 GetString(CharSetRegistr
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest-message.h102 *ss_ << msg.GetString();
186 std::string GetString() const;
199 return os << sb.GetString();
210 return (Message() << streamable).GetString();
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_strings.c64 functions->GetString = st_get_string;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_strings.c64 functions->GetString = st_get_string;
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest-message.h97 *ss_ << msg.GetString();
196 std::string GetString() const;
233 return os << sb.GetString();
244 return (Message() << streamable).GetString();
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dmsaa.c344 enum {GetString, GetInteger} type; enumerator in enum:main::__anon2e8b35210108::__anon2e8b35210203
346 {"GL_RENDERER", GL_RENDERER, GetString},
347 {"GL_VERSION", GL_VERSION, GetString},
348 {"GL_VENDOR", GL_VENDOR, GetString},
349 {"GL_EXTENSIONS", GL_EXTENSIONS, GetString},
411 case GetString:
H A Dtwo_win.c331 enum {GetString, GetInteger} type; enumerator in enum:main::__anonda6ebaa60108::__anonda6ebaa60203
333 {"GL_RENDERER", GL_RENDERER, GetString},
334 {"GL_VERSION", GL_VERSION, GetString},
335 {"GL_VENDOR", GL_VENDOR, GetString},
336 {"GL_EXTENSIONS", GL_EXTENSIONS, GetString},
406 case GetString:
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-typed-test.cc104 const std::string& errors_str = errors.GetString();
H A Dgtest-port.cc111 (Message() << "/proc/" << getpid() << "/stat").GetString();
676 << " in simple regular expression \"" << regex << "\": ").GetString();
1136 (Message() << GTEST_FLAG_PREFIX_ << flag).GetString();
1143 return env_var.GetString();
1161 printf("%s", msg.GetString().c_str());
1178 printf("%s", msg.GetString().c_str());
1219 (Message() << default_value).GetString().c_str());
H A Dgtest-death-test.cc214 return m.GetString();
236 return msg.GetString();
336 GTEST_LOG_(FATAL) << error.GetString();
586 DeathTest::set_last_death_test_message(buffer.GetString());
H A Dgtest.cc981 std::string Message::GetString() const { function in class:testing::Message
1358 return msg.GetString();
2004 const std::string user_msg_string = user_msg.GetString();
2138 return word_list.GetString();
2245 RecordProperty(key, value_message.GetString().c_str());
2342 return new std::string(message.GetString());
2362 return message.GetString();
2577 errors.GetString().c_str());
2856 << test_part_result.message()).GetString();
3516 return m.GetString();
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-typed-test.cc104 const std::string& errors_str = errors.GetString();
H A Dgtest-port.cc119 (Message() << "/proc/" << getpid() << "/stat").GetString();
818 << " in simple regular expression \"" << regex << "\": ").GetString();
1276 (Message() << GTEST_FLAG_PREFIX_ << flag).GetString();
1283 return env_var.GetString();
1301 printf("%s", msg.GetString().c_str());
1318 printf("%s", msg.GetString().c_str());
1360 (Message() << default_value).GetString().c_str());
H A Dgtest.cc990 std::string Message::GetString() const { function in class:testing::Message
1367 return msg.GetString();
2015 const std::string user_msg_string = user_msg.GetString();
2158 return word_list.GetString();
2276 RecordProperty(key, value_message.GetString().c_str());
2373 return new std::string(message.GetString());
2393 return message.GetString();
2608 << " " << errors.GetString();
2906 << test_part_result.message()).GetString();
3674 return m.GetString();
[all...]
H A Dgtest-death-test.cc226 return m.GetString();
254 return msg.GetString();
359 GTEST_LOG_(FATAL) << error.GetString();
616 DeathTest::set_last_death_test_message(buffer.GetString());
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dgetstring.c111 * Tries to get the string from dd_function_table::GetString, otherwise returns
127 assert(ctx->Driver.GetString);
130 const GLubyte *str = ctx->Driver.GetString(ctx, name);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dgetstring.c112 * Tries to get the string from dd_function_table::GetString, otherwise returns
136 assert(ctx->Driver.GetString);
139 const GLubyte *str = ctx->Driver.GetString(ctx, name);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c174 functions->GetString = nouveau_get_string;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.c174 functions->GetString = nouveau_get_string;
/xsrc/external/mit/xedit/dist/
H A Dcommands.c180 String name = GetString(filenamewindow);
374 if (ReallyDoLoad(GetString(filenamewindow), ResolveName(NULL))) {
606 string = GetString(filenamewindow);
632 else if (ReallyDoLoad(GetString(filenamewindow), ResolveName(NULL))) {
687 text = GetString(filenamewindow);
H A Dxedit.h124 String GetString(Widget);
H A Doptions.c433 left = GetString(left_text);
434 right = GetString(right_text);
/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c96 static String GetString(Widget);
281 else if (InsertFileNamed((Widget)ctx, GetString(temp_widget))) {
881 GetString to get a tame version */
887 ptr = GetString(search->search_text);
1048 ptr = GetString(search->search_text);
1306 * GetString{Raw}
1315 * GetString: the string as a MB
1319 GetString(Widget text) function in typeref:typename:String
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h380 return name_stream.GetString();
588 test_name_stream.GetString().c_str(),
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c141 functions->GetString = r200GetString;

Completed in 50 milliseconds

123