HomeSort by relevance Sort by last modified time
    Searched full:cline (Results 1 - 12 of 12) sorted by null

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 52 cline = string.gsub(line, "^%s*", "")
54 sym = string.match(cline, "^:SYM%s+\"([^\"]-)\"%s+")
56 sym = string.match(cline, "^:SYM%s+'([^']-)'%s+")
59 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
61 propval = string.match(cline, "^:PROP%s+mapval%s*=%s*(%d+)%s*")
63 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
74 cline = string.gsub(cline, "^!.*", "")
    [all...]
picoloadphones.lua 50 cline = string.gsub(line, "^%s*", "")
52 sym = string.match(cline, "^:SYM%s+\"([^\"]-)\"%s+")
54 sym = string.match(cline, "^:SYM%s+'([^']-)'%s+")
57 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
59 propval = string.match(cline, "^:PROP%s+mapval%s*=%s*(%d+)%s*")
61 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
72 cline = string.gsub(cline, "^!.*", "")
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPOutputStream.java 34 String cline = "C" + mode + " " + length + " " + remoteFile + "\n"; local
36 super.write(StringEncoder.GetBytes(cline));
  /external/llvm/test/CodeGen/X86/
2009-07-16-CoalescerBug.ll 6 %struct.cline = type <{ %struct.cline*, i32, i8, i8, i8, i8, i8*, i32, i8, i8, i8, i8, i8*, i32, i8, i8, i8, i8, i8*, i32, i32, %struct.cline*, %struct.cline*, i32, i32 }>
141 %sline.0 = phi %struct.cline* [ undef, %if.end919 ], [ null, %if.end887 ] ; <%struct.cline*> [#uses=5]
181 %sline.1 = phi %struct.cline* [ %sline.0, %if.then1086 ], [ %sline.0, %if.end972 ], [ %sline.0, %land.lhs.true975 ], [ %sline.0, %cond.false1025 ], [ %sline.0, %if.end1081 ], [ null, %if.else1090 ], [ null, %land.lhs.true1093 ] ; <%struct.cline*> [#uses=1]
201 %call1587 = call i8* @comp_match(i8* undef, i8* undef, i8* undef, %struct.patprog* %cp.0, %struct.cline** undef, i32 0, %struct.brinfo** undef, i32 0, %struct.brinfo** undef, i32 %bcs.1, i32* undef) nounwind ssp ; <i8*> [#uses=0]
202 %call1667 = call %struct.cmatch* @add_match_data(i32 0, i8* undef, i8* undef, %struct.cline* undef, i8* undef, i8* null, i8* undef, i8* undef, i8* undef, i8* undef, %struct.cline* null, i8* (…)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
SrcFileItem.java 209 final int cline = clines [cl]; local
210 final int [] data = (int []) fldata.get (cline);
238 lineCoverage.put (cline, new LineCoverageData (lcoverageStatus, lcoverageRatio));
242 if (cline < firstLine) firstLine = cline;
ClassItem.java 175 final int cline = clines [cl]; local
176 final int [] data = (int []) cldata.get (cline);
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid);
52 Comments.push_back(Comment(C, CLine, CCol));
  /external/stressapptest/src/
sat.cc 1292 int cline; local
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.css 85 .hline hr, .cline hr{ height : 1px; margin:0px; }
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/emma/lib/
emma.jar 

Completed in 237 milliseconds