HomeSort by relevance Sort by last modified time
    Searched refs:output (Results 51 - 75 of 9031) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/tpm/attestation/common/
print_common_proto.cc 89 std::string output = local
93 output += indent + " quote: ";
95 &output, "%s",
97 output += "\n";
100 output += indent + " quoted_data: ";
102 &output, "%s",
105 output += "\n";
108 output += indent + " quoted_pcr_value: ";
109 base::StringAppendF(&output, "%s",
113 output += "\n"
134 std::string output = local
186 std::string output = local
215 std::string output = local
    [all...]
  /device/google/dragon/audio/hal/dsp/
dsp_util.h 20 * output - Pointers to output buffers. There are "channels" output buffers.
24 void dsp_util_deinterleave(int16_t *input, float *const *output, int channels,
32 * output - The interleaved output buffer. Every "channels" samples is a
37 void dsp_util_interleave(float *const *input, int16_t *output, int channels,
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/
Build.py 29 output = os.path.join('Bin', 'ResetVec') variable
30 output += '.' + arch
32 output += '.' + debugType
33 output += '.raw'
38 '-o', output,
42 print '\tASM\t' + output
48 output,
50 print '\tFIXUP\t' + output
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/
Build.py 29 output = os.path.join('Bin', 'ResetVec') variable
30 output += '.' + arch
32 output += '.' + debugType
33 output += '.raw'
38 '-o', output,
42 print '\tASM\t' + output
48 output,
50 print '\tFIXUP\t' + output
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
Build.py 29 output = os.path.join('Bin', 'ResetVector')
30 output += '.' + arch
32 output += '.' + debugType
33 output += '.raw'
38 '-o', output,
42 print '\tASM\t' + output
48 output,
50 print '\tFIXUP\t' + output
  /external/bison/lib/
fprintf.c 1 /* Formatted output to a stream.
32 /* Print formatted output to the stream FP.
39 char *output; local
45 output = vasnprintf (buf, &lenbuf, format, args);
49 if (!output)
55 if (fwrite (output, 1, len, fp) < len)
57 if (output != buf)
60 free (output);
66 if (output != buf)
67 free (output);
    [all...]
vfprintf.c 1 /* Formatted output to a stream.
32 /* Print formatted output to the stream FP.
39 char *output; local
43 output = vasnprintf (buf, &lenbuf, format, args);
46 if (!output)
52 if (fwrite (output, 1, len, fp) < len)
54 if (output != buf)
57 free (output);
63 if (output != buf)
64 free (output);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
TeeInputStream.java 14 private final OutputStream output; field in class:TeeInputStream
20 * @param output output stream to copy any input read to.
22 public TeeInputStream(InputStream input, OutputStream output)
25 this.output = output;
41 output.write(buf, off, i);
54 output.write(i);
64 this.output.close();
69 return output;
    [all...]
  /external/libchrome/base/
base64.h 16 BASE_EXPORT void Base64Encode(const StringPiece& input, std::string* output);
19 // otherwise. The output string is only modified if successful. The decoding can
21 BASE_EXPORT bool Base64Decode(const StringPiece& input, std::string* output);
  /external/ppp/pppd/plugins/radius/
md5.c 6 void rc_md5_calc (unsigned char *output, unsigned char *input, unsigned int inlen)
12 MD5_Final (output, &context);
  /external/vboot_reference/scripts/image_signing/
firmware_boot.sh 56 output=${base}-NN.fd
57 cp ${input} ${output}
58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
62 output=${base}-DD.fd
63 cp ${input} ${output}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
68 output=${base}-ND.fd
69 cp ${input} ${output}
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
swap_bytes.c 28 uint16_t* output /* (o) the swapped sequence */
32 *output++ = (*input >> 8)|(*input << 8);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptResultException.java 26 AaptResultException(int errorCode, String[] output) {
27 super(errorCode, output);
ProguardResultException.java 26 ProguardResultException(int errorCode, String[] output) {
27 super(errorCode, output);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.d 3 #error-output: diagnostic.l
legacy_reg_names.d 2 #error-output: legacy_reg_names.l
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-bad.d 2 #error-output: armv8-a-bad.l
ldr-bad.d 2 # error-output: ldr-bad.l
ldsgeb.d 2 # error-output: ldsgeb.l
ldsgeh.d 2 # error-output: ldsgeh.l
missing.d 3 #error-output: missing.l
reloc-bad.d 2 #error-output: reloc-bad.l
req.d 3 #error-output: req.l
shift-bad.d 3 # error-output: shift-bad.l
udf-bad.d 2 #error-output: udf-bad.l

Completed in 449 milliseconds

1 23 4 5 6 7 8 91011>>