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

<<41424344454647484950>>

  /external/squashfs-tools/RELEASE-READMEs/
pseudo-file.example 4 # character and block devices to be specified and added to the Squashfs
18 # specified #on the command line, and -pf allows a pseudo file to be specified
  /external/v8/src/base/utils/
random-number-generator.h 48 // (inclusive) and the specified max value (exclusive), drawn from this random
50 // one int value in the specified range is pseudorandomly generated and
71 // Fills the elements of a specified array of bytes with random numbers.
  /frameworks/av/include/ndk/
NdkMediaMuxer.h 66 * Both values are specified in degrees.
81 * The angle is specified in degrees, clockwise.
87 * Adds a track with the specified format.
  /frameworks/base/core/java/android/annotation/
RequiresPermission.java 65 * If specified, {@link #anyOf()} and {@link #allOf()} must both be null.
72 * If specified, {@link #anyOf()} and {@link #value()} must both be null.
79 * If specified, {@link #allOf()} and {@link #value()} must both be null.
  /frameworks/base/core/java/android/speech/tts/
UtteranceProgressListener.java 11 * The callbacks specified in this method can be called from multiple threads.
38 * to {@link #onStart(String)} for specified utteranceId but there will never
51 * to {@link #onStart(String)} for specified utteranceId but there will never
  /frameworks/base/core/java/android/view/textservice/
SentenceSuggestionsInfo.java 98 * @return a {@link SuggestionsInfo} at the specified id
109 * @return the offset of the specified {@link SuggestionsInfo}
120 * @return the length of the specified {@link SuggestionsInfo}
  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 63 <p>When you want to load the layout specified by the {@link android.view.ViewStub}, either set it
79 the one specified by the {@code android:inflatedId} attribute of the ViewStub. (The ID {@code
80 android:id} specified for the {@link android.view.ViewStub} is valid only until the {@link
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 55 * Creates a <code>DrmEvent</code> object with the specified parameters.
77 * Creates a <code>DrmEvent</code> object with the specified parameters.
120 * Retrieves the attribute associated with the specified key.
  /frameworks/base/graphics/java/android/graphics/
ColorMatrixColorFilter.java 69 * Specifies the color matrix used by this filter. If the specified
91 * Specifies the color matrix used by this filter. If the specified
103 * @throws ArrayIndexOutOfBoundsException if the specified array's
LargeBitmap.java 26 * to get a decoded Bitmap of the specified region.
44 * Decodes a rectangle region in the image specified by rect.
46 * @param rect The rectangle that specified the region to be decode.
  /frameworks/base/libs/hwui/
AssetAtlas.h 105 * Initializes the atlas with the specified buffer and
150 * Returns the entry in the atlas associated with the specified
157 * specified bitmap. If the bitmap is not in the atlas, return NULL.
UvMapper.h 40 * Creates a new mapper with the specified ranges for U and V coordinates.
83 * Maps the specified rectangle in place. This method assumes:
99 * Maps the specified UV coordinates in place.
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBlur.java 21 * specified radius to all elements of an allocation.
80 * Apply the filter to the input and save to the specified
91 * Apply the filter to the input and save to the specified
  /frameworks/support/annotations/src/android/support/annotation/
RequiresPermission.java 65 * If specified, {@link #anyOf()} and {@link #allOf()} must both be null.
72 * If specified, {@link #anyOf()} and {@link #value()} must both be null.
79 * If specified, {@link #allOf()} and {@link #value()} must both be null.
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
DiskBasedCache.java 40 * Cache implementation that caches files directly onto the hard disk in the specified
68 * Constructs an instance of the DiskBasedCache at the specified directory.
78 * Constructs an instance of the DiskBasedCache at the specified directory using
103 * Returns the cache entry with the specified key if it exists, null otherwise.
137 * specified root directory. Creates the root directory if necessary.
192 * Puts the entry with the specified key into the cache.
220 * Removes the specified key from the cache if it exists.
233 * Creates a pseudo-unique filename for the specified cache key.
252 * Prunes the cache to fit the amount of bytes specified.
293 * Puts the entry with the specified key into the cache
    [all...]
  /hardware/qcom/display/msm8960/libgenlock/
genlock.h 82 * Lock the buffer specified by the buffer handle. The lock held by the
83 * buffer is specified by the lockType. This function will block if a write
86 * read. An optional timeout value can be specified.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementassociatedattribute.java 70 boolean specified;
76 specified = domesticAttr.getSpecified();
77 assertTrue("domesticSpecified", specified);
hc_elementassociatedattribute.java 67 boolean specified;
73 specified = domesticAttr.getSpecified();
74 assertTrue("acronymTitleSpecified", specified);
hc_namednodemapremovenameditem.java 32 * specified by name.
38 * in the removal of the specified attribute.
72 boolean specified;
  /libcore/luni/src/main/java/java/lang/
Double.java 116 * Constructs a new {@code Double} with the specified primitive double
127 * Constructs a new {@code Double} from the specified string.
140 * Compares this object to the specified double object to determine their
210 * @return {@code true} if the specified object is equal to this
246 * Indicates whether the specified double represents an infinite value.
268 * Indicates whether the specified double is a <em>Not-a-Number (NaN)</em>
292 * Parses the specified string as a double value.
316 * specified double value.
327 * Parses the specified string as a double value.
342 * Compares the two specified double values. There are two special cases
    [all...]
  /libcore/luni/src/main/java/java/security/spec/
ECPoint.java 43 * Creates a new point at the specified coordinates.
80 * Returns whether the specified object and this elliptic curve point are
85 * @return {@code true} if the specified object and this elliptic curve
  /libcore/luni/src/main/java/java/text/
ParsePosition.java 30 * Constructs a new {@code ParsePosition} with the specified index.
40 * Compares the specified object to this {@code ParsePosition} and indicates
47 * @return {@code true} if the specified object is equal to this
  /libcore/luni/src/main/java/java/util/
AbstractSet.java 37 * Compares the specified object to this Set and returns true if they are
43 * @return {@code true} if the specified object is equal to this set,
87 * specified collection.
Comparator.java 33 * Compares the two specified objects to determine their relative ordering. The ordering
58 * Compares this {@code Comparator} with the specified {@code Object} and indicates whether they
67 * @return boolean {@code true} if specified {@code Object} is the same as this
Scanner.java 129 * Creates a {@code Scanner} with the specified {@code File} as input. The default charset
135 * if the specified file does not exist.
142 * Creates a {@code Scanner} with the specified {@code File} as input. The specified charset
150 * if the specified file does not exist.
152 * if the specified coding does not exist.
174 * Creates a {@code Scanner} on the specified string.
184 * Creates a {@code Scanner} on the specified {@code InputStream}. The default charset is
195 * Creates a {@code Scanner} on the specified {@code InputStream}. The specified charset i
    [all...]

Completed in 724 milliseconds

<<41424344454647484950>>