/third_party/pcre2/pcre2/src/ |
H A D | pcre2_convert.c | 372 uint8_t out_str[8]; /* string copied to the output */ member 397 length length of out->out_str 403 uint8_t *out_str = out->out_str; in convert_glob_write_str() local 413 *output++ = *out_str++; in convert_glob_write_str() 453 out->out_str[0] = CHAR_LEFT_SQUARE_BRACKET; in convert_glob_print_wildcard() 454 out->out_str[1] = CHAR_CIRCUMFLEX_ACCENT; in convert_glob_print_wildcard() 609 out->out_str[0] = CHAR_LEFT_SQUARE_BRACKET; in convert_glob_parse_range() 610 out->out_str[1] = CHAR_CIRCUMFLEX_ACCENT; in convert_glob_parse_range() 617 out->out_str[le in convert_glob_parse_range() [all...] |
/third_party/gn/src/gn/ |
H A D | ninja_rust_binary_target_writer_unittest.cc | 75 std::string out_str = out.str(); in TEST_F() local 76 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST_F() local 130 std::string out_str = out.str(); in TEST_F() local 131 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST_F() local 172 std::string out_str = out.str(); in TEST_F() local 173 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST_F() local 214 std::string out_str in TEST_F() local 215 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 275 std::string out_str = out.str(); TEST_F() local 276 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 323 std::string out_str = out.str(); TEST_F() local 324 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 364 std::string out_str = out.str(); TEST_F() local 365 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 410 std::string out_str = out.str(); TEST_F() local 411 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 486 std::string out_str = out.str(); TEST_F() local 487 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 533 std::string out_str = out.str(); TEST_F() local 534 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 594 std::string out_str = out.str(); TEST_F() local 595 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 638 std::string out_str = out.str(); TEST_F() local 639 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 732 std::string out_str = out.str(); TEST_F() local 733 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 838 std::string out_str = out.str(); TEST_F() local 839 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 880 std::string out_str = out.str(); TEST_F() local 881 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 923 std::string out_str = out.str(); TEST_F() local 924 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1114 std::string out_str = out.str(); TEST_F() local 1115 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1161 std::string out_str = out.str(); TEST_F() local 1162 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1231 std::string out_str = out.str(); TEST_F() local 1232 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1331 std::string out_str = out.str(); TEST_F() local 1332 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1417 std::string out_str = out.str(); TEST_F() local 1418 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1459 std::string out_str = out.str(); TEST_F() local 1460 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1505 std::string out_str = out.str(); TEST_F() local 1506 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1555 std::string out_str = out.str(); TEST_F() local 1556 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1610 std::string out_str = out.str(); TEST_F() local 1611 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1662 std::string out_str = out.str(); TEST_F() local 1663 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1705 std::string out_str = out.str(); TEST_F() local 1706 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1747 std::string out_str = out.str(); TEST_F() local 1748 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1825 std::string out_str = out.str(); TEST_F() local 1826 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1913 std::string out_str = out.str(); TEST_F() local 1914 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1963 std::string out_str = out.str(); TEST_F() local 1964 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local [all...] |
H A D | ninja_binary_target_writer_unittest.cc | 54 std::string out_str = out.str(); in TEST_F() local 55 EXPECT_EQ(expected, out_str); in TEST_F() 82 std::string out_str = out.str(); in TEST_F() local 83 EXPECT_EQ(expected, out_str); in TEST_F() 113 std::string out_str = out.str(); in TEST_F() local 114 EXPECT_EQ(expected, out_str); in TEST_F() 152 std::string out_str = out.str(); in TEST_F() local 153 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST_F() local 195 std::string out_str in TEST_F() local 196 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local [all...] |
H A D | ninja_c_binary_target_writer_unittest.cc | 64 std::string out_str = out.str(); in TEST_F() local 65 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST_F() local 100 std::string out_str = out.str(); in TEST_F() local 101 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST_F() local 130 std::string out_str = out.str(); in TEST_F() local 131 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST_F() local 158 std::string out_str in TEST_F() local 159 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 183 std::string out_str = out.str(); TEST_F() local 218 std::string out_str = out.str(); TEST_F() local 219 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 267 std::string out_str = out.str(); TEST_F() local 268 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 298 std::string out_str = out.str(); TEST_F() local 299 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 362 std::string out_str = out.str(); TEST_F() local 363 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 541 std::string out_str = out.str(); TEST_F() local 542 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 598 std::string out_str = out.str(); TEST_F() local 599 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 649 std::string out_str = out.str(); TEST_F() local 650 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1392 std::string out_str = out.str(); TEST_F() local 1393 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1579 std::string out_str = out.str(); TEST_F() local 1580 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1745 std::string out_str = out.str(); TEST_F() local 1746 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1812 std::string out_str = out.str(); TEST_F() local 1813 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 1916 std::string out_str = out.str(); TEST_F() local 1917 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2013 std::string out_str = out.str(); TEST_F() local 2014 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2110 std::string out_str = out.str(); TEST_F() local 2111 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2218 std::string out_str = out.str(); TEST_F() local 2219 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2263 std::string out_str = out.str(); TEST_F() local 2264 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2305 const std::string out_str = out.str(); TEST_F() local 2306 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2343 const std::string out_str = out.str(); TEST_F() local 2344 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2389 const std::string out_str = out.str(); TEST_F() local 2390 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2424 const std::string out_str = out.str(); TEST_F() local 2425 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2528 std::string out_str = out.str(); TEST_F() local 2529 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2573 std::string out_str = out.str(); TEST_F() local 2574 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2614 std::string out_str = out.str(); TEST_F() local 2615 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2661 std::string out_str = out.str(); TEST_F() local 2662 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local 2720 std::string out_str = out.str(); TEST_F() local 2721 EXPECT_EQ(expected, out_str) << expected << "\\n" << out_str; TEST_F() local [all...] |
H A D | ninja_copy_target_writer_unittest.cc | 39 std::string out_str = out.str(); in TEST() local 40 EXPECT_EQ(expected_linux, out_str); in TEST() 67 std::string out_str = out.str(); in TEST() local 68 EXPECT_EQ(expected_linux, out_str); in TEST() 92 std::string out_str = out.str(); in TEST() local 93 EXPECT_EQ(expected_linux, out_str); in TEST() 124 std::string out_str = out.str(); in TEST() local 125 EXPECT_EQ(expected_linux, out_str); in TEST()
|
H A D | ninja_create_bundle_target_writer_unittest.cc | 89 std::string out_str = out.str(); in TEST() local 90 EXPECT_EQ(expected, out_str); in TEST() 138 std::string out_str = out.str(); in TEST() local 139 EXPECT_EQ(expected, out_str); in TEST() 172 std::string out_str = out.str(); in TEST() local 173 EXPECT_EQ(expected, out_str); in TEST() 243 std::string out_str = out.str(); in TEST() local 244 EXPECT_EQ(expected, out_str); in TEST() 269 std::string out_str = out.str(); in TEST() local 270 EXPECT_EQ(expected, out_str); in TEST() 413 std::string out_str = out.str(); TEST() local 493 std::string out_str = out.str(); TEST() local [all...] |
H A D | trace.cc | 362 std::string out_str = out.str(); in SaveTraces() local 363 base::WriteFile(file_name, out_str.data(), static_cast<int>(out_str.size())); in SaveTraces()
|
H A D | ninja_bundle_data_target_writer_unittest.cc | 60 std::string out_str = out.str(); in TEST() local 61 EXPECT_EQ(expected, out_str); in TEST()
|
H A D | ninja_action_target_writer_unittest.cc | 302 std::string out_str = out.str(); in TEST() local 304 std::replace(out_str.begin(), out_str.end(), '\\', '/'); in TEST() 306 EXPECT_EQ(expected_linux, out_str); in TEST() 606 std::string out_str = out.str(); in TEST() local 607 EXPECT_EQ(expected, out_str) << expected << "\n" << out_str; in TEST() local
|
H A D | ninja_build_writer_unittest.cc | 172 std::string out_str = ninja_out.str(); in TEST_F() local 174 EXPECT_NE(std::string::npos, out_str.find(expected)) \ in TEST_F() 176 << "Within: " << out_str in TEST_F() 188 EXPECT_EQ(std::string::npos, out_str.find("pool console")); in TEST_F()
|
/third_party/jerryscript/tools/ |
H A D | run_jerry_tdd_executable.py | 65 out_str = out.decode('UTF-8') 67 print(out_str) 73 out_str = out.decode('UTF-8') 74 if out_str.find(args.expect_sub_output) == -1: 75 out_str = out.decode('UTF-8') 76 print(out_str) 78 + "]\n>>>>> But got: [" + out_str + "]") 85 out_str = out.decode('UTF-8') 86 if out_str != expect_output: 90 + "]\n>>>>> But got: [" + out_str [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_texture.c | 45 float *out_str, unsigned out_stride, in util_map_texcoords2d_onto_cubemap() 103 out_str[0] = rx; /*s*/ in util_map_texcoords2d_onto_cubemap() 104 out_str[1] = ry; /*t*/ in util_map_texcoords2d_onto_cubemap() 105 out_str[2] = rz; /*r*/ in util_map_texcoords2d_onto_cubemap() 108 out_str += out_stride; in util_map_texcoords2d_onto_cubemap() 43 util_map_texcoords2d_onto_cubemap(unsigned face, const float *in_st, unsigned in_stride, float *out_str, unsigned out_stride, boolean allow_scale) util_map_texcoords2d_onto_cubemap() argument
|
H A D | u_texture.h | 44 * \param out_str STR cubemap texture coordinates to compute. 45 * \param out_stride Stride of out_str in floats. 49 float *out_str, unsigned out_stride,
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | random_gen.py | 198 out_str = "" 199 while (out_str == ""): 201 out_str += 'x' 203 out_str += 'w' 205 out_str += 'r' 206 return out_str
|
/third_party/backends/backend/genesys/ |
H A D | utilities.h | 248 std::string out_str; in format_indent_braced_list() local 250 out_str += formatted_str[i]; in format_indent_braced_list() 256 out_str += indent_str; in format_indent_braced_list() 259 return out_str; in format_indent_braced_list()
|
/third_party/exfatprogs/lib/ |
H A D | libexfat.c | 229 ssize_t exfat_utf16_enc(const char *in_str, __u16 *out_str, size_t out_size) in exfat_utf16_enc() argument 264 out_str[out_len++] = in exfat_utf16_enc() 269 out_str[out_len++] = cpu_to_le16(wcs[i]); in exfat_utf16_enc() 277 char *out_str, size_t out_size) in exfat_utf16_dec() 335 memcpy(out_str+out_len, c_str, c_len); in exfat_utf16_dec() 342 if (c_len == 0 || out_str[out_len-1] != 0) { in exfat_utf16_dec() 276 exfat_utf16_dec(const __u16 *in_str, size_t in_len, char *out_str, size_t out_size) exfat_utf16_dec() argument
|
/third_party/exfatprogs/include/ |
H A D | libexfat.h | 144 ssize_t exfat_utf16_enc(const char *in_str, __u16 *out_str, size_t out_size); 146 char *out_str, size_t out_size);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | representation-change.cc | 1512 std::ostringstream out_str; in TypeError() local 1513 out_str << output_rep << " ("; in TypeError() 1514 output_type.PrintTo(out_str); in TypeError() 1515 out_str << ")"; in TypeError() 1523 node->id(), node->op()->mnemonic(), out_str.str().c_str(), in TypeError()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 606 std::ostringstream out_str; in PrintFreeListsStats() local 609 out_str << "Page " << std::setw(4) << pageCnt; in PrintFreeListsStats() 620 out_str << "[" << cat << ": " << std::setw(4) << length << " || " in PrintFreeListsStats() 630 PrintIsolate(isolate_, "%s", out_str.str().c_str()); in PrintFreeListsStats() 651 std::ostringstream out_str; in PrintFreeListsStats() local 654 out_str << "[" << cat << ": " << categories_lengths[cat] << " || " in PrintFreeListsStats() 659 PrintIsolate(isolate_, "%s", out_str.str().c_str()); in PrintFreeListsStats()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 1069 struct Funcs { static bool ItemGetter(void* data, int n, const char** out_str) { *out_str = ((const char**)data)[n]; return true; } }; in ShowDemoWindowWidgets()
|