Home
last modified time | relevance | path

Searched defs:getOption (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Driver/
DArg.h70 const Option &getOption() const { return *Opt; } in getOption() function
DOptTable.h83 const Option *getOption(OptSpecifier Opt) const { in getOption() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DCompositeGrammarTree.java70 public Object getOption(String key) { in getOption() method in CompositeGrammarTree
DCompositeGrammar.java161 public Object getOption(String key) { in getOption() method in CompositeGrammar
DGrammar.java2529 public Object getOption(String key) { in getOption() method in Grammar
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DDatagramSocketImplTest.java74 public Object getOption(int optID) throws SocketException { in getOption() method in MockDatagramSocketImpl
DSocketImplTest.java112 public Object getOption(int optID) throws SocketException { in getOption() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java941 public Object getOption(int arg0) throws SocketException { in getOption() method in ServerSocketTest.MockSocketImpl
DDatagramSocketTest.java837 public Object getOption(int arg0) throws SocketException { in test_sendLjava_net_DatagramPacket() method in DatagramSocketTest.testDatagramSocketImpl
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DOptions.java97 protected boolean getOption(int optionBit) in getOption() method in Options
/external/icu4c/common/
Dnormlzr.cpp389 Normalizer::getOption(int32_t option) const in getOption() function in Normalizer