HomeSort by relevance Sort by last modified time
    Searched defs:Multi (Results 1 - 4 of 4) sorted by null

  /external/libunwind/doc/
libunwind.tex 201 \section{Cross-platform and Multi-platform Unwinding}
215 multi-platform unwinding is very simple: for native unwinding, a
221 for ELF-based HP PA-RISC, or \File{x86} for 80386). Multi-platform
  /external/lzma/CPP/Common/
CommandLineParser.h 28 bool Multi;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 21 public bool Multi;
26 public SwitchForm(string idString, SwitchType type, bool multi,
31 Multi = multi;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 203 milliseconds