Home
last modified time | relevance | path

Searched refs:cline (Results 1 – 14 of 14) sorted by relevance

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dpicoloadphones.lua50 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, "^!.*", "")
73 while (#cline > 0) do
75 prop, propval = string.match(cline, "^,%s*(%w+)%s*=%s*(%d+)%s*")
77 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
[all …]
Dpicoloaddbg.lua52 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, "^!.*", "")
75 while (#cline > 0) do
77 prop, propval = string.match(cline, "^,%s*(%w+)%s*=%s*(%d+)%s*")
79 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
[all …]
/external/llvm/test/CodeGen/X86/
D2009-07-16-CoalescerBug.ll6 …t.cline = type <{ %struct.cline*, i32, i8, i8, i8, i8, i8*, i32, i8, i8, i8, i8, i8*, i32, i8, i8,…
141 …%sline.0 = phi %struct.cline* [ undef, %if.end919 ], [ null, %if.end887 ] ; <%struct.cline*> [#us…
181cline* [ %sline.0, %if.then1086 ], [ %sline.0, %if.end972 ], [ %sline.0, %land.lhs.true975 ], [ %s…
201 …mp_match(i8* undef, i8* undef, i8* undef, %struct.patprog* %cp.0, %struct.cline** undef, i32 0, %s…
202 …ndef, %struct.cline* undef, i8* undef, i8* null, i8* undef, i8* undef, i8* undef, i8* undef, %stru…
208 declare i8* @comp_match(i8*, i8*, i8*, %struct.patprog*, %struct.cline**, i32, %struct.brinfo**, i3…
210 … @add_match_data(i32, i8*, i8*, %struct.cline*, i8*, i8*, i8*, i8*, i8*, i8*, %struct.cline*, i8*,…
/external/emma/core/java12/com/vladium/emma/report/
DSrcFileItem.java209 final int cline = clines [cl]; in getAggregate() local
210 final int [] data = (int []) fldata.get (cline); in getAggregate()
238 … lineCoverage.put (cline, new LineCoverageData (lcoverageStatus, lcoverageRatio)); in getAggregate()
242 if (cline < firstLine) firstLine = cline; in getAggregate()
DClassItem.java175 final int cline = clines [cl]; in getAggregate() local
176 final int [] data = (int []) cldata.get (cline); in getAggregate()
/external/vboot_reference/tests/futility/
Dcommon.sh40 local cline="${x%% *}"
45 red "at ${cfile}, line ${cline}${spacer}${args}" 1>&2
/external/vboot_reference/tests/
Dcommon.sh54 local cline=${x%% *}
59 echo -e "${COL_RED}ERROR at ${cfunc}, line ${cline}${spacer}${args}" \
/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.c1135 VGfloat cline[4]; in dash_stroker_process_subpath() local
1177 cline[0] = prev[0]; in dash_stroker_process_subpath()
1178 cline[1] = prev[1]; in dash_stroker_process_subpath()
1179 cline[2] = coords[0]; in dash_stroker_process_subpath()
1180 cline[3] = coords[1]; in dash_stroker_process_subpath()
1182 elen = line_lengthv(cline); in dash_stroker_process_subpath()
1200 p2[0] = cline[2]; in dash_stroker_process_subpath()
1201 p2[1] = cline[3]; in dash_stroker_process_subpath()
1203 line_point_at(cline, dpos/elen, p2); in dash_stroker_process_subpath()
/external/valgrind/helgrind/
Dlibhb_core.c3644 FiLine* cline; /* Current line we are clearing */ in Filter__clear_range() local
3658 cline = &fi->lines[clineno]; in Filter__clear_range()
3671 u16 = cline->u16s[cloff]; in Filter__clear_range()
3673 cline->u16s[cloff] = u16 & ~mask; /* clear all hiB from c */ in Filter__clear_range()
3680 cline->u16s[cloff] = u16 & ~mask; /* clear rlen bytes from c. */ in Filter__clear_range()
3687 cline->u16s[cloff] = 0; in Filter__clear_range()
3712 cline = &fi->lines[clineno]; in Filter__clear_range()
3713 cline->u16s[0] = 0; in Filter__clear_range()
3714 cline->u16s[1] = 0; in Filter__clear_range()
3715 cline->u16s[2] = 0; in Filter__clear_range()
[all …]
/external/libvorbis/doc/
DVorbis_I_spec.css85 .hline hr, .cline hr{ height : 1px; margin:0px; }
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc456 const char* cline = line->c_str(); in GetLine() local
465 !islower(cline[0]) || in GetLine()
466 cline[1] != kSdpDelimiterEqual || in GetLine()
467 cline[2] == kSdpDelimiterSpace) { in GetLine()
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/testng/ant/
Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...