Home
last modified time | relevance | path

Searched refs:productions (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py112 def get_production(productions, ptype): argument
118 for production in productions:
227 productions = p[1:]
229 sep = get_production(productions, 'separator')
234 term = get_production(productions, 'term')
257 productions = p[1:]
258 do_group = get_production(productions, 'do_group')
260 items = get_production(productions, 'in')[1:]
265 items = get_production(productions, 'wordlist')[1:]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DLAL-1.37 …’exercice en permettant à tout un chacun de faire un usage créatif des productions de l’esprit que…
11 …et et des logiciels libres, les modalités de création ont évolué : les productions de l’esprit s’o…
13 C’est la raison essentielle de la Licence Art Libre : promouvoir et protéger ces productions de l’e…
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcroco/files/
H A DCVE-2020-12825.patch4 Subject: [PATCH] libcroco: Limit recursion in block and any productions
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py243 self.productions = lrtab.lr_productions
289 … prod = self.productions # Local reference to production list (to avoid lookup on self.)
604 … prod = self.productions # Local reference to production list (to avoid lookup on self.)
876 … prod = self.productions # Local reference to production list (to avoid lookup on self.)
1862 productions = pickle.load(in_f)
1865 for p in productions: