Home
last modified time | relevance | path

Searched refs:checkstatus (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Daz.py32 def checkstatus(self, fetch, ud, d, try_again=True): member in Az
41 return Wget.checkstatus(self, fetch, ud, d, try_again)
H A Dlocal.py88 def checkstatus(self, fetch, urldata, d): member in Local
H A Dssh.py118 def checkstatus(self, fetch, urldata, d): member in SSH
H A Dwget.py147 def checkstatus(self, fetch, ud, d, try_again=True): member in Wget
366 return self.checkstatus(fetch, ud, d, False)
374 return self.checkstatus(fetch, ud, d, False)
H A Ds3.py109 def checkstatus(self, fetch, ud, d): member in S3
H A D__init__.py1023 found = ud.method.checkstatus(fetch, ud, ld)
1606 def checkstatus(self, fetch, urldata, d): member in FetchMethod
1812 def checkstatus(self, urls=None): member in Fetch
1834 ret = m.checkstatus(self, ud, self.d)
H A Dgit.py836 def checkstatus(self, fetch, ud, d): member in Git
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dutility-tasks.bbclass49 fetcher.checkstatus()
H A Dsstate.bbclass784 fetcher.checkstatus()
986 def checkstatus(thread_worker, arg):
999 fetcher.checkstatus()
1032 pool.add_task(checkstatus, t)
H A Dsanity.bbclass346 fetcher.checkstatus()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c166 uint8_t checkstatus[HID_CMD_LEN] = {0x04, 0x00, 0x23, 0x00, 0x03, 0x18}; in elan_ic_status() local
176 err = ts->ops->send(checkstatus,sizeof(checkstatus)); in elan_ic_status()
177 if (err != sizeof(checkstatus)) { in elan_ic_status()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmc_spi.c289 goto checkstatus; in mmc_spi_response_get()
295 checkstatus: in mmc_spi_response_get()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dchecks.c34 enum checkstatus { enum
50 enum checkstatus status;
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst34 - bitbake: fetch/wget: Add timeout for checkstatus calls (30s)
H A Drelease-notes-4.0.rst125 …- ssh: now supports checkstatus, allows : in URLs (both required for use with sstate) and no longe…
127 - wget: add 30s timeout for checkstatus calls
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dchecks.c20 enum checkstatus { enum
36 enum checkstatus status;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py1461 ret = m.checkstatus(fetch, ud, self.d)
1476 ret = m.checkstatus(fetch, ud, self.d)