| /xsrc/external/mit/MesaLib/dist/src/intel/isl/tests/ |
| isl_aux_info_test.cpp | 28 PrintTo(const enum isl_aux_op &op, ::std::ostream* os) { 29 *os << (const char *[]) { function 130 PrintTo(const enum isl_aux_state &state, ::std::ostream* os) { 131 *os << (const char *[]) { function
|
| /xsrc/external/mit/libXft/dist/src/ |
| xftlist.c | 29 FcObjectSet *os) 31 return FcFontList (NULL, pattern, os); 41 FcObjectSet *os; local 50 FcObjectSetVapBuild (os, first, va); 54 fs = XftListFontsPatternObjects (dpy, screen, pattern, os); 56 FcObjectSetDestroy (os);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| object.hpp | 203 template<typename Os> 204 std::vector<typename Os::value_type::descriptor_type *> 205 descs(const Os &os) { 206 return map([](typename Os::value_type &o) { 208 }, os); member in namespace:clover
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| object.hpp | 204 template<typename Os> 205 std::vector<typename Os::value_type::descriptor_type *> 206 descs(const Os &os) { 207 return map([](typename Os::value_type &o) { 209 }, os); member in namespace:clover
|
| /xsrc/external/mit/fontconfig/dist/fc-pattern/ |
| fc-pattern.c | 113 FcObjectSet *os = 0; local 160 if (!os) 161 os = FcObjectSetCreate (); 162 FcObjectSetAdd (os, argv[i]); 176 if (os) 179 new = FcPatternFilter (pat, os); 202 if (os) 203 FcObjectSetDestroy (os);
|
| /xsrc/external/mit/fontconfig/dist/fc-list/ |
| fc-list.c | 118 FcObjectSet *os = 0; local 169 if (!os) 170 os = FcObjectSetCreate (); 171 FcObjectSetAdd (os, argv[i]); 176 if (quiet && !os) 177 os = FcObjectSetCreate (); 178 if (!verbose && !brief && !format && !os) 179 os = FcObjectSetBuild (FC_FAMILY, FC_STYLE, FC_FILE, (char *) 0); 182 fs = FcFontList (0, pat, os); 183 if (os) [all...] |
| /xsrc/external/mit/fontconfig/dist/fc-match/ |
| fc-match.c | 122 FcObjectSet *os = 0; local 177 if (!os) 178 os = FcObjectSetCreate (); 179 FcObjectSetAdd (os, argv[i]); 226 if (os) 240 font = FcPatternFilter (fs->fonts[j], os); 268 if (os) 269 FcObjectSetDestroy (os);
|
| /xsrc/local/programs/x11-ssh-askpass/ |
| resources.c | 87 char *os = s; local 92 free (os);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| posix_tty.c | 311 xf86Msg(X_WARNING, "Option ClearDTR not supported on this OS\n"); 318 xf86Msg(X_WARNING, "Option ClearRTS not supported on this OS\n"); 446 int os; member in struct:states 502 ret |= modemStates[i].os; 513 if (state & modemStates[i].os) 525 ret |= modemStates[i].os;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| posix_tty.c | 335 "Option ClearDTR not supported on this OS\n"); 344 "Option ClearRTS not supported on this OS\n"); 484 int os; member in struct:states 529 ret |= modemStates[i].os; 540 if (state & modemStates[i].os) 551 ret |= modemStates[i].os;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| invocation.cpp | 129 raw_string_ostream os { *reinterpret_cast<std::string *>(data) }; 130 ::llvm::DiagnosticPrinterRawOStream printer { os }; 524 std::ostringstream os; local 525 if (!::llvm::writeSpirv(mod.get(), spirv_options, os, error_msg)) { 530 const std::string osContent = os.str();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ |
| range.hpp | 225 /// \a os element-wise by using the provided functor \a f. Use 228 template<typename F, typename... Os> 230 public detail::basic_range<adaptor_range<F, Os...>, 232 F, detail::preferred_iterator_type<Os>...>, 234 F, detail::preferred_iterator_type<const Os>...> 237 typedef detail::basic_range<adaptor_range<F, Os...>, 239 F, detail::preferred_iterator_type<Os>...>, 241 F, detail::preferred_iterator_type<const Os>...> 245 adaptor_range(G &&f, Rs &&... os) : 246 f(std::forward<G>(f)), os(std::forward<Rs>(os)...) 283 std::tuple<Os...> os; member in class:clover::adaptor_range [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| gtest-printers.h | 130 ::std::ostream* os); 145 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 153 static void PrintValue(const T& value, ::std::ostream* os) { 157 sizeof(value), os); local 169 static void PrintValue(const T& value, ::std::ostream* os) { 174 *os << ("<" + pretty_str + ">"); 188 static void PrintValue(const T& value, ::std::ostream* os) { 190 *os << kBigInt; 203 static void PrintValue(const T& value, ::std::ostream* os); 233 ::std::basic_ostream<Char, CharTraits>& os, const T& x) 513 value, os); local 527 PrintTo(static_cast<unsigned char>(c), os); local 547 PrintTo(ImplicitCast_<const char*>(s), os); local 553 PrintTo(ImplicitCast_<const void*>(s), os); local 556 PrintTo(ImplicitCast_<const void*>(s), os); local 559 PrintTo(ImplicitCast_<const void*>(s), os); local 562 PrintTo(ImplicitCast_<const void*>(s), os); local 574 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local 609 PrintTo(::std::string(sp), os); local 636 std::get<I - 1>(t), os); local 721 ::std::ostream* os; member in struct:testing::internal::UniversalPrinter::Visitor 821 UniversalPrint(std::string(str), os); local 841 UniversalPrint(::std::wstring(str), os); local 909 internal::PrintTo(absl::string_view(value), os); local [all...] |
| gtest-matchers.h | 85 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} 125 virtual void DescribeTo(::std::ostream* os) const = 0; 133 virtual void DescribeNegationTo(::std::ostream* os) const { 134 *os << "not ("; 135 DescribeTo(os); 136 *os << ")"; 178 // virtual void DescribeTo(::std::ostream* os) const = 0; 179 // virtual void DescribeNegationTo(::std::ostream* os) const; 192 void DescribeTo(::std::ostream* os) const override { impl_->DescribeTo(os); 553 UniversalPrint(Unwrap(rhs_), os); variable 557 UniversalPrint(Unwrap(rhs_), os); variable [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/ |
| range.hpp | 225 /// \a os element-wise by using the provided functor \a f. Use 228 template<typename F, typename... Os> 230 public detail::basic_range<adaptor_range<F, Os...>, 232 F, detail::preferred_iterator_type<Os>...>, 234 F, detail::preferred_iterator_type<const Os>...> 237 typedef detail::basic_range<adaptor_range<F, Os...>, 239 F, detail::preferred_iterator_type<Os>...>, 241 F, detail::preferred_iterator_type<const Os>...> 245 adaptor_range(G &&f, Rs &&... os) : 246 f(std::forward<G>(f)), os(std::forward<Rs>(os)...) 283 std::tuple<Os...> os; member in class:clover::adaptor_range [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/ |
| gtest-printers.h | 120 ::std::ostream* os); 131 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 139 static void PrintValue(const T& value, ::std::ostream* os) { 141 sizeof(value), os); local 153 static void PrintValue(const T& value, ::std::ostream* os) { 158 *os << ("<" + pretty_str + ">"); 172 static void PrintValue(const T& value, ::std::ostream* os) { 174 *os << kBigInt; 204 ::std::basic_ostream<Char, CharTraits>& os, const T& x) { 208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os); 491 PrintTo(static_cast<unsigned char>(c), os); local 511 PrintTo(ImplicitCast_<const char*>(s), os); local 517 PrintTo(ImplicitCast_<const void*>(s), os); local 520 PrintTo(ImplicitCast_<const void*>(s), os); local 523 PrintTo(ImplicitCast_<const void*>(s), os); local 526 PrintTo(ImplicitCast_<const void*>(s), os); local 538 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local 808 UniversalPrint(string(str), os); local 828 UniversalPrint(::std::wstring(str), os); local [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcname.c | 116 FcObjectSet *os = NULL; local 119 os = FcObjectSetCreate (); 121 FcObjectSetAdd (os, FcObjects[i].object); 123 return os;
|
| fclist.c | 31 FcObjectSet *os; local 33 os = (FcObjectSet *) malloc (sizeof (FcObjectSet)); 34 if (!os) 36 os->nobject = 0; 37 os->sobject = 0; 38 os->objects = 0; 39 return os; 43 FcObjectSetAdd (FcObjectSet *os, const char *object) 49 if (os->nobject == os->sobject 121 FcObjectSet *os; local [all...] |
| fcformat.c | 430 FcObjectSet *os; local 436 os = FcObjectSetCreate (); 437 if (!os) 444 !FcObjectSetAdd (os, (const char *) c->word)) 446 FcObjectSetDestroy (os); 452 subpat = FcPatternFilter (pat, os); 453 FcObjectSetDestroy (os); 573 FcObjectSet *os; local 584 os = FcObjectSetCreate (); 585 if (!os) [all...] |
| fcmatch.c | 991 FcObjectSet *os = NULL; local 1006 os = FcObjectSetCreate (); 1026 FcObjectSetAdd (os, x); 1033 FcPatternPrint2 (p, pat, os); 1034 if (os) 1035 FcObjectSetDestroy (os);
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrscreen.c | 503 int o, os, l, r; local 556 for (os = o; os < output->numModes + output->numUserModes; os++) 558 if (os < output->numModes) 559 mode = output->modes[os]; 561 mode = output->userModes[os - output->numModes]; 566 used[os] = TRUE;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrscreen.c | 672 int o, os, l, r; local 725 for (os = o; os < output->numModes + output->numUserModes; os++) { 726 if (os < output->numModes) 727 mode = output->modes[os]; 729 mode = output->userModes[os - output->numModes]; 733 used[os] = TRUE;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbActions.c | 1291 XkbStateRec os; local 1295 os= xkbi->state; 1296 if (os.latched_mods) { /* clear all latches */ 1300 if (os.latched_group) { 1304 if (os.locked_mods) { 1308 if (os.locked_group) { 1320 sn.changed= XkbStateChangedFlags(&os,&xkbi->state);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbActions.c | 1496 XkbStateRec os; local 1500 os = xkbi->state; 1501 if (os.latched_mods) { /* clear all latches */ 1505 if (os.latched_group) { 1509 if (os.locked_mods) { 1513 if (os.locked_group) { 1525 sn.changed = XkbStateChangedFlags(&os, &xkbi->state);
|