HomeSort by relevance Sort by last modified time
    Searched refs:addition (Results 1 - 25 of 27) sorted by null

1 2

  /system/bluetooth/data/
auto_pairing.conf 21 // Blacklisting by addition of the address during usage
  /external/webkit/WebKitTools/Scripts/
svn-unapply 53 # When reversing an addition, check that the file matches what's being removed.
180 my $addition = 0;
183 $addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\n/ || $patch =~ /\n@@ -0,0 .* @@/);
187 if (!$addition && !$deletion && !$isBinary) {
197 # Either a deletion, an addition or a binary change.
230 # Reverse addition
svn-apply 263 # Addition or Modification
268 # Addition
300 # Addition or Modification
342 my $addition = 0;
346 $addition = 1 if ($patch =~ /\n--- .+\(revision 0\)\r?\n/ || $patch =~ /\n@@ -0,0 .* @@/) && !exists($copiedFiles{$fullPath});
351 if (!$addition && !$deletion && !$isBinary && !$isGitBinary) {
361 # Either a deletion, an addition or a binary change.
376 # Addition
  /external/ppp/pppd/
tdb.c 718 static int expand_file(TDB_CONTEXT *tdb, tdb_off size, tdb_off addition)
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;
    [all...]
  /external/v8/src/arm/
simulator-arm.h 193 bool addition);
simulator-arm.cc 880 int32_t left, int32_t right, bool addition) {
882 if (addition) {
    [all...]
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 38 that with the addition of extreme power-ups to make the arsenal more
  /external/v8/src/
d8-posix.cc 352 Handle<String> addition = String::New(buffer, length); local
354 cons_args[1] = addition;
runtime.js 156 // Fast case: Check for number operands and do the addition.
  /external/e2fsprogs/lib/ext2fs/
tdb.c 1013 static int tdb_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition)
1022 if (ftruncate(tdb->fd, size+addition) == -1) {
1024 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) {
1026 size+addition, strerror(errno)));
1035 while (addition) {
1036 int n = addition>sizeof(buf)?sizeof(buf):addition;
1043 addition -= n;
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
BigInt.java 289 public static BigInt addition(BigInt a, BigInt b) { method in class:BigInt
BigInteger.java 481 return new BigInteger(BigInt.addition(bigInt, val.bigInt));
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 75 ; 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/v8/benchmarks/
base.js 63 // addition to the reference timing that the final score will be based
deltablue.js 532 * A constrained variable. In addition to its value, it maintain the
  /external/blktrace/btreplay/doc/
btreplay.tex 115 during replays. In addition the actual ordering of IOs \emph{between}
521 In addition, \texttt{btreplay} will also output to \texttt{stderr} the
  /external/zlib/contrib/masmx86/
inffas32.asm 36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
gvmat32.asm 88 ; all the +zlib1222add offsets are due to the addition of fields
  /external/dropbear/libtommath/
bn.tex 150 This will output a row of numbers that are increasing. Each column is a different test (such as addition, multiplication, etc)
    [all...]
  /external/blktrace/btt/doc/
btt.tex 349 In addition to the default sections output, if one supplies the
445 In addition to the default data files output, there are optional data
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 526 * A constrained variable. In addition to its value, it maintain the
  /external/blktrace/doc/
blktrace.tex 528 addition to the internal queue and later service by the driver. The
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]

Completed in 1500 milliseconds

1 2