/external/v8/src/ |
D | objects-printer.cc | 54 StdoutStream os; in Print() local 55 this->Print(os); in Print() 56 os << std::flush; in Print() 59 void Object::Print(std::ostream& os) { // NOLINT in Print() argument 61 os << "Smi: " << std::hex << "0x" << Smi::ToInt(this); in Print() 62 os << std::dec << " (" << Smi::ToInt(this) << ")\n"; in Print() 64 HeapObject::cast(this)->HeapObjectPrint(os); in Print() 68 void HeapObject::PrintHeader(std::ostream& os, const char* id) { // NOLINT in PrintHeader() argument 69 os << reinterpret_cast<void*>(this) << ": ["; in PrintHeader() 71 os << id; in PrintHeader() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-printers.cc | 64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 72 *os << ' '; in PrintByteSegmentInObjectTo() 74 *os << '-'; in PrintByteSegmentInObjectTo() 77 *os << text; in PrintByteSegmentInObjectTo() 83 ostream* os) { in PrintBytesInObjectToImpl() argument 85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 97 *os << " ... "; in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest-printers.cc | 64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 72 *os << ' '; in PrintByteSegmentInObjectTo() 74 *os << '-'; in PrintByteSegmentInObjectTo() 77 *os << text; in PrintByteSegmentInObjectTo() 83 ostream* os) { in PrintBytesInObjectToImpl() argument 85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 97 *os << " ... "; in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 72 *os << ' '; in PrintByteSegmentInObjectTo() 74 *os << '-'; in PrintByteSegmentInObjectTo() 77 *os << text; in PrintByteSegmentInObjectTo() 83 ostream* os) { in PrintBytesInObjectToImpl() argument 85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 97 *os << " ... "; in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 76 *os << ' '; in PrintByteSegmentInObjectTo() 78 *os << '-'; in PrintByteSegmentInObjectTo() 81 *os << text; in PrintByteSegmentInObjectTo() 87 ostream* os) { in PrintBytesInObjectToImpl() argument 89 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 101 *os << " ... "; in PrintBytesInObjectToImpl() 104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-printers.cc | 60 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 68 *os << ' '; in PrintByteSegmentInObjectTo() 70 *os << '-'; in PrintByteSegmentInObjectTo() 73 *os << text; in PrintByteSegmentInObjectTo() 79 ostream* os) { in PrintBytesInObjectToImpl() argument 81 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 93 *os << " ... "; in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-printers.cc | 68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 76 *os << ' '; in PrintByteSegmentInObjectTo() 78 *os << '-'; in PrintByteSegmentInObjectTo() 81 *os << text; in PrintByteSegmentInObjectTo() 87 ostream* os) { in PrintBytesInObjectToImpl() argument 89 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 101 *os << " ... "; in PrintBytesInObjectToImpl() 104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/googletest/googletest/src/ |
D | gtest-printers.cc | 64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 72 *os << ' '; in PrintByteSegmentInObjectTo() 74 *os << '-'; in PrintByteSegmentInObjectTo() 77 *os << text; in PrintByteSegmentInObjectTo() 83 ostream* os) { in PrintBytesInObjectToImpl() argument 85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 93 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 95 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 96 *os << " ... "; in PrintBytesInObjectToImpl() 99 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-printers.cc | 64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument 72 *os << ' '; in PrintByteSegmentInObjectTo() 74 *os << '-'; in PrintByteSegmentInObjectTo() 77 *os << text; in PrintByteSegmentInObjectTo() 83 ostream* os) { in PrintBytesInObjectToImpl() argument 85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl() 94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 97 *os << " ... "; in PrintBytesInObjectToImpl() 100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() [all …]
|
/external/fec/ |
D | config.sub | 121 os=-$maybe_os 127 then os=`echo $1 | sed 's/.*-/-/'` 128 else os=; fi 136 case $os in 137 -sun*os*) 147 os= 151 os= 157 os=-vxworks 161 os=-hiuxwe2 164 os=-sco3.2v5 [all …]
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 116 ::std::ostream* os); 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 137 sizeof(value), os); in PrintValue() 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 154 *os << ("<" + pretty_str + ">"); in PrintValue() 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 170 *os << kBigInt; in PrintValue() 200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os); 205 return os; [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 116 ::std::ostream* os); 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 137 sizeof(value), os); in PrintValue() 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 154 *os << ("<" + pretty_str + ">"); in PrintValue() 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 170 *os << kBigInt; in PrintValue() 200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os); 205 return os; [all …]
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-printers.h | 116 ::std::ostream* os); 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 137 sizeof(value), os); in PrintValue() 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 154 *os << ("<" + pretty_str + ">"); in PrintValue() 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 170 *os << kBigInt; in PrintValue() 200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os); 205 return os; [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 16 import os 47 if hasattr(os, 'getgid'): 48 process_gid = os.getgid() 68 if hasattr(os, 'geteuid'): 69 root_in_posix = (os.geteuid() == 0) 81 HAVE_WHEEL_GROUP = sys.platform.startswith('freebsd') and os.getgid() == 0 85 return unittest.skipUnless(hasattr(os, name), 'requires os.%s' % name) 96 if os.path.lexists(support.TESTFN): 97 os.unlink(support.TESTFN) 101 f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR) [all …]
|
D | test_shutil.py | 9 import os 10 import os.path 44 builtin_rename = os.rename 45 os.rename = _fake_rename 48 os.rename = builtin_rename 59 path = os.path.join(*path) 71 path = os.path.join(*path) 77 for name in sorted(os.listdir(path)): 78 p = os.path.join(path, name) 79 if os.path.isdir(p) and not os.path.islink(p): [all …]
|
/external/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 130 ::std::ostream* os); 153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 156 sizeof(value), os); in PrintValue() 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 173 *os << ("<" + pretty_str + ">"); in PrintValue() 187 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument 189 *os << kBigInt; in PrintValue() 202 static void PrintValue(const T& value, ::std::ostream* os); 232 ::std::basic_ostream<Char, CharTraits>& os, const T& x) { 245 kOtherType)>::PrintValue(x, &os); [all …]
|
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/ |
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=-chorusrdb [all …]
|
/external/libunwind/aux/ |
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=-chorusrdb [all …]
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 42 import platform, os, sys, getopt, textwrap, shutil, stat, time, pwd, grp 94 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 106 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h') 122 DEPSRC = os.path.join(WORKDIR, 'third-party') 123 DEPSRC = os.path.expanduser('~/Universal/other-sources') 148 SRCDIR = os.path.dirname( 149 os.path.dirname( 150 os.path.dirname( 151 os.path.abspath(__file__ 241 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), [all …]
|
/external/stressapptest/ |
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=-chorusrdb [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 37 import platform, os, sys, getopt, textwrap, shutil, stat, time, pwd, grp 89 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION') 101 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h') 117 DEPSRC = os.path.join(WORKDIR, 'third-party') 118 DEPSRC = os.path.expanduser('~/Universal/other-sources') 143 SRCDIR = os.path.dirname( 144 os.path.dirname( 145 os.path.dirname( 146 os.path.abspath(__file__ 237 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')), [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_os.py | 5 import os 31 if os.path.exists(test_support.TESTFN): 32 os.unlink(test_support.TESTFN) 36 f = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR) 37 os.close(f) 38 self.assertTrue(os.access(test_support.TESTFN, os.W_OK)) 41 first = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR) 45 second = os.dup(first) 49 os.close(first) 54 first, second = second, os.dup(second) [all …]
|
/external/libusb-compat/ |
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=-chorusrdb [all …]
|
/external/libnfnetlink/ |
D | config.sub | 131 os=-$maybe_os 137 then os=`echo $1 | sed 's/.*-/-/'` 138 else os=; fi 146 case $os in 147 -sun*os*) 157 os= 161 os=-cnk 164 os= 170 os=-vxworks 174 os=-chorusos [all …]
|
/external/libnetfilter_conntrack/ |
D | config.sub | 131 os=-$maybe_os 137 then os=`echo $1 | sed 's/.*-/-/'` 138 else os=; fi 146 case $os in 147 -sun*os*) 157 os= 161 os=-cnk 164 os= 170 os=-vxworks 174 os=-chorusos [all …]
|