HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 76 - 100 of 15610) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/selinux/policycoreutils/semanage/
semanage-port.8 16 Do not print heading when listing the specified object type
28 Add a record of the specified object type
31 Delete a record of the specified object type
34 Modify a record of the specified object type
37 List records of the specified object type
52 Protocol for the specified port (tcp|udp) or internet protocol version for the specified node (ipv4|ipv6).
semanage-interface.8 18 Do not print heading when listing the specified object type
30 Add a record of the specified object type
33 Delete a record of the specified object type
36 Modify a record of the specified object type
39 List records of the specified object type
  /libcore/luni/src/main/java/javax/crypto/
SecretKeyFactorySpi.java 37 * Generate a secret key from the specified key specification.
43 * if the specified key specification cannot be used to generate
50 * Returns the key specification of the specified secret key.
56 * @return an instance of the specified key specification class.
58 * if the specified secret key cannot be transformed into the
66 * Translates the specified secret key into an instance of the corresponding
73 * if the specified key cannot be translated using this key
KeyAgreement.java 103 * Creates a new {@code KeyAgreement} for the specified algorithm.
107 * @return a key agreement for the specified algorithm.
111 * if the specified algorithm is {@code null}.
118 * Creates a new {@code KeyAgreement} for the specified algorithm from the
119 * specified provider.
126 * @return a key agreement for the specified algorithm from the specified
129 * if the specified provider cannot provide the requested
132 * if the specified provider does not exist.
134 * if the specified provider name is {@code null} or empty
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
X509KeyManager.java 32 * it with the specified public key type and certificate issuers.
50 * it with the specified public key type and certificate issuers.
67 * Returns the certificate chain for the specified alias.
71 * @return the certificate chain for the specified alias, or {@code null} if
77 * Returns the client aliases for the specified public key type and list of
85 * @return the client aliases for the specified public key type, or
91 * Returns the server aliases for the specified public key type and list of
99 * @return the client aliases for the specified public key type, or
105 * Returns the private key for the specified alias.
109 * @return the private key for the specified alias, or {@code null} if th
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 81 * Creates a new {@code CertStore} instance with the specified type and
82 * initialized with the specified parameters.
90 * if no provider can provide the specified certificate store
93 * if the specified parameters cannot be used to initialize this
116 * Creates a new {@code CertStore} instance from the specified provider with
117 * the specified type and initialized with the specified parameters.
127 * if the specified provider cannot provide the requested
130 * if no provider with the specified name can be found.
132 * if the specified parameters cannot be used to initialize thi
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 75 * Creates a set containing all of the elements of the specified
79 * @throws NullPointerException if the specified collection is null
105 * Returns {@code true} if this set contains the specified element.
111 * @return {@code true} if this set contains the specified element
139 * runtime type of the returned array is that of the specified array.
140 * If the set fits in the specified array, it is returned therein.
142 * specified array and the size of this set.
144 * <p>If this set fits in the specified array with room to spare
173 * @throws ArrayStoreException if the runtime type of the specified array
176 * @throws NullPointerException if the specified array is nul
    [all...]
TransferQueue.java 43 * <p>More precisely, transfers the specified element immediately
51 * @throws ClassCastException if the class of the specified element
53 * @throws NullPointerException if the specified element is null
54 * @throws IllegalArgumentException if some property of the specified
62 * <p>More precisely, transfers the specified element immediately
70 * @throws ClassCastException if the class of the specified element
72 * @throws NullPointerException if the specified element is null
73 * @throws IllegalArgumentException if some property of the specified
82 * <p>More precisely, transfers the specified element immediately
86 * returning {@code false} if the specified wait time elapse
    [all...]
  /libcore/luni/src/main/java/java/util/
EnumSet.java 42 * if the specified element type is not and enum type.
56 * Creates an enum set filled with all the enum elements of the specified
61 * @return an enum set with elements solely from the specified element type.
63 * if the specified element type is not and enum type.
78 * @return an enum set with all the elements from the specified enum set.
80 * if the specified element type is not and enum type.
96 * @return an enum set with all the elements from the specified collection.
121 * specified enum set.
124 * the specified enum set.
126 * specified enum set
    [all...]
SortedMap.java 23 * natural ordering of its keys or the ordering given by a specified comparator.
43 * are less than the specified {@code endKey}. Changes to the returned
47 * specified range.
50 * the high boundary of the range specified.
60 * map and the specified key is outside of its range.
74 * greater than or equal to the specified {@code startKey} and less than the
75 * specified {@code endKey}. Changes to the returned sorted map are
79 * specified range.
85 * @return a sorted map with the key from the specified range.
95 * the specified range is outside of its range
    [all...]
  /system/core/include/utils/
Printer.h 27 // Print a new line specified by 'string'. \n is appended automatically.
31 // Print a new line specified by the format string. \n is appended automatically.
43 // Create a printer using the specified logcat and log priority
51 // Print the specified line to logcat. No \n at the end is necessary.
66 // Create a printer using the specified file descriptor.
71 // Print the specified line to the file descriptor. \n is appended automatically.
90 // Create a printer using the specified String8 as the target.
95 // Append the specified line to the String8. \n is appended automatically.
106 // Create a printer using the specified printer as the target.
  /external/libvorbis/doc/vorbisfile/
seeking.html 51 <td>This function seeks to a position specified in the compressed bitstream, specified in bytes.</td>
55 <td>This function seeks to a specific audio sample number, specified in pcm samples.</td>
59 <td>This function seeks to the closest page preceding the specified audio sample number, specified in pcm samples.</td>
63 <td>This function seeks to the specific time location in the bitstream, specified in seconds </td>
67 <td>This function seeks to the closest page preceding the specified time position in the bitstream</td>
73 <td>This function seeks to a position specified in the compressed bitstream, specified in bytes. The boundary between the old and new playback positions is crosslapped to eliminate discontinuities. </td>
77 <td>This function seeks to a specific audio sample number, specified in pcm samples. The boundary between the old and new playback positions is crosslapped to elimina (…)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
LazyStringList.java 51 * Returns the element at the specified position in this list as a ByteString.
54 * @return the element at the specified position in this list
61 * Returns the element at the specified position in this list as byte[].
64 * @return the element at the specified position in this list
71 * Appends the specified element to the end of this list (optional
81 * Appends the specified element to the end of this list (optional
91 * Replaces the element at the specified position in this list with the
92 * specified element (optional operation).
95 * @param element the element to be stored at the specified position
104 * Replaces the element at the specified position in this list with th
    [all...]
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java 77 * specified algorithm.
82 * specified algorithm.
84 * if the specified algorithm is not available.
100 * specified provider for the specified algorithm.
108 * specified algorithm.
110 * if the specified algorithm is not available.
112 * if the specified provider is not available.
132 * specified provider for the specified algorithm. The {@code provider
    [all...]
AlgorithmParameters.java 80 * Returns a new instance of {@code AlgorithmParameters} for the specified
85 * @return a new instance of {@code AlgorithmParameters} for the specified
88 * if the specified algorithm is not available.
102 * Returns a new instance of {@code AlgorithmParameters} from the specified
103 * provider for the specified algorithm.
109 * @return a new instance of {@code AlgorithmParameters} for the specified
112 * if the specified algorithm is not available.
114 * if the specified provider is not available.
133 * Returns a new instance of {@code AlgorithmParameters} from the specified
134 * provider for the specified algorithm. The {@code provider} supplied doe
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 40 * specified in the constructor with the values returned by getters.
52 + "equal to the value specified in the constructor",
55 + "equal to the value specified in the constructor",
61 + "equal to the value specified in the constructor",
64 + "equal to the value specified in the constructor",
67 + "equal to the value specified in the constructor",
  /external/bison/src/
files.h 26 /* File name specified with -o for the output file, or 0 if no -o. */
32 /* Symbol prefix specified with -p, or 0 if no -p. */
35 /* File name prefix specified with -b, or 0 if no -b. */
41 /* File name specified for the output graph. */
44 /* File name specified for the xml output. */
47 /* File name specified with --defines. */
  /external/proguard/src/proguard/
ClassSpecificationVisitorFactory.java 30 * This factory creates visitors to efficiently travel to specified classes and
38 * Constructs a ClassPoolVisitor to efficiently travel to the specified
88 * Constructs a ClassPoolVisitor to efficiently travel to the specified
124 * Constructs a ClassPoolVisitor to efficiently travel to the specified
138 // If specified, let the class visitor also visit the descriptor
152 // Don't visit the classes if not specified.
159 // If specified, let the marker visit the class and its class
185 * Constructs a ClassPoolVisitor to efficiently travel to the specified
205 // By default, start visiting from the named class name, if specified.
225 // If specified, only visit classes with the right annotation
    [all...]
  /external/selinux/libselinux/man/man3/
get_ordered_context_list.3 32 function to obtain the list of contexts for the specified
34 that are reachable from the specified
51 function and applies the specified level.
63 function and applies the specified level.
68 but only returns a context with the specified role, returning \-1 if no
74 function and applies the specified level.
  /external/sepolicy/
seapp_contexts 17 # All specified input selectors in an entry must match (i.e. logical AND).
22 # (2) Specified isOwner= before unspecified isOwner= boolean.
23 # (3) Specified user= string before unspecified user= string.
26 # (6) Specified seinfo= string before unspecified seinfo= string.
27 # (7) Specified name= string before unspecified name= string.
28 # (8) Specified path= string before unspecified path= string.
  /external/skia/include/utils/mac/
SkCGUtils.h 36 * Copy the pixels from src into the memory specified by info/rowBytes/dstPixels. On failure,
43 * Create an imageref from the specified bitmap using the specified colorspace.
50 * Create an imageref from the specified bitmap using the colorspace returned
58 * Draw the bitmap into the specified CG context. The bitmap will be converted
72 * Return a provider that wraps the specified stream. It will become the only
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementationSource.java 17 * implementations, based upon requested features and versions, as specified
27 * specified features.
30 * is specified by its name optionally followed by a space and a
47 * specified features and versions, as specified in .
50 * is specified by its name optionally followed by a space and a
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 40 * specified in the constructor with the values returned by getters.
52 + "equal to the value specified in the constructor",
55 + "equal to the value specified in the constructor",
61 + "equal to the value specified in the constructor",
64 + "equal to the value specified in the constructor",
67 + "equal to the value specified in the constructor",
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
GaussianParametersGuesser.java 31 * of a {@link ParametricGaussianFunction} based on the specified observed
46 * Constructs instance with the specified observed points.
73 * Guesses the parameters based on the specified observed points.
105 * Finds index of point in specified points with the smallest Y.
109 * @return index in specified points array
122 * Finds index of point in specified points with the largest Y.
126 * @return index in specified points array
139 * Interpolates using the specified points to determine X at the specified
148 * @return value of X at the specified
    [all...]
  /external/e2fsprogs/misc/
blkid.8.in 71 Look up one device that matches the search parameter specified using
74 option. If there are multiple devices that match the specified search
78 block devices. If this option is not specified,
85 output using the specified format. The
103 For each (specified) device, show only the tags that match
107 options. If no tag is specified, then all tokens are shown for all
108 (specified) devices.
126 If there are no devices specified on the command line, all block devices
127 will be searched; otherwise only the specified devices are searched.
139 If not specified it will be the same file as that given by th
    [all...]

Completed in 939 milliseconds

1 2 34 5 6 7 8 91011>>