OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specified
(Results
251 - 275
of
21459
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/guava/guava/src/com/google/common/collect/
ObjectArrays.java
42
* Returns a new array of the given length with the
specified
component type.
119
* Returns an array containing all of the elements in the
specified
120
* collection; the runtime type of the returned array is that of the
specified
121
* array. If the collection fits in the
specified
array, it is returned
123
*
specified
array and the size of the
specified
collection.
125
* <p>If the collection fits in the
specified
array with room to spare (i.e.,
138
* @throws ArrayStoreException if the runtime type of the
specified
array is
139
* not a supertype of the runtime type of every element in the
specified
156
* array. the runtime type of the returned array is that of the
specified
array. If the collectio
[
all
...]
/libcore/ojluni/src/main/java/java/security/
AlgorithmParameterGenerator.java
51
* derived from the
specified
size.<P>
59
* random exponent, both
specified
in number of bits.
153
* a set of parameters to be used with the
specified
algorithm.
159
* Provider that supports the
specified
algorithm is returned.
175
*
specified
algorithm.
196
* a set of parameters to be used with the
specified
algorithm.
199
* AlgorithmParameterGeneratorSpi implementation from the
specified
provider
200
* is returned. The
specified
provider must be registered
218
* implementation for the
specified
algorithm is not
219
* available from the
specified
provider
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
Pixels.h
22
// Construct pixel view using
specified
image.
29
// the
specified
region. Modified pixels may be subsequently
35
// defined by the
specified
region.
42
// Returns the offset for the
specified
channel.
85
// Construct pixel data using
specified
image
88
// Construct pixel data using
specified
image
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java
56
assertFalse("The change of p
specified
in the constructor "
63
* array
specified
in the constructor. Checks that modification
72
fail("The returned array does not equal to the
specified
"
83
* equal to the value
specified
in the constructor.
96
* equal to the value
specified
in the constructor.
101
assertTrue("The returned value is not equal to the value
specified
"
/external/autotest/database/
db_utils.py
11
Drops the
specified
views from the database
13
If a
specified
view does not exist in the database, this method fails
26
Renames
specified
tables in the database
28
Use this to rename a
specified
set of tables in a database. If a source in
43
Moves the
specified
tables from another database
60
Drops the database that the
specified
manager controls
/external/curl/docs/libcurl/opts/
CURLOPT_QUOTE.3
48
the group ID
specified
by the group operand. The group operand is a decimal
51
The chmod command modifies the file mode bits of the
specified
file. The
55
user ID
specified
by the user operand. The user operand is a decimal
68
The rm command removes the file
specified
by the file operand.
70
The rmdir command removes the directory entry
specified
by the directory
73
The statvfs command returns statistics on the file system in which
specified
/external/guava/guava/src/com/google/common/reflect/
TypeToInstanceMap.java
51
* Returns the value the
specified
class is mapped to, or {@code null} if no
63
* Maps the
specified
class to the
specified
value. Does <i>not</i> associate
76
* Returns the value the
specified
type is mapped to, or {@code null} if no
84
* Maps the
specified
type to the
specified
value. Does <i>not</i> associate
/external/jsilver/src/com/google/clearsilver/jsilver/data/
AbstractData.java
47
* Retrieves the value at the
specified
path in this HDF node's subtree.
62
* Retrieves the integer value at the
specified
path in this HDF node's subtree. If the value does
82
* Retrieves the value at the
specified
path in this HDF node's subtree. If not found, returns
90
* Retrieves the value at the
specified
path in this HDF node's subtree. If not found or invalid,
98
* Retrieves the value at the
specified
path in this HDF node's subtree. If not found or invalid,
106
* Sets the value at the
specified
path in this HDF node's subtree.
/external/libavc/decoder/
ih264d_bitstrm.c
76
* Read
specified
number of bits from the bitstream.
79
* number
specified
number of bits from the current bit
103
* Peek
specified
number of bits from the bitstream.
106
*
specified
number of bits from the buffer without
138
* Flush
specified
number of bits from the bitstream.
140
* This function flushes the
specified
number of bits (marks
/external/llvm/test/MC/ARM/
eh-directive-personalityindex-diagnostics.s
29
@ CHECK: note: .cantunwind was
specified
here
45
@ CHECK: note: .handlerdata was
specified
here
61
@ CHECK: note: .personality was
specified
here
64
@ CHECK: note: .personalityindex was
specified
here
80
@ CHECK: note: .personalityindex was
specified
here
83
@ CHECK: note: .personalityindex was
specified
here
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
Session.java
36
* Send the
specified
reply code and text across the control connection.
60
* Write the
specified
data using the data connection
104
* Return the attribute value for the
specified
name. Return null if no attribute value
113
* Store the value under the
specified
attribute name.
121
* Remove the attribute value for the
specified
name. Do nothing if no attribute
122
* value is stored for the
specified
name.
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
Session.java
36
* Send the
specified
reply code and text across the control connection.
60
* Write the
specified
data using the data connection
97
* Return the attribute value for the
specified
name. Return null if no attribute value
106
* Store the value under the
specified
attribute name.
114
* Remove the attribute value for the
specified
name. Do nothing if no attribute
115
* value is stored for the
specified
name.
/external/skia/include/core/
SkRegion.h
58
* Replace this region with the
specified
region, and return true if the
67
* Swap the contents of this and the
specified
region. This operation
99
* boundary(s) of the region to the
specified
path.
131
* Set this region to the
specified
region, and return true if it is
140
* drawn by the path (with no antialiasing) with the
specified
clip.
145
* Returns true if the
specified
rectangle has a non-empty intersection
151
* Returns true if the
specified
region has a non-empty intersection
157
* Return true if the
specified
x,y coordinate is inside the region.
162
* Return true if the
specified
rectangle is completely inside the region.
170
* Return true if the
specified
region is completely inside the region
[
all
...]
/frameworks/support/compat/tests/java/android/support/v4/testutils/
TestUtils.java
37
* Checks whether all the pixels in the
specified
drawable are of the same
specified
color.
56
* Checks whether all the pixels in the
specified
drawable are of the same
specified
color.
103
* Checks whether the
specified
rectangle matches the
specified
left / top / right /
/frameworks/support/core-ui/tests/java/android/support/v4/testutils/
TestUtils.java
31
* Checks whether all the pixels in the
specified
drawable are of the same
specified
color.
50
* Checks whether all the pixels in the
specified
drawable are of the same
specified
color.
97
* Checks whether the
specified
rectangle matches the
specified
left / top / right /
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PSourceTest.java
56
assertFalse("The change of p
specified
in the constructor "
63
* array
specified
in the constructor. Checks that modification
72
fail("The returned array does not equal to the
specified
"
84
* equal to the value
specified
in the constructor.
97
* equal to the value
specified
in the constructor.
102
assertTrue("The returned value is not equal to the value
specified
"
/libcore/ojluni/src/main/java/java/lang/
Number.java
51
* Returns the value of the
specified
number as an <code>int</code>.
60
* Returns the value of the
specified
number as a <code>long</code>.
69
* Returns the value of the
specified
number as a <code>float</code>.
78
* Returns the value of the
specified
number as a <code>double</code>.
87
* Returns the value of the
specified
number as a <code>byte</code>.
99
* Returns the value of the
specified
number as a <code>short</code>.
/libcore/ojluni/src/main/java/java/security/cert/
CertPathValidator.java
144
*
specified
algorithm.
150
* Provider that supports the
specified
algorithm is returned.
162
*
specified
algorithm.
166
*
specified
algorithm.
180
*
specified
algorithm.
183
* CertPathValidatorSpi implementation from the
specified
provider
184
* is returned. The
specified
provider must be registered
199
*
specified
algorithm.
202
* implementation for the
specified
algorithm is not
203
* available from the
specified
provider
[
all
...]
/libcore/ojluni/src/main/java/java/util/
Map.java
54
* keys. The behavior of a map is not
specified
if the value of an object is
72
* methods that modify the map on which they operate, are
specified
to throw
108
* the
specified
behavior of underlying {@link Object} methods wherever the
150
* Returns {@code true} if this map contains a mapping for the
specified
157
* @return {@code true} if this map contains a mapping for the
specified
162
* @throws NullPointerException if the
specified
key is null and this map
170
*
specified
value. More formally, returns {@code true} if and only if
178
*
specified
value
182
* @throws NullPointerException if the
specified
value is null and this
189
* Returns the value to which the
specified
key is mapped
[
all
...]
Arrays.java
53
* if the
specified
array reference is null, except where noted.
115
* Sorts the
specified
array into ascending numerical order.
130
* Sorts the
specified
range of the array into ascending order. The range
155
* Sorts the
specified
array into ascending numerical order.
170
* Sorts the
specified
range of the array into ascending order. The range
195
* Sorts the
specified
array into ascending numerical order.
210
* Sorts the
specified
range of the array into ascending order. The range
235
* Sorts the
specified
array into ascending numerical order.
250
* Sorts the
specified
range of the array into ascending order. The range
275
* Sorts the
specified
array into ascending numerical order
[
all
...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java
39
* parameters
specified
in the constructor with the values returned
49
+ "equal to the value
specified
in the constructor",
52
+ "equal to the value
specified
in the constructor",
/external/autotest/cli/
atest_unittest.py
61
"""Test output when no topic is
specified
."""
68
"""Test output when an invalid topic is
specified
."""
75
"""Test output when an invalid action is
specified
."""
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
control
22
specified
in the policy value, and in the order
specified
(left to right).
36
environment, with an user-
specified
policy value of http://www.irs.com.
/external/autotest/server/site_tests/generic_RebootTest/
control
17
This server side test checks if a host,
specified
through the command line,
28
android device either through usb or tcp. If no device_hostname is
specified
30
whereas if the ip of the android device is
specified
through device_hostname
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
deduction.cpp
11
// No explicitly-
specified
arguments
16
// One explicitly-
specified
argument
24
// FIXME: Extension of explicitly-
specified
arguments
Completed in 530 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>