/dalvik/dx/tests/083-ssa-phi-placement/ |
Blort.java | 49 public Object getOption(int optID) throws RuntimeException
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_FileReader.h | 94 M4OSA_ERR (*getOption) (M4OSA_Context context,
|
M4OSA_FileWriter.h | 90 M4OSA_ERR (*getOption) (M4OSA_Context context,
|
/libcore/luni/src/main/java/java/net/ |
SocketOptions.java | 150 public Object getOption(int optID) throws SocketException;
|
PlainDatagramSocketImpl.java | 105 @Override public Object getOption(int option) throws SocketException { 111 return (Integer) getOption(IoBridge.JAVA_IP_MULTICAST_TTL);
|
PlainSocketImpl.java | 244 @Override public Object getOption(int option) throws SocketException {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammarTree.java | 70 public Object getOption(String key) { 80 return parent.getOption(key);
|
CompositeGrammar.java | 161 public Object getOption(String key) { 162 return delegateGrammarTreeRoot.getOption(key);
|
/external/llvm/include/llvm/Option/ |
Arg.h | 73 const Option getOption() const { return Opt; }
|
/external/chromium_org/third_party/icu/source/common/ |
normlzr.cpp | 389 Normalizer::getOption(int32_t option) const
|
/external/icu4c/common/ |
normlzr.cpp | 388 Normalizer::getOption(int32_t option) const
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
Options.java | 97 protected boolean getOption(int optionBit)
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketImplFactoryTest.java | 57 assertNull(si.getOption(0)); 170 public Object getOption(int arg0) throws SocketException {
|
OldDatagramSocketImplFactoryTest.java | 76 assertNull(dsi.getOption(0)); 198 public Object getOption(int arg0) throws SocketException {
|
OldServerSocketTest.java | 382 public Object getOption(int arg0) throws SocketException {
|
SocketTest.java | 162 public Object getOption(int arg0) throws SocketException { return null; }
|
OldDatagramSocketTest.java | [all...] |
OldSocketTest.java | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
DatagramSocketImplTest.java | 74 public Object getOption(int optID) throws SocketException {
|
SocketImplTest.java | 112 public Object getOption(int optID) throws SocketException {
|
ServerSocketTest.java | [all...] |
DatagramSocketTest.java | 837 public Object getOption(int arg0) throws SocketException { [all...] |
/external/llvm/lib/Option/ |
OptTable.cpp | 123 getOption(i).dump(); 124 getOption(i + 1).dump(); 155 const Option OptTable::getOption(OptSpecifier Opt) const { 192 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); 237 return new Arg(getOption(TheInputOptionID), Str, Index++, Str); 239 return new Arg(getOption(TheUnknownOptionID), Str, Index++, Str); 268 Args->append(new Arg(getOption(TheInputOptionID), 296 const Option O = Opts.getOption(Id);
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 428 public Object getOption(int optID) throws IOException
|
/external/llvm/include/llvm/Support/ |
CommandLine.h | 545 // getOption - Return option name N. 546 virtual const char *getOption(unsigned N) const = 0; 589 OptionNames.push_back(getOption(i)); 641 const char *getOption(unsigned N) const { return Values[N].Name; } [all...] |