HomeSort by relevance Sort by last modified time
    Searched defs:out_str (Results 1 - 9 of 9) sorted by null

  /system/core/libcutils/tests/
test_str_parms.cpp 26 char* out_str = str_parms_to_str(str_parms); local
28 ASSERT_STREQ(expected, out_str) << str;
29 free(out_str);
  /external/webrtc/webrtc/base/
linux_unittest.cc 63 std::string out_str; local
64 EXPECT_TRUE(proc_info.GetSectionStringValue(0, "vendor_id", &out_str));
65 LOG(LS_INFO) << "vendor_id: " << out_str;
66 EXPECT_FALSE(out_str.empty());
  /test/vts/drivers/shell/
ShellDriverTest.cpp 110 string out_str = out_msg.stdout(i); local
111 cout << "[Shell driver] output for command " << i << ": " << out_str
113 ss << out_str; local
  /external/v8/src/compiler/
representation-change.cc 994 std::ostringstream out_str; local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
z8k-dis.c 285 char out_str[100]; local
287 out_str[0] = 0;
292 strcat (out_str, instr_data->instr_asmsrc);
294 (*info->fprintf_func) (info->stream, "%s", out_str);
528 char out_str[80], tmp_str[25]; local
530 sprintf (out_str, "%s\t", z8k_table[instr_data->tabl_index].name);
536 strcat (out_str, ",");
547 strcat (out_str, tmp_str);
556 strcat (out_str, tmp_str);
565 strcat (out_str, tmp_str)
    [all...]
  /external/drm_hwcomposer/
hwcomposer.cpp 222 std::string out_str = out.str(); local
223 strncpy(buff, out_str.c_str(),
224 std::min((size_t)buff_len, out_str.length() + 1));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 406 Py_UNICODE *out_str; local
424 out_str = PyUnicode_AS_UNICODE(translated);
426 out = out_str;
456 if (out - out_str != len) {
457 if (PyUnicode_Resize(&output, out - out_str) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 397 Py_UNICODE *out_str; local
415 out_str = PyUnicode_AS_UNICODE(translated);
417 out = out_str;
447 if (out - out_str != len) {
448 if (PyUnicode_Resize(&output, out - out_str) < 0)
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 406 Py_UNICODE *out_str; local
424 out_str = PyUnicode_AS_UNICODE(translated);
426 out = out_str;
456 if (out - out_str != len) {
457 if (PyUnicode_Resize(&output, out - out_str) < 0)
    [all...]

Completed in 434 milliseconds