HomeSort by relevance Sort by last modified time
    Searched full:desired (Results 1326 - 1350 of 6587) sorted by null

<<51525354555657585960>>

  /hardware/libhardware/include/hardware/
gralloc1.h 325 * desired output and return its length in bytes in outSize. If the device
400 * Sets the desired consumer usage flags of the buffer.
406 * usage - the desired consumer usage flags
420 * Sets the desired width and height of the buffer in pixels.
431 * width - the desired width in pixels
432 * height - the desired height in pixels
445 * Sets the desired format of the buffer.
450 * format - the desired format
474 * layerCount - the desired number of layers, must be non-zero
488 * Sets the desired producer usage flags of the buffer
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 543 * and if so, switch its value to the new desired state.
547 private ScanState switchState(ScanState desired,String forOperation) {
548 return switchState(desired,allowedStates.get(forOperation));
553 * and if so, switch its value to the new desired state.
557 private ScanState switchState(ScanState desired,EnumSet<ScanState> allowed) {
565 state = desired;
569 LOG.fine("switched state: "+old+" -> "+desired);
570 if (old != desired)
571 queueStateChangedNotification(sequence,timestamp,old,desired);
797 * This method is used to switch to the desired state an
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 543 * and if so, switch its value to the new desired state.
547 private ScanState switchState(ScanState desired,String forOperation) {
548 return switchState(desired,allowedStates.get(forOperation));
553 * and if so, switch its value to the new desired state.
557 private ScanState switchState(ScanState desired,EnumSet<ScanState> allowed) {
565 state = desired;
569 LOG.fine("switched state: "+old+" -> "+desired);
570 if (old != desired)
571 queueStateChangedNotification(sequence,timestamp,old,desired);
797 * This method is used to switch to the desired state an
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 135 @param[in] access_type Desired access type. In the current implementation
138 @param[in] sharing_mode Desired share mode. In the current implementation
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 140 // Get the desired height of the icon menu view (last row of items does
147 // Maximum possible width and desired height
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 107 unsigned rd: 1; /*%< recursion desired */
117 unsigned rd :1; /*%< recursion desired */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
ZipfDistributionImpl.java 175 * @param p the desired probability for the critical value
188 * @param p the desired probability for the critical value
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
FractionFormat.java 140 * @param pos On input: an alignment field, if desired. On output: the
165 * @param pos On input: an alignment field, if desired. On output: the
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueTest.java 54 // Inform debuggee desired return method
165 // Inform debuggee desired return method
  /external/autotest/client/common_lib/
smogcheck_ina219.py 67 range_dict: desired max/min thresholds for measurement values.
72 range_dict: desired max/min thresholds for measurement values.
  /external/autotest/client/cros/audio/
cmd_utils.py 98 @param level: the desired logging level
118 @param level: the desired logging level
  /external/autotest/client/cros/graphics/
gbm.py 240 @param x: The x-coordinate of the desired pixel.
241 @param y: The y-coordinate of the desired pixel.
  /external/autotest/client/site_tests/kernel_Delay/
kernel_Delay.py 134 @param freq: desired CPU frequency
157 @param freq: desired CPU frequency
  /external/autotest/server/cros/
host_lock_manager.py 76 """Checks host for desired operation.
80 @returns a string: host name, if desired operation can be performed on
  /external/avb/libavb/
avb_crc32.c 3 * code or tables extracted from it, as desired without restriction.
30 * The table can be generated at runtime if desired; code to do so
  /external/clang/test/CodeGen/
big-atomic-ops.c 103 int desired = 1; local
104 return __atomic_compare_exchange(i, &cmp, &desired, 0, memory_order_acquire, memory_order_acquire);
  /external/guava/guava/src/com/google/common/base/
Stopwatch.java 61 * stopwatch that is already in the desired state.
199 * in the desired time unit, with any fraction rounded down.
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Stopwatch.java 60 * stopwatch that is already in the desired state.
198 * in the desired time unit, with any fraction rounded down.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GenderInfo.java 65 * @param uLocale desired locale
76 * @param locale desired locale
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
GenderInfo.java 63 * @param uLocale desired locale
74 * @param locale desired locale
Holiday.java 164 * @param locale A locale specifying the language in which the name is desired.
181 * @param locale A locale specifying the language in which the name is desired.
  /external/kernel-headers/original/uapi/drm/
exynos_drm.h 26 * User-desired buffer creation information structure.
28 * @size: user-desired memory allocation size.
  /external/libdrm/rockchip/
rockchip_drm.c 82 * @size: user-desired size.
83 * flags: user-desired memory type.
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices.c 66 * \param out_pv desired provoking vertex convention (PV_FIRST or PV_LAST)
217 * \param out_pv desired proking vertex for the hardware (PV_FIRST/LAST)
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_media.c 59 * can be utilized if desired."
87 * can be utilized if desired. For this configuration, global atomics

Completed in 1416 milliseconds

<<51525354555657585960>>