/external/v8/test/cctest/ |
D | test-ostreams.cc | 16 OStringStream oss; in TEST() local 18 CHECK(expected_size == oss.size()); in TEST() 19 CHECK_GT(oss.capacity(), 0); in TEST() 20 CHECK_NE(NULL, oss.data()); in TEST() 21 CHECK_EQ("", oss.c_str()); in TEST() 32 OStringStream oss; in TEST() local 36 oss.write(TEST_STRING, len); in TEST() 46 CHECK(expected_len == oss.size()); in TEST() 47 CHECK_GT(oss.capacity(), 0); in TEST() 48 CHECK_EQ(0, strncmp(expected, oss.data(), expected_len)); in TEST() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 200 void printInputColor (ostringstream& oss, const VariableDeclaration& input) in printInputColor() argument 229 oss << "hsv(vec3(" << exp << ", 1.0, 1.0))"; in printInputColor() 232 oss << "hsv(vec3(" << exp << ", 1.0))"; in printInputColor() 235 oss << "vec4(" << exp << ", 1.0)"; in printInputColor() 238 oss << exp; in printInputColor() 250 oss << "hsv(vec3(determinant(" << exp << ")))"; in printInputColor() 261 oss << "hsv(" << exp << ")"; in printInputColor() 384 void printFloat (ostringstream& oss, double d) in printFloat() argument 386 oss.setf(oss.fixed | oss.internal); in printFloat() 387 oss.precision(4); in printFloat() [all …]
|
/external/parameter-framework/remote-processor/ |
D | ListeningSocket.cpp | 66 std::ostringstream oss; in listen() local 67 oss << uiPort; in listen() 68 strError = "Could not bind socket to port " + oss.str() + ": " + strerror(errno); in listen() 74 std::ostringstream oss; in listen() local 75 oss << uiPort; in listen() 76 strError = "Could not listen to port " + oss.str() + ": " + strerror(errno); in listen()
|
D | ConnectionSocket.cpp | 68 std::ostringstream oss; in connect() local 69 oss << "CConnectionSocket::connect::connect on port: " << uiPort; in connect() 70 perror(oss.str().c_str()); in connect()
|
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 245 std::ostringstream oss; in floatToHex() local 247 oss << (x < 0 ? "-" : "") in floatToHex() 252 return oss.str(); in floatToHex() 325 ostringstream oss; in check() local 326 oss << expr << " returned " << result << ", expected " << reference; in check() 327 TCU_FAIL(oss.str().c_str()); in check() 333 ostringstream oss; in testULP() local 335 oss << "ulp(" << arg << ")"; in testULP() 336 check(oss.str(), m_fmt->ulp(arg), ref); in testULP() 342 ostringstream oss; in testRound() local [all …]
|
/external/zlib/src/contrib/iostream2/ |
D | zstream.h | 243 ostrstream* oss = new ostrstream; in os_flush() local 244 oss->fill(m_os->fill()); in os_flush() 245 oss->flags(m_os->flags()); in os_flush() 246 oss->precision(m_os->precision()); in os_flush() 247 oss->width(m_os->width()); in os_flush() 249 delete[] m_os->str(); delete m_os; m_os = oss; in os_flush()
|
/external/droiddriver/ |
D | releasing_to_jcenter.md | 13 Snapshots of DroidDriver are released to `http://oss.jfrog.org/artifactory` in the oss-snapshot-loc… 20 `maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }`
|
D | artifactory.gradle | 30 contextUrl = 'http://oss.jfrog.org/artifactory' 33 repoKey = 'oss-snapshot-local'
|
/external/jsoncpp/src/test_lib_json/ |
D | jsontest.h | 93 std::ostringstream oss; variable 94 oss.precision( 16 ); 95 oss.setf( std::ios_base::floatfield ); 96 oss << value; 97 return addToLastFailure(oss.str());
|
/external/skia/ |
D | NOTICE | 33 Implementation at http://oss.sgi.com/projects/ogl-sample/. Per 34 http://oss.sgi.com/projects/FreeB/, the code is covered under the SGI 52 "http://oss.sgi.com/projects/FreeB/"http://oss.sgi.com/projects/FreeB/
|
/external/google-breakpad/src/client/mac/sender/no.lproj/ |
D | Localizable.strings | 8 "commentsMsg" = "Hjelp oss å utbedre problemet ved å beskrive hva som skjedde før programmet kræsje… 9 "emailMsg" = "Å oppgi en e-postadresse gjør det mulig for oss å ta kontakt hvis vi trenger flere de…
|
/external/droiddriver/droiddriver-android_support_test/ |
D | build.gradle | 21 maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 257 ostringstream oss; in checkGlxVersion() local 258 oss << "Server GLX version " in checkGlxVersion() 262 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxVersion() 271 ostringstream oss; in checkGlxExtension() local 272 oss << "GLX extension \"" << extName << "\" not supported"; in checkGlxExtension() 273 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxExtension()
|
/external/parameter-framework/parameter/ |
D | ArrayParameter.cpp | 233 std::ostringstream oss; in getIndex() local 235 oss << "Provided index out of range (max is " << getArrayLength() - 1 << ")"; in getIndex() 237 parameterAccessContext.setError(oss.str()); in getIndex()
|
/external/lldb/source/Expression/ |
D | IRDynamicChecks.cpp | 637 raw_string_ostream oss(s); in runOnModule() local 639 M.print(oss, NULL); in runOnModule() 641 oss.flush(); in runOnModule()
|
D | IRExecutionUnit.cpp | 273 llvm::raw_string_ostream oss(s); in GetRunnableInfo() local 275 m_module->print(oss, NULL); in GetRunnableInfo() 277 oss.flush(); in GetRunnableInfo()
|
D | IRForTarget.cpp | 2614 raw_string_ostream oss(s); in runOnModule() local 2616 m_module->print(oss, NULL); in runOnModule() 2618 oss.flush(); in runOnModule() 2673 raw_string_ostream oss(s); in runOnModule() local 2675 m_module->print(oss, NULL); in runOnModule() 2677 oss.flush(); in runOnModule() 2858 raw_string_ostream oss(s); in runOnModule() local 2860 m_module->print(oss, NULL); in runOnModule() 2862 oss.flush(); in runOnModule()
|
/external/owasp/sanitizer/tools/ |
D | stage_to_maven_central.sh | 88 -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.h | 34 struct sigaltstack* oss);
|
/external/mesa3d/docs/ |
D | RELNOTES-3.2.1 | 25 http://oss.sgi.com/projects/ogl-sample/
|
/external/valgrind/coregrind/ |
D | pub_core_signals.h | 59 vki_stack_t* oss );
|
/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 169 std::ostringstream oss; in valueToQuotedString() local 170 …oss << "\\u" << std::hex << std::uppercase << std::setfill('0') << std::setw(4) << static_cast<int… in valueToQuotedString() 171 result += oss.str(); in valueToQuotedString()
|
/external/google-breakpad/src/client/mac/sender/sv.lproj/ |
D | Localizable.strings | 8 "commentsMsg" = "Hjälp oss gärna att lösa det här problemet genom att beskriva vad du gjorde innan …
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 337 ostringstream oss; in checkSurfaceSize() local 339 oss << "Size of EGL surface " << eglSize in checkSurfaceSize() 341 status.check(eglSize == nativeSize, oss.str()); in checkSurfaceSize()
|
/external/okhttp/ |
D | README.md | 70 [snap]: https://oss.sonatype.org/content/repositories/snapshots/
|