Searched refs:synthetic (Results 1 – 6 of 6) sorted by relevance
28 % if not entry.synthetic:31 assert(False),"A synthetic key should not present in NDK!"38 % if not entry.synthetic:
100 % if prop.synthetic:101 synthetic="true"
68 % if entry.synthetic:
284 % if prop.synthetic:285 <span class="entry_type_synthetic">[synthetic] </span>
1355 return (e for e in entries if not e.synthetic)
1247 def synthetic(self): member in Entry