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

<<31323334353637383940>>

  /external/icu/icu4c/source/common/
simplepatternformatter.h 120 * @param appendTo Gets the formatted pattern and value appended.
136 * @param appendTo Gets the formatted pattern and values appended.
154 * @param appendTo Gets the formatted pattern and values appended.
173 * @param appendTo Gets the formatted pattern and values appended.
198 * @param result Gets its contents replaced by the formatted pattern and values.
  /external/icu/icu4c/source/i18n/unicode/
basictz.h 43 * Gets the first time zone transition after the base time.
53 * Gets the most recent time zone transition before the base time.
96 * Gets the <code>InitialTimeZoneRule</code> and the set of <code>TimeZoneRule</code>
115 * Gets the set of time zone rules valid at the specified time. Some known external time zone
198 * Gets the set of TimeZoneRule instances applicable to the specified time and after.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyPluralInfo.java 69 * Gets a CurrencyPluralInfo instance for the default locale.
79 * Gets a CurrencyPluralInfo instance for the given locale.
90 * Gets a CurrencyPluralInfo instance for the given locale.
101 * Gets plural rules of this locale, used for currency plural format
111 * Given a plural count, gets currency plural pattern of this locale,
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Configurator.java 85 * Gets the current timeout used for waiting for the user interface to go
121 * Gets the current timeout for waiting for a widget to become visible in
155 * Gets the timeout for waiting for an acknowledgement of an
189 * Gets the current timeout for waiting for an acknowledgment of generic
218 * Gets the current delay between key presses when injecting text input.
  /frameworks/base/core/java/android/view/
InputEvent.java 50 * Gets the id for the device that this event came from. An id of
61 * Gets the device that this event came from.
70 * Gets the source of the event.
152 * Gets a private flag that indicates when the system has detected that this input event
206 * Gets the unique sequence number of this event.
WindowManagerInternal.java 101 * Called when a pending app transition gets cancelled.
106 * Called when an app transition gets started
167 * Gets the magnification and translation applied to a window given its token.
198 * Gets the token of the window that has input focus.
210 * Gets the frame of a window given its token.
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 88 * Gets the number of pages in the document.
137 * Gets the size of a given page in mils (1/72").
150 * Gets the media box of a given page in mils (1/72").
176 * Gets the crop box of a given page in mils (1/72").
202 * Gets whether the document prefers to be scaled for printing.
  /frameworks/support/compat/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 421 * Gets the id for this action.
430 * Gets the label for this action. Its purpose is to describe the
504 * Gets the number of columns.
513 * Gets the number of rows.
522 * Gets if the collection is a hierarchically ordered.
531 * Gets the collection's selection mode.
597 * Gets the column index at which the item is located.
606 * Gets the number of columns the item spans.
615 * Gets the row index at which the item is located.
624 * Gets the number of rows the item spans
    [all...]
  /development/host/windows/usb/api/
adb_api.h 120 major entities through which that device gets accessed. Each of these
131 I/O performed on an endpoint. When an endpoint object gets opened through
134 created to track the result of that I/O when it gets completed. Clients
213 /** \brief Gets next interface information
273 /** \brief Gets interface name.
294 /** \brief Gets serial number for interface's device.
315 /** \brief Gets device descriptor for the USB device associated with
328 /** \brief Gets descriptor for the selected USB device configuration.
341 /** \brief Gets descriptor for the given interface.
353 /** \brief Gets information about an endpoint on the given interface.
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 103 * Gets a human-oriented (and slightly lossy) string for this instance.
112 * Gets an "inline" string portion for toHuman(), if available. This
122 * Gets the opcode.
131 * Gets the source position.
140 * Gets the result spec, if any. A return value of {@code null}
150 * Gets the spec of a local variable assignment that occurs at this
179 * Gets the source specs.
188 * Gets whether this instruction can possibly throw an exception. This
198 * Gets the list of possibly-caught exceptions. This returns {@link
Rop.java 308 * Gets the opcode.
317 * Gets the result type. A return value of {@link Type#VOID}
327 * Gets the source types.
336 * Gets the list of exception types that might be thrown.
345 * Gets the branchingness of this instance.
354 * Gets whether this opcode is a function/method call or similar.
364 * Gets whether this opcode is commutative (the order of its sources are
384 * Gets the nickname. If this instance has no nickname, this returns
398 * Gets whether this operation can possibly throw an exception. This
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 101 * Gets a human-oriented (and slightly lossy) string for this instance.
110 * Gets an "inline" string portion for toHuman(), if available. This
120 * Gets the opcode.
129 * Gets the source position.
138 * Gets the result spec, if any. A return value of {@code null}
148 * Gets the spec of a local variable assignment that occurs at this
177 * Gets the source specs.
186 * Gets whether this instruction can possibly throw an exception. This
196 * Gets the list of possibly-caught exceptions. This returns {@link
Rop.java 308 * Gets the opcode.
317 * Gets the result type. A return value of {@link Type#VOID}
327 * Gets the source types.
336 * Gets the list of exception types that might be thrown.
345 * Gets the branchingness of this instance.
354 * Gets whether this opcode is a function/method call or similar.
364 * Gets whether this opcode is commutative (the order of its sources are
384 * Gets the nickname. If this instance has no nickname, this returns
398 * Gets whether this operation can possibly throw an exception. This
  /external/autotest/client/cros/audio/
cras_utils.py 41 """Gets a command to playback a file with given settings.
66 """Gets a command to capture the audio into the file with given settings.
102 """Gets a command to record the loopback.
121 """Gets a command to query the nodes from Cras.
160 """Gets Cras DBus control interface.
183 """Gets nodes information from Cras.
192 """Gets selected output nodes and input nodes.
224 """Gets the number of active streams.
504 """Gets node id from node type.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 101 * Gets a human-oriented (and slightly lossy) string for this instance.
110 * Gets an "inline" string portion for toHuman(), if available. This
120 * Gets the opcode.
129 * Gets the source position.
138 * Gets the result spec, if any. A return value of {@code null}
148 * Gets the spec of a local variable assignment that occurs at this
177 * Gets the source specs.
186 * Gets whether this instruction can possibly throw an exception. This
196 * Gets the list of possibly-caught exceptions. This returns {@link
Rop.java 308 * Gets the opcode.
317 * Gets the result type. A return value of {@link Type#VOID}
327 * Gets the source types.
336 * Gets the list of exception types that might be thrown.
345 * Gets the branchingness of this instance.
354 * Gets whether this opcode is a function/method call or similar.
364 * Gets whether this opcode is commutative (the order of its sources are
384 * Gets the nickname. If this instance has no nickname, this returns
398 * Gets whether this operation can possibly throw an exception. This
  /frameworks/av/include/media/stagefright/
ACodec.h 378 // gets index or sets it to 0 on error. Returns error from codec.
381 // sets |params|. If |readBack| is true, it re-gets them afterwards if set succeeded.
385 // gets |params|; returns the codec error. |param| should not change on error.
388 // gets dataspace guidance from codec and platform. |params| should be set up with the color
403 // gets color aspects for the encoder for certain |width/height| based on |configFormat|, and
425 // gets color aspects for the video encoder input port and sets them into the |format|.
433 // gets index or sets it to 0 on error. Returns error from codec.
444 // gets |params|. Returns the codec error.
447 // gets HDR static information for the video encoder/decoder port and sets them into |format|.
  /frameworks/base/location/java/android/location/
GnssClock.java 96 * Gets the leap second associated with the clock's time.
129 * Gets the GNSS receiver internal hardware clock value in nanoseconds.
161 * Gets the clock's time Uncertainty (1-Sigma) in nanoseconds.
202 * Gets the difference between hardware clock ({@link #getTimeNanos()}) inside GPS receiver and
250 * Gets the clock's sub-nanosecond bias.
293 * Gets the clock's Bias Uncertainty (1-Sigma) in nanoseconds.
333 * Gets the clock's Drift in nanoseconds per second.
374 * Gets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second.
404 * Gets count of hardware clock discontinuities.
  /libcore/ojluni/src/main/java/javax/security/cert/
X509Certificate.java 304 * Gets the <code>version</code> (version number) value from the
316 * Gets the <code>serialNumber</code> value from the certificate.
333 * Gets the <code>issuer</code> (issuer distinguished name) value from
367 * Gets the <code>subject</code> (subject distinguished name) value
383 * Gets the <code>notBefore</code> date from the validity period of
403 * Gets the <code>notAfter</code> date from the validity period of
413 * Gets the signature algorithm name for the certificate
434 * Gets the signature algorithm OID string from the certificate.
448 * Gets the DER-encoded signature algorithm parameters from this
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 634 * Gets the descriptor.
643 * Gets the name of the class this type corresponds to, in internal
668 * Gets the category. Most instances are category 1. {@code long}
723 * Gets whether this type is "intlike." An intlike type is one which, when
744 * Gets whether this type is a primitive type. All types are either
768 * Gets whether this type is a normal reference type. A normal
780 * Gets whether this type is an array type. If this method returns
791 * Gets whether this type is an array type or is a known-null, and
801 * Gets whether this type represents an uninitialized instance. An
802 * uninitialized instance is what one gets back from the {@code new
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 567 * Gets the descriptor.
576 * Gets the name of the class this type corresponds to, in internal
601 * Gets the category. Most instances are category 1. {@code long}
656 * Gets whether this type is "intlike." An intlike type is one which, when
677 * Gets whether this type is a primitive type. All types are either
701 * Gets whether this type is a normal reference type. A normal
713 * Gets whether this type is an array type. If this method returns
724 * Gets whether this type is an array type or is a known-null, and
734 * Gets whether this type represents an uninitialized instance. An
735 * uninitialized instance is what one gets back from the {@code new
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 568 * Gets the descriptor.
577 * Gets the name of the class this type corresponds to, in internal
602 * Gets the category. Most instances are category 1. {@code long}
657 * Gets whether this type is "intlike." An intlike type is one which, when
678 * Gets whether this type is a primitive type. All types are either
702 * Gets whether this type is a normal reference type. A normal
714 * Gets whether this type is an array type. If this method returns
725 * Gets whether this type is an array type or is a known-null, and
735 * Gets whether this type represents an uninitialized instance. An
736 * uninitialized instance is what one gets back from the {@code new
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java 141 * Gets the number of weeks to be shown.
167 * Gets the background color for the selected week.
194 * Gets the color for the dates in the focused month.
221 * Gets the color for the dates in a not focused month.
248 * Gets the color for the week numbers.
275 * Gets the color for the separator line between weeks.
317 * Gets the drawable for the vertical bar shown at the beginning and at
340 * Gets the text appearance for the week day abbreviation of the calendar header.
362 * Gets the text appearance for the calendar dates.
373 * Gets the minimal date supported by this {@link CalendarView} in millisecond
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 256 * Gets the next generated value on the distribution.
271 * Gets a reference to the underlying uniform random number generator
279 * Gets a const reference to the underlying uniform random number
287 * Gets a reference to the underlying random distribution.
294 * Gets a const reference to the underlying random distribution.
301 * Gets the closed lower bound of the distribution interval.
308 * Gets the closed upper bound of the distribution interval.
413 * Gets the smallest possible value in the output range.
423 * Gets the largest possible value in the output range.
430 * Gets the next random number in the sequence
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 256 * Gets the next generated value on the distribution.
271 * Gets a reference to the underlying uniform random number generator
279 * Gets a const reference to the underlying uniform random number
287 * Gets a reference to the underlying random distribution.
294 * Gets a const reference to the underlying random distribution.
301 * Gets the closed lower bound of the distribution interval.
308 * Gets the closed upper bound of the distribution interval.
413 * Gets the smallest possible value in the output range.
423 * Gets the largest possible value in the output range.
430 * Gets the next random number in the sequence
    [all...]

Completed in 2115 milliseconds

<<31323334353637383940>>