HomeSort by relevance Sort by last modified time
    Searched refs:getCode (Results 1 - 25 of 592) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
Child1.java 25 public Integer getCode() {
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
TranscriptionResponse.java 40 return status.getCode() == Status.Code.UNAVAILABLE;
48 return status.getCode() != Status.Code.OK && status.getCode() != Status.Code.UNAVAILABLE;
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnectorException.java 43 public int getCode() {
44 return mEvent != null ? mEvent.getCode() : -1;
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsException.java 61 public int getCode() {
  /external/xmlrpcpp/src/
XmlRpcException.h 33 int getCode() const { return _code; }
  /frameworks/base/telephony/java/com/android/ims/
ImsException.java 51 public int getCode() {
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 310 if (Lex.getCode() != tgtok::Id)
325 if (Lex.getCode() != tgtok::Id) {
344 if (Lex.getCode() != tgtok::Id) {
358 if (Lex.getCode() != tgtok::Id) {
392 if (Lex.getCode() != tgtok::less)
396 if (Lex.getCode() == tgtok::greater) {
408 if (Lex.getCode() != tgtok::greater) {
434 if (Lex.getCode() != tgtok::less)
438 if (Lex.getCode() == tgtok::greater) {
450 if (Lex.getCode() != tgtok::greater)
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAbbrev.cpp 34 FirstAbbrCode = AbbrDecl.getCode();
36 if (PrevAbbrCode + 1 != AbbrDecl.getCode()) {
41 PrevAbbrCode = AbbrDecl.getCode();
57 if (Decl.getCode() == AbbrCode)
  /external/nist-sip/java/javax/sip/header/
WarningHeader.java 25 int getCode();
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
Code.java 25 public Integer getCode() {
Code2.java 32 public Integer getCode() {
Code4.java 33 public Integer getCode() {
  /external/llvm/lib/TableGen/
TGParser.cpp 378 switch (Lex.getCode()) {
413 if (Lex.getCode() != tgtok::Id) {
432 if (Lex.getCode() != tgtok::Id) {
465 if (Lex.getCode() != tgtok::less) {
471 if (Lex.getCode() == tgtok::greater) {
483 if (Lex.getCode() != tgtok::greater) {
510 if (Lex.getCode() != tgtok::less) {
516 if (Lex.getCode() == tgtok::greater) {
528 if (Lex.getCode() != tgtok::greater) {
544 if (Lex.getCode() != tgtok::IntVal)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugAbbrev.cpp 25 IdxOffset = abbrevDeclaration.getCode();
27 if (prevAbbrAode + 1 != abbrevDeclaration.getCode())
30 prevAbbrAode = abbrevDeclaration.getCode();
47 if (pos->getCode() == abbrCode)
DWARFAbbreviationDeclaration.h 31 uint32_t getCode() const { return Code; }
  /packages/apps/Dialer/java/com/android/incallui/disconnectdialog/
DefaultErrorDialog.java 34 && (disconnectCause.getCode() == DisconnectCause.ERROR
35 || disconnectCause.getCode() == DisconnectCause.RESTRICTED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 109 || key.getCode() > primaryKey.getCode()) {
KeyboardLayout.java 60 mKeyCodes[i] = Character.toLowerCase(key.getCode());
117 if (key.getCode() != ',') {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DataDrivenUScriptTest.java 71 int[] code = UScript.getCode(testLocaleName);
74 errln("Error testing UScript.getCode(). Got: null" + " Expected: " + expected + " for locale "
78 errln("Error testing UScript.getCode(). Got: " + code[0] + " Expected: " + expected + " for locale "
85 code = UScript.getCode(esperanto);
97 new int[] { UScript.CYRILLIC }, UScript.getCode(new ULocale("tg")));
99 new int[] { UScript.DEVANAGARI }, UScript.getCode(new ULocale("xsr")));
103 new int[] { UScript.KATAKANA, UScript.HIRAGANA, UScript.HAN }, UScript.getCode(ULocale.JAPANESE));
105 UScript.getCode(ULocale.KOREAN));
106 assertEqualScripts("zh script: Hani", new int[] { UScript.HAN }, UScript.getCode(ULocale.CHINESE));
108 UScript.getCode(ULocale.TRADITIONAL_CHINESE))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DataDrivenUScriptTest.java 68 int[] code = UScript.getCode(testLocaleName);
71 errln("Error testing UScript.getCode(). Got: null" + " Expected: " + expected + " for locale "
75 errln("Error testing UScript.getCode(). Got: " + code[0] + " Expected: " + expected + " for locale "
82 code = UScript.getCode(esperanto);
94 new int[] { UScript.CYRILLIC }, UScript.getCode(new ULocale("tg")));
96 new int[] { UScript.DEVANAGARI }, UScript.getCode(new ULocale("xsr")));
100 new int[] { UScript.KATAKANA, UScript.HIRAGANA, UScript.HAN }, UScript.getCode(ULocale.JAPANESE));
102 UScript.getCode(ULocale.KOREAN));
103 assertEqualScripts("zh script: Hani", new int[] { UScript.HAN }, UScript.getCode(ULocale.CHINESE));
105 UScript.getCode(ULocale.TRADITIONAL_CHINESE))
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 31 uint32_t getCode() const { return Code; }
  /external/nist-sip/java/gov/nist/javax/sip/header/
Warning.java 91 public int getCode() {
  /external/annotation-tools/asmx/test/perf/org/objectweb/asm/
SERPPerfTest.java 67 Code code = methods[i].getCode(false);
98 Code code = m.getCode(false);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DynamicGridKeyboard.java 69 if (key.getCode() == code) {
138 keys.add(key.getCode());
149 if (key.getCode() == code) {
254 if (getCode() != key.getCode()) return false;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TimerHandler.java 93 obtainMessage(MSG_REPEAT_KEY, key.getCode(), repeatCount, tracker), delay);
117 final int messageId = (key.getCode() == Constants.CODE_SHIFT)
152 final int typedCode = typedKey.getCode();

Completed in 1201 milliseconds

1 2 3 4 5 6 7 8 91011>>