/external/webkit/WebKitTools/Scripts/ |
D | svn-unapply | 180 my $addition = 0; 183 $addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\n/ || $patch =~ /\n@@ -0,0 .* @@/); 187 if (!$addition && !$deletion && !$isBinary) {
|
D | svn-apply | 342 my $addition = 0; 346 …$addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\r?\n/ || $patch =~ /\n@@ -0,0 .* @@/) && !exis… 351 if (!$addition && !$deletion && !$isBinary && !$isGitBinary) {
|
/external/icu4c/test/hdrtst/ |
D | cxxfiles.txt | 3 # Begin temporary addition. 10 # End temporary addition.
|
/external/ppp/pppd/ |
D | tdb.c | 718 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/v8/benchmarks/ |
D | README.txt | 8 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/bluetooth/glib/ |
D | gobject-2.0-uninstalled.pc.in | 6 ## cflags contains builddir in addition to srcdir because of gmarshal.h
|
/external/chromium/base/third_party/xdg_mime/ |
D | README.chromium | 9 In addition, we have the following patch(es):
|
/external/chromium/net/tools/flip_server/ |
D | balsa_frame.cc | 1329 const signed char addition = buf[static_cast<int>(c)]; in ProcessInput() local 1330 if (addition >= 0) { in ProcessInput() 1336 static_cast<size_t>(addition))) { in ProcessInput() 1344 chunk_length_remaining_ = length_x_16 + addition; in ProcessInput() 1348 if (!chunk_length_character_extracted_ || addition == -1) { in ProcessInput()
|
/external/chromium/third_party/icu/source/config/ |
D | icu-config-bottom | 45 …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/wpa_supplicant_6/wpa_supplicant/ |
D | README-WPS | 31 addition of new devices); this may be either in the AP ("internal 156 a guided WPS configuration to the user. In addition, control interface 169 selection. In addition, it shows how WPS can be started manually by
|
/external/icu4c/config/ |
D | icu-config-bottom | 47 …echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflag… 51 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags " 52 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
|
/external/openssl/crypto/rc2/ |
D | rrc2.doc | 33 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/openssl/patches/ |
D | README | 10 addition, a historic bug in Windows allowed records to be as large
|
/external/expat/conftools/ |
D | expat.m4 | 7 dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | NeXT | 10 Specifically (in addition to what's described in the KBNS item):
|
/external/chromium/third_party/icu/ |
D | README.google | 31 In addition, the patches for ICU ticket 6935 39 In addition, the word breaking rule for ASCII and full-width full stop(period)
|
/external/iproute2/ |
D | README.lnstat | 8 In addition to routing cache statistics, it supports any kind of statistics
|
/external/zlib/contrib/masmx64/ |
D | gvmat64.asm | 114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib 132 ; all the +zlib1222add offsets are due to the addition of fields
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 1013 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/v8/src/ |
D | d8-posix.cc | 352 Handle<String> addition = String::New(buffer, length); in GetStdout() local 354 cons_args[1] = addition; in GetStdout()
|
/external/libvpx/examples/ |
D | vp8_scalable_patterns.txt | 15 example. In addition, we want to disable automatic keyframe selection,
|
/external/emma/ |
D | NOTICE | 36 …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/protobuf/gtest/ |
D | CHANGES | 15 libraries in addition to a framework.
|
/external/webkit/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 157 // Begin non-Apple addition --------------------------------------------------- 160 // End non-Apple addition ----------------------------------------------------- 198 // Begin non-Apple addition --------------------------------------------------- 204 // End non-Apple addition ----------------------------------------------------- 542 // Begin non-Apple addition/modification -------------------------------------- 548 // End non-Apple addition/modification ----------------------------------------
|
/external/quake/quake/src/WinQuake/ |
D | quake-rogue.spec.sh | 38 that with the addition of extreme power-ups to make the arsenal more
|