Searched defs:getCode (Results 1 - 25 of 65) sorted by relevance

123

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DChild1.java25 public Integer getCode() { method in class:Child1
H A DBeanConstructorTest.java200 assertEquals(new Integer(25), child.getCode());
246 public Integer getCode() { method in class:BeanConstructorTest.ExceptionChild
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
H A DRcsException.java61 public int getCode() { method in class:RcsException
/external/xmlrpcpp/src/
H A DXmlRpcException.h33 int getCode() const { return _code; } function in class:XmlRpc::XmlRpcException
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DCode.java25 public Integer getCode() { method in class:Code
H A DCode2.java32 public Integer getCode() { method in class:Code2
H A DCode4.java33 public Integer getCode() { method in class:Code4
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h31 uint32_t getCode() const { return Code; } function in class:llvm::DWARFAbbreviationDeclaration
/external/llvm/utils/TableGen/
H A DAsmWriterInst.cpp29 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { function in class:AsmWriterOperand
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java91 public int getCode() { method in class:Warning
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h31 uint32_t getCode() const { return Code; } function in class:llvm::DWARFAbbreviationDeclaration
/external/nist-sip/java/javax/sip/header/
H A DWarningHeader.java25 int getCode(); method in interface:WarningHeader
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmWriterInst.cpp28 std::string AsmWriterOperand::getCode() const { function in class:AsmWriterOperand
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java108 public final byte [] getCode () method in class:CodeAttribute_info
/external/deqp/framework/common/
H A DtcuTestCase.hpp185 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; } function in class:tcu::TestStatus
/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java266 public byte[] getCode() { method in class:CodeAttribute
/external/llvm/lib/TableGen/
H A DTGLexer.h99 tgtok::TokKind getCode() const { return CurCode; } function in class:llvm::TGLexer
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGLexer.h90 tgtok::TokKind getCode() const { return CurCode; } function in class:llvm::TGLexer
/external/vogar/src/vogar/
H A DConsole.java425 public int getCode() { method in class:Console.Color
435 return useColor ? ("\u001b[" + color.getCode() + ";1m" + message + "\u001b[0m") : message;
/external/python/cpython2/Lib/compiler/
H A Dpyassem.py305 def getCode(self): member in class:PyFlowGraph
451 if hasattr(arg, 'getCode'):
452 arg = arg.getCode()
540 self.lnotab.getCode(), self.getConsts(),
555 elt = elt.getCode()
647 def getCode(self): member in class:LineAddrTable
H A Dpycodegen.py86 def getCode(self): member in class:AbstractCompileMode
96 self.code = gen.getCode()
105 self.code = gen.getCode()
117 self.code = gen.getCode()
246 def getCode(self): member in class:CodeGenerator
248 return self.graph.getCode()
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DNanoWSD.java255 doClose(((WebSocketException) e).getCode(), ((WebSocketException) e).getReason(), false);
298 public CloseCode getCode() { method in class:NanoWSD.WebSocketException
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUScript.java889 public static final int[] getCode(Locale locale){ method in class:UScript
899 public static final int[] getCode(ULocale locale){ method in class:UScript
914 public static final int[] getCode(String nameOrAbbrOrLocale) { method in class:UScript
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScript.java1073 public static final int[] getCode(Locale locale){ method in class:UScript
1084 public static final int[] getCode(ULocale locale){ method in class:UScript
1100 public static final int[] getCode(String nameOrAbbrOrLocale) { method in class:UScript
/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h545 template <typename T> T getCode() const { function in struct:CodeNode
569 MachineInstr *getCode() const { function in struct:PhiNode
575 MachineInstr *getCode() const { function in struct:StmtNode
576 return CodeNode::getCode<MachineInstr*>();
581 MachineBasicBlock *getCode() const { function in struct:BlockNode
582 return CodeNode::getCode<MachineBasicBlock*>();
588 MachineFunction *getCode() const { function in struct:FuncNode
589 return CodeNode::getCode<MachineFunction*>();

Completed in 2686 milliseconds

123