PageRenderTime 1479ms queryTime 654ms sortTime 59ms getByIdsTime 353ms findMatchingLines 80ms

100+ results results for 'i++; source:GitLab repo:mba811/webAudio' (1479 ms)

Not the results you expected?
qcommandline.cpp https://gitlab.com/x33n/phantomjs | C++ | 535 lines
                    
297    else if (forward)
                    
298      i++;
                    
299  }
                    
                
pdp8.c https://gitlab.com/jhw866/cs429 | C | 654 lines
                    
577			values1[i] = c;
                    
578			i++;
                    
579			c = getc(input);
                    
601			values2[i] = c;
                    
602			i++;
                    
603			c = getc(input);
                    
                
jl2005bcd.c https://gitlab.com/Skylake/linux-kernel | C | 531 lines
                    
149			return retval;
                    
150		i++;
                    
151	}
                    
                
asn.cpp https://gitlab.com/Ephemeral/Source | 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
                    
                
index.js https://gitlab.com/sawmainek/528Express-Server | JavaScript | 283 lines
                    
74                    // skip the next "{"                    
                    
75                    i++;
                    
76                    
                    
85                    // skip the next "}"
                    
86                    i++;
                    
87                
                    
                
R600Packetizer.cpp https://gitlab.com/wustl-pctg-pub/llvm-cilk | C++ | 404 lines
                    
77    if (I->isBundle())
                    
78      BI++;
                    
79    int LastDstChan = -1;
                    
                
jazzdma.c https://gitlab.com/envieidoc/advancedtomato2 | C | 541 lines
                    
195		pgtbl[i].owner = VDMA_PAGE_EMPTY;
                    
196		i++;
                    
197	}
                    
                
list.c https://gitlab.com/oytunistrator/QuIP | C | 617 lines
                    
187	while( np!=NO_NODE ){
                    
188		i++;
                    
189		np=NODE_NEXT(np);
                    
                
DVDDemuxPVRClient.cpp https://gitlab.com/jothow/kodi | C++ | 503 lines
                    
457  int i = 0;
                    
458  while (i < MAX_STREAMS && m_streams[i]) i++;
                    
459  return i;
                    
                
paf.c https://gitlab.com/mba811/libav.git | C | 450 lines
                    
197        copy_block4(dst, src, c->width, c->width, 4);
                    
198        i++;
                    
199        if ((i & 0x3F) == 0)
                    
                
PagSeguroTransactionParser.class.php https://gitlab.com/maickonrangel/HelpRpg.br | PHP | 400 lines
                    
172                    $items[$i] = $item;
                    
173                    $i++;
                    
174                }
                    
                
DateUtils.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 252 lines
                    
162      } catch (ParseException e) {
                    
163        i++;
                    
164      } catch (NumberFormatException e) {
                    
164      } catch (NumberFormatException e) {
                    
165        i++;
                    
166      }
                    
                
WebAppMetadataImplTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 223 lines
                    
180            }
                    
181            i++;
                    
182        }
                    
                
BufferedTokenStream.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 272 lines
                    
267        while ( tokens.get(i).getType()!=Token.EOF ) {
                    
268            i++;
                    
269            sync(i);
                    
                
PatchByteCode.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 181 lines
                    
101                pos += 8;
                    
102                i++; // next entry is ignored
                    
103                break;
                    
                
EvaluationSourceGenerator.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 229 lines
                    
90					if (inString) { // skip the char after an escape char
                    
91						i++;
                    
92					}
                    
                
BCG.java https://gitlab.com/rprotas/protas.roman | Java | 273 lines
                    
24                dp[i] = ImageAlgorithms.changeBrightness(sp[i], db);
                    
25                i++;
                    
26            }
                    
41                dp[i] = ImageAlgorithms.changeGamma(sp[i]);
                    
42                i++;
                    
43                }
                    
67            	dp[i] = ImageAlgorithms.changeContrast(sp[i]);
                    
68                i++;
                    
69            }
                    
                
beanDB.java https://gitlab.com/alexaltair/proyectoBdSteam | Java | 299 lines
                    
66	                      j++;
                    
67	                      i++;
                    
68	                  }
                    
122		        		  }
                    
123	        			  i++;
                    
124		        	  }
                    
175		        		  }
                    
176	        			  i++;
                    
177		        	  }
                    
                
qrad3.c https://gitlab.com/viciious/netradiant | C | 717 lines
                    
609			numbounce = atoi (argv[i+1]);
                    
610			i++;
                    
611		}
                    
623			numthreads = atoi (argv[i+1]);
                    
624			i++;
                    
625		}
                    
628			subdiv = atoi (argv[i+1]);
                    
629			i++;
                    
630		}
                    
633			lightscale = atof (argv[i+1]);
                    
634			i++;
                    
635		}
                    
639			printf ("direct light scaling at %f\n", direct_scale);
                    
640			i++;
                    
641		}
                    
                
paf.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 455 lines
                    
178        copy_block4(dst, src, avctx->width, avctx->width, 4);
                    
179        i++;
                    
180        if ((i & 0x3F) == 0)
                    
                
utils.js https://gitlab.com/maudebo/tp-maudebaillyotis | JavaScript | 371 lines
                    
56            iterator.call(context, obj[i], i, obj);
                    
57            i++;
                    
58        }
                    
134        }
                    
135        i++;
                    
136    }
                    
281            }
                    
282            i++;
                    
283        }
                    
314        values[i] = val;
                    
315        i++;
                    
316    }
                    
348        }
                    
349        i++;
                    
350    }
                    
                
frontend-nav-menu.php https://gitlab.com/mostafame/team_website | PHP | 280 lines
                    
84					$lang_item->classes = $lang['classes'];
                    
85					$lang_item->menu_order += $offset + $i++;
                    
86					$new_items[] = $lang_item;
                    
                
hdmi_edid.c https://gitlab.com/pine64-android/brandy | C | 379 lines
                    
203		}
                    
204		i++;
                    
205	}
                    
                
Config.php https://gitlab.com/dksaputra/scarf | PHP | 274 lines
                    
210                    $str .= $prefix . $key . '=' . $val;
                    
211                    $i++;
                    
212                }
                    
                
actualactual.cpp https://gitlab.com/arthurpham/QuantLib | C++ | 210 lines
                    
141                    sum += period;
                    
142                    i++;
                    
143                }
                    
                
generic_buffer.c https://gitlab.com/tibmeister52761/bbb-kernel | C | 321 lines
                    
51		bytes = channels[i].location + channels[i].bytes;
                    
52		i++;
                    
53	}
                    
                
LegacyCommonTokenStream.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 394 lines
                    
147		while ( i<n && ((Token)tokens.get(i)).getChannel()!=channel ) {
                    
148			i++;
                    
149		}
                    
                
card.c https://gitlab.com/kush/linux | C | 458 lines
                    
44					break;
                    
45				i++;
                    
46			}
                    
                
LexOpal.cxx https://gitlab.com/zhaohaiyi/tortoisegit | C++ | 525 lines
                    
34		s[i] = static_cast<char>( styler[ start + i ] );
                    
35		i++;
                    
36	}
                    
                
FoldedLineWriter.java https://gitlab.com/benjamin.beau/biweekly | Java | 366 lines
                    
203					while (Character.isWhitespace(c) && i < end - 1) {
                    
204						i++;
                    
205						c = cbuf[i];
                    
236				if (Character.isLowSurrogate(c)) {
                    
237					i++;
                    
238					if (i >= end - 1) {
                    
                
fmplayer.cpp https://gitlab.com/qliss3d/pkg-debian-full | C++ | 655 lines
                    
293	ptr++;
                    
294	i++;
                    
295	if(ptr >= package->values + package->getRval()){
                    
                
Config.php https://gitlab.com/devtoannh/cafe | PHP | 323 lines
                    
130        foreach($configArray AS $k => $v) {
                    
131            $i++;
                    
132            $tree .= $this->_printTree($k, $v, 1, count($configArray)==$i);
                    
172            foreach ($value as $k => $v) {
                    
173                $i++;
                    
174                $tree .= $this->_printTree($k, $v, $level+1, (count($value)==$i));
                    
                
collection.js https://gitlab.com/adriancarayol/django-angular2 | JavaScript | 369 lines
                    
76            res[i] = getValues ? v : k;
                    
77            i++;
                    
78        });
                    
                
LexAda.cxx https://gitlab.com/zhaohaiyi/tortoisegit | C++ | 515 lines
                    
412
                    
413		i++; // Skip over '#'
                    
414
                    
457
                    
458		i++;
                    
459	}
                    
465
                    
466		i++; // Move past 'E'
                    
467
                    
472		if (number[i] == '+')
                    
473			i++;
                    
474		else if (number[i] == '-') {
                    
475			if (seenDot) {
                    
476				i++;
                    
477			} else {
                    
                
h264_parser.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 409 lines
                    
90                if(pc->frame_start_found){
                    
91                    i++;
                    
92                    goto found;
                    
                
responsiveslides.js https://gitlab.com/vince.omega/mcb-nov-build | JavaScript | 391 lines
                    
36      // Index for namespacing
                    
37      i++;
                    
38
                    
                
grip.c https://gitlab.com/kush/linux | C | 422 lines
                    
100		if (~v & u & 1) {
                    
101			data[0] |= (v >> 1) << i++;
                    
102			t = strobe;
                    
146				t = strobe;
                    
147				i++;
                    
148			} else
                    
                
dtcs033.c https://gitlab.com/kush/linux | C | 439 lines
                    
85
                    
86		i++;
                    
87	}
                    
                
engine2d.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 232 lines
                    
224        while (i < 5) {
                    
225            i++;
                    
226            out += opts[Math.floor(Math.random() * opts.length)];
                    
                
WindowFeatures.cpp https://gitlab.com/x33n/phantomjs | C++ | 265 lines
                    
84                break;
                    
85            i++;
                    
86        }
                    
90        while (!isWindowFeaturesSeparator(buffer[i]))
                    
91            i++;
                    
92        keyEnd = i;
                    
97                break;
                    
98            i++;
                    
99        }
                    
104                break;
                    
105            i++;
                    
106        }
                    
110        while (!isWindowFeaturesSeparator(buffer[i]))
                    
111            i++;
                    
112        valueEnd = i;
                    
                
AsyncTests.Creation.cs https://gitlab.com/svsamipillai/Rx.NET | C# | 416 lines
                    
248                {
                    
249                    i++;
                    
250                    return new MyD(() => { d++; });
                    
269                {
                    
270                    i++;
                    
271                    return new MyD(() => { d++; });
                    
294                {
                    
295                    i++;
                    
296                    return new MyD(() => { d++; });
                    
316                {
                    
317                    i++;
                    
318                    return new MyD(() => { disposed.TrySetResult(true); });
                    
343                {
                    
344                    i++;
                    
345                    return new MyD(() => { disposed.TrySetResult(true); });
                    
                
ToroidField.cxx https://gitlab.com/mehrhart/clasdigi | C++ | 349 lines
                    
144      pphi -= 60.0;
                    
145      nPhi++;
                    
146   }
                    
                
runtime.js https://gitlab.com/Purexo/Pong.git | JavaScript | 762 lines
                    
74
                    
75					i++;
                    
76
                    
                
builtin-fetch--tool.c https://gitlab.com/nmusco/git | C | 574 lines
                    
443			}
                    
444			i++;
                    
445			cp = np;
                    
                
Rule.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 647 lines
                    
321      temp = temp.parentNode();
                    
322      i++;
                    
323    } 
                    
                
i2c-sh7760.c https://gitlab.com/rychly/nst-linux-sources | C | 577 lines
                    
352		msgs++;
                    
353		i++;
                    
354	}
                    
                
URI.php https://gitlab.com/sandipmavani/rspsms | PHP | 585 lines
                    
161			{
                    
162				$i++;
                    
163			}
                    
399
                    
400			$i++;
                    
401		}
                    
                
SimpleCharStream.java https://gitlab.com/Rockyspade/titanium_mobile | Java | 457 lines
                    
435        columnDiff = nextColDiff;
                    
436        i++;
                    
437     } 
                    
                
AddEditSeasEpFinders.cs https://gitlab.com/kingofzeal/tvrename | C# | 326 lines
                    
151
                    
152                i++;
                    
153            }
                    
                
LexTAL.cxx https://gitlab.com/Smileyt/KomodoEdit | C++ | 399 lines
                    
55		s[i] = static_cast<char>(tolower(styler[start + i]));
                    
56		i++;
                    
57	}
                    
                
UserAnnotations.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 167 lines
                    
89            annotations.add(new UserAnnotationTag(unmarshallTypes(types), name, insertTemplate, documentation));
                    
90            i++;
                    
91        }
                    
102            preferences.put(getDocumentationKey(i), annotation.getDocumentation());
                    
103            i++;
                    
104        }
                    
119            preferences.remove(getDocumentationKey(i));
                    
120            i++;
                    
121        }
                    
                
WeakReferenceStableListTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 195 lines
                    
182            assertSame("Index=" + i, expected.get(i), testedValue);
                    
183            i++;
                    
184        }
                    
                
RecentViewList.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 169 lines
                    
132            } else {
                    
133                i++;
                    
134            }
                    
                
SimpleCharStream.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 439 lines
                    
417        columnDiff = nextColDiff;
                    
418        i++;
                    
419      } 
                    
                
blake256.c https://gitlab.com/nexxuz/cryptonote | C | 326 lines
                    
164    uint32_t lo = S->t[0] + S->buflen, hi = S->t[1];
                    
165    if (lo < (unsigned) S->buflen) hi++;
                    
166    U32TO8(msglen + 0, hi);
                    
                
DirectoryCache.cpp https://gitlab.com/billyprice1/xbmc | C++ | 281 lines
                    
152    else
                    
153      i++;
                    
154  }
                    
230    else
                    
231      i++;
                    
232  }
                    
                
em_stl.cpp https://gitlab.com/Laplace_wdd/secondary | C++ | 295 lines
                    
66			fscanf(smodel_in,"%lf%*c%lf\n", &stcoeff_p[i], &stcoeff_m[i]);
                    
67			i++;
                    
68		}
                    
127			pdct += f[i]*stcoeff_p[i];
                    
128			ptk = strtok (NULL, ","); i++;
                    
129		}
                    
146			pdct += f[i]*tcoeff[i];
                    
147			ptk = strtok (NULL, ","); i++;
                    
148		}
                    
                
routermodel.cc https://gitlab.com/pranith/sst-elements | C++ | 352 lines
                    
71	    strcpy(str, tmp);
                    
72	    i++;
                    
73	}
                    
                
index.php https://gitlab.com/agustus/wisata-web | PHP | 166 lines
                    
25{
                    
26	$i++;
                    
27	if ($path == $current_path)
                    
                
string-builder.h https://gitlab.com/CORP-RESELLER/node | C Header | 437 lines
                    
86        // Get the position and check that it is a positive smi.
                    
87        i++;
                    
88        if (i >= array_length) return -1;
                    
                
ChatMessage.java https://gitlab.com/Meteor-MC/plugins | Java | 245 lines
                    
101                    String s3 = matcher.group(1);
                    
102                    int i1 = s3 != null ? Integer.parseInt(s3) - 1 : i++;
                    
103
                    
                
Program.cs https://gitlab.com/GRIN-Global/GRIN-Global-server | C# | 280 lines
                    
80                                while (i < args.Length - 1) {
                    
81                                    i++;
                    
82                                    if (args[i].Contains(" ") && args[i][0] != '"') {
                    
                
algboss.c https://gitlab.com/kush/linux | C | 309 lines
                    
162		param->tb[i + 1] = &param->attrs[i].attr;
                    
163		i++;
                    
164
                    
                
xmlcatalog.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 614 lines
                    
156		    nbargs++;
                    
157		    i++;
                    
158		    cur++;
                    
166		    nbargs++;
                    
167		    i++;
                    
168		    cur++;
                    
175		nbargs++;
                    
176		i++;
                    
177		cur++;
                    
550    } else {
                    
551	for (i++; i < argc; i++) {
                    
552	    xmlURIPtr uri;
                    
                
mac48-address.cc https://gitlab.com/pmaddi/cs433 | C++ | 280 lines
                    
75      m_address[i] = byte;
                    
76      i++;
                    
77      if (*str == 0) 
                    
                
DataObject.cs https://gitlab.com/kush/Avalonia | C# | 359 lines
                    
61                    _current++;
                    
62                    i++;
                    
63                }
                    
                
Lists.cpp https://gitlab.com/dahbearz/Serious-Engine | C++ | 290 lines
                    
175    aulPointers[i] = ((ULONG)&*iter)-iNodeOffset;
                    
176    i++;
                    
177  }
                    
                
util.c https://gitlab.com/tlevine/DragonFlyBSD | C | 590 lines
                    
554		if (*cp == c)
                    
555			i++;
                    
556	return (i);
                    
                
113-clk-sunxi-register-factors-clocks.patch https://gitlab.com/shinvdu/openwrt | Patch | 223 lines
                    
168+	       (parents[i] = of_clk_get_parent_name(node, i)) != NULL)
                    
169+		i++;
                    
170+
                    
                
XPM.cxx https://gitlab.com/Smileyt/KomodoEdit | C++ | 303 lines
                    
39	while (s[i] && (s[i] != '\"'))
                    
40		i++;
                    
41	return i;
                    
                
functions_syc.php https://gitlab.com/blueprintmrk/bladencountyrecords | PHP | 398 lines
                    
107                {
                    
108                    id = 'customEditor-' + i++;
                    
109                    $(this).attr('id',id);
                    
                
DirectoryChooserActivity.java https://gitlab.com/jnettome/AntennaPod | Java | 336 lines
                    
194                        filenames.add(contents[counter].getName());
                    
195                        i++;
                    
196                    }
                    
                
sutil.c https://gitlab.com/clearos/compat-suva | C | 637 lines
                    
404	while(array && array[i])
                    
405		i++;
                    
406
                    
                
init_utils_run.c https://gitlab.com/brian0218/rk3188_rk3066_r-box_android4.4.2_sdk | C | 247 lines
                    
61			dbg("arg[%i] '%s'", i, argv[i]);
                    
62			i++;
                    
63		}
                    
                
profile_helpers.c https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk | C | 309 lines
                    
293		if (*t == 0) {
                    
294			i++;
                    
295			break;
                    
                
kalendar.js https://gitlab.com/kaouech/theme | JavaScript | 360 lines
                    
80			src += (i==0?'?':'&')+k+'='+encodeURIComponent(v);
                    
81			i++;
                    
82		});
                    
                
object.c https://gitlab.com/Blueprint-Marketing/git | C | 427 lines
                    
96			break;
                    
97		i++;
                    
98		if (i == obj_hash_size)
                    
                
HashMapII.java https://gitlab.com/MineYourMind/MineTweaker3 | Java | 237 lines
                    
233        private void skip() {
                    
234            while (i < keys.length && keys[i] == Integer.MIN_VALUE) i++;
                    
235        }
                    
                
listen.cpp https://gitlab.com/envieidoc/advancedtomato2 | C++ | 374 lines
                    
321	case NdbDictionary::Event::TE_INSERT:
                    
322	  cnt_i++;
                    
323          if (ndb2)
                    
                
gdkanji.c https://gitlab.com/envieidoc/tomato | C | 627 lines
                    
396	    {
                    
397	      i++;
                    
398	      if (from[i] == '$')
                    
401		  hankaku = FALSE;
                    
402		  i++;
                    
403		}
                    
406		  jisx0208 = FALSE;
                    
407		  i++;
                    
408		  if (from[i] == 'I')	/* Hankaku Kana */
                    
                
oseama.c https://gitlab.com/lede/lede-noltari-staging | C | 556 lines
                    
100			fseek(seama, metasize + imagesize, SEEK_CUR);
                    
101			i++;
                    
102			continue;
                    
131		fseek(seama, imagesize, SEEK_CUR);
                    
132		i++;
                    
133	}
                    
431			fseek(seama, metasize + imagesize, SEEK_CUR);
                    
432			i++;
                    
433			continue;
                    
                
JarEncrypter.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 248 lines
                    
103            do {
                    
104                i++;
                    
105                testMeth = cg.containsMethod("sm$ci" + i,"()V");
                    
                
EJBQLSelectTranslatorTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 321 lines
                    
280            fromIndex += delim.length();
                    
281            i++;
                    
282        }
                    
                
BasicHashtable.cpp https://gitlab.com/infraredbg/android_system_core-mt6589 | C++ | 342 lines
                    
331    while (count > PRIMES[i] && i < NELEM(PRIMES)) {
                    
332        i++;
                    
333    }
                    
                
handlebars-base.js https://gitlab.com/Blueprint-Marketing/cdnjs | JavaScript | 463 lines
                    
161          ret = ret + fn(context[key], {data: data});
                    
162          i++;
                    
163        }
                    
                
loop-analysis.cc https://gitlab.com/MichelZuniga/node | C++ | 477 lines
                    
100      PrintF("Loop %d headed at #%d\n", i, li.header->id());
                    
101      i++;
                    
102    }
                    
                
BackupDataTest.java https://gitlab.com/AvayKumar/android_frameworks_base | 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++;
                    
                
soselect.c https://gitlab.com/rainbowguardians/RainbowHard | C | 465 lines
                    
370            set->fd_array[i] = set->fd_array[i + 1];
                    
371            i++;
                    
372         }
                    
                
Util.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 464 lines
                    
153	  return false;
                    
154	i++;
                    
155	if(pattern[i]!=name[j]) 
                    
164          if(pattern[i]=='*'){
                    
165            i++;
                    
166            continue;
                    
185            return false;
                    
186          i++;
                    
187          foo=pattern[i];
                    
211      if(pattern[i]=='?'){
                    
212        i++;
                    
213        j+=skipUTF8Char(name[j]);
                    
288        pathlen--;
                    
289        i++;
                    
290        continue;
                    
                
SmapStratum.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 338 lines
                    
198            } else {
                    
199                i++;
                    
200            }
                    
217            } else {
                    
218                i++;
                    
219            }
                    
                
CopyrightInsertionTask.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 332 lines
                    
299        {
                    
300          i++;
                    
301          byte b = (byte)bytes[i];
                    
304          {
                    
305            i++;
                    
306            byte c = (byte)bytes[i];
                    
319        name.append((char)ch);
                    
320        i++;
                    
321      }
                    
                
FidQueryTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 265 lines
                    
244        for (Iterator iter = fids.entrySet().iterator(); iter.hasNext();) {
                    
245            i++;
                    
246            Map.Entry entry = (Map.Entry) iter.next();
                    
                
StringMatcher.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 492 lines
                    
270			tCurPos = currentMatch + current.length();
                    
271			i++;
                    
272		}
                    
                
SVGAnimateElementBridge.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 327 lines
                    
154            while (valuesString.charAt(i) == ' ') {
                    
155                i++;
                    
156                if (i == len) {
                    
159            }
                    
160            start = i++;
                    
161            if (i != len) {
                    
163                while (c != ';') {
                    
164                    i++;
                    
165                    if (i == len) {
                    
170            }
                    
171            end = i++;
                    
172            AnimatableValue val = eng.parseAnimatableValue
                    
200            while (keyTimesString.charAt(i) == ' ') {
                    
201                i++;
                    
202                if (i == len) {
                    
                
text_layer_builder.js https://gitlab.com/itesoft/pdf.js | JavaScript | 365 lines
                    
134          iIndex += bidiTexts[i].str.length;
                    
135          i++;
                    
136        }
                    
155          iIndex += bidiTexts[i].str.length;
                    
156          i++;
                    
157        }
                    
                
Makefile https://gitlab.com/Orvillo/Tomato | Makefile | 421 lines
                    
193	@echo "running bc"
                    
194	@<tmp.bntest sh -c "`sh ./bctest ignore`" | $(PERL) -e '$$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"'
                    
195	@echo 'test a^b%c implementations'
                    
                
f3fix.c https://gitlab.com/alx741/f3 | C | 294 lines
                    
161		printf("%s\t", type->name);
                    
162		i++;
                    
163		if (i == 5) {
                    
180		printf("%s\t", fs_type->name);
                    
181		i++;
                    
182		if (i == 5) {
                    
                
ps3disk.c https://gitlab.com/deadnem/Singularity | C | 590 lines
                    
117		bvec_kunmap_irq(buf, &flags);
                    
118		i++;
                    
119	}
                    
                
jcdctmgr.c https://gitlab.com/bill-auger/JUCE | C | 387 lines
                    
156		       aanscalefactor[row] * aanscalefactor[col] * 8.0)));
                    
157	    i++;
                    
158	  }
                    
                
PropertyAccessorUtils.java https://gitlab.com/zouxc/spring-framework | Java | 185 lines
                    
104			else {
                    
105				i++;
                    
106			}
                    
                
SimpleArrayMap.java https://gitlab.com/Soundar028/mahendra_result_app | Java | 416 lines
                    
362                }
                    
363                i++;
                    
364            } catch (NullPointerException e) {
                    
382            result += (value == null ? 0 : value.hashCode()) ^ hashes[i];
                    
383            i++;
                    
384            v += 2;
                    
                
stock_solicitudes.php https://gitlab.com/jscordoba/bobinas | PHP | 283 lines
                    
43						                <tr>
                    
44						                    <td><?= $i++; ?></td>
                    
45						                    <td><?= $stock_solicituder->material_descripcion; ?></td>
                    
55						                <tr>
                    
56						                    <td><?= $i++; ?></td>
                    
57						                    <td><?= $stock_solicituder->material_descripcion; ?></td>
                    
101	                              <?php $option='<td><button class="btn btn-xs btn-info">En Espera...</button></td>'; ?>
                    
102	                              			<td><?= $i++; ?></td>
                    
103		                                    <td><?= $stockr->material_id; ?></td>
                    
120	                                    <?php $option='<td><button class="btn btn-xs btn-info">En Espera...</button></td>'; ?>
                    
121	                              			<td><?= $i++; ?></td>
                    
122		                                    <td><?= $stockr->material_id; ?></td>
                    
                
jazzsonic.c https://gitlab.com/rychly/nst-linux-sources | C | 288 lines
                    
122	       && known_revisions[i] != silicon_revision)
                    
123		i++;
                    
124
                    
                
cx25821-i2c.c https://gitlab.com/rychly/rk3026-linux-sources | C | 425 lines
                    
259				goto err;
                    
260			i++;
                    
261			retval = i2c_readbytes(i2c_adap, &msgs[i], 1);
                    
                
GoogleWorkspaceMigration.cs https://gitlab.com/rekby-archive/onlyoffice-CommunityServer | C# | 234 lines
                    
221                }
                    
222                i++;
                    
223            }
                    
                
 

Source

Language