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:
92 % if prop.synthetic:93 synthetic="true"
66 % if entry.synthetic:
281 % if prop.synthetic:282 <span class="entry_type_synthetic">[synthetic] </span>
1232 return (e for e in entries if not e.synthetic)
1172 def synthetic(self): member in Entry