Searched refs:out (Results 51 - 75 of 302) sorted by relevance

1234567891011>>

/system/tools/hidl/
H A DCompoundType.h60 Formatter &out,
68 Formatter &out,
81 Formatter &out,
90 Formatter &out,
103 Formatter &out,
109 Formatter &out, const std::string &fieldName) const override;
112 Formatter &out,
120 void emitTypeDeclarations(Formatter& out) const override;
121 void emitTypeForwardDeclaration(Formatter& out) const override;
122 void emitPackageTypeDeclarations(Formatter& out) cons
[all...]
H A DDeathRecipientType.cpp60 Formatter& out,
66 out << "LOG_ALWAYS_FATAL(\"DeathRecipient is only supported in passthrough mode\");\n";
81 void DeathRecipientType::emitVtsTypeDeclarations(Formatter& out) const {
82 out << "type: " << getVtsType() << "\n";
59 emitReaderWriter( Formatter& out, const std::string& , const std::string& , bool , bool , ErrorMode ) const argument
H A DDocComment.cpp63 void DocComment::emit(Formatter& out) const {
64 out << "/**\n";
65 out.setLinePrefix(" * ");
66 out << mComment;
67 out.unsetLinePrefix();
68 out << " */\n";
H A DScope.cpp149 void Scope::emitTypeDeclarations(Formatter& out) const {
152 out << "// Forward declaration for forward reference support:\n";
154 type->emitTypeForwardDeclaration(out);
156 out << "\n";
159 out << "// Order of inner types was changed for forward reference support.\n\n";
163 type->emitDocComment(out);
164 type->emitTypeDeclarations(out);
168 void Scope::emitGlobalTypeDeclarations(Formatter& out) const {
170 type->emitGlobalTypeDeclarations(out);
174 void Scope::emitPackageTypeDeclarations(Formatter& out) cons
186 emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const argument
197 emitTypeDefinitions(Formatter& out, const std::string& prefix) const argument
[all...]
H A DFmqType.cpp58 Formatter &out,
66 out << "size_t " << parentName << ";\n\n";
72 out << "_hidl_err = "
84 handleError(out, mode);
86 out << "_hidl_err = "
96 handleError(out, mode);
100 out,
114 Formatter &out,
126 out,
57 emitReaderWriter( Formatter &out, const std::string &name, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode) const argument
113 emitReaderWriterEmbedded( Formatter &out, size_t , const std::string &name, const std::string & , bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
H A DEnumType.h77 Formatter &out,
85 Formatter &out,
93 void emitTypeDeclarations(Formatter& out) const override;
94 void emitTypeForwardDeclaration(Formatter& out) const override;
95 void emitGlobalTypeDeclarations(Formatter& out) const override;
96 void emitPackageTypeDeclarations(Formatter& out) const override;
98 void emitJavaTypeDeclarations(Formatter& out, bool atTopLevel) const override;
100 void emitVtsTypeDeclarations(Formatter& out) const override;
101 void emitVtsAttributeType(Formatter& out) const override;
104 Formatter &out,
[all...]
H A DStringType.h45 Formatter &out,
53 Formatter &out,
66 Formatter &out, const std::string &fieldName) const override;
69 Formatter &out,
80 void emitVtsTypeDeclarations(Formatter& out) const override;
H A DType.cpp441 Formatter &out,
444 emitDumpWithMethod(out, streamName, "::android::hardware::toString", name);
448 Formatter &out,
452 out << streamName
461 Formatter &out,
464 out << streamName << ".append(" << name << ");\n";
491 Formatter &out,
496 out,
505 Formatter &out,
507 out << getJavaTyp
440 emitDump( Formatter &out, const std::string &streamName, const std::string &name) const argument
447 emitDumpWithMethod( Formatter &out, const std::string &streamName, const std::string &methodName, const std::string &name) const argument
460 emitJavaDump( Formatter &out, const std::string &streamName, const std::string &name) const argument
490 emitJavaReaderWriter( Formatter &out, const std::string &parcelObj, const std::string &argName, bool isReader) const argument
504 emitJavaFieldInitializer( Formatter &out, const std::string &fieldName) const argument
524 handleError(Formatter &out, ErrorMode mode) const argument
552 emitReaderWriterEmbeddedForTypeName( Formatter &out, const std::string &name, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText, const std::string &typeName, const std::string &childName, const std::string &funcNamespace) const argument
668 emitJavaReaderWriterWithSuffix( Formatter &out, const std::string &parcelObj, const std::string &argName, bool isReader, const std::string &suffix, const std::string &extra) const argument
[all...]
H A DType.h179 Formatter &out,
187 Formatter &out,
200 Formatter &out,
209 Formatter &out,
222 Formatter &out,
227 Formatter &out,
236 Formatter &out,
242 Formatter &out,
246 Formatter &out,
254 virtual void emitTypeDeclarations(Formatter& out) cons
[all...]
/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl53 out SimpleParcelable repeat);
57 boolean[] ReverseBoolean(in boolean[] input, out boolean[] repeated);
58 byte[] ReverseByte (in byte[] input, out byte[] repeated);
59 char[] ReverseChar (in char[] input, out char[] repeated);
60 int[] ReverseInt (in int[] input, out int[] repeated);
61 long[] ReverseLong (in long[] input, out long[] repeated);
62 float[] ReverseFloat (in float[] input, out float[] repeated);
63 double[] ReverseDouble (in double[] input, out double[] repeated);
64 String[] ReverseString (in String[] input, out String[] repeated);
67 out SimpleParcelabl
[all...]
/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dconv.c73 out.dbp = in.dbp;
74 out.dbcnt = in.dbcnt;
76 if (in.dbcnt >= out.dbsz) {
85 in.dbp = out.dbp;
86 in.dbcnt = out.dbcnt;
96 out.dbcnt = in.dbcnt;
114 * max out buffer: obs + cbsz
149 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) {
193 out.dbp += cbsz;
194 if ((out
[all...]
/system/security/keystore/
H A Dauthorization_set.cpp203 OutStreams& serializeParamValue(OutStreams& out, const hidl_vec<uint8_t>& blob) { argument
209 out.elements.setstate(std::ios_base::badbit);
210 return out;
213 out.elements.write(reinterpret_cast<const char*>(&buffer), sizeof(uint32_t));
216 auto offset = out.indirect.tellp();
219 out.elements.setstate(std::ios_base::badbit);
220 return out;
223 out.elements.write(reinterpret_cast<const char*>(&buffer), sizeof(uint32_t));
227 out.indirect.write(reinterpret_cast<const char*>(&blob[0]), blob_length);
229 return out;
233 serializeParamValue(OutStreams& out, const T& value) argument
238 serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) argument
243 serialize(T ttag, OutStreams& out, const KeyParameter& param) argument
252 serialize(OutStreams& out, const KeyParameter& param) argument
258 serialize(OutStreams& out, const KeyParameter&) argument
264 serialize(OutStreams& out, const KeyParameter& param) argument
273 serialize(OutStreams& out, const KeyParameter& param) argument
277 serialize(std::ostream& out, const std::vector<KeyParameter>& params) argument
[all...]
H A DKeymasterArguments.cpp33 status_t KeymasterArguments::writeToParcel(android::Parcel* out) const {
34 return keystore::writeParamSetToParcel(data_, out);
/system/core/libsparse/
H A Dsparse_file.h32 struct output_file *out; member in struct:sparse_file
H A Dimg2simg.c49 int out; local
80 out = STDOUT_FILENO;
82 out = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664);
83 if (out < 0) {
105 ret = sparse_file_write(s, out, false, true, false);
112 close(out);
H A Dsimg2img.c41 int out; local
50 out = open(argv[argc - 1], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664);
51 if (out < 0) {
73 if (lseek(out, 0, SEEK_SET) == -1) {
78 if (sparse_file_write(s, out, false, false, false) < 0) {
86 close(out);
H A Dsparse.c104 static int sparse_file_write_block(struct output_file *out, argument
111 ret = write_data_chunk(out, backed_block_len(bb), backed_block_data(bb));
114 ret = write_file_chunk(out, backed_block_len(bb),
119 ret = write_fd_chunk(out, backed_block_len(bb),
124 ret = write_fill_chunk(out, backed_block_len(bb),
132 static int write_all_blocks(struct sparse_file *s, struct output_file *out) argument
143 write_skip_chunk(out, (int64_t)blocks * s->block_size);
145 ret = sparse_file_write_block(out, bb);
155 write_skip_chunk(out, pad);
166 struct output_file *out; local
186 struct output_file *out; local
225 struct output_file *out; local
265 struct output_file *out; local
[all...]
/system/core/trusty/keymaster/
H A Dtrusty_keymaster_ipc.h23 int trusty_keymaster_call(uint32_t cmd, void* in, uint32_t in_size, uint8_t* out,
/system/update_engine/payload_generator/
H A Dxz.h28 // Compresses the input buffer |in| into |out| with xz. The compressed stream
30 bool XzCompress(const brillo::Blob& in, brillo::Blob* out);
/system/core/base/include/android-base/
H A Dparsedouble.h28 // Parse double value in the string 's' and sets 'out' to that value.
31 static inline bool ParseDouble(const char* s, double* out, argument
43 *out = result;
H A Dparseint.h29 // Parses the unsigned decimal integer in the string 's' and sets 'out' to
31 // otherwise valid values will be rejected. Returns boolean success; 'out'
34 bool ParseUint(const char* s, T* out, argument
46 *out = static_cast<T>(result);
52 bool ParseUint(const std::string& s, T* out, argument
54 return ParseUint(s.c_str(), out, max);
57 // Parses the signed decimal integer in the string 's' and sets 'out' to
60 // success; 'out' is untouched if parsing fails.
62 bool ParseInt(const char* s, T* out, argument
75 *out
81 ParseInt(const std::string& s, T* out, T min = std::numeric_limits<T>::min(), T max = std::numeric_limits<T>::max()) argument
[all...]
/system/media/audio_utils/
H A Dmono_blend.cpp32 int16_t *out = (int16_t *)buf; local
34 const int16_t *in = out;
41 *out++ = accum;
46 float *out = (float *)buf; local
49 const float *in = out;
60 *out++ = accum;
/system/sepolicy/tests/include/
H A Dsepol_wrap.h6 int get_allow_rule(char *out, size_t len, void *policydbp, void *avtab_iterp);
15 int get_type(char *out, size_t max_size, void *policydbp, void *type_iterp);
19 int get_genfs(char *out, size_t max_size, void *policydbp, void *genfs_iterp);
/system/iot/attestation/at-factory-tool/
H A Dfastbootsh.py54 out = FastbootDevice.fastboot_command('devices')
55 device_serial_numbers = out.replace('\tfastboot', '').rstrip().split('\n')
56 # filter out empty string
80 out = self.fastboot_command('-s', self.serial_number, 'reboot-bootloader')
81 return out
100 out = self.fastboot_command(
102 return out
125 out = self.fastboot_command(
127 return out
146 out
[all...]
/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-dct8.c83 PRIVATE void float_dct2_8(float* RESTRICT out, int32_t const* RESTRICT in) { argument
146 out[0] = (float)FLOAT_SCALE(L00, DCTII_8_SHIFT_0);
147 OI_ASSERT(VALID_INT16(out[0]));
148 out[4] = (float)FLOAT_SCALE(L01, DCTII_8_SHIFT_4);
149 OI_ASSERT(VALID_INT16(out[4]));
152 out[6] = (float)FLOAT_SCALE(L02, DCTII_8_SHIFT_6);
153 OI_ASSERT(VALID_INT16(out[6]));
154 out[2] = (float)FLOAT_SCALE(L03, DCTII_8_SHIFT_2);
155 OI_ASSERT(VALID_INT16(out[2]));
190 out[
250 dct2_8(SBC_BUFFER_T* RESTRICT out, int32_t const* RESTRICT in) argument
[all...]

Completed in 316 milliseconds

1234567891011>>