| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | install_megadrivers.py | 26 import os 36 if os.path.isabs(args.libdir): 37 destdir = os.environ.get('DESTDIR') 39 to = os.path.join(destdir, args.libdir[1:]) 43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir) 45 master = os.path.join(to, os.path.basename(args.megadriver)) 47 if not os.path.exists(to): 48 if os [all...] |
| H A D | meson_get_version.py | 24 import os 28 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION')
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | install_megadrivers.py | 26 import os 36 if os.path.isabs(args.libdir): 37 destdir = os.environ.get('DESTDIR') 39 to = os.path.join(destdir, args.libdir[1:]) 43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir) 45 master = os.path.join(to, os.path.basename(args.megadriver)) 47 if not os.path.exists(to): 48 if os [all...] |
| H A D | meson_get_version.py | 23 import os 27 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION')
|
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| H A D | fixes.py | 3 # Monkey patch os.spawnve on windows to become thread safe 5 import os 7 from os import spawnve as old_spawnve 14 if mode == os.P_WAIT: 15 ret = old_spawnve(os.P_NOWAIT, file, args, env) 20 if mode == os.P_WAIT: 21 pid, status = os.waitpid(ret, 0) 25 os.spawnve = new_spawnve
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-printers.cc | 64 size_t count, ostream* os) { 72 *os << ' '; 74 *os << '-'; 77 *os << text; 83 ostream* os) { 85 *os << count << "-byte object <"; 94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); 97 *os << " ... "; 100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); 63 PrintByteSegmentInObjectTo(const unsigned char * obj_bytes,size_t start,size_t count,ostream * os) argument 82 PrintBytesInObjectToImpl(const unsigned char * obj_bytes,size_t count,ostream * os) argument 114 PrintBytesInObjectTo(const unsigned char * obj_bytes,size_t count,ostream * os) argument 146 PrintAsCharLiteralTo(Char c,ostream * os) argument 192 PrintAsStringLiteralTo(wchar_t c,ostream * os) argument 207 PrintAsStringLiteralTo(char c,ostream * os) argument 217 PrintCharAndCodeTo(Char c,ostream * os) argument 241 PrintTo(unsigned char c,::std::ostream * os) argument 244 PrintTo(signed char c,::std::ostream * os) argument 250 PrintTo(wchar_t wc,ostream * os) argument 262 PrintCharsAsStringTo(const CharType * begin,size_t len,ostream * os) argument 286 UniversalPrintCharArray(const CharType * begin,size_t len,ostream * os) argument 309 UniversalPrintArray(const char * begin,size_t len,ostream * os) argument 315 UniversalPrintArray(const wchar_t * begin,size_t len,ostream * os) argument 320 PrintTo(const char * s,ostream * os) argument 337 PrintTo(const wchar_t * s,ostream * os) argument 349 PrintStringTo(const::string & s,ostream * os) argument 354 PrintStringTo(const::std::string & s,ostream * os) argument 360 PrintWideStringTo(const::wstring & s,ostream * os) argument 366 PrintWideStringTo(const::std::wstring & s,ostream * os) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-printers.cc | 65 size_t count, ostream* os) { 73 *os << ' '; 75 *os << '-'; 78 *os << text; 84 ostream* os) { 86 *os << count << "-byte object <"; 94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); 97 *os << " ... "; 100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); 64 PrintByteSegmentInObjectTo(const unsigned char * obj_bytes,size_t start,size_t count,ostream * os) argument 83 PrintBytesInObjectToImpl(const unsigned char * obj_bytes,size_t count,ostream * os) argument 114 PrintBytesInObjectTo(const unsigned char * obj_bytes,size_t count,ostream * os) argument 146 PrintAsCharLiteralTo(Char c,ostream * os) argument 196 PrintAsStringLiteralTo(wchar_t c,ostream * os) argument 211 PrintAsStringLiteralTo(char c,ostream * os) argument 221 PrintCharAndCodeTo(Char c,ostream * os) argument 245 PrintTo(unsigned char c,::std::ostream * os) argument 248 PrintTo(signed char c,::std::ostream * os) argument 254 PrintTo(wchar_t wc,ostream * os) argument 267 PrintCharsAsStringTo(const CharType * begin,size_t len,ostream * os) argument 298 UniversalPrintCharArray(const CharType * begin,size_t len,ostream * os) argument 321 UniversalPrintArray(const char * begin,size_t len,ostream * os) argument 327 UniversalPrintArray(const wchar_t * begin,size_t len,ostream * os) argument 332 PrintTo(const char * s,ostream * os) argument 349 PrintTo(const wchar_t * s,ostream * os) argument 417 ConditionalPrintAsText(const char * str,size_t length,ostream * os) argument 426 PrintStringTo(const::std::string & s,ostream * os) argument 435 PrintWideStringTo(const::std::wstring & s,ostream * os) argument [all...] |
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | config.sub | 126 os=$field3-$field4 139 os=$maybe_os 143 os=linux-android 147 os=$field3 156 os= 161 # Prevent following clause from handling this valid os 162 sun*os*) 164 os=$field2 177 os= 181 os [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/ |
| H A D | config.sub | 127 os=$field3-$field4 140 os=$maybe_os 144 os=linux-android 148 os=$field3 157 os= 162 # Prevent following clause from handling this valid os 163 sun*os*) 165 os=$field2 178 os= 182 os [all...] |
| /xsrc/external/mit/glw/dist/ |
| H A D | config.sub | 130 os=-$maybe_os 136 then os=`echo $1 | sed 's/.*-/-/'` 137 else os=; fi 145 case $os in 146 -sun*os*) 156 os= 160 os=-cnk 163 os= 169 os=-vxworks 173 os [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/ |
| H A D | config.sub | 130 os=-$maybe_os 136 then os=`echo $1 | sed 's/.*-/-/'` 137 else os=; fi 145 case $os in 146 -sun*os*) 156 os= 160 os=-cnk 163 os= 169 os=-vxworks 173 os [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| H A D | 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) { argument 157 sizeof(value), os); 169 static void PrintValue(const T& value, ::std::ostream* os) { argument 174 *os << ("<" + pretty_str + ">"); 188 static void PrintValue(const T& value, ::std::ostream* os) { argument 190 *os << kBigInt; 203 static void PrintValue(const T& value, ::std::ostream* os); 233 ::std::basic_ostream<Char, CharTraits>& os, cons 232 operator <<(::std::basic_ostream<Char,CharTraits> & os,const T & x) argument 260 DefaultPrintNonContainerTo(const T & value,::std::ostream * os) argument 406 DefaultPrintTo(WrapPrinterType<kPrintContainer>,const C & container,::std::ostream * os) argument 439 DefaultPrintTo(WrapPrinterType<kPrintPointer>,T * p,::std::ostream * os) argument 451 DefaultPrintTo(WrapPrinterType<kPrintFunctionPointer>,T * p,::std::ostream * os) argument 466 DefaultPrintTo(WrapPrinterType<kPrintOther>,const T & value,::std::ostream * os) argument 483 PrintTo(const T & value,::std::ostream * os) argument 523 PrintTo(char c,::std::ostream * os) argument 531 PrintTo(bool x,::std::ostream * os) argument 546 PrintTo(char * s,::std::ostream * os) argument 552 PrintTo(const signed char * s,::std::ostream * os) argument 555 PrintTo(signed char * s,::std::ostream * os) argument 558 PrintTo(const unsigned char * s,::std::ostream * os) argument 561 PrintTo(unsigned char * s,::std::ostream * os) argument 573 PrintTo(wchar_t * s,::std::ostream * os) argument 584 PrintRawArrayTo(const T a[],size_t count,::std::ostream * os) argument 594 PrintTo(const::std::string & s,::std::ostream * os) argument 601 PrintTo(const::std::wstring & s,::std::ostream * os) argument 608 PrintTo(absl::string_view sp,::std::ostream * os) argument 613 PrintTo(std::nullptr_t,::std::ostream * os) argument 616 PrintTo(std::reference_wrapper<T> ref,::std::ostream * os) argument 627 PrintTupleTo(const T & t,std::integral_constant<size_t,I>,::std::ostream * os) argument 640 PrintTo(const::std::tuple<Types...> & t,::std::ostream * os) argument 648 PrintTo(const::std::pair<T1,T2> & value,::std::ostream * os) argument 670 Print(const T & value,::std::ostream * os) argument 730 UniversalPrintArray(const T * begin,size_t len,::std::ostream * os) argument 764 Print(const T (& a)[N],::std::ostream * os) argument 777 Print(const T & value,::std::ostream * os) argument 796 Print(const T & value,::std::ostream * os) argument 803 Print(const T & value,::std::ostream * os) argument 810 Print(const T (& value)[N],::std::ostream * os) argument 817 Print(const char * str,::std::ostream * os) argument 828 Print(char * str,::std::ostream * os) argument 837 Print(const wchar_t * str,::std::ostream * os) argument 850 Print(wchar_t * str,::std::ostream * os) argument 856 UniversalTersePrint(const T & value,::std::ostream * os) argument 865 UniversalPrint(const T & value,::std::ostream * os) argument 907 PrintValue(const T & value,::std::ostream * os) argument [all...] |
| /xsrc/external/mit/xcb-util/dist/ |
| H A D | config.sub | 127 os=-$maybe_os 133 then os=`echo $1 | sed 's/.*-/-/'` 134 else os=; fi 142 case $os in 143 -sun*os*) 153 os= 157 os=-cnk 160 os= 166 os=-vxworks 170 os [all...] |
| /xsrc/external/mit/xproxymanagementprotocol/dist/ |
| H A D | config.sub | 127 os=-$maybe_os 133 then os=`echo $1 | sed 's/.*-/-/'` 134 else os=; fi 142 case $os in 143 -sun*os*) 153 os= 157 os= 163 os=-vxworks 167 os=-chorusos 171 os [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | make_distribution_archives.py | 8 import os 14 _TOP_DIR = os.path.abspath(os.path.join(__file__, "..", "..", "..")) 15 _SCRIPT_DIR = os.path.dirname(os.path.join(_TOP_DIR, "builds", "meson", "")) 91 os.path.join(_SCRIPT_DIR, "extract_freetype_version.py"), 92 os.path.join(_TOP_DIR, "include", "freetype", "freetype.h"), 102 if not os.path.exists(build_dir): 103 os.makedirs(build_dir) 106 for item in os [all...] |
| /xsrc/external/mit/libXfontcache/dist/ |
| H A D | config.sub | 126 os=-$maybe_os 132 then os=`echo $1 | sed 's/.*-/-/'` 133 else os=; fi 141 case $os in 142 -sun*os*) 152 os= 156 os= 162 os=-vxworks 166 os=-chorusos 170 os [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| H A D | config.sub | 126 os=-$maybe_os 132 then os=`echo $1 | sed 's/.*-/-/'` 133 else os=; fi 141 case $os in 142 -sun*os*) 152 os= 156 os= 162 os=-vxworks 166 os=-chorusos 170 os [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_exts/ |
| H A D | redirects.py | 1 import os 13 path = os.path.join(app.outdir, '{0}.html'.format(src)) 15 os.makedirs(os.path.dirname(path), exist_ok=True) 18 dst = pathlib.posixpath.relpath(dst, start=os.path.dirname(src)) 19 if not os.path.isfile(os.path.join(os.path.dirname(path), dst)):
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | config.sub | 126 os=-$maybe_os 132 then os=`echo $1 | sed 's/.*-/-/'` 133 else os=; fi 141 case $os in 142 -sun*os*) 152 os= 156 os= 162 os=-vxworks 166 os=-chorusos 170 os [all...] |
| /xsrc/external/mit/xf86-input-ws/dist/ |
| H A D | config.sub | 124 os=-$maybe_os 130 then os=`echo $1 | sed 's/.*-/-/'` 131 else os=; fi 139 case $os in 140 -sun*os*) 150 os= 154 os= 160 os=-vxworks 164 os=-chorusos 168 os [all...] |
| /xsrc/external/mit/xsetpointer/dist/ |
| H A D | config.sub | 124 os=-$maybe_os 130 then os=`echo $1 | sed 's/.*-/-/'` 131 else os=; fi 139 case $os in 140 -sun*os*) 150 os= 154 os= 160 os=-vxworks 164 os=-chorusos 168 os [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | link_confs.py | 3 import os 16 if os.path.isabs(args.confpath): 17 destdir = os.environ.get('DESTDIR') 24 confpath = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.confpath) 26 if not os.path.exists(confpath): 27 os.makedirs(confpath) 30 src = os.path.join(args.availpath, link) 31 dst = os.path.join(confpath, link) 33 os [all...] |
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | config.sub | 122 os=-$maybe_os 128 then os=`echo $1 | sed 's/.*-/-/'` 129 else os=; fi 137 case $os in 138 -sun*os*) 148 os= 152 os= 158 os=-vxworks 162 os=-chorusos 166 os [all...] |
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | config.sub | 122 os=-$maybe_os 128 then os=`echo $1 | sed 's/.*-/-/'` 129 else os=; fi 137 case $os in 138 -sun*os*) 148 os= 152 os= 158 os=-vxworks 162 os=-chorusos 166 os [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| H A D | config.sub | 122 os=-$maybe_os 128 then os=`echo $1 | sed 's/.*-/-/'` 129 else os=; fi 137 case $os in 138 -sun*os*) 148 os= 152 os= 158 os=-vxworks 162 os=-chorusos 166 os [all...] |