Home
last modified time | relevance | path

Searched refs:addition (Results 1 – 25 of 168) sorted by relevance

1234567

/external/webkit/WebKitTools/Scripts/
Dsvn-unapply232 my $addition = 0;
235 $addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\n/ || $patch =~ /\n@@ -0,0 .* @@/);
239 if (!$addition && !$deletion && !$isBinary) {
Dsvn-apply369 my $addition = 0;
372 $addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\r?\n/ || $patch =~ /\n@@ -0,0 .* @@/);
376 if (!$addition && !$deletion && !$isBinary) {
/external/bluetooth/glib/
Dgobject-2.0-uninstalled.pc.in6 ## cflags contains builddir in addition to srcdir because of gmarshal.h
/external/ppp/pppd/
Dtdb.c718 static int expand_file(TDB_CONTEXT *tdb, tdb_off size, tdb_off addition) argument
722 if (ftruncate(tdb->fd, size+addition) != 0) {
724 size+addition, strerror(errno)));
731 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) {
733 if (lseek(tdb->fd, (size+addition) - 1, SEEK_SET) != (size+addition) - 1 ||
737 size+addition, strerror(errno)));
745 while (addition) {
746 int n = addition>sizeof(buf)?sizeof(buf):addition;
760 addition -= n;
/external/webkit/V8Binding/v8/benchmarks/
DREADME.txt8 In addition to the benchmarks, the suite consists of the benchmark
22 are reset for each iteration of the benchmark. In addition, the size
/external/icu4c/config/
Dicu-config-bottom45 …echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflag…
49 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
50 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
/external/expat/conftools/
Dexpat.m47 dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
DNeXT10 Specifically (in addition to what's described in the KBNS item):
/external/openssl/crypto/rc2/
Drrc2.doc33 1. Two's-complement addition of words, denoted by "+". The inverse operation,
111 In addition the fifth and eleventh rounds add the contents of the S-box indexed
134 In addition the fifth and eleventh rounds subtract the contents of the S-box
/external/zlib/contrib/masmx64/
Dgvmat64.asm75 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
93 ; all the +zlib1222add offsets are due to the addition of fields
/external/webkit/V8Binding/v8/src/arm/
Dsimulator-arm.h156 bool addition);
/external/dosfstools/doc/
DREADME.dosfstools-2.x50 warn about things that are no error on Atari. In addition, most
/external/icu4c/data/rbnf/
Des.txt21 // * "cincocientos." In addition, the word for 100 is "cien" when
/external/webkit/V8Binding/v8/src/
Dd8-posix.cc352 Handle<String> addition = String::New(buffer, length); in GetStdout() local
354 cons_args[1] = addition; in GetStdout()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1013 static int tdb_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition) in tdb_expand_file() argument
1022 if (ftruncate(tdb->fd, size+addition) == -1) { in tdb_expand_file()
1024 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) { in tdb_expand_file()
1026 size+addition, strerror(errno))); in tdb_expand_file()
1035 while (addition) { in tdb_expand_file()
1036 int n = addition>sizeof(buf)?sizeof(buf):addition; in tdb_expand_file()
1043 addition -= n; in tdb_expand_file()
1549 tdb_off_t addition) in transaction_expand_file() argument
1553 if (transaction_write(tdb, size, NULL, addition) != 0) { in transaction_expand_file()
/external/emma/
DNOTICE36 …gram if, at the time the Contribution is added by the Contributor, such addition of the Contributi…
114 …s Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient ins…
127 which it was received. In addition, after a new version of the Agreement is published, Contributor …
/external/icu4c/data/unidata/
DPropertyAliases.txt38 # In addition, some property names may be the same as some property value names.
/external/libpcap/
DREADME.linux46 In addition, there is an option that, in 2.2 and later kernels, will
/external/openssl/
DREADME.android24 LOCAL_CFLAGS, except -DTERMIO; include -DOPENSSL_NO_HW in addition to these.
/external/bison/
DTODO65 supporting `->' in addition to `:' to separate LHS and RHS. In other
243 addition to the $undefined value.
/external/icu4c/data/mappings/
Diso-8859_11-2001.ucm33 # the addition of 0xA0 NO-BREAK SPACE.
/external/webkit/WebKit/win/Interfaces/
DIWebBackForwardList.idl57 forward list will be dropped at this point. In addition, entries may be dropped to keep
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
DTHINK_C_notes60 In addition, the file "macutils.c" is completely new; see the discussion
/external/tesseract/
Dacinclude.m434 # and linking. In addition, library needs to be specifically
/external/dbus/doc/
DTODO70 - change .service files to allow Names=list in addition to Name=string

1234567