HomeSort by relevance Sort by last modified time
    Searched refs:curLine (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 132 while (my $curLine = <LOG>) {
134 if ($curLine =~ /^# Changes to be committed:$/) {
136 } elsif ($inChangesToBeCommitted && $curLine =~ /^# \S/) {
141 if (!isGit() || $curLine =~ /^#/) {
142 $logContents .= $curLine;
147 $existingLog = isGit() && !($curLine =~ /^#/ || $curLine =~ /^\s*$/) unless $existingLog;
149 push @changeLogs, makeFilePathRelative($1) if $inChangesToBeCommitted && ($curLine =~ /^(?:M|A)....(.*$changeLogFileName)\r?\n?$/ || $curLine =~ /^#\t(?:modified|new file): (.*$changeLogFileName)$/) && $curLine !~ /-$changeLogFileName$/
    [all...]
bencher     [all...]
  /external/skia/tests/
PathUtilsTest.cpp 69 const char* curLine = &bin_bmp[y * rowBytes];
71 if (get_bit(curLine, x)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 60 const GLubyte *curLine;
163 parseState->curLine = str + i + 1;
168 parseState->curLine = str + i + 1;
260 parseState->curLine = parseState->pos + 1;
265 parseState->curLine = parseState->pos + 1;
    [all...]
nvfragparse.c 147 const GLubyte *curLine;
308 parseState->curLine = str + i + 1;
313 parseState->curLine = str + i + 1;
414 parseState->curLine = parseState->pos + 1;
419 parseState->curLine = parseState->pos + 1;
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 60 const GLubyte *curLine;
163 parseState->curLine = str + i + 1;
168 parseState->curLine = str + i + 1;
260 parseState->curLine = parseState->pos + 1;
265 parseState->curLine = parseState->pos + 1;
    [all...]
nvfragparse.c 147 const GLubyte *curLine;
308 parseState->curLine = str + i + 1;
313 parseState->curLine = str + i + 1;
414 parseState->curLine = parseState->pos + 1;
419 parseState->curLine = parseState->pos + 1;
    [all...]
  /dalvik/vm/
Init.cpp 708 char* curLine = strtok(fLine, " \t\r\n");
710 if (!strncmp(curLine, "CLASS", 5)) {
716 if (!strncmp(curLine, "METHOD", 6)) {
722 if (!strncmp(curLine, "OFFSET", 6)) {
728 if (!strncmp(curLine, "EXCLUDE", 7)) {
732 if (!strncmp(curLine, "INCLUDE", 7)) {
740 int hashValue = dvmComputeUtf8Hash(curLine);
746 strdup(curLine),
753 strdup(curLine),
756 int tmpInt = atoi(curLine);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 352 milliseconds