Searched refs:out_str (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_texture.h42 * \param out_str STR cubemap texture coordinates to compute.
43 * \param out_stride Stride of out_str in floats.
47 float *out_str, unsigned out_stride);
H A Du_texture.c45 float *out_str, unsigned out_stride)
96 out_str[0] = rx; /*s*/
97 out_str[1] = ry; /*t*/
98 out_str[2] = rz; /*r*/
101 out_str += out_stride;
43 util_map_texcoords2d_onto_cubemap(unsigned face, const float *in_st, unsigned in_stride, float *out_str, unsigned out_stride) argument
/external/webrtc/webrtc/base/
H A Dlinux_unittest.cc63 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());
/external/llvm/bindings/python/llvm/
H A Ddisassembler.py102 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/libcxx/utils/sym_check/sym_check/
H A Dutil.py71 out_str = ''
77 out_str += '%s\n' % sym
79 sys.stdout.write(out_str)
82 f.write(out_str)
/external/libweave/third_party/libuweave/src/
H A Dmacaroon_encoding.c47 const uint8_t** out_str,
173 const uint8_t** out_str,
175 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL ||
180 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len);
185 const uint8_t** out_str,
187 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str_len == NULL ||
192 return blindly_decode_str_(cbor, cbor_len, out_str, out_str_len);
384 const uint8_t** out_str,
386 if (cbor == NULL || cbor_len == 0 || out_str == NULL || out_str
171 uw_macaroon_encoding_decode_byte_str_(const uint8_t* cbor, size_t cbor_len, const uint8_t** out_str, size_t* out_str_len) argument
183 uw_macaroon_encoding_decode_text_str_(const uint8_t* cbor, size_t cbor_len, const uint8_t** out_str, size_t* out_str_len) argument
382 blindly_decode_str_(const uint8_t* cbor, size_t cbor_len, const uint8_t** out_str, size_t* out_str_len) argument
[all...]
/external/chromium-trace/catapult/third_party/typ/typ/tests/
H A Drunner_test.py156 out_str = err_str = ''
188 out_str = out.read()
199 self.assertEqual(out_str, '')
/external/v8/src/compiler/
H A Drepresentation-change.cc737 std::ostringstream out_str; local
738 out_str << output_rep << " (";
739 output_type->PrintTo(out_str, Type::SEMANTIC_DIM);
740 out_str << ")";
748 node->id(), node->op()->mnemonic(), out_str.str().c_str(),
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc618 void yyset_out (FILE * out_str );
1929 void yyset_out (FILE * out_str )
1931 yyout = out_str ;
/external/bison/src/
H A Dscan-skel.c705 void skel_set_out (FILE * out_str );
2137 void skel_set_out (FILE * out_str )
2139 skel_out = out_str ;
H A Dscan-code.c790 void code_set_out (FILE * out_str );
2350 void code_set_out (FILE * out_str )
2352 code_out = out_str ;
H A Dscan-gram.c1114 void gram_set_out (FILE * out_str );
3388 void gram_set_out (FILE * out_str )
3390 gram_out = out_str ;
/external/drm_hwcomposer/
H A Dhwcomposer.cpp371 std::string out_str = out.str(); local
372 strncpy(buff, out_str.c_str(),
373 std::min((size_t)buff_len, out_str.length() + 1));
/external/lldb/include/lldb/Target/
H A DTarget.h898 ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error);
H A DProcess.h2762 std::string &out_str,
/external/lldb/source/Target/
H A DTarget.cpp1369 Target::ReadCStringFromMemory (const Address& addr, std::string &out_str, Error &error) argument
1372 out_str.clear();
1380 out_str.append(buf, length);
1389 return out_str.size();
H A DProcess.cpp2361 Process::ReadCStringFromMemory (addr_t addr, std::string &out_str, Error &error)
2364 out_str.clear();
2371 out_str.append(buf, length);
2379 return out_str.size();
/external/valgrind/perf/
H A Dtinycc.c17865 CString *out_str, CString *in_str)
17872 cstr_new(out_str);
17895 subst_asm_operand(out_str, &sv, modifier);
17898 cstr_ccat(out_str, c);
17861 subst_asm_operands(ASMOperand *operands, int nb_operands, int nb_outputs, CString *out_str, CString *in_str) argument

Completed in 1061 milliseconds