Home
last modified time | relevance | path

Searched refs:oss (Results 1 – 25 of 49) sorted by relevance

12

/external/v8/test/cctest/
Dtest-ostreams.cc16 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/
Des31fSeparateShaderTests.cpp200 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/
DListeningSocket.cpp66 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()
DConnectionSocket.cpp68 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/
DtcuFloatFormat.cpp245 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/
Dzstream.h243 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/
Dreleasing_to_jcenter.md13 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' }`
Dartifactory.gradle30 contextUrl = 'http://oss.jfrog.org/artifactory'
33 repoKey = 'oss-snapshot-local'
/external/jsoncpp/src/test_lib_json/
Djsontest.h93 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/
DNOTICE33 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/
DLocalizable.strings8 "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/
Dbuild.gradle21 maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp257 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/
DArrayParameter.cpp233 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/
DIRDynamicChecks.cpp637 raw_string_ostream oss(s); in runOnModule() local
639 M.print(oss, NULL); in runOnModule()
641 oss.flush(); in runOnModule()
DIRExecutionUnit.cpp273 llvm::raw_string_ostream oss(s); in GetRunnableInfo() local
275 m_module->print(oss, NULL); in GetRunnableInfo()
277 oss.flush(); in GetRunnableInfo()
DIRForTarget.cpp2614 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/
Dstage_to_maven_central.sh88 -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.h34 struct sigaltstack* oss);
/external/mesa3d/docs/
DRELNOTES-3.2.125 http://oss.sgi.com/projects/ogl-sample/
/external/valgrind/coregrind/
Dpub_core_signals.h59 vki_stack_t* oss );
/external/jsoncpp/src/lib_json/
Djson_writer.cpp169 std::ostringstream oss; in valueToQuotedString() local
170oss << "\\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/
DLocalizable.strings8 "commentsMsg" = "Hjälp oss gärna att lösa det här problemet genom att beskriva vad du gjorde innan …
/external/deqp/modules/egl/
DteglResizeTests.cpp337 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/
DREADME.md70 [snap]: https://oss.sonatype.org/content/repositories/snapshots/

12