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

1 2 3 4

  /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/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.
dfg-constant-fold-misprediction.js 38 // integer but that contains a double. The subsequent addition to x, which is
  /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/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/chromium_org/tools/grit/grit/
exception.py 10 '''A base exception that uses the class's docstring in addition to any
  /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.
error-constructors.js 45 // name is not tested above, but in addition we should have no enumerable
  /external/v8/test/mjsunit/
sum-0-plus-undefined-is-NaN.js 31 * @fileoverview Test addition of 0 and undefined.
  /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/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
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 1353 const signed char addition = buf[static_cast<int>(c)]; local
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_frame.cc 1353 const signed char addition = buf[static_cast<int>(c)]; local
    [all...]
  /external/chromium_org/third_party/icu/source/data/lang/
reslocal.mk 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
  /external/chromium_org/third_party/icu/source/data/locales/
reslocal.mk 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
  /system/media/camera/docs/
camera_metadata_tags.mako 73 * addition, the name and type of the tag needs to be added to
  /external/chromium_org/v8/src/
d8-posix.cc 349 Handle<String> addition = String::New(buffer, length); local
350 accumulator = String::Concat(accumulator, addition);
  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 69 // This addition will have a double type feedback so ChangeI2D will

Completed in 1256 milliseconds

1 2 3 4