Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 5 of 5) 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/linux/arch/ia64/kernel/
H A Dvmlinux.lds.S61 .text2 : AT(ADDR(.text2) - LOAD_OFFSET) {
62 *(.text2)
/openbmc/u-boot/tools/binman/test/
H A D066_text.dts13 text2 {
/openbmc/linux/drivers/staging/fbtft/
H A Dfbtft-core.c787 char text2[50] = ""; in fbtft_register_framebuffer() local
842 sprintf(text2, ", spi%d.%d at %d MHz", spi->master->bus_num, in fbtft_register_framebuffer()
848 HZ / fb_info->fbdefio->delay, text2); in fbtft_register_framebuffer()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py318 text2 = "\n" * int(lineno) + text
319 code = compile(text2, realfile, mode)