HomeSort by relevance Sort by last modified time
    Searched full:gets (Results 776 - 800 of 10097) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pushjs3.d 12 # Check that PUSHJ with an offset just within reach of JMP gets it, ELF
sec-5.d 11 # longer works, because .text and .data now gets section descriptors at
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 43 * Gets the total length of this structure in bytes, when included in
54 * Gets the indicated item.
94 * Gets the list of items active at the given address. The result is
269 * Gets the start pc (inclusive) of the handler's range.
278 * Gets the end pc (exclusive) of the handler's range.
288 * Gets the pc of the exception handler.
297 * Gets the class of exception handled.
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 43 * Gets the total length of this structure in bytes, when included in
54 * Gets the indicated item.
94 * Gets the list of items active at the given address. The result is
269 * Gets the start pc (inclusive) of the handler's range.
278 * Gets the end pc (exclusive) of the handler's range.
288 * Gets the pc of the exception handler.
297 * Gets the class of exception handled.
  /external/dbus/dbus/
dbus-userdb.c 327 * Gets the system global user database;
357 * Gets username of user owning current process. The returned string
379 * Gets homedir of user owning current process. The returned string
401 * Gets the home directory for the given user.
440 * Gets the home directory for the given user.
628 * Gets the user information for the given UID,
648 * Gets the user information for the given username.
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.h 111 // Gets gain of a certain band. This is always the last value set (or
124 // Gets frequency of a certain band. This is always the last value set (or
137 // Gets bandwidth of a certain band. This is always the last value set (or
144 // Gets lower and upper boundaries of a band.
152 // Gets a human-readable name for a preset ID. Will return "Custom" if
157 // Gets the number of presets.
160 // Gets the currently set preset ID.
  /frameworks/base/core/java/android/webkit/
CookieManager.java 34 * Gets the singleton CookieManager instance.
58 * Gets whether the application's {@link WebView} instances send and accept
82 * Gets whether the {@link WebView} should allow third party cookies to be set.
122 * Gets the cookies for the given URL.
143 * Gets cookie(s) for a given uri so that it can be set to "cookie:" in http
202 * Gets whether there are stored cookies.
232 * Gets whether the application's {@link WebView} instances send and accept
  /libcore/ojluni/src/main/java/java/util/
AbstractSequentialList.java 80 * <p>This implementation first gets a list iterator pointing to the
81 * indexed element (with <tt>listIterator(index)</tt>). Then, it gets
98 * <p>This implementation first gets a list iterator pointing to the
99 * indexed element (with <tt>listIterator(index)</tt>). Then, it gets
130 * <p>This implementation first gets a list iterator pointing to the
158 * <p>This implementation first gets a list iterator pointing to the
194 * <p>This implementation gets an iterator over the specified collection and
Currency.java 149 * Gets the set of available currencies. The returned set of currencies
178 * Gets the ISO 4217 currency code of this currency.
187 * Gets the symbol of this currency for the default locale.
199 * Gets the symbol of this currency for the specified locale.
217 * Gets the default number of fraction digits used with this currency.
243 * Gets the name that is suitable for displaying this currency for
255 * Gets the name that is suitable for displaying this currency for
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 62 * Gets the list of thrown exceptions for a given method.
80 * Gets the annotations out of a given {@link AttributeList}. This
100 * Gets the annotations out of a given class, similar to {@link
146 * Gets the annotations out of a given method, similar to {@link
167 * Helper method for {@link #getAnnotations} which just gets the
199 * Gets the {@code Signature} attribute out of a given
218 * Gets the {@code EnclosingMethod} attribute out of a given
256 * Gets the {@code InnerClasses} attribute out of a given
349 * Gets the parameter annotations out of a given method. This
386 * Gets the {@code AnnotationDefault} attributes out of
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 252 * Gets the dictionary size in bytes.
277 * Gets the preset dictionary.
352 * Gets the number of literal context bits.
359 * Gets the number of literal position bits.
398 * Gets the number of position bits.
431 * Gets the compression mode.
462 * Gets the nice length of matches.
488 * Gets the match finder type.
520 * Gets the match finder search depth limit.
540 * Gets how much memory the LZMA2 decoder will need to decompress the dat
    [all...]
  /frameworks/base/core/java/android/content/
ContentValues.java 233 * Gets a value. Valid value types are {@link String}, {@link Boolean},
245 * Gets a value and converts it to a String.
256 * Gets a value and converts it to a Long.
281 * Gets a value and converts it to an Integer.
306 * Gets a value and converts it to a Short.
331 * Gets a value and converts it to a Byte.
356 * Gets a value and converts it to a Double.
381 * Gets a value and converts it to a Float.
406 * Gets a value and converts it to a Boolean.
428 * Gets a value that is a byte array. Note that this method will not conver
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Equalizer.java 169 * Gets the number of frequency bands supported by the Equalizer engine.
189 * Gets the level range for use by {@link #setBandLevel(short,short)}. The level is expressed in
227 * Gets the gain set for the given equalizer band.
249 * Gets the center frequency of the given band.
270 * Gets the frequency range of the given frequency band.
291 * Gets the band that has the most effect on the given frequency.
311 * Gets current preset.
339 * Gets the total number of presets the equalizer supports. The presets will have indices
354 * Gets the preset name based on the index.
515 * Gets the equalizer properties. This method is useful when a snapshot of curren
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableInfo.java 131 * Gets the register set associated with the start of the block
145 * Gets the register set associated with the start of the given
157 * Gets a mutable copy of the register set associated with the
201 * Gets the named register being assigned by the given instruction, if
212 * Gets the number of assignments recorded by this instance.
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 95 * Gets a customized string form for this instance.
107 * Gets a customized human string for this instance. This method will
121 * Gets the number of elements in this list.
166 * Gets the indicated element. It is an error to call this with the
191 * Gets the indicated element, allowing {@code null}s to be
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 134 * Gets the register set associated with the start of the block
148 * Gets the register set associated with the start of the given
160 * Gets a mutable copy of the register set associated with the
204 * Gets the named register being assigned by the given instruction, if
215 * Gets the number of assignments recorded by this instance.
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 131 * Gets the register set associated with the start of the block
145 * Gets the register set associated with the start of the given
157 * Gets a mutable copy of the register set associated with the
201 * Gets the named register being assigned by the given instruction, if
212 * Gets the number of assignments recorded by this instance.
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 95 * Gets a customized string form for this instance.
107 * Gets a customized human string for this instance. This method will
121 * Gets the number of elements in this list.
166 * Gets the indicated element. It is an error to call this with the
191 * Gets the indicated element, allowing {@code null}s to be
  /development/host/windows/usb/api/
adb_endpoint_object.h 105 /** \brief Gets information about this endpoint.
191 /// Gets parent interface
195 /// Gets this endpoint ID
200 /// Gets this endpoint index on the interface
205 /// Gets parent interface handle
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java 64 * URL of the web site from which the RSS parser gets data.
68 // Gets a URL to read from the incoming Intent's "data" value
166 // Gets a response code from the RSS server
174 // Gets the last modified data for the URL
194 // Gets image data from the parser
  /external/autotest/client/cros/chameleon/
audio_board.py 42 """Gets an audio bus on this audio board.
53 """Gets an AudioJackPlugger on this audio board.
63 """Gets an BluetoothController on this audio board.
121 """Gets the endpoint name used in audio bus API.
192 """Gets the snapshot of AudioBus so user can restore it later.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableInfo.java 135 * Gets the register set associated with the start of the block
149 * Gets the register set associated with the start of the given
161 * Gets a mutable copy of the register set associated with the
205 * Gets the named register being assigned by the given instruction, if
216 * Gets the number of assignments recorded by this instance.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableInfo.java 132 * Gets the register set associated with the start of the block
146 * Gets the register set associated with the start of the given
158 * Gets a mutable copy of the register set associated with the
202 * Gets the named register being assigned by the given instruction, if
213 * Gets the number of assignments recorded by this instance.
  /external/dexmaker/src/dx/java/com/android/dx/util/
FixedSizeList.java 95 * Gets a customized string form for this instance.
107 * Gets a customized human string for this instance. This method will
121 * Gets the number of elements in this list.
166 * Gets the indicated element. It is an error to call this with the
191 * Gets the indicated element, allowing {@code null}s to be
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyPluralInfo.java 65 * Gets a CurrencyPluralInfo instance for the default locale.
74 * Gets a CurrencyPluralInfo instance for the given locale.
84 * Gets a CurrencyPluralInfo instance for the given locale.
94 * Gets plural rules of this locale, used for currency plural format
103 * Given a plural count, gets currency plural pattern of this locale,

Completed in 1601 milliseconds

<<31323334353637383940>>