/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERNull.java | 36 return false; 39 return true; 44 return 0;
|
DERPrintableString.java | 17 * return a printable string from the passed in object. 26 return (DERPrintableString)obj; 31 return new DERPrintableString(((ASN1OctetString)obj).getOctets()); 36 return getInstance(((ASN1TaggedObject)obj).getObject()); 43 * return a Printable String from a tagged object. 55 return getInstance(obj.getObject()); 89 return string; 102 return bs; 114 return this.getString().hashCode(); 122 return false [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/io/ |
DigestInputStream.java | 31 return b; 45 return n; 50 return digest;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
IESParameters.java | 32 return derivation; 37 return encoding; 42 return macKeySize;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
PKIXPolicyNode.java | 54 return children.iterator(); 59 return depth; 64 return expectedPolicies; 69 return parent; 74 return policyQualifiers; 79 return validPolicy; 84 return !children.isEmpty(); 89 return critical; 109 return toString(""); 126 return _buf.toString() [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
Base64.java | 14 * @return a byte array containing the base 64 encoded data. 30 return bOut.toByteArray(); 36 * @return the number of bytes produced. 43 return encoder.encode(data, 0, data.length, out); 49 * @return the number of bytes produced. 58 return encoder.encode(data, off, length, out); 64 * @return a byte array representing the decoded data. 80 return bOut.toByteArray(); 86 * @return a byte array representing the decoded data. 102 return bOut.toByteArray() [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 77 * @return The cloned object. 89 return tspa; 96 * @return The "target" string. 100 return m_targetString; 119 * @return True if the given mode matches this template's mode 123 return matchModes(m1, m_template.getMode()); 132 * @return True if the two given modes match 136 return (((null == m1) && (null == m2)) 141 * Return the mode associated with the template. 147 * @return The mode associated with the template [all...] |
/device/htc/dream/recovery/ |
recovery_ui.c | 38 return 0; 43 return (key_pressed[KEY_HOME] && key_code == KEY_END) || 49 return key_pressed[KEY_MENU] && // menu 64 return ITEM_REBOOT; 66 return ITEM_WIPE_DATA; 68 return ITEM_APPLY_SDCARD; 73 return HIGHLIGHT_DOWN; 77 return HIGHLIGHT_UP; 81 return SELECT_ITEM; 85 return NO_ACTION [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
NoOpLog.java | 67 * @return false 69 public final boolean isDebugEnabled() { return false; } 74 * @return false 76 public final boolean isErrorEnabled() { return false; } 81 * @return false 83 public final boolean isFatalEnabled() { return false; } 88 * @return false 90 public final boolean isInfoEnabled() { return false; } 95 * @return false 97 public final boolean isTraceEnabled() { return false; [all...] |
/external/bison/lib/ |
bitset.c | 36 /* Return number of bytes required to create a N_BIT bitset 44 return bitset_stats_bytes (); 68 return bytes; 77 return bitset_stats_init (bset, n_bits, type); 85 return abitset_init (bset, n_bits); 88 return lbitset_init (bset, n_bits); 91 return ebitset_init (bset, n_bits); 94 return vbitset_init (bset, n_bits); 117 return BITSET_VARRAY; 120 return BITSET_LIST [all...] |
/external/bluetooth/glib/tests/ |
bit-test.c | 20 return __builtin_ffsl(mask) - 1; 33 return mask ? __builtin_ctzl(mask) : -1; 41 return mask ? GLIB_SIZEOF_LONG * 8 - 1 - __builtin_clzl(mask) : -1; 48 return number ? GLIB_SIZEOF_LONG * 8 - __builtin_clzl(number) : 1; 62 return nth_bit; 64 return -1; 76 return nth_bit; 78 return -1; 92 return n_bits; 103 return 1; [all...] |
/external/clearsilver/cs/ |
cstest.c | 24 return STATUS_OK; 33 return nerr_raise(NERR_NOMEM, "Unable to duplicate string in test_strfunc"); 40 return STATUS_OK; 55 return -1; 64 return -1; 79 return -1; 85 return -1; 93 return -1; 101 return -1; 109 return -1 [all...] |
/external/clearsilver/man/man3/ |
cgiwrap_iterenv.3 | 25 n - variable to return. This should start at 0 and increment 27 until you receive a NULL return value. 34 .SH "RETURN VALUE"
|
hdf_get_value.3 | 14 hdf_get_value - Return the value of a node in the data set 29 defval -> the default value to return if the node doesn't 38 .SH "RETURN VALUE"
|
/external/clearsilver/util/ |
neo_files.c | 58 return nerr_raise_errno(NERR_SYSTEM, "ne_mkdirs: mkdir(%s, %x) failed", mypath, mode); 63 return STATUS_OK; 79 return nerr_raise (NERR_NOT_FOUND, "File %s not found", path); 80 return nerr_raise_errno (NERR_SYSTEM, "Unable to stat file %s", path); 86 return nerr_raise_errno (NERR_SYSTEM, "Unable to open file %s", path); 94 return nerr_raise (NERR_NOMEM, 101 return nerr_raise_errno (NERR_SYSTEM, "Unable to read file %s", path); 108 return STATUS_OK; 112 return ne_load_file_len (path, str, NULL); 124 return nerr_raise_errno (NERR_IO, "Unable to create file %s", path) [all...] |
/external/dropbear/libtomcrypt/src/prngs/ |
rc4.c | 36 @return CRYPT_OK if successful 45 return CRYPT_OK; 53 @return CRYPT_OK if successful 64 return CRYPT_OK; 75 return CRYPT_OK; 82 @return CRYPT_OK if successful 115 return CRYPT_OK; 123 @return Number of octets read 150 return n; 156 @return CRYPT_OK if successfu [all...] |
/external/e2fsprogs/lib/e2p/ |
mntopts.c | 44 return f->string; 48 return buf; 60 return 0; 64 return 1; 67 return 1; 70 return 1; 72 return 1; 74 return 0; 81 return cp; 88 return cp [all...] |
/external/easymock/src/org/easymock/internal/ |
Result.java | 47 return "Answer throwing " + throwable;
50 return new Result(new ThrowingAnswer(), true);
59 return value;
64 return "Answer returning " + value;
67 return new Result(new ReturningAnswer(), true);
78 return invocation.getMethod().invoke(value,
92 return "Delegated to " + value;
95 return new Result(new DelegatingAnswer(), false);
99 return new Result(answer, false);
103 return value.answer(); [all...] |
/external/guava/src/com/google/common/collect/ |
ForwardingCollection.java | 41 return delegate().iterator(); 45 return delegate().size(); 49 return delegate().removeAll(collection); 53 return delegate().isEmpty(); 57 return delegate().contains(object); 61 return delegate().toArray(); 65 return delegate().toArray(array); 69 return delegate().add(element); 73 return delegate().remove(object); 77 return delegate().containsAll(collection) [all...] |
ForwardingMap.java | 45 return delegate().size(); 49 return delegate().isEmpty(); 53 return delegate().remove(object); 61 return delegate().containsKey(key); 65 return delegate().containsValue(value); 69 return delegate().get(key); 73 return delegate().put(key, value); 81 return delegate().keySet(); 85 return delegate().values(); 89 return delegate().entrySet() [all...] |
NullsFirstOrdering.java | 36 return 0; 39 return RIGHT_IS_GREATER; 42 return LEFT_IS_GREATER; 44 return ordering.compare(left, right); 49 return ordering.reverse().nullsLast(); 54 return (Ordering) this; 58 return ordering.nullsLast(); 63 return true; 67 return this.ordering.equals(that.ordering); 69 return false [all...] |
NullsLastOrdering.java | 36 return 0; 39 return LEFT_IS_GREATER; 42 return RIGHT_IS_GREATER; 44 return ordering.compare(left, right); 49 return ordering.reverse().nullsFirst(); 53 return ordering.nullsFirst(); 58 return (Ordering) this; 63 return true; 67 return this.ordering.equals(that.ordering); 69 return false [all...] |
/external/icu4c/i18n/ |
measfmt.cpp | 32 return fmt; 37 return NULL; 39 return MeasureFormat::createCurrencyFormat(Locale::getDefault(), ec);
|
quant.cpp | 49 return new Quantifier(*this); 54 * and return the pointer. 57 return (UnicodeMatcher*) this; 77 return U_PARTIAL_MATCH; 83 return U_PARTIAL_MATCH; 86 return U_MATCH; 89 return U_MISMATCH; 101 return result.append((UChar)63); /*?*/ 103 return result.append((UChar)42); /***/ 107 return result.append((UChar)43); /*+* [all...] |
udatpg.cpp | 32 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createInstance(*pErrorCode); 34 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createInstance(Locale(locale), *pErrorCode); 40 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createEmptyInstance(*pErrorCode); 51 return NULL; 53 return (UDateTimePatternGenerator *)(((const DateTimePatternGenerator *)dtpg)->clone()); 62 return 0; 66 return 0; 70 return result.extract(bestPattern, capacity, *pErrorCode); 79 return 0; 83 return 0 [all...] |