HomeSort by relevance Sort by last modified time
    Searched full:given (Results 26 - 50 of 14528) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
DataLengthException.java 5 * copied into it turns out to be too short, or if we've been given
20 * create a DataLengthException with the given message.
CryptoException.java 17 * create a CryptoException with the given message.
InvalidCipherTextException.java 18 * create a InvalidCipherTextException with the given message.
RuntimeCryptoException.java 17 * create a RuntimeCryptoException with the given message.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Messages.java 32 * Bind the given message's substitution locations with the given string values.
42 * Bind the given message's substitution locations with the given string values.
53 * Bind the given message's substitution locations with the given string values.
65 * Bind the given message's substitution locations with the given string values.
  /frameworks/base/media/java/android/drm/mobile1/
DrmRights.java 66 * Get the constraint of the given permission on this rights object.
68 * @param permission the given permission.
85 * Consume the rights of the given permission.
87 * @param permission the given permission.
104 * native method: get the constraint information of the given permission.
106 * @param permission the given permission.
115 * native method: consume the rights of the given permission.
117 * @param permission the given permission.
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 157 * given output stream.
184 * XML document using the given output stream.
225 * Gets the {@code String} value mapped to the given key or its default
229 * case, if there is no value mapped to the given key, the stored default
237 * mapped to the given key or no backing store is available.
238 * @return the preference value mapped to the given key.
247 * Gets the {@code boolean} value mapped to the given key or its default
256 * case, if there is no value mapped to the given key, the stored default
264 * mapped to the given key, if the backing store is unavailable,
266 * @return the boolean value mapped to the given key
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
ExecutionUtils.java 40 * Sleeps given number of milliseconds, ignoring exceptions.
52 * Waits given number of milliseconds and runs events loop every 1 millisecond. At least one
78 * Runs given {@link RunnableEx} and ignores exceptions.
92 * Runs given {@link RunnableEx} and logs exceptions using {@link DesignerPlugin#log(Throwable)}.
107 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
118 * Runs given {@link RunnableEx} and re-throws exceptions using {@link RuntimeException}.
130 * Ensures that {@link Beans#isDesignTime()} returns <code>true</code> and runs given
144 * Ensures that {@link Beans#isDesignTime()} returns <code>true</code> and runs given
163 * Runs given {@link RunnableEx} inside of UI thread, using {@link Display#syncExec(Runnable)}.
179 * Runs given {@link RunnableEx} inside of UI thread, using {@link Display#syncExec(Runnable)}
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java 99 * Constructs a new, empty Bundle sized to hold the given number of
110 * Constructs a Bundle containing a copy of the mappings from the given
264 * Returns true if the given key is contained in the mapping
276 * Returns the entry with the given key as an object.
287 * Removes any entry with the given key from the mapping of this Bundle.
297 * Inserts all mappings from the given Bundle into this Bundle.
389 * any existing value for the given key. Either key or value may be null.
401 * any existing value for the given key.
413 * any existing value for the given key.
425 * any existing value for the given key
    [all...]
  /dalvik/tests/086-null-super/
info.txt 2 ClassNotFound, if it can't find the given Class, and not return null.
  /external/iptables/extensions/
libxt_CLASSIFY.man 5 hexadecimal even if no 0x prefix is given.
libxt_connmark.man 5 Matches packets in connections with the given mark value (if a mask is
libxt_iprange.man 1 This matches on a given arbitrary range of IP addresses.
libxt_mark.man 7 Matches packets with the given unsigned mark value (if a \fImask\fP is
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
Namer.java 14 * Gets a name for a heightmap tile given it's cell id
  /libcore/luni/src/main/java/java/sql/
SQLDataException.java 37 * Creates an SQLDataException object. The Reason string is set to the given
49 * Creates an SQLDataException object. The Reason string is set to the given
50 * reason string, the SQLState string is set to the given SQLState string
63 * Creates an SQLDataException object. The Reason string is set to the given
64 * reason string, the SQLState string is set to the given SQLState string
65 * and the Error Code is set to the given error code value.
81 * Throwable object is set to the given cause Throwable object.
92 * Creates an SQLDataException object. The Reason string is set to the given
93 * and the cause Throwable object is set to the given cause Throwable
107 * Creates an SQLDataException object. The Reason string is set to the given
    [all...]
SQLFeatureNotSupportedException.java 38 * set to the given reason string, the SQLState string is set to null and
50 * set to the given reason string, the SQLState string is set to the given
64 * set to the given reason string, the SQLState string is set to the given
65 * SQLState string and the Error Code is set to the given error code value.
82 * the cause Throwable object is set to the given cause Throwable object.
94 * set to the given and the cause Throwable object is set to the given cause
109 * set to the given reason string, the SQLState string is set to the give
    [all...]
SQLIntegrityConstraintViolationException.java 40 * string is set to the given reason string, the SQLState string is set to
52 * string is set to the given reason string, the SQLState string is set to
53 * the given SQLState string and the Error Code is set to 0.
67 * string is set to the given reason string, the SQLState string is set to
68 * the given SQLState string and the Error Code is set to the given error
86 * cause!=null,and the cause Throwable object is set to the given cause
99 * string is set to the given and the cause Throwable object is set to the
100 * given cause Throwable object.
115 * string is set to the given reason string, the SQLState string is set t
    [all...]
SQLInvalidAuthorizationSpecException.java 40 * is set to the given reason string, the SQLState string is set to null and
52 * is set to the given reason string, the SQLState string is set to the
53 * given SQLState string and the Error Code is set to 0.
66 * is set to the given reason string, the SQLState string is set to the
67 * given SQLState string and the Error Code is set to the given error code
85 * cause!=null,and the cause Throwable object is set to the given cause
98 * is set to the given and the cause Throwable object is set to the given
113 * is set to the given reason string, the SQLState string is set to th
    [all...]
SQLNonTransientConnectionException.java 40 * is set to the given reason string, the SQLState string is set to null and
52 * is set to the given reason string, the SQLState string is set to the
53 * given SQLState string and the Error Code is set to 0.
66 * is set to the given reason string, the SQLState string is set to the
67 * given SQLState string and the Error Code is set to the given error code
85 * cause!=null,and the cause Throwable object is set to the given cause
98 * is set to the given and the cause Throwable object is set to the given
113 * is set to the given reason string, the SQLState string is set to th
    [all...]
SQLNonTransientException.java 33 * the given reason string, the SQLState string is set to null and the Error
45 * the given reason string, the SQLState string is set to the given SQLState
59 * the given reason string, the SQLState string is set to the given SQLState
60 * string and the Error Code is set to the given error code value.
77 * cause Throwable object is set to the given cause Throwable object.
89 * the given and the cause Throwable object is set to the given cause
104 * the given reason string, the SQLState string is set to the given SQLStat
    [all...]
SQLRecoverableException.java 33 * the given reason string, the SQLState string is set to null and the Error
45 * the given reason string, the SQLState string is set to the given SQLState
59 * the given reason string, the SQLState string is set to the given SQLState
60 * string and the Error Code is set to the given error code value.
77 * cause Throwable object is set to the given cause Throwable object.
89 * the given and the cause Throwable object is set to the given cause
104 * the given reason string, the SQLState string is set to the given SQLStat
    [all...]
SQLSyntaxErrorException.java 33 * the given reason string, the SQLState string is set to null and the Error
45 * the given reason string, the SQLState string is set to the given SQLState
59 * the given reason string, the SQLState string is set to the given SQLState
60 * string and the Error Code is set to the given error code value.
77 * cause Throwable object is set to the given cause Throwable object.
89 * the given and the cause Throwable object is set to the given cause
104 * the given reason string, the SQLState string is set to the given SQLStat
    [all...]
SQLTimeoutException.java 33 * given reason string, the SQLState string is set to null and the Error
45 * given reason string, the SQLState string is set to the given SQLState
59 * given reason string, the SQLState string is set to the given SQLState
60 * string and the Error Code is set to the given error code value.
76 * Throwable object is set to the given cause Throwable object.
88 * given and the cause Throwable object is set to the given cause Throwable
103 * given reason string, the SQLState string is set to the given SQLStat
    [all...]
SQLTransactionRollbackException.java 34 * set to the given reason string, the SQLState string is set to null and
46 * set to the given reason string, the SQLState string is set to the given
60 * set to the given reason string, the SQLState string is set to the given
61 * SQLState string and the Error Code is set to the given error code value.
78 * the cause Throwable object is set to the given cause Throwable object.
90 * set to the given and the cause Throwable object is set to the given cause
105 * set to the given reason string, the SQLState string is set to the give
    [all...]

Completed in 495 milliseconds

12 3 4 5 6 7 8 91011>>