Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker243 the_data = databuilder.mcdata[mc]
244 the_data.setVar("BB_WORKERCONTEXT", "1")
245 the_data.setVar("BB_TASKDEPDATA", taskdepdata)
246 the_data.setVar('BB_CURRENTTASK', taskname.replace("do_", ""))
248 the_data.setVar("BB_LIMITEDDEPS", "1")
249 the_data.setVar("BUILDNAME", workerdata["buildname"])
250 the_data.setVar("DATE", workerdata["date"])
251 the_data.setVar("TIME", workerdata["time"])
253 the_data.setVar(varname, value)
260 the_data = bb_cache.loadDataFull(fn, appends)
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DFlashPoint.c5974 unsigned char ret_data, the_data, byte_cnt, bit_cnt; in FPT_sciso() local
5976 the_data = 0; in FPT_sciso()
5989 the_data <<= 1; in FPT_sciso()
5991 the_data |= 1; in FPT_sciso()
6014 p_id_string[byte_cnt] = the_data; in FPT_sciso()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1615 the_data = bb_cache.loadDataFull(fn, self.cooker.collections[mc].get_file_appends(fn))