Searched refs:addition (Results 1 - 25 of 56) sorted by relevance

123

/external/stressapptest/src/
H A Dpattern.h117 uint32 addition = (expected ^ index); local
118 uint32 carry = (addition & crc) >> 31;
120 return crc + addition + carry;
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidator.java119 InputSource addition;
121 addition = new InputSource(new FileReader(file));
123 addition.setPublicId(file.toString());
124 layoutFiles.add(addition);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsvn-unapply53 # 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
H A Dsvn-apply326 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) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java100 protected void add(Interval addition) { argument
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/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c66 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/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
/external/chromium_org/third_party/icu/source/data/zone/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec67 In addition, a rendering context can be current for only one
70 In addition, an indirect rendering context can be current for
H A DMESA_texture_array.spec343 "In addition to image arrays for one-, two-, and three-dimensional
375 "In addition to the default textures TEXTURE_1D, TEXTURE_2D,
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dactionscript3.php14 * The default style is based on FlexBuilder2 coloring, with the addition of class, package, method and
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec67 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/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
/external/chromium/net/tools/flip_server/
H A Dbalsa_frame.cc1353 const signed char addition = buf[static_cast<int>(c)]; local
1354 if (addition >= 0) {
1360 static_cast<size_t>(addition))) {
1368 chunk_length_remaining_ = length_x_16 + addition;
1372 if (!chunk_length_character_extracted_ || addition == -1) {
/external/chromium_org/net/tools/flip_server/
H A Dbalsa_frame.cc1353 const signed char addition = buf[static_cast<int>(c)]; local
1354 if (addition >= 0) {
1360 static_cast<size_t>(addition))) {
1368 chunk_length_remaining_ = length_x_16 + addition;
1372 if (!chunk_length_character_extracted_ || addition == -1) {
/external/chromium_org/third_party/icu/source/data/lang/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
/external/chromium_org/third_party/icu/source/data/locales/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
/external/chromium_org/v8/src/
H A Dd8-posix.cc349 Handle<String> addition = String::New(buffer, length); local
350 accumulator = String::Concat(accumulator, addition);
/external/v8/src/
H A Dd8-posix.cc349 Handle<String> addition = String::New(buffer, length); local
350 accumulator = String::Concat(accumulator, addition);
/external/v8/src/arm/
H A Dsimulator-arm.h246 bool addition);
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp306 // oldVal + addition.
307 void insertNumberIncrement(BLInstrumentationNode* node, Value* addition,
992 // oldVal + addition.
994 Value* addition, bool atBeginning) {
1006 DEBUG(errs() << " Creating addition instruction.\n");
1009 addition, "pathNumber", insertPoint);
993 insertNumberIncrement(BLInstrumentationNode* node, Value* addition, bool atBeginning) argument
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c1013 static int tdb_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition) argument
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;
1549 tdb_off_t addition)
1553 if (transaction_write(tdb, size, NULL, addition) !
1548 transaction_expand_file(struct tdb_context *tdb, tdb_off_t size, tdb_off_t addition) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm77 ; 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/
H A Dsimulator-arm.h280 bool addition);
/external/libvorbis/doc/
H A D08-residue.tex232 stream undecodable. In addition, any codebook number greater than the
248 In addition to configuration information, the residue decode process

Completed in 574 milliseconds

123