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

1 2 3 4 5 6

  /external/chromium_org/content/test/data/dom_storage/
sanity_check.js 27 "getItem('foo') != null prior to addition");
29 "key(0) != null prior to addition");
34 "storage.length != 1 after addition");
36 "getItem('foo') != 'bar' after addition");
38 "key(0) != 'foo' after addition");
51 "storage['foo'] != 'baz' after addition");
53 "storage['name'] != 'value' after addition");
  /external/chromium_org/native_client_sdk/src/doc/reference/
index.rst 7 addition, it contains information that's mainly of interest to developers who
  /external/stressapptest/src/
pattern.h 117 uint32 addition = (expected ^ index); local
118 uint32 carry = (addition & crc) >> 31;
120 return crc + addition + carry;
  /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/chromium_org/v8/test/webkit/
dfg-integer-optimization.js 25 "This tests that integer addition optimizations in the DFG are not performed too overzealously."
30 // optimizing the first to be an integer addition. The first one certainly is an integer addition,
31 // but the second one isn't - it must either be an integer addition with overflow checking, or a
32 // double addition.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 53 # When reversing an addition, check that the file matches what's being removed.
153 my $addition = 0;
155 $addition = 1 if ($diffHashRef->{isNew} || $diffHashRef->{copiedFromPath} || $patch =~ /\n@@ -0,0 .* @@/);
158 if (!$addition && !$deletion && !$isSvnBinary && $hasTextChunks) {
169 # Either a deletion, an addition or a binary change.
203 } elsif ($addition) {
204 # Reverse addition
svn-apply 231 # Addition or Modification
236 # Addition
271 # Addition or Modification
326 my $addition = 0;
328 $addition = 1 if ($diffHashRef->{isNew} || $patch =~ /\n@@ -0,0 .* @@/);
331 if (!$addition && !$deletion && !$isBinary && $hasTextChunks) {
343 # Either a deletion, an addition or a binary change.
356 } elsif ($addition) {
357 # Addition
  /external/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/
Android.mk 23 test_name := input.output/iostreams.base/fpos/fpos.operations/addition
24 test_src := addition.pass.cpp
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 100 protected void add(Interval addition) {
101 //System.out.println("add "+addition+" to "+intervals.toString());
102 if ( addition.b<addition.a ) {
109 if ( addition.equals(r) ) {
112 if ( addition.adjacent(r) || !addition.disjoint(r) ) {
114 Interval bigger = addition.union(r);
129 if ( addition.startsBeforeDisjoint(r) ) {
132 iter.add(addition);
    [all...]
  /external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
Android.mk 27 test_name := numerics/numarray/template.gslice.array/gslice.array.comp.assign/addition
28 test_src := addition.pass.cpp
  /external/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/
Android.mk 27 test_name := numerics/numarray/template.indirect.array/indirect.array.comp.assign/addition
28 test_src := addition.pass.cpp
  /external/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/
Android.mk 27 test_name := numerics/numarray/template.mask.array/mask.array.comp.assign/addition
28 test_src := addition.pass.cpp
  /external/libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/
Android.mk 27 test_name := numerics/numarray/template.slice.array/slice.arr.comp.assign/addition
28 test_src := addition.pass.cpp
  /external/chromium_org/tools/grit/grit/
exception.py 10 '''A base exception that uses the class's docstring in addition to any
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 33 # is chosen so that it is just below the value that triggers the addition of +1
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 66 int range, addition; local
131 addition = (alphamask+1)/8;
132 if ( (int)trans+addition > alphamask ) {
135 trans += addition;
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
  /external/chromium_org/v8/test/mjsunit/
sum-0-plus-undefined-is-NaN.js 31 * @fileoverview Test addition of 0 and undefined.
  /external/lldb/scripts/
sed-sources 42 Expand tabs to spaces (in addition to doing sed substitutions).
46 Unexpand spaces to tabs (in addition to doing sed substitutions).
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 67 In addition, a rendering context can be current for only one
70 In addition, an indirect rendering context can be current for
  /external/chromium_org/third_party/skia/
PRESUBMIT.py 137 'Issue owner, this CL must include an addition to the Skia AUTHORS '
  /external/eigen/lapack/
dlamch.f 44 *> rnd = 1.0 when rounding occurs in addition, 0.0 otherwise
150 *> the addition of A and B , for use in situations where optimizers
slamch.f 48 *> rnd = 1.0 when rounding occurs in addition, 0.0 otherwise
154 *> the addition of A and B , for use in situations where optimizers
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 67 In addition, a rendering context can be current for only one
70 In addition, an indirect rendering context can be current for

Completed in 1249 milliseconds

1 2 3 4 5 6