Home
last modified time | relevance | path

Searched refs:short_names (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/msilib/
D__init__.py249 self.short_names = set()
312 if file is None or file in self.short_names:
322 if file not in self.short_names: break
327 self.short_names.add(file)
/external/python/cpython3/Lib/msilib/
D__init__.py246 self.short_names = set()
309 if file is None or file in self.short_names:
319 if file not in self.short_names: break
324 self.short_names.add(file)
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java38 private static final String[] short_names = { field in InstructionFactory
595 final String name = "org.apache.bcel.generic." + short_names[src - Const.T_CHAR] + "2" in createCast()
596 + short_names[dest - Const.T_CHAR]; in createCast()
/external/python/cpython2/Tools/msi/
Dmsilib.py444 self.short_names = sets.Set()
493 assert file not in self.short_names
504 if file not in self.short_names: break
509 self.short_names.add(file)
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...