HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 276 - 300 of 12879) sorted by null

<<11121314151617181920>>

  /external/libweave/src/privet/
wifi_ssid_generator.h 31 // Sets object to use |n| instead of random number for SSID generation.
  /external/llvm/test/Analysis/CFLAliasAnalysis/
arguments-globals.ll 4 ; aliasing sets should of args+alloca+global should be combined)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
BCJOptions.java 21 * Sets the start offset for the address conversions.
  /external/mockito/src/org/mockito/internal/util/collections/
Sets.java 14 public abstract class Sets {
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipURIExt.java 39 * Sets the <code>gr</code> parameter.
  /external/selinux/libselinux/man/man3/
selinux_policy_root.3 21 sets up all all policy paths based on the alternate root
  /external/skia/src/gpu/vk/
GrVkProgram.h 110 // Helper for setData() that sets the view matrix and loads the render target height uniform
125 // The DSLayouts only are needed for allocating the descriptor sets and must survive until after
126 // descriptor sets have been updated. Thus the lifetime of the layouts will just be the life of
131 // descriptor pool alive through the draw, the descritor sets will also stay alive. Thus we do
  /external/testng/src/test/java/org/testng/
AssertTest.java 5 import org.testng.collections.Sets;
54 Set expected = Sets.newHashSet();
55 Set actual = Sets.newHashSet();
96 Set actual = Sets.newHashSet();
  /external/testng/src/test/java/test/factory/
MyTest.java 8 // in this test, our default constructor sets s to a value that will cause a failure
  /external/toybox/toys/android/
setenforce.c 14 Sets whether SELinux is enforcing (1) or permissive (0).
  /external/v8/src/compiler/
all-nodes.h 19 // Constructor. Traverses the graph and builds the {live} sets.
  /external/vboot_reference/firmware/lib/include/
load_firmware_fw.h 23 * Returns VBERROR_SUCCESS if successful. If unsuccessful, sets a recovery
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
IteratorOptions.java 70 * Sets the option and returns the instance.
83 * Sets the option and returns the instance.
96 * Sets the option and returns the instance.
109 * Sets the option and returns the instance.
  /frameworks/base/core/java/com/google/android/collect/
Sets.java 29 * other static methods for working with Sets.
32 public class Sets {
55 * <p>{@code Set<Base> set = Sets.newHashSet(sub1, sub2);}
60 * <p>{@code Set<Base> set = Sets.<Base>newHashSet(sub1, sub2);}
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsMultiEndpoint.aidl 28 * Sets the listener.
  /frameworks/native/services/inputflinger/
PointerControllerInterface.h 49 /* Sets a mask that indicates which buttons are pressed. */
55 /* Sets the absolute location of the pointer. */
84 /* Sets the mode of the pointer controller. */
87 /* Sets the spots for the current gesture.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
Action.java 83 * Sets the id for this Action.
97 * Sets the first line label for this Action.
111 * Sets the second line label for this Action.
125 * Sets the icon drawable for this Action.
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
TestUtilsActions.java 35 * Sets layout direction on the view.
61 * Sets text appearance on {@code TextView}.
88 * Sets the passed color state list as the background layer on a {@link View} with
115 * Sets the passed mode as the background tint mode on a {@link View} with
  /hardware/bsp/intel/peripheral/libupm/src/cjq4435/
cjq4435.h 72 * Sets a period in microseconds
79 * Sets a period in milliseconds
86 * Sets a period in seconds
100 * Sets a duty cycle. Duty cycle is a floating-point number
  /hardware/bsp/intel/peripheral/libupm/src/max5487/
max5487.h 81 * Sets a wiper for port A.
86 * Sets a wiper for port B.
103 * Sets the chip select pin to LOW
108 * Sets the chip select pin to HIGH
  /hardware/bsp/intel/peripheral/libupm/src/servo/
servo.h 85 * Sets the angle of the servo engine.
108 * Sets the minimum pulse width
115 * Sets the maximum pulse width
122 * Sets the maximum period width
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_complexity.h 26 // This function sets up a set of segments with delta Q values around
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.h 4 * Sets up common outputs for HAL
  /libcore/luni/src/main/java/java/util/concurrent/
RunnableFuture.java 21 * Sets this Future to the result of its computation
  /libcore/ojluni/src/main/java/java/nio/channels/
Selector.java 48 * {@link SelectionKey} object. A selector maintains three sets of selection
70 * <p> All three sets are empty in a newly-created selector.
81 * all of the selector's key sets.
98 * cancelled-key sets. Selection is performed by the {@link #select()}, {@link
132 * interest sets then neither the selected-key set nor any of the keys'
133 * ready-operation sets will be updated.
148 * their key sets, however, are not.
154 * <p> Changes made to the interest sets of a selector's keys while a
159 * presence of a key in one or more of a selector's key sets does not imply
184 * three key sets in the same order as in a selection operation
    [all...]

Completed in 2330 milliseconds

<<11121314151617181920>>