Home
last modified time | relevance | path

Searched refs:TYPE_LOCAL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py21 TYPE_LOCAL = 0 variable in BuildEnvironment
23 (TYPE_LOCAL, "local"),
48 if self.betype == BuildEnvironment.TYPE_LOCAL:
56 if self.betype == BuildEnvironment.TYPE_LOCAL:
H A Dbbcontroller.py69 if be.betype == BuildEnvironment.TYPE_LOCAL:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py34 BuildEnvironment.objects.create(betype=BuildEnvironment.TYPE_LOCAL)
54 if be.betype == BuildEnvironment.TYPE_LOCAL:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py108 betype=BuildEnvironment.TYPE_LOCAL,
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dgtco.c157 #define TYPE_LOCAL 2 macro
506 case TYPE_LOCAL: in parse_hid_report_descriptor()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlayerdetails.js363 ctx.layerVersion.layer_source == ctx.layerSourceTypes.TYPE_LOCAL) {
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1427 TYPE_LOCAL = 0 variable in LayerSource
1433 (TYPE_LOCAL, "local"),
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py588 layer_source=LayerSource.TYPE_LOCAL,