Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js158 …FF_INSERT=1,DIFF_EQUAL=0;DiffMatchPatch.prototype.DiffMain=function(text1,text2,optChecklines,optD… argument
159 deadline=optDeadline;if(text1===null||text2===null){throw new Error("Null input. (DiffMain)");}
160 if(text1===text2){if(text1){return[[DIFF_EQUAL,text1]];}
163text2);commonprefix=text1.substring(0,commonlength);text1=text1.substring(commonlength);text2=text…
171 …ommonPrefix=function(text1,text2){var pointermid,pointermax,pointermin,pointerstart;if(!text1||!te… argument
172 …xt1.length,text2.length);pointermid=pointermax;pointerstart=0;while(pointermin<pointermid){if(text…
174 …function(text1,text2){var pointermid,pointermax,pointermin,pointerend;if(!text1||!text2||text1.cha… argument
175text2.length);pointermid=pointermax;pointerend=0;while(pointermin<pointermid){if(text1.substring(t…
178 …1,text2,checklines,deadline){var diffs,longtext,shorttext,i,hm,text1A,text2A,text1B,text2B,midComm… argument
179 if(!text2){return[[DIFF_DELETE,text1]];}
[all …]
/openbmc/u-boot/tools/binman/test/
H A D066_text.dts13 text2 {
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py371 text2 = "\n" * int(lineno) + text
372 code = compile(text2, realfile, mode)