HomeSort by relevance Sort by last modified time
    Searched full:out_str (Results 1 - 25 of 41) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/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/mesa3d/src/gallium/auxiliary/util/
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,
u_texture.c 45 float *out_str, unsigned out_stride,
103 out_str[0] = rx; /*s*/
104 out_str[1] = ry; /*t*/
105 out_str[2] = rz; /*r*/
108 out_str += out_stride;
  /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());
linux.h 65 // std::string out_str;
67 // proc_info.GetCpuStringValue(0, "vendor_id", &out_str);
  /external/llvm/bindings/python/llvm/
disassembler.py 102 out_str = cast((c_byte * 255)(), c_char_p)
105 c_uint64(pc), out_str, 255)
107 return (result, out_str.value)
123 out_str = cast((c_byte * 255)(), c_char_p)
134 out_str, 255)
139 yield (address, result, out_str.value)
  /external/boringssl/src/fipstools/
cavp_test_util.cc 183 int GetECGroupNIDFromInstruction(FileTest *t, const char **out_str) {
185 if (out_str == nullptr) {
186 out_str = &dummy;
190 *out_str = "P-224";
194 *out_str = "P-256";
198 *out_str = "P-384";
202 *out_str = "P-521";
cavp_test_util.h 53 int GetECGroupNIDFromInstruction(FileTest *t, const char **out_str = nullptr);
  /external/selinux/libsepol/cil/src/
cil_write_ast.c 13 static int cil_unfill_expr(struct cil_list *expr_str, char **out_str, int paren);
14 static int cil_unfill_classperms_list(struct cil_list *classperms, char **out_str, int paren);
19 static int __cil_strlist_concat(struct cil_list *str_list, char **out_str, int paren) {
34 *out_str = cil_malloc(len);
35 p = *out_str;
52 struct cil_list_item **next, char **out_str, int paren) {
63 *out_str = str;
73 *out_str = str;
83 *out_str = str;
133 *out_str = cil_malloc(len)
    [all...]
  /external/toolchain-utils/
update_telemetry_defaults.py 56 out_str = b + ' : '
58 out_str += r + ' '
59 print(out_str)
62 out_str = benchmark + ' : '
64 out_str += r + ' '
65 print(out_str)
  /external/libcxx/utils/libcxx/sym_check/
util.py 46 out_str = ''
52 out_str += '%s\n' % sym
54 sys.stdout.write(out_str)
57 f.write(out_str)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/
util.py 80 out_str = ''
86 out_str += '%s\n' % sym
88 sys.stdout.write(out_str)
91 f.write(out_str)
  /external/ltp/testcases/network/nfsv4/acl/
random_gen.py 197 out_str = ""
198 while (out_str == ""):
200 out_str += 'x'
202 out_str += 'w'
204 out_str += 'r'
205 return out_str
  /frameworks/base/tools/aapt2/java/
ManifestClassGenerator_test.cpp 27 std::string* out_str);
131 std::string* out_str) {
143 *out_str = out.str();
  /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/libcxx/test/support/
filesystem_test_helper.hpp 134 std::string out_str(size, 'a');
137 out << out_str;
  /test/vts/utils/python/file/
target_file_utils.py 41 out_str = str(results[const.STDOUT][0]).strip()
42 return out_str.find(filepath) == 0
  /external/v8/src/compiler/
representation-change.cc 994 std::ostringstream out_str; local
    [all...]
  /external/libpcap/
scanner.h 275 void pcap_set_out (FILE * out_str ,yyscan_t yyscanner );
  /external/drm_hwcomposer/
hwcomposer.cpp 370 std::string out_str = out.str(); local
371 strncpy(buff, out_str.c_str(),
372 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...]
  /external/bison/examples/calc++/
calc++-scanner.cc 618 void yyset_out (FILE * out_str );
    [all...]

Completed in 4419 milliseconds

1 2