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

1 2

  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 119 InputSource addition; local
121 addition = new InputSource(new FileReader(file));
123 addition.setPublicId(file.toString());
124 layoutFiles.add(addition);
  /external/webkit/Tools/Scripts/
svn-unapply 53 # When reversing an addition, check that the file matches what's being removed.
152 my $addition = 0;
154 $addition = 1 if ($diffHashRef->{isNew} || $diffHashRef->{copiedFromPath} || $patch =~ /\n@@ -0,0 .* @@/);
157 if (!$addition && !$deletion && !$isSvnBinary) {
168 # Either a deletion, an addition or a binary change.
202 # Reverse addition
svn-apply 226 # Addition or Modification
231 # Addition
266 # Addition or Modification
320 my $addition = 0;
322 $addition = 1 if ($diffHashRef->{isNew} || $patch =~ /\n@@ -0,0 .* @@/);
325 if (!$addition && !$deletion && !$isBinary) {
337 # Either a deletion, an addition or a binary change.
351 # Addition
  /external/v8/test/mjsunit/
sum-0-plus-undefined-is-NaN.js 31 * @fileoverview Test addition of 0 and undefined.
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 1353 const signed char addition = buf[static_cast<int>(c)]; local
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeappendchildnodeancestor.js 84 An attempt to make such an addition should raise the
hc_nodechildnodesappendchild.js 87 addition to the child list. It should return the value 14.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement31.js 78 The insertRow() method inserts a new empty table row. In addition, when
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeappendchildnodeancestor.js 84 An attempt to make such an addition should raise the
hc_nodechildnodesappendchild.js 87 addition to the child list. It should return the value 14.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement31.js 78 The insertRow() method inserts a new empty table row. In addition, when
  /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;
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
waitbar_j.m 20 % the waitbar figure, in addition to setting the fractional
  /external/v8/src/arm/
simulator-arm.h 231 bool addition);
simulator-arm.cc     [all...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 292 static BigInt addition(BigInt a, BigInt b) { method in class:BigInt
BigInteger.java 391 return new BigInteger(BigInt.addition(lhs, rhs));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 307 // oldVal + addition.
308 void insertNumberIncrement(BLInstrumentationNode* node, Value* addition,
    [all...]
  /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...]
  /external/mesa3d/docs/
MESA_texture_array.spec 343 "In addition to image arrays for one-, two-, and three-dimensional
375 "In addition to the default textures TEXTURE_1D, TEXTURE_2D,
    [all...]
  /external/zlib/contrib/masmx64/
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/v8/benchmarks/
base.js 63 // addition to the reference timing that the final score will be based
  /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/oprofile/events/i386/nehalem/
events 70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.

Completed in 1791 milliseconds

1 2