/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | 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, "^!.*", "") 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 …]
|
D | 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, "^!.*", "") 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/ |
D | 2009-07-16-CoalescerBug.ll | 6 …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… 181 …cline* [ %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/ |
D | SrcFileItem.java | 209 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()
|
D | ClassItem.java | 175 final int cline = clines [cl]; in getAggregate() local 176 final int [] data = (int []) cldata.get (cline); in getAggregate()
|
/external/vboot_reference/tests/futility/ |
D | common.sh | 40 local cline="${x%% *}" 45 red "at ${cfile}, line ${cline}${spacer}${args}" 1>&2
|
/external/vboot_reference/tests/ |
D | common.sh | 54 local cline=${x%% *} 59 echo -e "${COL_RED}ERROR at ${cfunc}, line ${cline}${spacer}${args}" \
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.c | 1135 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/ |
D | libhb_core.c | 3644 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/ |
D | Vorbis_I_spec.css | 85 .hline hr, .cline hr{ height : 1px; margin:0px; }
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 456 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/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/emma/lib/ |
D | emma.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/external/testng/ant/ |
D | ivy-2.1.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |