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

<<919293949596979899100>>

  /external/chromium_org/third_party/libxml/src/
tree.c 66 * Handle an out of memory condition
79 * Handle an out of memory condition
8141 xmlNodePtr cur, prev = NULL, out = NULL; local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 78 /** Acts like a CFRef, but calls CFSafeRelease when it goes out of scope. */
1450 SkUnichar* out = glyphToUnicode->begin(); local
1494 SkUnichar* out = glyphToUnicode->begin(); local
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 1303 addInterfaces(cl.interfaces(), out); local
    [all...]
InfoBuilder.java 38 * objects out of the data within the file. This data is
97 System.out.println(mPackage.name() + "\n");
106 System.out.println(value);
109 System.out.println();
113 System.out.print("Class: " + cl.toString());
117 System.out.println();
119 System.out.println(cl.comment().mText);
122 System.out.println("\nAnnotations:");
127 System.out.print("Superclass: " + cl.superclass().qualifiedName());
129 System.out.println()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 42 public synchronized void usage (final PrintWriter out, final int level, final int width)
91 out.println (line);
104 out.println (line);
112 out.println ();
113 out.println (" {use '" + usageOptDef.getNames () [1] + "' option to see detailed usage help}");
125 final String [] nv = new String [2]; // out buffer for getOptNameAndValue()
126 final String [] pp = new String [1]; // out buffer for getOptDef()
141 //System.out.println ("[state: " + state + "] av = " + av);
590 public void error (final PrintWriter out, final int width)
597 out.println (i.next ())
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 884 VTZWriter(UnicodeString& out);
892 UnicodeString* out; member in class:VTZWriter
896 out = &output;
904 out->append(str);
909 out->append(ch);
914 out->append(str, -1);
920 out->append(str, length);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 1495 static const uint8_t out[]={ local
1522 static const uint8_t out[]={ local
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 342 struct coda_out_hdr out; member in struct:coda_store_out
353 struct coda_out_hdr out; member in struct:coda_release_out
364 struct coda_out_hdr out; member in struct:coda_close_out
404 struct coda_out_hdr out; member in struct:coda_setattr_out
415 struct coda_out_hdr out; member in struct:coda_access_out
463 struct coda_out_hdr out; member in struct:coda_remove_out
475 struct coda_out_hdr out; member in struct:coda_link_out
489 struct coda_out_hdr out; member in struct:coda_rename_out
515 struct coda_out_hdr out; member in struct:coda_rmdir_out
528 struct coda_out_hdr out; member in struct:coda_symlink_out
551 struct coda_out_hdr out; member in struct:coda_fsync_out
717 void __user *out; \/* Data to be transferred out *\/ member in struct:ViceIoctl
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 594 /* Delete function; cleans out all the allocated data and the temporary file in
653 "simpletest: out of memory allocating %lu(+32) byte buffer\n",
1126 * OUT: ----- 8-bit ----- ----- 16-bit -----
1171 gpc_noop(Pixel *out, const Pixel *in, const Background *back)
1174 out->r = in->r;
1175 out->g = in->g;
1176 out->b = in->b;
1177 out->a = in->a;
1182 gpc_nop8(Pixel *out, const Pixel *in, const Background *back)
1186 out->r = out->g = out->b = 255
3683 unsigned int out; local
3714 unsigned int out; local
3742 unsigned int out; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 392 uarb_printx(uarb num, int digits, FILE *out)
398 fprintf(out, "0x%x", num[digits]);
401 fprintf(out, "%.4x", num[--digits]);
405 fputs("0x0", out);
409 uarb_print(uarb num, int digits, FILE *out)
420 uarb_printx(num, digits, out);
429 fprintf(out, "%lu", n);
856 FILE * out; /* If a new one is being written */ member in struct:file
910 emit_string(const char *str, FILE *out)
917 putc(*str, out);
1111 putc(type_char(type ), out); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 1081 int16_t *out = intermediate; local
    [all...]
vp9_dct_sse2.c 1182 int16_t *out = intermediate; local
    [all...]
  /external/libxml2/
tree.c 69 * Handle an out of memory condition
82 * Handle an out of memory condition
1290 goto out;
8307 xmlNodePtr cur, prev = NULL, out = NULL; local
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
179 CvHidHaarClassifierCascade* out = 0; local
268 CV_CALL( out = (CvHidHaarClassifierCascade*)cvAlloc( datasize ));
269 memset( out, 0, sizeof(*out) );
272 out->count = cascade->count;
273 out->stage_classifier = (CvHidHaarStageClassifier*)(out + 1);
274 haar_classifier_ptr = (CvHidHaarClassifier*)(out->stage_classifier + cascade->count);
277 out->is_stump_based = 1
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 78 /** Acts like a CFRef, but calls CFSafeRelease when it goes out of scope. */
1450 SkUnichar* out = glyphToUnicode->begin(); local
1494 SkUnichar* out = glyphToUnicode->begin(); local
    [all...]
  /external/sqlite/dist/orig/
shell.c 454 FILE *out; /* Write results here */ member in struct:callback_data
470 char outfile[FILENAME_MAX]; /* Filename for *out */
534 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){
537 fprintf(out,"X'");
538 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]&0xff); }
539 fprintf(out,"'");
545 static void output_quoted_string(FILE *out, const char *z){
552 fprintf(out,"'%s'",z);
554 fprintf(out,"'");
558 fprintf(out,"''");
668 FILE *out = p->out; local
1695 FILE *out; local
3823 HANDLE out = GetStdHandle(STD_OUTPUT_HANDLE); local
    [all...]
  /external/sqlite/dist/
shell.c 459 FILE *out; /* Write results here */ member in struct:callback_data
475 char outfile[FILENAME_MAX]; /* Filename for *out */
539 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){
542 fprintf(out,"X'");
543 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]&0xff); }
544 fprintf(out,"'");
550 static void output_quoted_string(FILE *out, const char *z){
557 fprintf(out,"'%s'",z);
559 fprintf(out,"'");
563 fprintf(out,"''");
673 FILE *out = p->out; local
1700 FILE *out; local
3843 HANDLE out = GetStdHandle(STD_OUTPUT_HANDLE); local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 203 static Bool lookupHHW ( HashHW* h, /*OUT*/HWord* val, HWord key )
263 /*--- Flattening out a BB into atomic SSA form ---*/
281 /* Flatten out 'ex' so it is atomic, returning a new expression with
374 /* Lift F64i constants out onto temps so they can be CSEd
524 IRSB* out; local
525 out = emptyIRSB();
526 out->tyenv = deepCopyIRTypeEnv( in->tyenv );
529 flatten_Stmt( out, in->stmts[i] );
530 out->next = flatten_Expr( out, in->next )
2695 IRSB* out; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 147 goto out;
153 goto out;
158 goto out;
162 out:
1838 AudioStreamOut *out = thread->clearOutput(); local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 675 public void saveToXml(XmlSerializer out) throws IOException {
677 out.attribute(null, ATTR_TASKDESCRIPTIONLABEL, mLabel);
680 out.attribute(null, ATTR_TASKDESCRIPTIONCOLOR, Integer.toHexString(mColorPrimary));
683 out.attribute(null, ATTR_TASKDESCRIPTIONICONFILENAME, mIconFilename);
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 52 /** Duration of fade-out animation. */
181 /** Whether decorations should be laid out from right to left. */
592 * @param out Rectangle into which measured bounds are placed.
594 private void measurePreview(View v, Rect out) {
603 measureFloating(v, margins, out);
605 measureViewToSide(v, mThumbImage, margins, out);
610 * Measures the bounds for a view that should be laid out against the edge
611 * of an adjacent view. If no adjacent view is provided, lays out against
618 * @param out Rectangle into which measured bounds are placed.
620 private void measureViewToSide(View view, View adjacent, Rect margins, Rect out) {
    [all...]
ProgressBar.java 426 StateListDrawable out = new StateListDrawable(); local
429 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip));
431 return out;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 1081 int16_t *out = intermediate; local
    [all...]
vp9_dct_sse2.c 1182 int16_t *out = intermediate; local
    [all...]

Completed in 1774 milliseconds

<<919293949596979899100>>