Searched refs:APPEND (Results 1 - 25 of 35) sorted by relevance

12

/external/guava/guava/src/com/google/common/io/
H A DFileWriteMode.java27 APPEND enum constant in enum:FileWriteMode
H A DFiles.java21 import static com.google.common.io.FileWriteMode.APPEND;
179 * {@link FileWriteMode#APPEND APPEND} mode is provided, writes will
200 return new FileOutputStream(file, modes.contains(APPEND));
224 * {@link FileWriteMode#APPEND APPEND} mode is provided, writes will
236 ? new FileWriteMode[]{ FileWriteMode.APPEND }
/external/skia/tests/
H A DRecordTest.cpp55 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
64 APPEND(record, SkRecords::DrawRect, paint, rect);
82 APPEND(record, SkRecords::Save);
83 APPEND(record, SkRecords::ClipRect);
84 APPEND(record, SkRecords::NoOp);
85 APPEND(record, SkRecords::DrawRect);
86 APPEND(record, SkRecords::NoOp);
87 APPEND(record, SkRecords::NoOp);
88 APPEND(record, SkRecords::Restore);
99 #undef APPEND macro
[all...]
/external/skia/src/core/
H A DSkRecorder.cpp69 #define APPEND(T, ...) \ macro
133 APPEND(DrawPaint, paint);
140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count));
145 APPEND(DrawRect, paint, rect);
149 APPEND(DrawOval, paint, oval);
153 APPEND(DrawRRect, paint, rrect);
157 APPEND(DrawDRRect, paint, outer, inner);
166 APPEND(DrawDrawable, this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1);
175 APPEND(DrawPath, paint, path);
188 APPEND(DrawBitma
[all...]
/external/llvm/utils/unittest/
H A DCMakeLists.txt41 list(APPEND LIBS pthread)
/external/icu/icu4c/source/tools/genrb/
H A Drle.c92 #define APPEND( buffer, bufLimit, value, num, status){ \ macro
112 APPEND(buffer,bufLimit,ESCAPE, num, status);
115 APPEND(buffer,bufLimit,value,num, status);
121 APPEND(buffer,bufLimit,ESCAPE,num,status);
124 APPEND(buffer,bufLimit,value,num,status);
127 APPEND(buffer,bufLimit,ESCAPE,num,status);
128 APPEND(buffer,bufLimit,(uint16_t) length, num,status);
129 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */
/external/clang/test/Misc/
H A Dcaret-diags-macros.c184 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) macro
185 #define UTARG_MAX_U APPEND (MAX_UINT, UL)
194 // CHECK-NEXT: #define UTARG_MAX_U APPEND (MAX_UINT, UL)
196 // CHECK-NEXT: {{.*}}:184:27: note: expanded from macro 'APPEND'
197 // CHECK-NEXT: #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DAgentOptions.java50 public static final String APPEND = "append"; field in class:AgentOptions
180 DESTFILE, APPEND, INCLUDES, EXCLUDES, EXCLCLASSLOADER,
274 return getOption(APPEND, true);
284 setOption(APPEND, append);
/external/dhcpcd-6.8.2/
H A Darp.c83 #define APPEND(b, l) CHECK(memcpy, b, l) macro
86 APPEND(&ar, sizeof(ar));
87 APPEND(ifp->hwaddr, ifp->hwlen);
88 APPEND(&sip, sizeof(sip));
90 APPEND(dest_hw_addr, ifp->hwlen);
93 APPEND(&tip, sizeof(tip));
/external/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c81 #define APPEND(x, name) ({ \ macro
96 idx = APPEND(&msm_ring->submit, bos);
97 idx = APPEND(msm_ring, bos);
172 uint32_t idx = APPEND(&msm_ring->submit, cmds);
173 APPEND(msm_ring, rings);
311 uint32_t idx = APPEND(&msm_ring->submit, relocs);
/external/opencv3/cmake/
H A DOpenCVFindIPP.cmake141 list(APPEND IPP_LIBRARIES ${IPP_LIBRARY_DIR}/${IPP_LIB_PREFIX}${IPP_PREFIX}${name}${IPP_SUFFIX}${IPP_LIB_SUFFIX})
148 list(APPEND IPP_LIBRARIES ipp${name})
215 list(APPEND IPP_LIBRARIES ${INTEL_COMPILER_LIBRARY_DIR}/${IPP_LIB_PREFIX}${name}${CMAKE_SHARED_LIBRARY_SUFFIX})
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c2218 # define APPEND(_str) \ macro
2304 APPEND("<frame>");
2306 APPEND(maybe_newline);
2307 APPEND(ibuf);
2309 APPEND(maybe_newline);
2310 APPEND("<obj>");
2312 APPEND("</obj>");
2315 APPEND(maybe_newline);
2316 APPEND("<fn>");
2318 APPEND("</f
2407 # undef APPEND macro
[all...]
/external/valgrind/coregrind/
H A Dvgdb-invoker-ptrace.c219 #define APPEND(...) sz += snprintf (result+sz, 256 - sz - 1, __VA_ARGS__) macro
224 APPEND ("WIFEXITED %d ", WEXITSTATUS(status));
227 APPEND ("WIFSIGNALED %d ", WTERMSIG(status));
228 if (WCOREDUMP(status)) APPEND ("WCOREDUMP ");
232 APPEND ("WIFSTOPPED %d ", WSTOPSIG(status));
236 APPEND ("WIFCONTINUED ");
240 #undef APPEND macro
/external/guava/guava-tests/test/com/google/common/io/
H A DSourceSinkFactories.java307 return Files.asByteSink(file, FileWriteMode.APPEND);
377 return Files.asCharSink(file, Charsets.UTF_8, FileWriteMode.APPEND);
/external/harfbuzz_ng/src/
H A Dhb-buffer-serialize.cc119 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END macro
126 APPEND ("\"g\":");
/external/opencv3/modules/imgproc/test/
H A Dtest_houghLines.cpp174 fs.open(xml, FileStorage::APPEND);
/external/opencv3/3rdparty/libpng/
H A Dpng.c621 # define APPEND(ch)\ macro
626 APPEND(' ');
628 APPEND(' ');
630 APPEND(' ');
632 APPEND(':');
634 APPEND(':');
638 # undef APPEND macro
/external/ImageMagick/scripts/
H A Dtxt2html943 open(APPEND, $append_file);
944 print while <APPEND>;
/external/libpng/
H A Dpng.c719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) macro
722 APPEND(' ');
724 APPEND(' ');
726 APPEND(' ');
728 APPEND(':');
730 APPEND(':');
735 # undef APPEND macro
/external/pdfium/third_party/lpng_v163/
H A Dpng.c712 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) macro
715 APPEND(' ');
717 APPEND(' ');
719 APPEND(' ');
721 APPEND(':');
723 APPEND(':');
727 # undef APPEND macro
/external/libnl/lib/
H A Dmsg.c794 PRINT_FLAG(APPEND);
/external/elfutils/libcpu/
H A Di386_parse.y1152 #define APPEND(a, b) APPEND_ (a, b)
1155 fprintf (outfile, "#define suffix_%s %d\n", #suf, APPEND (suffix_, suf))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/curl/include/curl/
H A Dcurl.h1030 CINIT(APPEND, LONG, 50), /* Append instead of overwrite on upload! */
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h812 CINIT(APPEND, LONG, 50), /* Append instead of overwrite on upload! */

Completed in 819 milliseconds

12