Home
last modified time | relevance | path

Searched defs:opens (Results 1 – 7 of 7) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bound/
DModuleInfo.java33 private final ImmutableList<OpenInfo> opens; field in ModuleInfo
44 ImmutableList<OpenInfo> opens, in ModuleInfo()
83 public ImmutableList<OpenInfo> opens() { in opens() method in ModuleInfo
DSourceModuleInfo.java41 ImmutableList<OpenInfo> opens, in SourceModuleInfo()
/external/turbine/java/com/google/turbine/binder/
DModuleBinder.java114 ImmutableList.Builder<ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in bind() local
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java768 private final ImmutableList<OpenInfo> opens; field in ClassFile.ModuleInfo
778 ImmutableList<OpenInfo> opens, in ModuleInfo()
811 public ImmutableList<OpenInfo> opens() { in opens() method in ClassFile.ModuleInfo
DClassReader.java260 ImmutableList.Builder<ClassFile.ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in readModule() local
/external/turbine/java/com/google/turbine/lower/
DLower.java207 ImmutableList.Builder<ClassFile.ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in lowerModule() local
/external/openssh/
Dservconf.c917 char **opens, u_int num_opens) in process_permitopen_list()