Searched defs:out (Results 426 - 450 of 2458) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DBrailleKeyBinding.java91 public void writeToParcel(Parcel out, int flags) { argument
92 out.writeInt(mCommand);
93 out.writeStringArray(mKeyNames);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dtest-buffer-serialize.cc103 char line[BUFSIZ], out[BUFSIZ]; local
118 out, sizeof (out), NULL,
121 puts (out);
/external/chromium_org/third_party/icu/source/common/
H A Dbytestrie.cpp386 BytesTrie::getNextBytes(ByteSink &out) const {
392 append(out, *pos); // Next byte of a pending linear-match node.
409 getNextBranchBytes(pos, ++node, out);
413 append(out, *pos);
419 BytesTrie::getNextBranchBytes(const uint8_t *pos, int32_t length, ByteSink &out) {
422 getNextBranchBytes(jumpByDelta(pos), length>>1, out);
427 append(out, *pos++);
430 append(out, *pos);
434 BytesTrie::append(ByteSink &out, int c) { argument
436 out
[all...]
/external/chromium_org/third_party/icu/source/samples/citer/
H A Dciter.cpp18 static UFILE *out; variable
22 u_fprintf(out, "%S", &s);
28 u_fprintf(out, "%C", (UChar) ch);
30 u_fprintf(out, "[CharacterIterator::DONE = 0xFFFF]");
32 u_fprintf(out, "[%X]", ch);
53 u_fprintf(out, "testText = %s", testChars);
56 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
64 u_fprintf(out, "iter.getText() != clone.getText()\n");
67 u_fprintf(out, "\n");
70 u_fprintf(out, "Forwar
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dneon.h73 int32x4x4_t out; local
74 out.val[0] = out01.val[0];
75 out.val[1] = out01.val[1];
76 out.val[2] = out23.val[0];
77 out.val[3] = out23.val[1];
78 return out;
H A Dupsampling_neon.c31 #define UPSAMPLE_16PIXELS(r1, r2, out) { \
68 vst2_u8(out, a_b); \
69 vst2_u8(out + 32, c_d); \
75 uint8_t *out) {
76 UPSAMPLE_16PIXELS(r1, r2, out);
79 #define UPSAMPLE_LAST_BLOCK(tb, bb, num_pixels, out) { \
86 Upsample16Pixels(r1, r2, out); \
96 #define STORE_Rgb(out, r, g, b) do { \
99 vst3_u8(out, r_g_b); \
102 #define STORE_Bgr(out,
74 Upsample16Pixels(const uint8_t *r1, const uint8_t *r2, uint8_t *out) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_caps.c35 * all checks pass returns TRUE and out is set to the last element of
37 * out to the index of the start of the first failing check.
40 util_check_caps_out(struct pipe_screen *screen, const unsigned *list, int *out) argument
49 *out = i - 2;
56 *out = i - 3;
63 *out = i - 3;
73 *out = i - 2;
81 *out = i - 3;
86 *out = i - 1;
94 *out
105 int out; local
231 int i, out = 0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_arrays.c51 static void emit_s0_vec(uint32_t *out, GLvoid *data, int stride, int count) argument
59 out[0] = *(int *)data;
60 out[1] = 0;
61 out += 2;
66 static void emit_stq_vec(uint32_t *out, GLvoid *data, int stride, int count) argument
75 out[0] = *(int *)data;
76 out[1] = *(int *)(data+4);
77 out[2] = *(int *)(data+12);
78 out += 3;
88 uint32_t *out; local
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_fs.c16 OMX_F32 *out,
20 OMX_F32 *out0 = out;
14 x86SP_FFT_CToC_FC32_Inv_Radix4_fs( const OMX_F32 *in, OMX_F32 *out, OMX_INT n) argument
/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_private_down_FIR.c37 opus_int16 *out,
83 *out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( res_Q6, 6 ) );
106 *out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( res_Q6, 6 ) );
135 *out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( res_Q6, 6 ) );
141 return out;
147 opus_int16 out[], /* O Output signal */
177 out = silk_resampler_private_down_FIR_INTERPOL( out, buf, FIR_Coefs, S->FIR_Order,
36 silk_resampler_private_down_FIR_INTERPOL( opus_int16 *out, opus_int32 *buf, const opus_int16 *FIR_Coefs, opus_int FIR_Order, opus_int FIR_Fracs, opus_int32 max_index_Q16, opus_int32 index_increment_Q16 ) argument
145 silk_resampler_private_down_FIR( void *SS, opus_int16 out[], const opus_int16 in[], opus_int32 inLen ) argument
H A Dshell_coder.c37 opus_int *out, /* O combined pulses vector [len] */
44 out[ k ] = in[ 2 * k ] + in[ 2 * k + 1 ];
36 combine_pulses( opus_int *out, const opus_int *in, const opus_int len ) argument
/external/chromium_org/third_party/ots/src/
H A Dpost.cc125 bool ots_post_serialise(OTSStream *out, OpenTypeFile *file) { argument
133 if (!out->WriteU32(post->version) ||
134 !out->WriteU32(post->italic_angle) ||
135 !out->WriteS16(post->underline) ||
136 !out->WriteS16(post->underline_thickness) ||
137 !out->WriteU32(post->is_fixed_pitch) ||
138 !out->WriteU32(0) ||
139 !out->WriteU32(0) ||
140 !out->WriteU32(0) ||
141 !out
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dstats.cc42 void PrintComparison(FILE* out, Font* font, Font* new_font) { argument
43 fprintf(out, "====== Table Comparison (original v. subset) ======\n");
49 fprintf(out, "-- %s: %d (%lf%%) ", name, size,
62 fprintf(out, "| same size\n");
64 fprintf(out, "-> %d (%lf%%) | %lf%% of original\n", new_size,
70 void PrintStats(FILE* out, Font* font) { argument
71 fprintf(out, "====== Table Stats ======\n");
77 fprintf(out, "-- %s: %d (%lf%%)\n", name, size,
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp114 SkString out; local
118 out.appendf("/tmp/log_step_by_step/step-%i-%s.png", gOpCounter, gLastKeyword.c_str());
120 SkImageEncoder::EncodeFile(out.c_str(), bitmap, SkImageEncoder::kPNG_Type, 100);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRendering.cpp31 virtual void generatePath(int glyphID, SkPath* out) { argument
36 fScalerContext->getPath(skGlyph, out);
37 out->transform(fFlipMatrix); // Load glyphs with the inverted y-direction.
/external/chromium_org/third_party/skia/tests/
H A DColorFilterTest.cpp97 SkPMColor in, out; local
103 lf->filterSpan(&in, 1, &out);
104 REPORTER_ASSERT(reporter, SkGetPackedA32(out) == i);
105 REPORTER_ASSERT(reporter, SkGetPackedR32(out) == 0);
106 REPORTER_ASSERT(reporter, SkGetPackedG32(out) == 0);
107 REPORTER_ASSERT(reporter, SkGetPackedB32(out) == 0);
113 lf->filterSpan(&in, 1, &out);
114 REPORTER_ASSERT(reporter, out == SK_ColorTRANSPARENT);
120 lf->filterSpan(&in, 1, &out);
121 REPORTER_ASSERT(reporter, out !
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbetrace.c76 StrAccum out; /* Accumulate the output here */ local
80 sqlite3StrAccumInit(&out, zBase, sizeof(zBase),
82 out.db = db;
87 sqlite3StrAccumAppend(&out, "-- ", 3);
88 sqlite3StrAccumAppend(&out, zStart, (int)(zRawSql-zStart));
94 sqlite3StrAccumAppend(&out, zRawSql, n);
118 sqlite3StrAccumAppend(&out, "NULL", 4);
120 sqlite3XPrintf(&out, "%lld", pVar->u.i);
122 sqlite3XPrintf(&out, "%!.15g", pVar->r);
132 sqlite3XPrintf(&out, "'
[all...]
/external/chromium_org/third_party/webrtc/common_audio/
H A Dfir_filter.cc28 virtual void Filter(const float* in, size_t length, float* out) OVERRIDE;
91 void FIRFilterC::Filter(const float* in, size_t length, float* out) { argument
97 out[i] = 0.f;
100 out[i] += state_[i + j] * coefficients_[j];
103 out[i] += in[j + i - state_length_] * coefficients_[j];
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_unittest.cc81 int32_t out[kSamples] = {-1040, -1035, -22875, -1397, -27604, 20018, 7917, local
85 int32_t out[kSamples] = {-1040, -1035, -22875, -1397, -27604, 20017, 7915, local
105 EXPECT_EQ(out[i], in[i]);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.cc43 bool ResourceFileReader::Read(uint32_t* out) { argument
44 assert(out);
50 *out = ntohl(tmp);
/external/chromium_org/tools/gn/
H A Dconfig_values_extractors.h79 std::ostream& out) {
82 writer(v[i], out);
93 std::ostream& out) {
95 ConfigValuesToStream(iter.cur(), getter, writer, out);
98 // Writes the values out as strings with no transformation.
103 std::ostream& out);
75 ConfigValuesToStream( const ConfigValues& values, const std::vector<T>& (ConfigValues::* getter)() const, const Writer& writer, std::ostream& out) argument
89 RecursiveTargetConfigToStream( const Target* target, const std::vector<T>& (ConfigValues::* getter)() const, const Writer& writer, std::ostream& out) argument
H A Descape.cc199 void EscapeStringToStream(std::ostream& out, argument
205 out.write(escaped->data(), escaped->size());
H A Dninja_copy_target_writer.cc18 std::ostream& out)
19 : NinjaTargetWriter(target, out) {
48 // Figure out the substitutions used by the copy and stamp tools.
86 // The copy rule will therefore look out-of-date to Ninja and the rule will
17 NinjaCopyTargetWriter(const Target* target, std::ostream& out) argument
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp129 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) { argument
130 out << "OVERVIEW: Clang Static Analyzer Checkers List\n\n";
131 out << "USAGE: -analyzer-checker <CHECKER or PACKAGE,...>\n\n";
133 ClangCheckerRegistry(plugins).printHelp(out);
/external/clang/tools/diagtool/
H A DListWarnings.cpp42 static void printEntries(std::vector<Entry> &entries, llvm::raw_ostream &out) { argument
45 out << " " << it->DiagName;
47 out << " [-W" << it->Flag << "]";
48 out << '\n';
52 int ListWarnings::run(unsigned int argc, char **argv, llvm::raw_ostream &out) { argument
80 out << "Warnings with flags (" << Flagged.size() << "):\n";
81 printEntries(Flagged, out);
83 out << "Warnings without flags (" << Unflagged.size() << "):\n";
84 printEntries(Unflagged, out);
86 out << "\nSTATISTIC
[all...]

Completed in 5925 milliseconds

<<11121314151617181920>>