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

<<11121314151617181920>>

  /external/bluetooth/glib/gio/
gfileinfo.c 109 * This way the attributes gets sorted in namespace order
530 * Gets the attribute type for an attribute key.
589 * Gets the attribute type, value and status for an attribute key.
624 * Gets the attribute status for an attribute key.
663 * Gets the value of a attribute, formated as a string.
687 * Gets the value of a #GObject attribute. If the attribute does
711 * Gets the value of a string attribute. If the attribute does
735 * Gets the value of a byte string attribute. If the attribute does
759 * Gets the value of a boolean attribute. If the attribute does not
782 * Gets an unsigned 32-bit integer contained within the attribute. If the
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uloc.h 341 * Gets ICU's default locale.
376 * Gets the language code for the specified locale.
394 * Gets the script code for the specified locale.
412 * Gets the country code for the specified locale.
430 * Gets the variant code for the specified locale.
449 * Gets the full name for the specified locale.
471 * Gets the full name for the specified locale.
494 * Gets the ISO language code for the specified locale.
505 * Gets the ISO country code for the specified locale.
515 * Gets the Win32 LCID value for the specified locale
    [all...]
  /external/webkit/WebCore/icu/unicode/
uloc.h 341 * Gets ICU's default locale.
376 * Gets the language code for the specified locale.
394 * Gets the script code for the specified locale.
412 * Gets the country code for the specified locale.
430 * Gets the variant code for the specified locale.
449 * Gets the full name for the specified locale.
471 * Gets the full name for the specified locale.
494 * Gets the ISO language code for the specified locale.
505 * Gets the ISO country code for the specified locale.
515 * Gets the Win32 LCID value for the specified locale
    [all...]
  /frameworks/base/awt/java/awt/
Graphics2D.java 220 * Gets the background color.
227 * Gets the current composite of the Graphics2D.
234 * Gets the device configuration.
241 * Gets the rendering context of the Font.
248 * Gets the current Paint of Graphics2D.
255 * Gets the value of single preference for specified key.
264 * Gets the set of the rendering preferences as a collection of key/value
272 * Gets current stroke of the Graphics2D.
279 * Gets current affine transform of the Graphics2D.
Component.java 399 * Gets Graphics of current buffer strategy.
575 * Gets the back buffer as Image.
598 * Gets Graphics of current buffer strategy.
672 * Gets the font.
690 * Gets the background color.
709 * Gets the text color.
728 * Gets the font metrics.
738 * Gets the bounding rectangle.
747 * Gets the size of the bounding rectangle.
756 * Gets the window id
    [all...]
Font.java 782 * Gets the map of font's attributes.
792 * Gets the keys of all available attributes.
806 * Gets the baseline for this character.
818 * Gets the family name of the Font.
847 * Gets a Font with the specified attribute set.
862 * Gets a Font object from the system properties list with the specified
882 * Gets a Font object from the system properties list with the specified
895 * Gets the font name.
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 154 * Gets the instructions array. It is shared and gets modified by
164 * Gets the return opcode encountered, if any.
173 * Gets the return position, if known.
182 * Gets ready to start working on a new block. This will clear the
201 * Gets whether {@link #catches} was used. This indicates that the
211 * Gets whether the block just processed ended with a
221 * Gets the primary successor index. This is the index into the
235 * Gets how many extra blocks will be needed to represent the
287 // The sources have to be retrieved before super.run() gets called
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 561 * Gets the descriptor.
570 * Gets the name of the class this type corresponds to, in internal
595 * Gets the category. Most instances are category 1. {@code long}
650 * Gets whether this type is "intlike." An intlike type is one which, when
671 * Gets whether this type is a primitive type. All types are either
695 * Gets whether this type is a normal reference type. A normal
707 * Gets whether this type is an array type. If this method returns
718 * Gets whether this type is an array type or is a known-null, and
728 * Gets whether this type represents an uninitialized instance. An
729 * uninitialized instance is what one gets back from the {@code new
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
DatagramSocket.java 211 * Gets the {@code InetAddress} instance representing the remote address to
222 * Gets the {@code InetAddress} instance representing the bound local
248 * Gets the local port which this socket is bound to.
264 * Gets the remote port which this socket is connected to.
283 * Gets the socket receive buffer size. ( {@code SocketOptions.SO_RCVBUF} )
295 * Gets the socket send buffer size. ( {@code SocketOptions.SO_SNDBUF} )
307 * Gets the socket receive timeout in milliseconds. The return value {@code
724 * Gets the address and port of the connected remote host. If this socket is
737 * Gets the bound local address and port of this socket. If the socket is
769 * Gets the state of the socket option {@code SocketOptions.SO_REUSEADDR}
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TimeZone.java 157 * Gets the available time zone IDs. Any one of these IDs can be passed to
170 * Gets the available time zone IDs which match the specified offset from
199 * Gets the default time zone.
214 * Gets the LONG name for this {@code TimeZone} for the default {@code Locale} in standard
225 * Gets the LONG name for this {@code TimeZone} for the specified {@code Locale} in standard
238 * Gets the specified style of name ({@code LONG} or {@code SHORT}) for this {@code TimeZone} for
254 * Gets the specified style of name ({@code LONG} or {@code SHORT}) for this {@code TimeZone} for
317 * Gets the ID of this {@code TimeZone}.
326 * Gets the daylight savings offset in milliseconds for this {@code TimeZone}.
350 * Gets the offset from GMT of this {@code TimeZone} for the specified date. Th
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ClassCache.java 147 * Gets the list of all declared methods.
160 * Gets the list of all declared public methods.
173 * Gets either the list of declared methods or the list of declared
183 * Gets the list of all methods, both directly
197 * Gets the list of all public methods, both directly
370 * Gets the list of all declared fields.
383 * Gets the list of all declared public fields.
396 * Gets either the list of declared fields or the list of declared
406 * Gets the list of all fields, both directly
420 * Gets the list of all public fields, both directl
    [all...]
  /external/qemu/elff/
elf_file.h 85 /* Gets DWARF objects allocator for this instance. */
90 /* Gets head of compilation unit list, collected during parsing of this file.
99 /* Gets number of compilation units, collected during parsing of
106 /* Gets executable file flag */
270 /* Gets a string contained in ELF's string section by index.
289 /* Gets a string contained in ELF's debug string section (.debug_str)
310 /* Gets pointer to a section header, given section index within ELF's
352 /* Gets PC address information.
375 /* Gets beginning of the .debug_info section data.
385 /* Gets beginning of the .debug_abbrev section data.
    [all...]
  /frameworks/base/awt/java/awt/geom/
CubicCurve2D.java 514 * Gets the x coordinate of the starting point.
521 * Gets the y coordinate of the starting point.
528 * Gets the starting point.
535 * Gets the x coordinate of the first control point.
542 * Gets the y coordinate of the first control point.
549 * Gets the second control point.
556 * Gets the x coordinate of the second control point.
563 * Gets the y coordinate of the second control point.
570 * Gets the second control point.
577 * Gets the x coordinate of the end point
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 59 * Gets the element at the given index. It is an error to call
102 * Gets the total instruction count for this instance. This is the
122 * Gets the total instruction count for this instance, ignoring
152 * Gets the first block in the list with the given label, if any.
221 * Gets the preferred successor for the given block. If the block
327 * Gets the register count.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstUtf8.java 299 * Gets the value as a human-oriented string, surrounded by double
309 * Gets the value as a human-oriented string, surrounded by double
332 * Gets the UTF-8 value as a string.
342 * Gets the UTF-8 value as UTF-8 encoded bytes.
351 * Gets the size of this instance as UTF-8 code points. That is,
361 * Gets the size of this instance as UTF-16 code points. That is,
  /development/host/windows/usb/legacy/driver/
android_usb_pipe_file_object.h 239 /// Gets KMDF pipe handle for this file
244 /// Gets maximum transfer size for this pipe
250 /// Gets maximum packet size this pipe is capable of
256 /// Gets transfer granularity
281 /// Gets USBD pipe handle
289 /// Gets I/O target handle for this pipe
  /frameworks/base/awt/java/awt/color/
ColorSpace.java 239 * Gets the name of the component for the specified component index.
297 * Gets the minimum normalized color component value for the specified
313 * Gets the maximum normalized color component value for the specified
340 * Gets the type of the ColorSpace.
349 * Gets the number of components for this ColorSpace.
359 * Gets the single instance of ColorSpace with the specified ColorSpace:
ICC_Profile.java 848 * Gets a tagged data element from the profile as a byte array. Elements are
871 * Gets a data byte array of this ICC_Profile.
897 * Gets the profile class.
929 * Gets the color space type of the Profile Connection Space (PCS).
938 * Gets the number of components of this ICC Profile.
997 * Gets the minor version of this ICC profile.
1006 * Gets the major version of this ICC profile.
1015 * Gets the color space type of this ICC_Profile.
1057 * Gets the single instance of ICC_Profile from data in the specified file.
    [all...]
  /frameworks/base/awt/java/awt/font/
OpenType.java 349 * Gets the table for a specified tag. Sfnt tables include cmap, name and
360 * Gets the table for a specified tag. Sfnt tables include cmap, name and
375 * Gets the table for a specified tag. Sfnt tables include cmap, name and
386 * Gets the table for a specified tag. Sfnt tables include cmap, name and
401 * Gets the table size for a specified tag.
410 * Gets the table size for a specified tag.
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
Charset.java 319 * Gets a map of all available charsets supported by the runtime.
447 * Gets a <code>Charset</code> instance for the specified charset name. If
531 * Gets a <code>Charset</code> instance for the specified charset name.
601 * Gets a new instance of an encoder for this charset.
608 * Gets a new instance of a decoder for this charset.
615 * Gets the canonical name of this charset.
624 * Gets the set of this charset's aliases.
633 * Gets the name of this charset for the default locale.
645 * Gets the name of this charset for the specified locale.
783 * Gets the hash code of this charset
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 183 * Gets abbreviated era strings. For example: "AD" and "BC".
200 * Gets era name strings. For example: "Anno Domini" and "Before Christ".
217 * Gets narrow era strings. For example: A" and "D".
234 * Gets month strings. For example: "January", "February", etc.
251 * Gets short month strings. For example: "Jan", "Feb", etc.
289 * Gets month strings by width and context. For example: "January", "February", etc.
310 * Gets weekday strings. For example: "Sunday", "Monday", etc.
327 * Gets short weekday strings. For example: "Sun", "Mon", etc.
343 * Gets weekday strings by width and context. For example: "Sunday", "Monday", etc.
363 * Gets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 63 * Gets the write size for the given set.
80 * Gets the underlying annotations of this instance
FieldAnnotationStruct.java 106 * Gets the field this item is for.
115 * Gets the associated annotations.
MethodAnnotationStruct.java 106 * Gets the method this item is for.
115 * Gets the associated annotations.
ParameterAnnotationStruct.java 145 * Gets the method this item is for.
154 * Gets the associated annotations list.

Completed in 330 milliseconds

<<11121314151617181920>>