Home
last modified time | relevance | path

Searched defs:os1 (Results 1 – 18 of 18) sorted by relevance

/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
Dmove.pass.cpp46 test_ostream<char> os1(&sb); in main() local
60 test_ostream<wchar_t> os1(&sb); in main() local
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
Dmove_assign.pass.cpp47 test_ostream<char> os1(&sb1); in main() local
70 test_ostream<wchar_t> os1(&sb1); in main() local
Dmember_swap.pass.cpp42 test_ostream<char> os1(&sb1); in main() local
65 test_ostream<wchar_t> os1(&sb1); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/output.streams/ostream.cons/
Dmove.pass.cpp45 test_ostream<char> os1(&sb); in main() local
60 test_ostream<wchar_t> os1(&sb); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/output.streams/ostream.assign/
Dmove_assign.pass.cpp46 test_ostream<char> os1(&sb1); in main() local
70 test_ostream<wchar_t> os1(&sb1); in main() local
Dmember_swap.pass.cpp43 test_ostream<char> os1(&sb1); in main() local
67 test_ostream<wchar_t> os1(&sb1); in main() local
/external/libutf/
Drunestrcpy.c22 Rune *os1; in runestrcpy() local
Drunestrncat.c22 Rune *os1; in runestrncat() local
Drunestrncpy.c23 Rune *os1; in runestrncpy() local
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dpointer.pass.cpp63 std::ostream os1(&sb1); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dpointer.volatile.pass.cpp63 std::ostream os1(&sb1); in main() local
Dpointer.pass.cpp64 std::ostream os1(&sb1); in main() local
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp611 llvm::raw_svector_ostream os1(buf1); in checkCall_rand() local
727 llvm::raw_svector_ostream os1(buf1); in checkUncheckedReturnValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp49 raw_string_ostream os1(o1), os2(o2); in PrintResults() local
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp45 raw_string_ostream os1(o1), os2(o2); in PrintResults() local
/external/python/cpython3/Modules/clinic/
D_localemodule.c.h95 PyObject *os1; in _locale_strcoll() local
/external/bcc/src/cc/frontends/clang/
Dloader.cc483 llvm::raw_string_ostream os1(out_str1); in do_compile() local
/external/python/cpython3/Modules/
D_localemodule.c356 _locale_strcoll_impl(PyObject *module, PyObject *os1, PyObject *os2) in _locale_strcoll_impl()