| /xsrc/external/mit/MesaLib/dist/bin/ |
| 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.path.lexists(to) [all...] |
| meson_get_version.py | 23 import os 27 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION')
|
| git_sha1_gen.py | 6 import os 7 import os.path 14 git_dir = os.path.join(os.path.dirname(sys.argv[0]), '..', '.git') 21 ], stderr=open(os.devnull, 'w')).decode("ascii") 33 if os.path.isfile(args.output): 46 git_sha1 = os.environ.get('MESA_GIT_SHA1_OVERRIDE', get_git_sha1())[:10]
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| 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.path.lexists(to) [all...] |
| meson_get_version.py | 24 import os 28 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION')
|
| git_sha1_gen.py | 8 import os 9 import os.path 16 git_dir = os.path.join(os.path.dirname(sys.argv[0]), '..', '.git') 23 ], stderr=open(os.devnull, 'w')).decode("ascii") 34 if os.path.isfile(args.output): 46 git_sha1 = os.environ.get('MESA_GIT_SHA1_OVERRIDE', get_git_sha1())[:10]
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| 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); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| 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); [all...] |
| /xsrc/external/mit/fontconfig/dist/ |
| config.sub | 126 os=$field3-$field4 129 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 139 os=$maybe_os 143 os=linux-android 147 os=$field3 156 os= 159 # Second component is usually, but not always the OS 161 # Prevent following clause from handling this valid os 162 sun*os*) 164 os=$field [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/ |
| config.sub | 127 os=$field3-$field4 130 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 140 os=$maybe_os 144 os=linux-android 148 os=$field3 157 os= 160 # Second component is usually, but not always the OS 162 # Prevent following clause from handling this valid os 163 sun*os*) 165 os=$field [all...] |
| /xsrc/external/mit/glw/dist/ |
| config.sub | 122 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 123 # Here we must recognize all the valid KERNEL-OS combinations. 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=-cn [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/ |
| config.sub | 122 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 123 # Here we must recognize all the valid KERNEL-OS combinations. 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=-cn [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...] |
| /xsrc/external/mit/xcb-util/dist/ |
| config.sub | 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 120 # Here we must recognize all the valid KERNEL-OS combinations. 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=-cn [all...] |
| /xsrc/external/mit/xproxymanagementprotocol/dist/ |
| config.sub | 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 120 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/libXfontcache/dist/ |
| config.sub | 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 120 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| config.sub | 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 120 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/ |
| config.sub | 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 120 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/xf86-input-ws/dist/ |
| config.sub | 118 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 119 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/xsetpointer/dist/ |
| config.sub | 118 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 119 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.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.remove(dst [all...] |
| /xsrc/external/mit/libxkbui/dist/ |
| config.sub | 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 118 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| config.sub | 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 118 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| config.sub | 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 118 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |
| /xsrc/external/mit/xsetmode/dist/ |
| config.sub | 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 118 # Here we must recognize all the valid KERNEL-OS combinations. 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 [all...] |