/external/gtest/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/libvpx/libvpx/third_party/googletest/src/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/chromium/testing/gtest/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/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/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/libvpx/libvpx/third_party/googletest/src/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/chromium/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/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/qemu-pc-bios/bochs/ |
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/libffi/ |
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/protobuf/gtest/build-aux/ |
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/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/chromium/sdch/open-vcdiff/ |
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/protobuf/ |
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/dropbear/ |
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/jpeg/ |
D | config.sub | 72 os=-$maybe_os 78 then os=`echo $1 | sed 's/.*-/-/'` 79 else os=; fi 87 case $os in 88 -sun*os*) 98 os= 102 os=-hiuxwe2 105 os=sco3.2v5 109 os=-sco3.2v4 113 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | config.sub | 72 os=-$maybe_os 78 then os=`echo $1 | sed 's/.*-/-/'` 79 else os=; fi 87 case $os in 88 -sun*os*) 98 os= 102 os=-hiuxwe2 105 os=sco3.2v5 109 os=-sco3.2v4 113 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` [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/libusb/ |
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/libogg/ |
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/libvorbis/ |
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/expat/conftools/ |
D | config.sub | 132 os=-$maybe_os 138 then os=`echo $1 | sed 's/.*-/-/'` 139 else os=; fi 147 case $os in 148 -sun*os*) 158 os= 162 os=-cnk 165 os= 171 os=-vxworks 175 os=-chorusos [all …]
|
/external/llvm/autoconf/ |
D | config.sub | 132 os=-$maybe_os 138 then os=`echo $1 | sed 's/.*-/-/'` 139 else os=; fi 147 case $os in 148 -sun*os*) 158 os= 162 os=-cnk 165 os= 171 os=-vxworks 175 os=-chorusos [all …]
|
/external/openssh/ |
D | config.sub | 132 os=-$maybe_os 138 then os=`echo $1 | sed 's/.*-/-/'` 139 else os=; fi 147 case $os in 148 -sun*os*) 158 os= 162 os=-cnk 165 os= 171 os=-vxworks 175 os=-chorusos [all …]
|
/external/llvm/projects/sample/autoconf/ |
D | config.sub | 132 os=-$maybe_os 138 then os=`echo $1 | sed 's/.*-/-/'` 139 else os=; fi 147 case $os in 148 -sun*os*) 158 os= 162 os=-cnk 165 os= 171 os=-vxworks 175 os=-chorusos [all …]
|