HomeSort by relevance Sort by last modified time
    Searched defs:APPEND (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/guava/guava/src/com/google/common/io/
FileWriteMode.java 26 /** Specifies that writes to the opened file should append to the end of the file. */
27 APPEND
  /external/skia/tests/
RecordTest.cpp 55 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__}
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)
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
StandardOpenOption.java 52 APPEND,
  /art/test/151-OpenFileLimit/src/
Main.java 35 streams.add(Files.newOutputStream(file.toPath(), CREATE, APPEND));
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 55 #define APPEND(list, elt, link) \
107 APPEND(list, elt, link); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
  /build/kati/
func.h 50 APPEND,
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 119 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END
126 APPEND ("\"g\":");
  /external/icu/icu4c/source/tools/genrb/
rle.c 33 * Append a byte to the given StringBuffer, packing two bytes into each
94 #define APPEND( buffer, bufLimit, value, num, status){ \
114 APPEND(buffer,bufLimit,ESCAPE, num, status);
117 APPEND(buffer,bufLimit,value,num, status);
123 APPEND(buffer,bufLimit,ESCAPE,num,status);
126 APPEND(buffer,bufLimit,value,num,status);
129 APPEND(buffer,bufLimit,ESCAPE,num,status);
130 APPEND(buffer,bufLimit,(uint16_t) length, num,status);
131 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */
  /external/swiftshader/src/D3D9/
Debug.hpp 27 #define APPEND(x, y) x ## y
28 #define MACRO_APPEND(x, y) APPEND(x, y)
  /libcore/ojluni/src/main/java/java/lang/
ProcessBuilder.java 450 * <li>a redirection to append to a file, created by an invocation of
490 APPEND
543 boolean append() { method in class:ProcessBuilder.Redirect
596 boolean append() { return false; } method
601 * Returns a redirect to append to the specified file.
611 * Redirect.appendTo(file).type() == Redirect.Type.APPEND
616 * @return a redirect to append to the specified file
622 public Type type() { return Type.APPEND; }
625 return "redirect to append to file \"" + file + "\"";
627 boolean append() { return true;
    [all...]
  /external/clang/test/Misc/
caret-diags-macros.c 184 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
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/dhcpcd-6.8.2/
arp.c 83 #define APPEND(b, l) CHECK(memcpy, b, l)
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/
msm_ringbuffer.c 81 #define APPEND(x, name) ({ \
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/skia/src/core/
SkRecorder.cpp 32 void SkDrawableList::append(SkDrawable* drawable) { function in class:SkDrawableList
33 *fArray.append() = SkRef(drawable);
68 #define APPEND(T, ...) \
72 new (fRecord->append<SkRecords::T>()) SkRecords::T{__VA_ARGS__}
132 APPEND(DrawPaint, paint);
139 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count));
144 APPEND(DrawRect, paint, rect);
148 APPEND(DrawRegion, paint, region);
152 APPEND(DrawOval, paint, oval);
157 APPEND(DrawArc, paint, oval, startAngle, sweepAngle, useCenter)
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 50 public static final String APPEND = "append";
180 DESTFILE, APPEND, INCLUDES, EXCLUDES, EXCLCLASSLOADER,
274 return getOption(APPEND, true);
280 * @param append
283 public void setAppend(final boolean append) {
284 setOption(APPEND, append);
619 sb.append(',');
621 sb.append(key).append('=').append(value)
    [all...]
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 219 #define APPEND(...) sz += snprintf (result+sz, 256 - sz - 1, __VA_ARGS__)
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
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 571 StandardOpenOption.WRITE, StandardOpenOption.APPEND);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 34 public static final String APPEND = "APPEND";
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 33 public static final String APPEND = "APPEND";
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 501 #define APPEND(B, N_B) \
556 APPEND (prefix, n_prefix);
557 APPEND (base, n_base);
558 APPEND (ops, n_ops);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 122 APPEND = 'a' # append stack top to list below it
616 write(APPEND)
625 tmp.append(x)
637 write(APPEND)
672 tmp.append(items.next())
788 memo[id(memo)].append(x)
852 self.append = self.stack.append
891 self.append(self.persistent_load(pid))
    [all...]
  /external/libpng/
png.c 719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch)
722 APPEND(' ');
724 APPEND(' ');
726 APPEND(' ');
728 APPEND(':');
730 APPEND(':');
735 # undef APPEND
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch)
722 APPEND(' ');
724 APPEND(' ');
726 APPEND(' ');
728 APPEND(':');
730 APPEND(':');
735 # undef APPEND
    [all...]
  /external/skia/third_party/libpng/
png.c 719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch)
722 APPEND(' ');
724 APPEND(' ');
726 APPEND(' ');
728 APPEND(':');
730 APPEND(':');
735 # undef APPEND
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 122 APPEND = 'a' # append stack top to list below it
616 write(APPEND)
625 tmp.append(x)
637 write(APPEND)
672 tmp.append(items.next())
788 memo[id(memo)].append(x)
852 self.append = self.stack.append
891 self.append(self.persistent_load(pid)
    [all...]

Completed in 1202 milliseconds

1 2 3 4 5