PageRenderTime 1206ms queryTime 367ms sortTime 109ms getByIdsTime 223ms findMatchingLines 175ms

100+ results results for 'i++; source:Github repo:carrot-garden/carrot-jnlper' (1206 ms)

Not the results you expected?
gutils.h https://github.com/prajnashi/glib.git | C Header | 430 lines
                    
363  for (data = *stack_p; data; data = data->next)
                    
364    i++;
                    
365
                    
                
namei.c https://github.com/torvalds/linux.git | C | 584 lines
                    
358			*p++ = '/';
                    
359			i++;
                    
360			symname += 2;
                    
367			lc   = c;
                    
368			i++;
                    
369		}
                    
                
concepts.hpp https://github.com/mongodb/mongo.git | C++ Header | 388 lines
                    
138                ++i;
                    
139                (void)i++;
                    
140            }
                    
                
fhmm.c https://github.com/chuan/chmm.git | C | 507 lines
                    
215
                    
216    i++;
                    
217  }
                    
                
ReflectionUtils.cs https://github.com/xerxesb/ironruby.git | C# | 304 lines
                    
219                if (actualTypes[i] != requiredSignature[i]) return false;
                    
220                i++;
                    
221            }
                    
                
object.c https://github.com/russross/envoy.git | C | 502 lines
                    
464        if (offset * storage_server_count > info->length * (i + 1))
                    
465            i++;
                    
466    }
                    
                
jl2005bcd.c https://github.com/ynezz/linux-2.6.git | C | 531 lines
                    
149			return retval;
                    
150		i++;
                    
151	}
                    
                
BacktrackTransformer.java https://github.com/ptII/ptII.git | Java | 337 lines
                    
118                 }
                    
119                 i++;
                    
120                 }
                    
                
GoogleVisualization.cs https://github.com/nicknystrom/ascend.git | C# | 355 lines
                    
58                r.Cells.Add(c);
                    
59                i++;
                    
60            }
                    
                
RubyArrayTests.cs https://github.com/shri/ironruby.git | C# | 359 lines
                    
129                Assert(item.Equals(values[i]));
                    
130                i++;
                    
131            }
                    
                
jazzdma.c https://github.com/fzqing/linux-2.6.git | C | 565 lines
                    
196		pgtbl[i].owner = VDMA_PAGE_EMPTY;
                    
197		i++;
                    
198	}
                    
                
police.c https://github.com/xtreamerdev/linux-xtr.git | C | 612 lines
                    
100			r->rta_len = skb->tail - (u8*)r;
                    
101			n_i++;
                    
102		}
                    
                
V2d_Viewer.cxx https://github.com/HuguesDelorme/oce.git | C++ | 445 lines
                    
237      if(!M.Contains(i)) index =i;
                    
238      i++;
                    
239    }
                    
                
kernel.cpp https://github.com/ShotaroTsuji/mona.git | C++ | 457 lines
                    
348    if (i % 2) g_console->printf("\n");
                    
349    i++;
                    
350}
                    
                
ADTFile.cpp https://github.com/shlainn/pseuwow.git | C++ | 384 lines
                    
38        unsigned n = inbuf[offI] & 0x7F;
                    
39        offI++;
                    
40        for( unsigned k = 0; k < n; k++ )
                    
44            if( !fill )
                    
45                offI++;
                    
46        }
                    
46        }
                    
47        if( fill ) offI++;
                    
48    }
                    
                
miniupnpcmodule.c git://github.com/RJ/libportfwd.git | C | 460 lines
                    
81	for(dev = self->devlist, i = 0; dev; dev = dev->pNext)
                    
82		i++;
                    
83	res = Py_BuildValue("i", i);
                    
                
writeMeshObj.C https://github.com/OpenCFD/OpenFOAM-1.7.x.git | C | 545 lines
                    
70        writeOBJ(mesh.points()[pointI], pointStream);
                    
71        vertI++;
                    
72    }
                    
119                meshTools::writeOBJ(str, mesh.points()[e[0]]);
                    
120                v0 = vertI++;
                    
121                pointToObj.insert(e[0], v0);
                    
134                meshTools::writeOBJ(str, mesh.points()[e[1]]);
                    
135                v1 = vertI++;
                    
136                pointToObj.insert(e[1], v1);
                    
367
                    
368        meshTools::writeOBJ(pointStream, mesh.points()[e[0]]); vertI++;
                    
369        meshTools::writeOBJ(pointStream, mesh.points()[e[1]]); vertI++;
                    
                
testExtendedStencil.C https://github.com/OpenCFD/OpenFOAM-1.7.x.git | C | 498 lines
                    
72    meshTools::writeOBJ(str, fc);
                    
73    vertI++;
                    
74
                    
77        meshTools::writeOBJ(str, stencilCc[i]);
                    
78        vertI++;
                    
79        str << "l 1 " << vertI << nl;
                    
                
TerminalList.java https://github.com/rstudio/rstudio.git | Java | 482 lines
                    
241         }
                    
242         i++;
                    
243      }
                    
                
sql.php https://github.com/radixcl/powerirc.git | PHP | 503 lines
                    
238				}
                    
239				$ii++;
                    
240				$trid = uniqid();
                    
                
contract_profile.cc https://github.com/reflectometry/refl1d.git | C++ | 435 lines
                    
142      }
                    
143      newi++;
                    
144
                    
219    } /* First layer uses substrate values */
                    
220    newi++;
                    
221  }
                    
299    } /* First layer uses substrate values */
                    
300    newi++;
                    
301  }
                    
399      dz += d[i];
                    
400      i++;
                    
401    }
                    
414    }
                    
415    newi++;
                    
416  }
                    
                
fsevents-handler.js https://github.com/Zifro/noskvabbel.git | JavaScript | 412 lines
                    
137  var i = 0;
                    
138  while (!path.indexOf(root) && (path = sysPath.dirname(path)) !== root) i++;
                    
139  return i;
                    
                
jquery.tipsy.js https://github.com/bigmlcom/tipsy.git | JavaScript | 357 lines
                    
36                } else {
                    
37                    i++;
                    
38                }
                    
                
lua.c https://github.com/UberGames/RPG-X2.git | C | 477 lines
                    
369        if (argv[i][2] == '\0') {  /* no concatenated argument? */
                    
370          i++;  /* try next 'argv' */
                    
371          if (argv[i] == NULL || argv[i][0] == '-')
                    
                
Animate.java https://github.com/firestar/animation.git | Java | 296 lines
                    
214                                g.gt(hi);
                    
215                                hi++;
                    
216                            }
                    
227                                    g.gt(hi);
                    
228                                    hi++;
                    
229                                }
                    
                
traps.c https://github.com/ido/linux.git | C | 540 lines
                    
232			printk(" [<%08lx>]", addr);
                    
233			i++;
                    
234		}
                    
                
util.pm https://github.com/txdv/psychostats4.git | Perl | 442 lines
                    
170		$num /= $blocksize;
                    
171		$i++;
                    
172	}
                    
                
adfile.c https://github.com/oza/FreeBSD-7.3-dyntick.git | C | 398 lines
                    
158    FilenameBuf[i] = '_';
                    
159    i++;
                    
160
                    
                
SvolLoader_DTTop1.0.h https://github.com/ITKv4-LevelSets/dtgrid_library.git | C Header | 417 lines
                    
102	    ptr[j] = tmp;
                    
103	    i++; j--;
                    
104	}
                    
                
ext_mailparse.cpp https://github.com/openparallel/hiphop-php.git | C++ | 438 lines
                    
47        while (i + 1 < l && (s[i + 1] == ' ' || s[i + 1] == '\t')) {
                    
48          i++;
                    
49        }
                    
                
R600Packetizer.cpp https://github.com/yiannist/llvm.git | C++ | 404 lines
                    
77    if (I->isBundle())
                    
78      BI++;
                    
79    int LastDstChan = -1;
                    
                
jquery.autotype.js https://github.com/mmonteleone/jquery.autotype.git | JavaScript | 283 lines
                    
74                    // skip the next "{"                    
                    
75                    i++;
                    
76                    
                    
85                    // skip the next "}"
                    
86                    i++;
                    
87                
                    
                
string.cpp https://github.com/grapefrukt/poro.git | C++ | 553 lines
                    
297		pos = return_value.find( what, pos );
                    
298		i++;
                    
299	}
                    
                
FileWatcher.cpp https://github.com/cinder/Cinder.git | C++ | 451 lines
                    
120
                    
121		i++;
                    
122	}
                    
                
mvs_soc.c https://github.com/freebsd/freebsd.git | C | 470 lines
                    
116	     mvs_ids[i].rev > revid))
                    
117		i++;
                    
118	ctlr->channels = mvs_ids[i].ports;
                    
                
asn.cpp https://github.com/etotheipi/PyBtcEngine.git | C++ | 597 lines
                    
21		bt.Put(byte(length));
                    
22		i++;
                    
23	}
                    
26		bt.Put(byte(BytePrecision(length) | 0x80));
                    
27		i++;
                    
28		for (int j=BytePrecision(length); j; --j)
                    
30			bt.Put(byte(length >> (j-1)*8));
                    
31			i++;
                    
32		}
                    
233			BERDecodeError();
                    
234		i++;
                    
235		if (v >> (8*sizeof(v)-7))	// v about to overflow
                    
                
XmlNav.php https://github.com/jonasjonas/depage-cms.git | PHP | 479 lines
                    
107
                    
108            $i++;
                    
109        }
                    
                
sthlm-admin-page.js https://github.com/Jonatan/Sthlm-Gallery.git | JavaScript | 639 lines
                    
130				$allImagesContainer.find(".sthlm-thumb[data-thumb-id='"+thumbID+"']").addClass('sthlm-thumb-exist');
                    
131				i++;
                    
132			});
                    
191			order[i] = $(this).attr('data-thumb-id');
                    
192			i++;
                    
193		});
                    
419			order[i] = $(this).attr('data-thumb-id');
                    
420			i++;
                    
421		});
                    
                
DVDDemuxPVRClient.cpp git://github.com/xbmc/xbmc.git | C++ | 505 lines
                    
458  int i = 0;
                    
459  while (i < MAX_STREAMS && m_streams[i]) i++;
                    
460  return i;
                    
                
Code93Reader.java git://github.com/phonegap/phonegap-plugins.git | Java | 275 lines
                    
244        // bump up i again since we read two characters
                    
245        i++;
                    
246      } else {
                    
                
qcommandline.cpp https://github.com/ariya/phantomjs.git | C++ | 534 lines
                    
297    else if (forward)
                    
298      i++;
                    
299  }
                    
                
Interpreter.java https://github.com/brasten/jruby.git | Java | 299 lines
                    
94            System.out.println("Time to interpret         : " + (t10 - t9));
                    
95            i++;
                    
96        }
                    
                
CircleLayout.as git://github.com/johnyanarella/flare.git | ActionScript | 270 lines
                    
172						                     startAngle - (i/N)*angleWidth);
                    
173					i++;
                    
174				};
                    
                
RepeaterJXPathAdapter.java https://github.com/apache/cocoon.git | Java | 228 lines
                    
69                tsortedItems.add(item);
                    
70                i++;
                    
71                item = getItem(i);
                    
                
CoordinateArrays.java https://github.com/thjarvin/geotools.git | Java | 456 lines
                    
76				return compare;
                    
77			i++;
                    
78		}
                    
                
OAIMetadataFormat_NLM.inc.php https://github.com/budalokko/ojs.git | PHP | 278 lines
                    
47			foreach ($sections as $thisSection) {
                    
48				$sectionSeq[$thisSection->getSectionId()] = $i++;
                    
49			}
                    
                
ArrayXXXCollection.vm git://github.com/JodaOrg/joda-primitives.git | Velocity Template Language | 428 lines
                    
291        while (i < endInclusive) {
                    
292            data[size++] = i++;
                    
293        }
                    
                
amlogic-gxl-cipher.c https://github.com/android/kernel_common.git | C | 374 lines
                    
172		eat += todo;
                    
173		i++;
                    
174		tloffset++;
                    
                
dbo_firebird.php https://github.com/jrmuizel/mozilla-cvs-history.git | PHP | 517 lines
                    
494					$resultRow[$table][$column] = $row[$index];
                    
495					$i++;
                    
496				}
                    
                
Tags.hx git://github.com/cambiata/cx.git | Haxe | 278 lines
                    
231							var count = 1;
                    
232							i++;
                    
233							while( i < max ) {
                    
249						} else if( (c >= 'a'.code && c <= 'z'.code) || (c >= 'A'.code && c <= 'Z'.code) || c == '_'.code ) {
                    
250							i++;
                    
251							while( true ) {
                    
253								if( (c >= 'a'.code && c <= 'z'.code) || (c >= 'A'.code && c <= 'Z'.code) || (c >= '0'.code && c <= '9'.code) || c == '_'.code )
                    
254									i++;
                    
255								else
                    
261						} else if( c == '$'.code ) {
                    
262							start = i++;
                    
263							continue;
                    
                
pr_lex.c git://github.com/lbsmith/ProQCC.git | C | 705 lines
                    
371	pr_token[i] = c;
                    
372	i++;
                    
373	pr_file_p++;
                    
                
mod_xmlent.c https://github.com/atz/OpenILS-Evergreen.git | C | 429 lines
                    
195				str[i] = n;\
                    
196			i++;\
                    
197		}\
                    
219
                    
220		i++;
                    
221	}
                    
                
SimpleCharStream.java https://github.com/ColinHarrington/grails-core.git | Java | 485 lines
                    
464            columnDiff = nextColDiff;
                    
465            i++;
                    
466        }
                    
                
queue.cpp https://github.com/xmirakulix/openttd-xmix.git | C++ | 489 lines
                    
139		if (this->GetElement(i + 1).item == item) break;
                    
140		i++;
                    
141	} while (i < this->size);
                    
156		 */
                    
157		i++;
                    
158
                    
                
CollectionApiLockingTest.java git://github.com/apache/solr.git | Java | 149 lines
                    
143      Thread.sleep(10);
                    
144      i++;
                    
145    }
                    
                
CCTMXLayer.m https://github.com/insurgentgames/teh-internets.git | Objective C | 483 lines
                    
77			break;
                    
78		i++;
                    
79	}
                    
                
rbz.c git://github.com/ricbit/Oldies.git | C | 470 lines
                    
104            *pbuffer++=value2;
                    
105            i++;
                    
106          }
                    
109          *pbuffer++=value;
                    
110          i++;
                    
111          normal++;
                    
                
org_lwjgl_openal_ALC10.c https://github.com/Arttuv/The-Last-Little-Defender.git | C | 322 lines
                    
106			while (alcString[i - 1] != '\0' || alcString[i] != '\0') { 
                    
107				i++; 
                    
108			}
                    
                
OctaveXMLWriter.cc https://github.com/sbigaret/Euclide.git | C++ | 541 lines
                    
219
                    
220				i++;
                    
221				j++;
                    
463			}
                    
464			i++;
                    
465			j++;
                    
                
card.c git://github.com/torvalds/linux.git | C | 458 lines
                    
44					break;
                    
45				i++;
                    
46			}
                    
                
SchemaConnection.php https://github.com/EOL/eol_php_code.git | PHP | 353 lines
                    
65                unset($a);
                    
66                $i++;
                    
67            }
                    
153                unset($a);
                    
154                $i++;
                    
155            }
                    
286                        unset($a);
                    
287                        $i++;
                    
288                    }
                    
                
smbtrans2find.c https://github.com/cao-xx/plan-9.git | C | 333 lines
                    
120		if (!smbmatch(dc->buf[dc->i].name, r)) {
                    
121			dc->i++;
                    
122			continue;
                    
143		}
                    
144		dc->i++;
                    
145		e++;
                    
                
MessageCorpusTests.java git://github.com/dimagi/rapidandroid.git | Java | 310 lines
                    
127					tokenizedLine[toki] = st.nextToken();
                    
128					toki++;
                    
129				}
                    
                
hfi_parser.c https://github.com/torvalds/linux.git | C | 325 lines
                    
159		rawfmts[i].buftype = fmt->buffer_type;
                    
160		i++;
                    
161
                    
                
PushNotification.cs git://github.com/arashnorouzi/Moon-APNS.git | C# | 409 lines
                    
147            }
                    
148            i++;
                    
149        }
                    
                
ConvertCharset.class.php https://github.com/Phorum/Core.git | PHP | 307 lines
                    
190                 if (($this -> FromCharset == "gsm0338") && ($HexChar == '1B')){
                    
191                     $i++;
                    
192                     $HexChar .= strtoupper(dechex(ord($StringToChange[$i])));
                    
                
clk.c git://github.com/CyanogenMod/lge-kernel-sniper.git | C | 321 lines
                    
101		services_clks[i].clk_handle = NULL;
                    
102		i++;
                    
103	}
                    
132		services_clks[i].clk_handle = clk_handle;
                    
133		i++;
                    
134	}
                    
                
UIDUtil.as https://github.com/ingydotnet/yaml-oscon2009-talk.git | ActionScript | 385 lines
                    
225                var h1:uint = getDigit(c);
                    
226                i++;
                    
227                var h2:uint = getDigit(uid.charAt(i));
                    
                
MY_string_helper.php git://github.com/daylightstudio/FUEL-CMS.git | PHP | 292 lines
                    
146			$out .= (!in_array($word, $exceptions) OR $i == 0) ? strtoupper($word{0}) . substr($word, 1) . " " : $word . " ";
                    
147			$i++;
                    
148		}
                    
                
process.d git://github.com/JesseKPhillips/Juno-Windows-Class-Library.git | D | 433 lines
                    
255        if (*str == '\\') slash = str;
                    
256        str++, i++;
                    
257        if (i >= length)
                    
                
Binding.as https://github.com/artman/Flow.git | ActionScript | 520 lines
                    
273			{
                    
274				i++;
                    
275			}
                    
                
tsort.c https://github.com/nacho/libgit2.git | C | 367 lines
                    
46		while (cmp(x, dst[i]) == 0)
                    
47			i++;
                    
48		return i;
                    
                
EventLogRecord.cs https://github.com/mono/mono.git | C# | 394 lines
                    
277                theValues[i] = o.ToString();
                    
278                i++;
                    
279            } 
                    
                
i2c-sh7760.c git://github.com/CyanogenMod/cm-kernel.git | C | 577 lines
                    
352		msgs++;
                    
353		i++;
                    
354	}
                    
                
framebuffer.cpp git://github.com/CyanogenMod/android_hardware_msm7k.git | C++ | 416 lines
                    
161        fd = open(name, O_RDWR, 0);
                    
162        i++;
                    
163    }
                    
                
PlancakeEmailParser.php git://github.com/plancake/official-library-php-email-parser.git | PHP | 338 lines
                    
113            }
                    
114            $i++;
                    
115        }
                    
                
gdkanji.c git://github.com/smorin/f4f.arc.git | C | 660 lines
                    
426	    {
                    
427	      i++;
                    
428	      if (from[i] == '$')
                    
431		  hankaku = FALSE;
                    
432		  i++;
                    
433		}
                    
436		  jisx0208 = FALSE;
                    
437		  i++;
                    
438		  if (from[i] == 'I')	/* Hankaku Kana */
                    
                
ctcpparser.cpp https://github.com/sandsmark/quassel-web.git | C++ | 346 lines
                    
136                    messagepart = xdelimquote.value();
                    
137                    i++;
                    
138                    break;
                    
                
ISort.as git://github.com/reflex/reflex-framework.git | ActionScript | 325 lines
                    
79     *            result = compareValues(a[propName], b[propName]);
                    
80     *            i++;
                    
81     *        }
                    
                
OrderResource.java git://github.com/jersey/jersey-1.x.git | Java | 196 lines
                    
130            if (i >= start && i < start + size) list.add(order);
                    
131            i++;
                    
132         }
                    
                
TestQtSQLDatabase.cxx git://github.com/Kitware/VTK.git | C++ | 287 lines
                    
76    {
                    
77      i++;
                    
78      dbtype = argv[i];
                    
82    {
                    
83      i++;
                    
84      database = argv[i];
                    
88    {
                    
89      i++;
                    
90      user = argv[i];
                    
99    {
                    
100      i++;
                    
101      host = argv[i];
                    
105    {
                    
106      i++;
                    
107      port = atoi(argv[i]);
                    
                
AnnotationShadow.java https://github.com/sierramoxon/ZFINmine.git | Java | 254 lines
                    
196            if ((i < notXml.length) && "aqualifier".equals(notXml[i])) {
                    
197                i++;
                    
198                StringBuilder string = null;
                    
200                    if (string == null) string = new StringBuilder(notXml[i]);
                    
201                    i++;
                    
202                    string.append("$_^").append(notXml[i].substring(1));
                    
204                qualifier = string == null ? notXml[i] : string.toString();
                    
205                i++;
                    
206            }
                    
207            if ((i < notXml.length) &&"rproperty".equals(notXml[i])) {
                    
208                i++;
                    
209                property = new ProxyReference(os, Integer.valueOf(notXml[i]), org.intermine.model.bio.BioProperty.class);
                    
209                property = new ProxyReference(os, Integer.valueOf(notXml[i]), org.intermine.model.bio.BioProperty.class);
                    
210                i++;
                    
211            };
                    
                
002a-Spec-for-Segment_group.t git://github.com/atz/Business-EDI.git | Perl | 97 lines
                    
43foreach my $part (@{$perl->{body}}) {
                    
44    $i++;
                    
45    next unless ok((ref $part and scalar keys %$part), "EDI interchange message $i has structure.");
                    
                
WorkingContextManager.java git://github.com/JetBrains/intellij-community.git | Java | 267 lines
                    
118        do {
                    
119          entryName = "context" + i++;
                    
120        } while (archive.getEntry("/" + entryName) != null);
                    
                
SimpleStringKeyMap.java git://github.com/jillesvangurp/jsonj.git | Java | 345 lines
                    
253                result[i] = e;
                    
254                i++;
                    
255            }
                    
                
FFT.cc https://github.com/glasser/phosphoressence.git | C++ | 320 lines
                    
194        cossintable[i][1] = (float)sinf(theta);
                    
195        i++;
                    
196        dftsize <<= 1;
                    
                
LexNimrod.cxx https://github.com/mkottman/scite.git | C++ | 430 lines
                    
89      buf[i] = static_cast<char>(tolower(ch));
                    
90      i++;
                    
91    }
                    
                
blockreduce.py git://github.com/zynga/jasy.git | Python | 529 lines
                    
122              {
                    
123                i++;
                    
124              }
                    
                
cx25821-i2c.c git://github.com/tom3q/spica-3.0.git | C | 425 lines
                    
259				goto err;
                    
260			i++;
                    
261			retval = i2c_readbytes(i2c_adap, &msgs[i], 1);
                    
                
media.php git://github.com/tcm-project/tangocms.git | PHP | 410 lines
                    
277				try {
                    
278					$identifier = zula_clean( $name ).$i++;
                    
279					$this->getCategory( $identifier, false );
                    
                
word.c https://github.com/camion/hash-dico.git | C | 230 lines
                    
224            fprintf(output,"[%4d] %s\n",i,index->value->word);
                    
225            i++;
                    
226        }
                    
                
cache.inc.php https://github.com/kaasius/zabbix-cms.git | PHP | 286 lines
                    
189        }
                    
190        $i++;
                    
191        usleep(100);
                    
                
saveload.cpp git://github.com/scummvm/scummvm.git | C++ | 393 lines
                    
150					warning("SagaEngine::load wrong save %s format", name);
                    
151					i++;
                    
152					continue;
                    
                
LocationUtil.java https://github.com/zwollner/zMod.git | Java | 286 lines
                    
213	    }
                    
214	    i++;
                    
215	    yCord++;
                    
                
FemoraleAPI.php https://github.com/EOL/eol_php_code.git | PHP | 222 lines
                    
47                {
                    
48                    $i++;
                    
49                    $rec = array();
                    
                
Window.cpp https://github.com/gigaplex/FlyingStringDefence.git | C++ | 359 lines
                    
79		cout << "deleted shootable " << i << endl;
                    
80		i++;
                    
81#endif
                    
88		cout << "deleted projectile " << i << endl;
                    
89		i++;
                    
90#endif
                    
97		cout << "deleted explosion " << i << endl;
                    
98		i++;
                    
99#endif
                    
                
localize_test.cpp git://github.com/android/platform_frameworks_base.git | C++ | 222 lines
                    
140                printf("        apps[%02d]='%s'\n", i, app->c_str());
                    
141                i++;
                    
142            }
                    
145                    reject!=setting.reject.end(); reject++) {
                    
146                i++;
                    
147                printf("      reject[%02d]=('%s','%s','%s')\n", i, reject->file.c_str(),
                    
                
BackupDataTest.java git://github.com/CyanogenMod/android_frameworks_base.git | Java | 291 lines
                    
147        int i = 0;
                    
148        deleteEntity(bdo, KEYS[i]); i++;
                    
149        writeEntity(bdo, KEYS[i], DATA[i].getBytes()); i++;
                    
149        writeEntity(bdo, KEYS[i], DATA[i].getBytes()); i++;
                    
150        writeEntity(bdo, KEYS[i], DATA[i].getBytes()); i++;
                    
151        deleteEntity(bdo, KEYS[i]); i++;
                    
                
StaxUtil.java git://github.com/CleverCloud/Quercus.git | Java | 450 lines
                    
141          if (prefix.equals(unique)) {
                    
142            i++;
                    
143            unique = "ns" + i;
                    
                
jsuperhash.cpp https://github.com/hpcc-systems/HPCC-Platform.git | C++ | 608 lines
                    
261                break;
                    
262            i++;
                    
263            if (i==tablesize)
                    
459    while (i < tablesize && !table[i])
                    
460        i++;
                    
461    return i;
                    
591    {
                    
592        i++;
                    
593        if (i>=tablesize)
                    
                
PhpMatcherDumper.php git://github.com/pmjones/php-framework-benchmarks.git | PHP | 294 lines
                    
83        foreach ($routeIterator as $name => $route) {
                    
84            $i++;
                    
85
                    
110
                    
111                            $i++;
                    
112                            $keys[$j] = null;
                    
                
CMssqlCommandBuilder.php git://github.com/pmjones/php-framework-benchmarks.git | PHP | 339 lines
                    
89					$values[self::PARAM_PREFIX.$i]=$column->typecast($value);
                    
90					$i++;
                    
91				}
                    
                
DefaultContextManager.java https://github.com/apache/cocoon.git | Java | 352 lines
                    
119            found = reservedContextNames[i].equals(name);
                    
120            i++;
                    
121        }
                    
                
PipelineAuthenticator.java https://github.com/apache/cocoon.git | Java | 307 lines
                    
95                        } else {
                    
96                            i++;
                    
97                        }
                    
                
wikiparser_test.php git://github.com/moodle/moodle.git | PHP | 247 lines
                    
73        while($this->assertTestFile($i, $markup)) {
                    
74            $i++;
                    
75        }
                    
                
ParamHelper.java git://github.com/JetBrains/intellij-community.git | Java | 213 lines
                    
72      }
                    
73      i++;
                    
74    }
                    
                
testdate_iterator.cpp git://github.com/MisterTea/HyperNEAT.git | C++ | 367 lines
                    
67      check("day iterator -- 2 days", DayAnswers[i] == *ditr);
                    
68      i++;
                    
69    }
                    
89      check("week iterator", WeekAnswers[i] == *ditr);
                    
90      i++;
                    
91    }
                    
110      check("week iterator", WeekAnswers[i] == *ditr);
                    
111      i++;
                    
112    }
                    
131      check("week iterator -- 2 weeks", WeekAnswers[i] == *ditr);
                    
132      i++;
                    
133    }
                    
160        check("month iterator: " + to_iso_string(*ditr), MonthAnswers[i] == *ditr);
                    
161        i++;
                    
162      }
                    
                
elf_ops.h https://github.com/edgarigl/tlmu.git | C Header | 297 lines
                    
149        }
                    
150        i++;
                    
151    }
                    
                
BitTools.cs https://github.com/slau/ManagedMediaHelpers.git | C# | 335 lines
                    
240                {
                    
241                    pati++;
                    
242                }
                    
251
                    
252                di++;
                    
253
                    
                
path_driver.c https://github.com/schwern/alien-svn.git | C | 298 lines
                    
175      last_path = path;
                    
176      i++;
                    
177    }
                    
                
acinclude.m4 git://github.com/systemc/scv-1.0p2-sysc2.2.git | m4 | 289 lines
                    
229    if(strcmp(str, (*testP)[i].name) != 0) ++failed;
                    
230    i++;
                    
231  }
                    
                
label.h git://github.com/torvalds/linux.git | C Header | 466 lines
                    
167	if ((I).j >= (L2)->size) {					\
                    
168		(I).i++;						\
                    
169		(I).j = 0;						\
                    
                
 

Source

Language