/packages/apps/Email/src/org/apache/james/mime4j/ |
Log.java | 29 return Email.LOGD; 33 return true; 37 return true; 41 return Email.LOGD; 45 return Email.LOGD; 49 return true; 53 if (!isTraceEnabled()) return; 58 if (!isTraceEnabled()) return; 63 if (!isDebugEnabled()) return; 68 if (!isDebugEnabled()) return; [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
RegionModel.java | 52 * @return the mRegionId 55 return mRegionId; 59 * @return the mFit 62 return mFit; 74 * @return the mLeft 77 return mLeft; 89 * @return the mTop 92 return mTop; 104 * @return the mWidth 107 return mWidth [all...] |
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MultiSourceCorpusTest.java | 72 return out; 82 return null; 86 return null; 90 return null; 94 return null; 98 return null; 102 return null; 106 return null; 110 return 0; 114 return null [all...] |
/frameworks/base/media/libmedia/ |
AudioSystem.cpp | 80 return gAudioFlinger; 85 if (af == 0) return PERMISSION_DENIED; 86 return af->setMicMute(state); 91 if (af == 0) return PERMISSION_DENIED; 93 return NO_ERROR; 99 if (af == 0) return PERMISSION_DENIED; 101 return NO_ERROR; 107 if (af == 0) return PERMISSION_DENIED; 109 return NO_ERROR; 115 if (af == 0) return PERMISSION_DENIED [all...] |
/external/guava/src/com/google/common/base/ |
Functions.java | 49 return ToStringFunction.INSTANCE; 57 return o.toString(); 61 return "toString"; 70 return (Function<E, E>) IdentityFunction.INSTANCE; 78 return o; 82 return "identity"; 92 return new FunctionForMapNoDefault<K, V>(map); 106 return result; 111 return map.equals(that.map); 113 return false [all...] |
/external/quake/quake/src/QW/client/ |
cd_linux.c | 55 return; // no cd init'd 65 return; // no cd init'd 80 return -1; 86 return -1; 92 return 0; 102 return; 108 return; 116 return; 125 return; 130 return; [all...] |
/external/quake/quake/src/WinQuake/ |
cd_linux.cpp | 55 return; // no cd init'd 65 return; // no cd init'd 80 return -1; 86 return -1; 92 return 0; 102 return; 108 return; 116 return; 125 return; 130 return; [all...] |
/external/webkit/WebCore/dom/ |
EventTarget.cpp | 49 return; 56 return; 64 return false; 65 return gEventDispatchForbidden > 0; 80 return 0; 85 return 0; 90 return 0; 95 return 0; 100 return 0; 106 return 0 [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
WebViewEventSender.java | 132 return KeyEvent.KEYCODE_0 + offset; 138 return KeyEvent.KEYCODE_A + offset; 144 return KeyEvent.KEYCODE_STAR; 146 return KeyEvent.KEYCODE_POUND; 148 return KeyEvent.KEYCODE_COMMA; 150 return KeyEvent.KEYCODE_PERIOD; 152 return KeyEvent.KEYCODE_TAB; 154 return KeyEvent.KEYCODE_SPACE; 156 return KeyEvent.KEYCODE_ENTER; 159 return KeyEvent.KEYCODE_DEL [all...] |
/build/tools/iself/ |
iself.c | 30 if (magic[0] != 0x7f) return 1; 31 if (magic[1] != 'E') return 1; 32 if (magic[2] != 'L') return 1; 33 if (magic[3] != 'F') return 1; 35 return 0;
|
/cts/tools/host/src/com/android/cts/ |
CommandHistory.java | 45 * @return If it's history command, return true; else return false. 48 return CTSCommand.HISTORY.equals(cmd) || CTSCommand.H.equals(cmd); 54 * @return The number of commands recorded. 57 return mCmdRecords.size(); 64 * @return The command corresponding to the command index. 67 return mCmdRecords.get(index); 81 return; 102 return; [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalItem.java | 38 * @return {@code non-null;} appropriate instance. 42 return null; 45 return new LocalItem (name, signature); 63 return false; 68 return 0 == compareTo(local); 75 * @return negative integer, zero, or positive integer in accordance 80 return 0; 82 return -1; 84 return 1; 86 return a.compareTo(b) [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstNat.java | 63 return false; 67 return name.equals(otherNat.name) && 74 return (name.hashCode() * 31) ^ descriptor.hashCode(); 84 return cmp; 87 return descriptor.compareTo(otherNat.descriptor); 93 return "nat{" + toHuman() + '}'; 99 return "nat"; 105 return false; 111 * @return {@code non-null;} the name 114 return name [all...] |
/dalvik/dx/tests/031-bb-dead-code/ |
blort.j | 23 return 28 return 48 return 53 return 56 return 65 return 74 return 90 return 101 return 110 return [all...] |
/dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/util/ |
Util.java | 33 * @return {@code true} if the source does end with the given suffix, or 39 return false; 46 return false; 49 return true; 60 * @return the result of the comparison. 64 return false; 67 return true; 70 return false; 77 return false; 80 return true [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/misc/ |
IDEACBCPar.java | 15 return (IDEACBCPar)o; 19 return new IDEACBCPar((ASN1Sequence)o); 48 return iv.getOctets(); 52 return null; 73 return new DERSequence(v);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/mozilla/ |
PublicKeyAndChallenge.java | 32 return (PublicKeyAndChallenge)obj; 36 return new PublicKeyAndChallenge((ASN1Sequence)obj); 51 return pkacSeq; 56 return spki; 61 return challenge;
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
TrustManagerFactorySpiImpl.java | 29 return null; 38 return isEngineGetTrustManagersCalled; 42 return isengineInitCalled; 46 return ks; 50 return spec;
|
/external/bluetooth/glib/tests/gobject/ |
accumulator.c | 84 return TRUE; 92 return g_strdup ("<before>"); 99 return g_strdup ("<default>"); 107 return g_strdup ("<after>"); 116 case 1: return TRUE; 117 case 2: return FALSE; 118 case 3: return FALSE; 119 case 4: return FALSE; 123 return FALSE; 132 case 1: g_assert_not_reached (); return FALSE [all...] |
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/ |
der_decode_utctime.c | 23 case '0': return 0; 24 case '1': return 1; 25 case '2': return 2; 26 case '3': return 3; 27 case '4': return 4; 28 case '5': return 5; 29 case '6': return 6; 30 case '7': return 7; 31 case '8': return 8; 32 case '9': return 9 [all...] |
/external/e2fsprogs/lib/ext2fs/ |
bb_compat.c | 31 return ext2fs_badblocks_list_create(ret, size); 41 return ext2fs_badblocks_list_add(bb, blk); 46 return ext2fs_badblocks_list_test(bb, blk); 52 return ext2fs_badblocks_list_iterate_begin(bb, ret); 57 return ext2fs_badblocks_list_iterate(iter, blk);
|
/external/icu4c/common/ |
locbased.cpp | 18 return Locale((id != 0) ? id : ""); 23 return NULL; 28 return valid; 30 return actual; 33 return NULL;
|
/external/icu4c/layout/ |
Lookups.cpp | 18 return 0; 23 return (const LookupTable *) ((char *) this + SWAPW(lookupTableOffset)); 29 return 0; 34 return (const LookupSubtable *) ((char *) this + SWAPW(subtableOffset)); 41 return coverageTable->getGlyphCoverage(glyphID);
|
/external/jdiff/src/jdiff/ |
MethodAPI.java | 21 /** Return type of the method. */ 83 * Compare two methods, including the return type, and parameter 90 return comp; 93 return comp; 95 return -1; 97 return -1; 101 return -1; 105 return -1; 109 return comp; 112 return comp [all...] |
/external/openssl/crypto/comp/ |
c_rle.c | 25 return(&rle_method); 36 return(-1); 41 return(ilen+1); 52 return(-1); 60 return(ilen-1);
|