HomeSort by relevance Sort by last modified time
    Searched full:gets (Results 226 - 250 of 3716) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 76 * Gets the map value.
85 * Gets the type name.
DexFile.java 147 * Gets the class definition with the given name, if any.
219 * Gets the total file size, if known.
236 * Gets the string data section.
249 * Gets the word data section.
262 * Gets the type lists section.
275 * Gets the map section.
287 * Gets the string identifiers section.
300 * Gets the class definitions section.
313 * Gets the class data section.
326 * Gets the type identifiers section
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
NameValuePair.java 96 * Gets the name.
105 * Gets the value.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLiteralBits.java 36 * Gets the value as {@code int} bits. If this instance contains
45 * Gets the value as {@code long} bits. If this instance contains
  /dalvik/libcore/luni/src/main/java/java/io/
WriteAbortedException.java 57 * Gets the extra information message which was provided when this exception
73 * Gets the cause of this exception or {@code null} if there is no cause.
  /dalvik/libcore/luni/src/main/java/java/lang/
EnumConstantNotPresentException.java 55 * Gets the enum type for which the constant name is missing.
65 * Gets the name of the missing constant.
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
NodeChangeEvent.java 62 * Gets the {@code Preferences} instance that fired this event.
71 * Gets the child {@code Preferences} node that was added or removed.
  /development/host/windows/usb/legacy/driver/
android_usb_inl.h 23 /// Gets control code out of the entire IOCTL code packet
35 /** \brief Gets byte length of a zero-terminated string not including
  /external/bluetooth/glib/gio/
gfile.h 60 * @get_uri_scheme: Gets the URI scheme for a #GFile.
61 * @get_basename: Gets the basename for a given #GFile.
62 * @get_path: Gets the current path within a #GFile.
63 * @get_uri: Gets a URI for the path within a #GFile.
64 * @get_parse_name: Gets the parsed name for the #GFile.
65 * @get_parent: Gets the parent directory for the #GFile.
67 * @get_relative_path: Gets the path for a #GFile relative to a given path.
69 * @get_child_for_display_name: Gets the child #GFile for a given display name.
70 * @enumerate_children: Gets a #GFileEnumerator with the children of a #GFile.
71 * @enumerate_children_async: Asynchronously gets a #GFileEnumerator with the children of a #GFile
    [all...]
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 5 # A script which gets run when the dnsmasq DHCP lease database changes.
30 # If a lease gets stripped of a name, we see that as an "old" action
  /external/qemu/elff/
elf_mapped_section.h 56 /* Gets address of the beginning of the mapped section. */
62 /* Gets section size. */
  /external/webkit/WebCore/platform/qt/
QWebPageClient.h 49 // this gets called when we start/stop compositing.
52 // this gets called when the compositor wants us to sync the layers
  /frameworks/base/awt/java/awt/
PaintContext.java 43 * Gets the color model.
50 * Gets the Raster which defines the colors of the specified rectangular
  /frameworks/base/awt/java/awt/image/
BufferStrategy.java 56 * Gets the BufferCapabilities of BufferStrategy.
63 * Gets the Graphics object to use to draw to the buffer.
LookupTable.java 72 * Gets the offset value of this Lookup table.
81 * Gets the number of components of this Lookup table.
WritableRenderedImage.java 36 * Gets and checks out the writable tile for writing.
72 * Gets the array of points which represent indices of tiles which are check
  /frameworks/base/core/java/android/database/
ContentObserver.java 84 * Gets access to the binder transport object. Not for public consumption.
98 * Gets access to the binder transport object, and unlinks the transport object
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
BerTlv.java 43 * Gets a list of ComprehensionTlv objects contained in this BER-TLV object.
52 * Gets a tag id of the BER-TLV object.
  /packages/apps/Email/src/org/apache/james/mime4j/field/
ContentTransferEncodingField.java 60 * Gets the encoding defined in this field.
69 * Gets the encoding of the given field if. Returns the default
  /system/core/include/cutils/
mq.h 81 * Gets user data which was associated with the given destination at
111 * Gets the destination bound to a name.
  /dalvik/libcore/luni/src/main/java/java/util/
Locale.java 356 * Gets the list of installed {@code Locale}s. At least a {@code Locale} that is equal to
377 * Gets the country code for this {@code Locale} or an empty string of no country
387 * Gets the default {@code Locale}.
396 * Gets the full country name in the default {@code Locale} for the country code of
407 * Gets the full country name in the specified {@code Locale} for the country code
429 * Gets the full language name in the default {@code Locale} for the language code
440 * Gets the full language name in the specified {@code Locale} for the language code
462 * Gets the full language, country, and variant names in the default {@code Locale}
472 * Gets the full language, country, and variant names in the specified
509 * Gets the full variant name in the default {@code Locale} for the variant code o
    [all...]
  /external/icu4c/i18n/unicode/
fmtable.h 241 * Gets the data type of this Formattable object.
256 * Gets the double value of this object. If this object is not of type
264 * Gets the double value of this object. If this object is of type
278 * Gets the long value of this object. If this object is not of type
286 * Gets the long value of this object. If the magnitude is too
304 * Gets the int64 value of this object. If this object is not of type
312 * Gets the int64 value of this object. If this object is of type
329 * Gets the Date value of this object. If this object is not of type
337 * Gets the Date value of this object. If the type is not a date,
347 * Gets the string value of this object. If this object is not of typ
    [all...]
  /frameworks/base/awt/javax/imageio/
ImageIO.java 76 * Gets the flag which indicates whether a cache file is used when creating
98 * Gets the directory where cache files are created, returned the file which
167 * Gets the array of format names as String which can be decoded by
177 * Gets the array of MIME types as String which can be decoded by registered
187 * Gets the Iterator of registered ImageReader which are able to decode an
207 * Gets the Iterator of registered ImageReader which are able to decode the
226 * Gets the Iterator which lists the registered ImageReader objects that are
244 * Gets the Iterator of registered ImageReader objects that are able to
256 * Gets an array of Strings giving the names of the formats supported by
266 * Gets an array of Strings giving the MIME types of the formats supporte
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 258 * Gets if the source is checked.
276 * Gets if the source is enabled.
294 * Gets if the source is a password field.
321 * Gets if the source is taking the entire screen.
330 * Gets the event type.
348 * Gets the number of items that can be visited.
366 * Gets the index of the source in the list of items the can be visited.
384 * Gets the index of the first character of the changed sequence.
402 * Gets the number of added characters.
420 * Gets the number of removed characters
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 242 // Gets the element in this node.
246 // Gets the next node in the list.
282 // Gets the number of elements.
288 // Gets the first element of the list, or NULL if the list is empty.
292 // Gets the last element of the list, or NULL if the list is empty.
466 // Gets the user supplied key.
471 // Gets the user supplied value.
522 // Gets the list of TestPartResults.
527 // Gets the list of TestProperties.
532 // Gets the number of successful test parts
    [all...]

Completed in 375 milliseconds

1 2 3 4 5 6 7 8 91011>>