Searched refs:getCode (Results 1 - 25 of 85) sorted by relevance

1234

/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/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp34 FirstAbbrCode = AbbrDecl.getCode();
36 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) {
41 PrevAbbrCode = AbbrDecl.getCode();
57 if (Decl.getCode() == AbbrCode)
H A DDWARFAbbreviationDeclaration.cpp66 OS << '[' << getCode() << "] ";
/external/nist-sip/java/javax/sip/header/
H A DWarningHeader.java25 int getCode(); method in interface:WarningHeader
/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
H A DShapeImmutableTest.java34 assertEquals(new Integer(123), loaded.getCode());
60 assertEquals(new Integer(555), code2.getCode());
/external/llvm/lib/TableGen/
H A DTGParser.cpp383 switch (Lex.getCode()) {
418 if (Lex.getCode() != tgtok::Id) {
437 if (Lex.getCode() != tgtok::Id) {
470 if (Lex.getCode() != tgtok::less) {
476 if (Lex.getCode() == tgtok::greater) {
488 if (Lex.getCode() != tgtok::greater) {
515 if (Lex.getCode() != tgtok::less) {
521 if (Lex.getCode() == tgtok::greater) {
533 if (Lex.getCode() != tgtok::greater) {
549 if (Lex.getCode() !
[all...]
H A DTGLexer.h99 tgtok::TokKind getCode() const { return CurCode; } function in class:llvm::TGLexer
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h31 uint32_t getCode() const { return Code; } function in class:llvm::DWARFAbbreviationDeclaration
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java91 public int getCode() { method in class:Warning
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpStatus.java821 public int getCode() method in class:HttpStatus.Code
927 public static Code getCode(int code) method in class:HttpStatus
946 Code codeEnum = getCode(code);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DTestUScript.java80 int[] code = UScript.getCode(testNames[i]);
87 // getCode returns null if the code could not be found
101 int[] code = UScript.getCode(esperanto);
114 UScript.getCode(new ULocale("tg")));
117 UScript.getCode(new ULocale("xsr")));
122 UScript.getCode(ULocale.JAPANESE));
125 UScript.getCode(ULocale.KOREAN));
128 UScript.getCode(ULocale.CHINESE));
131 UScript.getCode(ULocale.TRADITIONAL_CHINESE));
134 UScript.getCode(ULocal
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScript.java76 int[] code = UScript.getCode(testNames[i]);
83 // getCode returns null if the code could not be found
97 int[] code = UScript.getCode(esperanto);
110 UScript.getCode(new ULocale("tg")));
113 UScript.getCode(new ULocale("xsr")));
118 UScript.getCode(ULocale.JAPANESE));
121 UScript.getCode(ULocale.KOREAN));
124 UScript.getCode(ULocale.CHINESE));
127 UScript.getCode(ULocale.TRADITIONAL_CHINESE));
130 UScript.getCode(ULocal
[all...]
/external/llvm/utils/TableGen/
H A DAsmWriterInst.h87 /// getCode - Return the code that prints this operand.
88 std::string getCode() const;
/external/deqp/framework/common/
H A DtcuTestCase.hpp185 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; } function in class:tcu::TestStatus
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DWriteCharts.java65 scripts = UScript.getCode(source);
75 scripts = UScript.getCode(target);
132 int[] scripts = UScript.getCode(source);
149 int[] scripts = UScript.getCode(target);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java64 scripts = UScript.getCode(source);
74 scripts = UScript.getCode(target);
131 int[] scripts = UScript.getCode(source);
148 int[] scripts = UScript.getCode(target);
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUScript.java843 public static final int[] getCode(Locale locale){ method in class:UScript
853 public static final int[] getCode(ULocale locale){ method in class:UScript
868 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.java1017 public static final int[] getCode(Locale locale){ method in class:UScript
1028 public static final int[] getCode(ULocale locale){ method in class:UScript
1044 public static final int[] getCode(String nameOrAbbrOrLocale) { method in class:UScript
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java108 public final byte [] getCode () method in class:CodeAttribute_info

Completed in 866 milliseconds

1234