HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 176 - 200 of 17969) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/common/extensions/
extension_icon_set.h 34 // Add an icon path to the set. If a path for the specified size is already
42 // Returns true iff the set contains the specified path.
45 // Returns icon size if the set contains the specified path or 0 if not found.
  /external/chromium_org/chrome_frame/infobars/
infobar_manager.h 24 // Returns an InfobarManager for the specified IE tab window. Caller does not
35 // Shows the supplied content in an infobar of the specified type.
43 // Hides the infobar of the specified type.
  /external/clang/test/SemaObjC/
protocol-archane.m 11 bar((<SomeProtocol>)x); // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
13 [(<SomeProtocol>)x bar]; // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
40 - (void)crashWith:(<Broken>)a { // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
  /external/iptables/extensions/
libxt_set.man 13 address and destination port pair can be found in the specified set. If
14 the set type of the specified set is single dimension (for example ipmap),
16 found in the specified set.
  /external/libsepol/man/man3/
sepol_genbools.3 14 (data, len) to use the boolean settings specified in the file named by
15 boolpath. The boolean settings are specified by name=value lines
27 boolean file was undefined in the policy or had an invalid value specified;
  /external/libvorbis/test/
write_read.h 18 /* Write supplied data to an Ogg/Vorbis file with specified filename at
19 * specified sample rate. Assumes a single channel of audio. */
23 /* Read given Ogg/Vorbis file into data specified data array. This
  /frameworks/base/graphics/java/android/graphics/
PaintFlagsDrawFilter.java 27 * the specified clearBits in the paint's flags, and then setting the
28 * specified setBits in the paint's flags.
36 // our native constructor can return 0, if the specified bits
  /frameworks/opt/mms/src/java/com/google/android/mms/
MmsException.java 34 * Creates a new MmsException with the specified detail message.
43 * Creates a new MmsException with the specified cause.
52 * Creates a new MmsException with the specified detail message and cause.
  /libcore/luni/src/main/java/java/security/cert/
CertPathValidator.java 91 * Returns a new certification path validator for the specified algorithm.
97 * if no installed provider provides the specified algorithm.
111 * Returns a new certification path validator for the specified algorithm
112 * from the specified provider.
120 * if the specified security provider cannot provide the
123 * if no provider with the specified name can be found.
142 * Returns a new certification path validator for the specified algorithm
143 * from the specified provider.
151 * if the specified provider cannot provide the requested
171 * CertPathValidator} using the specified algorithm parameters
    [all...]
  /libcore/luni/src/main/java/java/util/
AbstractQueue.java 46 * Inserts the specified element into this queue if it is possible to do so
55 * @return <tt>true</tt> (as specified by {@link Collection#add})
58 * @throws ClassCastException if the class of the specified element
60 * @throws NullPointerException if the specified element is null and
123 * Adds all of the elements in the specified collection to this
126 * this operation is undefined if the specified collection is
129 * <p>This implementation iterates over the specified collection,
139 * @throws ClassCastException if the class of an element of the specified
141 * @throws NullPointerException if the specified collection contains a
143 * or if the specified collection is nul
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
KeyAgreementSpi.java 41 * specified key.
51 * if the specified key cannot be used in this key agreement or
81 * if the specified buffer is too small for the shared secret.
91 * @return the shared secret as a {@code SecretKey} of the specified
96 * if the specified algorithm for the secret key does not
99 * if a {@code SecretKey} with the specified algorithm cannot be
107 * Initializes this {@code KeyAgreementSpi} with the specified key and the
108 * specified randomness source.
115 * if the specified key cannot be used to initialize this key
122 * Initializes this {@code KeyAgreementSpi} with the specified key
    [all...]
Mac.java 89 * Creates a new {@code Mac} instance that provides the specified MAC
96 * if the specified algorithm is not available by any provider.
111 * Creates a new {@code Mac} instance that provides the specified MAC
112 * algorithm from the specified provider.
120 * if the specified algorithm is not provided by the specified
123 * if the specified provider is not available.
125 * if the specified provider name is {@code null} or empty.
143 * Creates a new {@code Mac} instance that provides the specified MAC
144 * algorithm from the specified provider
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
HostnameVerifier.java 29 * Verifies that the specified hostname is allowed within the specified SSL
36 * @return {@code true} if the specified hostname is allowed, otherwise
KeyManagerFactory.java 49 * The default algorithm name is specified by the security property:
60 * Creates a new {@code KeyManagerFactory} instance for the specified key
82 * Creates a new {@code KeyManagerFactory} instance for the specified key
83 * management algorithm from the specified provider.
92 * if the specified provider cannot provide the requested
95 * if the specified provider does not exist.
113 * Creates a new {@code KeyManagerFactory} instance for the specified key
114 * management algorithm from the specified provider.
122 * if the specified provider cannot provide the requested
185 * Initializes this instance with the specified key store and password
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
MoreMath.java 24 * If the input value lies outside of the specified range, return the nearer
34 * If the input value lies outside of the specified range, return the nearer
44 * If the input value lies outside of the specified range, return the nearer
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
SparseLongArray.java 42 * require any additional memory allocation to store the specified
65 * Gets the long mapped from the specified key, or <code>0</code>
73 * Gets the long mapped from the specified key, or the specified value
87 * Removes the mapping from the specified key, if there was any.
107 * Adds a mapping from the specified key to the specified value,
108 * replacing the previous mapping from the specified key if there
162 * specified key, or a negative number if the specified
    [all...]
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 117 * implementation from the specified provider.
141 * specified algorithm.
146 * specified algorithm.
148 * if the specified algorithm is not available.
163 * specified algorithm from the specified provider.
170 * specified algorithm from the specified provider.
172 * if the specified algorithm is not available.
174 * if the specified provider is not available
    [all...]
  /libcore/luni/src/main/java/java/lang/
StringBuilder.java 58 * Constructs an instance with the specified capacity.
63 * if the specified {@code capacity} is negative.
72 * specified {@code CharSequence}. The capacity of the new builder will be
86 * specified {@code String}. The capacity of the new builder will be the
99 * Appends the string representation of the specified {@code boolean} value.
114 * Appends the string representation of the specified {@code char} value.
129 * Appends the string representation of the specified {@code int} value. The
144 * Appends the string representation of the specified {@code long} value.
159 * Appends the string representation of the specified {@code float} value.
174 * Appends the string representation of the specified {@code double} value
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.h 26 // Returns true if the specified Tab is active.
29 // Returns true if the specified Tab is selected.
32 // Returns true if the specified Tab is pinned.
35 // Returns true if the specified Tab is detached.
38 // Activates the specified Tab.
41 // Toggles selection of the specified Tab.
44 // Extends selection from the anchor to the specified Tab.
47 // Closes the specified Tab.
50 // Returns true if the specified command is enabled for the specified Tab
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 28 // When a rectangle is specified in this interface, it means the region
70 // Same as save(), but only save those specified in saveFlags.
83 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
91 // Fills the specified rectangle with the specified color.
94 // Draws a texture to the specified rectangle.
104 // Draw a texture with a specified texture transform.
108 // Draw two textures to the specified rectangle. The actual texture used is
114 // Draw a region of a texture and a specified color to the specifie
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 28 // When a rectangle is specified in this interface, it means the region
70 // Same as save(), but only save those specified in saveFlags.
83 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
87 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
91 // Fills the specified rectangle with the specified color.
94 // Draws a texture to the specified rectangle.
104 // Draw a texture with a specified texture transform.
108 // Draw two textures to the specified rectangle. The actual texture used is
114 // Draw a region of a texture and a specified color to the specifie
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 26 // When a rectangle is specified in this interface, it means the region
68 // Same as save(), but only save those specified in saveFlags.
81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
89 // Fills the specified rectangle with the specified color.
92 // Draws a texture to the specified rectangle.
102 // Draw a texture with a specified texture transform.
106 // Draw two textures to the specified rectangle. The actual texture used is
112 // Draw a region of a texture and a specified color to the specifie
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 78 * the specified comparator.
89 * Constructs a new set containing the elements in the specified
96 * @throws NullPointerException if the specified collection or any
106 * same ordering as the specified sorted set.
109 * @throws NullPointerException if the specified sorted set or any
173 * Returns {@code true} if this set contains the specified element.
178 * @return {@code true} if this set contains the specified element
179 * @throws ClassCastException if the specified element cannot be
181 * @throws NullPointerException if the specified element is null
188 * Adds the specified element to this set if it is not already present
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
events.json 225 "description": "Matches if the host name of the URL contains a specified string. To test whether a host name component has a prefix 'foo', use hostContains: '.foo'. This matches 'www.foobar.com' and 'foo.com', because an implicit dot is added at the beginning of the host name. Similarly, hostContains can be used to match against component suffix ('foo.') and to exactly match against components ('.foo.'). Suffix- and exact-matching for the last components need to be done separately using hostSuffix, because no implicit dot is added at the end of the host name.",
230 "description": "Matches if the host name of the URL is equal to a specified string.",
235 "description": "Matches if the host name of the URL starts with a specified string.",
240 "description": "Matches if the host name of the URL ends with a specified string.",
245 "description": "Matches if the path segment of the URL contains a specified string.",
250 "description": "Matches if the path segment of the URL is equal to a specified string.",
255 "description": "Matches if the path segment of the URL starts with a specified string.",
260 "description": "Matches if the path segment of the URL ends with a specified string.",
265 "description": "Matches if the query segment of the URL contains a specified string.",
270 "description": "Matches if the query segment of the URL is equal to a specified string."
    [all...]
permissions.json 77 "description": "Checks if the extension has the specified permissions.",
90 "description": "True if the extension has the specified permissions."
99 "description": "Requests access to the specified permissions. These permissions must be defined in the optional_permissions field of the manifest. If there are any problems requesting the permissions, $ref:runtime.lastError will be set.",
113 "description": "True if the user granted the specified permissions."
122 "description": "Removes access to the specified permissions. If there are any problems removing the permissions, $ref:runtime.lastError will be set.",

Completed in 627 milliseconds

1 2 3 4 5 6 78 91011>>