HomeSort by relevance Sort by last modified time
    Searched refs:addition (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/v8/src/
d8-posix.cc 349 Handle<String> addition = String::New(buffer, length); local
350 accumulator = String::Concat(accumulator, addition);
  /external/v8/test/mjsunit/
error-constructors.js 78 // name is not tested above, but in addition we should have no enumerable
  /external/v8/src/arm/
simulator-arm.h 246 bool addition);
  /libcore/luni/src/main/java/java/math/
BigInt.java 254 static BigInt addition(BigInt a, BigInt b) { method in class:BigInt
BigInteger.java 425 return new BigInteger(BigInt.addition(lhs, rhs));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 306 // oldVal + addition.
307 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 77 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
95 ; all the +zlib1222add offsets are due to the addition of fields
  /external/chromium_org/v8/src/arm/
simulator-arm.h 280 bool addition);
  /external/chromium_org/third_party/mesa/src/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/libvorbis/doc/
08-residue.tex 232 stream undecodable. In addition, any codebook number greater than the
248 In addition to configuration information, the residue decode process
05-comment.tex 36 contents themselves are not null terminated. In addition to the vector
06-floor0.tex 41 this stream undecodable. In addition, any element of the array
  /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/src/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
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
base.js 64 // addition to the reference timing that the final score will be based
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging.js 217 // In addition to being an optimization, this also fixes a bug where if 2
  /external/chromium_org/v8/benchmarks/
base.js 63 // addition to the reference timing that the final score will be based
  /external/v8/benchmarks/
base.js 63 // addition to the reference timing that the final score will be based
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]
  /sdk/adtproductbuild/
Android.mk 94 # In addition, the root folder has a symlink to Eclipse.app/Contents/MacOS/eclipse. Since .zip files
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 194 * In addition to the AppWindowWrapper requirements the app scripts should
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js 63 // immediately, in addition to updating the location hash (we don't
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js 233 // addition

Completed in 4562 milliseconds

12 3 4