HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1601 - 1625 of 3043) sorted by null

<<61626364656667686970>>

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp 126 unsigned char* out) {
128 bool hasOut = (out != NULL);
143 if (hasOut) { *out = kLF_PdfWhiteSpace; }
144 out++;
149 if (hasOut) { *out = kCR_PdfWhiteSpace; }
150 out++;
155 if (hasOut) { *out = kHT_PdfWhiteSpace; }
156 out++;
162 if (hasOut) { *out = kBackspace_PdfSpecial; }
163 out++
256 unsigned char* out = (unsigned char*)allocator->alloc(outLength); local
404 unsigned char* out = (unsigned char*)allocator->alloc(outLength); local
532 unsigned char* out = (unsigned char*)allocator->alloc(outLength); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c 33 // in = 10*log10(lvl); out = 20*log10(gains/65536);
34 // subplot(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
35 // subplot(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
270 // start out with 0 dB gain
299 const int16_t *in_near_H, int16_t *out,
338 if (in_near != out)
341 memcpy(out, in_near, 10 * L * sizeof(int16_t));
351 logratio = WebRtcAgc_ProcessVad(&stt->vadNearend, out, L * 10);
412 nrg = WEBRTC_SPL_MUL_16_16(out[k * L + n], out[k * L + n])
663 int32_t out, nrg, tmp32, tmp32b; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 336 int16_t* out,
343 int *outBuf = (int*)out;
509 // For the noise supression process, synthesis, read out fully processed
521 int16_t *out = out_frame; local
601 "sh %[r0], 0(%[out]) \n\t"
602 "sh %[r2], 2(%[out]) \n\t"
603 "sh %[r4], 4(%[out]) \n\t"
604 "sh %[r6], 6(%[out]) \n\t"
608 "addiu %[out], %[out], 8 \n\t
872 int16_t *out = &inst->real[0]; local
    [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 108 void (*row_converter)(const unsigned char* in, int w, unsigned char* out,
155 // Bounds check. When the image is unreasonably big, we'll error out and
367 explicit PngEncoderState(std::vector<unsigned char>* o) : out(o) {}
368 std::vector<unsigned char>* out; member in struct:image_diff_png::__anon20401::PngEncoderState
374 DCHECK(state->out);
376 size_t old_size = state->out->size();
377 state->out->resize(old_size + size);
378 memcpy(&(*state->out)[old_size], data, size);
458 unsigned char* out, bool* is_opaque);
  /external/chromium_org/ui/gfx/
canvas.cc 137 // have a dot pattern out of phase to each other).
167 // out of scope.
209 SkRect out; local
210 bool has_non_empty_clip = canvas_->getClipBounds(&out);
211 bounds->SetRect(out.left(), out.top(), out.width(), out.height());
  /external/clang/test/SemaCXX/
typo-correction.cpp 95 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unknown_type_test'; did you mean 'StreamOut'?}} variable
106 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}} member in namespace:__anon23181
119 void TestRedecl::add_in(int i) {} // expected-error{{out-of-line definition of 'add_in' does not match any declaration in 'TestRedecl'; did you mean 'add_it'?}}
173 void Child::add_types(int value) {} // expected-error{{out-of-line definition of 'add_types' does not match any declaration in 'Child'}}
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 407 std::vector<std::pair<EGLenum, EGLint> > out; local
420 out.push_back(std::make_pair(spec.attribute, spec.getValue(rnd)));
423 return out;
teglQuerySurfaceTests.cpp 664 std::vector<EGLint> out; local
675 out.push_back(info.configId);
678 return out;
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 199 void* out = &outputs[0]; local
202 m_executor->execute((int)inputs.size(), &in, &out);
287 void* out = &outputs[0]; local
290 m_executor->execute((int)inputs.size(), &in, &out);
390 void* out = &outputs[0]; local
393 m_executor->execute((int)inputs.size(), &in, &out);
478 void* out = &outputs[0]; local
481 m_executor->execute((int)inputs.size(), &in, &out);
586 void* out = &outputs[0]; local
589 m_executor->execute((int)inputs.size(), &in, &out);
689 void* out = &outputs[0]; local
801 void* out = &outputs[0]; local
895 void* out = &outputs[0]; local
1010 void* out = &outputs[0]; local
1104 void* out = &outputs[0]; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 108 System.out.println("Printing reg map");
109 System.out.println(((BasicRegisterMapper)mapper).toHuman());
232 System.out.printf("Moving %d registers from 0 to %d\n",
302 // Filter out any reference to the SSA form's exit block.
  /external/doclava/src/com/google/doclava/
PackageInfo.java 190 ArrayList<ClassInfo> out = new ArrayList<ClassInfo>(); local
194 out.add(cl);
198 return out.toArray(new ClassInfo[0]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar 
  /external/elfutils/0.153/libasm/
libasmP.h 150 } out; member in struct:AsmCtx
  /external/elfutils/0.153/libdwfl/
link_map.c 76 Return true iff we figured it out. */
736 Elf_Data out =
743 in.d_size = out.d_size;
746 (&out, &in, elfdata) != NULL))
823 Elf_Data out =
830 in.d_size = out.d_size;
833 (&out, &in, elfdata) != NULL))
732 Elf_Data out = local
819 Elf_Data out = local
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 77 System.out.println(j.toString());
81 System.out.println(j.toString(4));
82 System.out.println(XML.toString(j));
86 System.out.println(j.toString(4));
87 System.out.println();
90 System.out.println(j.toString());
91 System.out.println(JSONML.toString(j));
92 System.out.println();
95 System.out.println(a.toString(4));
96 System.out.println(JSONML.toString(a))
    [all...]
  /external/icu/icu4c/source/layout/
LayoutEngine.cpp 76 // This is here to get it out of LEGlyphFilter.h.
213 le_int32 i, dir = 1, out = 0, outCharCount = count; local
257 out = count - 1;
261 for (i = 0; i < count; i += 1, out += dir) {
262 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
263 fakeGlyphStorage.setAuxData(out, canonFeatures, success);
277 out = (rightToLeft? outCharCount - 1 : 0);
295 for (i = 0; i < outCharCount; i += 1, out += dir) {
296 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]);
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 165 This example first creates a UChar String out of the Unicode chars.
222 // Print it out
234 "Sample 03: C: print out all converters\n");
342 // simply ran out of space - we'll reset the target ptr the next
350 // Break out of the loop (by force)
362 } while (source < sourceLimit); // while simply out of space
365 printf("%d letters out of %d total UChars.\n", letters, total);
481 printf("%d letters out of %d total UChars.\n", letters, total);
546 // Print it out
626 /* print out the original source *
870 FILE *out; local
975 FILE *out; local
1082 UChar *target = output, *out; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 150 * ICU 4.8: This test is commented out because toPattern() has been changed to return
882 UnicodeString out; local
883 //out = mf->format(new Object[]{new Integer(i)});
888 out = mf->format(objs, 1, out, pos, status);
938 UnicodeString out; local
    [all...]
tchcfmt.cpp 194 // if (status != U_ZERO_ERROR) return; // TODO: analyze why we have such a bad bail out here!
585 UnicodeString out; local
586 logln((UnicodeString)" toPattern: " + fmt.toPattern(out));
591 out.truncate(0);
592 fmt.format(v[i], out);
593 if (out == str[i]) {
594 logln((UnicodeString)"Ok: " + v[i] + " => " + out);
596 errln((UnicodeString)"FAIL: " + v[i] + " => " + out +
  /external/icu/icu4c/source/tools/genrb/
derb.c 43 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
44 static void printString(UFILE *out, UConverter *converter, const UChar *str, int32_t len);
45 static void printCString(UFILE *out, UConverter *converter, const char *str, int32_t len);
46 static void printIndent(UFILE *out, UConverter *converter, int32_t indent);
47 static void printHex(UFILE *out, UConverter *converter, uint8_t what);
242 UFILE *out = NULL; local
267 out = u_get_stdout();
288 out = u_fopen(thefile, "w", NULL, encoding);
289 if (!out) {
297 ucnv_setFromUCallBack(u_fgetConverter(out), UCNV_FROM_U_CALLBACK_ESCAPE, UCNV_ESCAPE_C, 0, 0, &status)
    [all...]
wrtjava.c 83 static FileStream* out=NULL; variable
246 write_tabs(out);
283 T_FileStream_write(out,"\"",1);
285 T_FileStream_write(out,current,add);
286 T_FileStream_write(out,"\" +\n",4);
287 write_tabs(out);
289 T_FileStream_write(out,current,bufLen-len);
294 T_FileStream_write(out,"\"",1);
295 T_FileStream_write(out, buf,bufLen);
298 T_FileStream_write(out,"\",\n",3)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 59 write8(FileStream *out, uint8_t byte, uint32_t column);
62 write32(FileStream *out, uint32_t byte, uint32_t column);
66 write8str(FileStream *out, uint8_t byte, uint32_t column);
258 FileStream *in, *out; local
268 out=T_FileStream_open(bufferStr, "w");
269 if(out==NULL) {
299 T_FileStream_writeLine(out, bufferStr);
300 T_FileStream_writeLine(out, assemblyHeader[assemblyHeaderIndex].beginLine);
314 column = write32(out, buffer[i], column);
318 T_FileStream_writeLine(out, "\n")
343 FileStream *in, *out; local
765 FileStream *in, *out; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 46 private final Appendable out; field in class:DefaultRenderingContext
66 Appendable out, FunctionExecutor globalFunctionExecutor, AutoEscapeOptions autoEscapeOptions) {
69 this.out = out;
131 out.append(tmp);
133 globalFunctionExecutor.escape(currentEscaper, text, out);
160 out.append(text);
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebtables.h 166 /* the physical out-dev */
167 char out[IFNAMSIZ]; member in struct:ebt_entry
168 /* the logical out-dev */
  /external/libcxx/src/
ios.cpp 120 const ios_base::openmode ios_base::out; member in class:ios_base

Completed in 4473 milliseconds

<<61626364656667686970>>