HomeSort by relevance Sort by last modified time
    Searched refs:os1 (Results 1 - 18 of 18) sorted by null

  /external/libutf/
runestrcpy.c 22 Rune *os1; local
24 os1 = s1;
27 return os1;
runestrncpy.c 23 Rune *os1; local
25 os1 = s1;
30 return os1;
32 return os1;
runestrncat.c 22 Rune *os1; local
24 os1 = s1;
31 return os1;
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp 42 test_ostream<char> os1(&sb1);
44 os1.swap(os2);
45 assert(os1.rdbuf() == &sb1);
46 assert(os1.tie() == 0);
47 assert(os1.fill() == ' ');
48 assert(os1.rdstate() == os1.goodbit);
49 assert(os1.exceptions() == os1.goodbit);
50 assert(os1.flags() == (os1.skipws | os1.dec))
    [all...]
move_assign.pass.cpp 47 test_ostream<char> os1(&sb1);
49 os2 = (std::move(os1));
50 assert(os1.rdbuf() == &sb1);
51 assert(os1.tie() == 0);
52 assert(os1.fill() == ' ');
53 assert(os1.rdstate() == os1.goodbit);
54 assert(os1.exceptions() == os1.goodbit);
55 assert(os1.flags() == (os1.skipws | os1.dec))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DebugTest.cpp 20 raw_string_ostream os1(s1), os2(s2);
25 DEBUG_WITH_TYPE("A", os1 << "A");
26 DEBUG_WITH_TYPE("B", os1 << "B");
27 EXPECT_EQ("AB", os1.str());
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 46 test_ostream<char> os1(&sb);
47 test_ostream<char> os(std::move(os1));
48 assert(os1.rdbuf() == &sb);
60 test_ostream<wchar_t> os1(&sb);
61 test_ostream<wchar_t> os(std::move(os1));
62 assert(os1.rdbuf() == &sb);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 63 std::ostream os1(&sb1);
65 os1 << &n1;
66 assert(os1.good());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 284 PyObject *os1, *os2, *result = NULL;
288 if (!PyArg_UnpackTuple(args, "strcoll", 2, 2, &os1, &os2))
291 if (PyString_Check(os1) && PyString_Check(os2))
292 return PyInt_FromLong(strcoll(PyString_AS_STRING(os1),
295 if (!PyUnicode_Check(os1) && !PyUnicode_Check(os2)) {
299 if (!PyUnicode_Check(os1)) {
300 os1 = PyUnicode_FromObject(os1);
301 if (!os1)
309 Py_DECREF(os1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 284 PyObject *os1, *os2, *result = NULL;
288 if (!PyArg_UnpackTuple(args, "strcoll", 2, 2, &os1, &os2))
291 if (PyString_Check(os1) && PyString_Check(os2))
292 return PyInt_FromLong(strcoll(PyString_AS_STRING(os1),
295 if (!PyUnicode_Check(os1) && !PyUnicode_Check(os2)) {
299 if (!PyUnicode_Check(os1)) {
300 os1 = PyUnicode_FromObject(os1);
301 if (!os1)
309 Py_DECREF(os1);
    [all...]
  /external/python/cpython2/Modules/
_localemodule.c 285 PyObject *os1, *os2, *result = NULL;
289 if (!PyArg_UnpackTuple(args, "strcoll", 2, 2, &os1, &os2))
292 if (PyString_Check(os1) && PyString_Check(os2))
293 return PyInt_FromLong(strcoll(PyString_AS_STRING(os1),
296 if (!PyUnicode_Check(os1) && !PyUnicode_Check(os2)) {
300 if (!PyUnicode_Check(os1)) {
301 os1 = PyUnicode_FromObject(os1);
302 if (!os1)
310 Py_DECREF(os1);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 94 raw_string_ostream os1(o1), os2(o2);
95 WriteAsOperand(os1, V1, true, M);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 611 llvm::raw_svector_ostream os1(buf1);
612 os1 << '\'' << *FD << "' is a poor random number generator";
622 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, os1.str(),
727 llvm::raw_svector_ostream os1(buf1);
728 os1 << "Return value is not checked in call to '" << *FD << '\'';
738 BR.EmitBasicReport(AC->getDecl(), filter.checkName_UncheckedReturn, os1.str(),
  /external/python/cpython3/Modules/
_localemodule.c 305 PyObject *os1, *os2, *result = NULL; local
308 if (!PyArg_ParseTuple(args, "UU:strcoll", &os1, &os2))
311 ws1 = PyUnicode_AsWideCharString(os1, NULL);
  /external/bcc/src/cc/frontends/clang/
loader.cc 375 llvm::raw_string_ostream os1(out_str1);
376 BFrontendAction bact(os1, flags_, ts, id, main_path, func_src, mod_src, maps_ns);
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 45 raw_string_ostream os1(o1), os2(o2);
46 V1->printAsOperand(os1, true, M);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 49 raw_string_ostream os1(o1), os2(o2);
50 V1->printAsOperand(os1, true, M);
  /art/runtime/
class_linker.cc 436 std::ostringstream os1, os2; local
437 c1->DumpClass(os1, mirror::Class::kDumpClassFullDetail);
442 << os1.str() << "\n\n" << os2.str();
    [all...]

Completed in 428 milliseconds