/external/llvm/lib/Analysis/ |
StratifiedSets.h | 1 //===- StratifiedSets.h - Abstract stratified sets implementation. --------===// 28 // \brief An index into Stratified Sets. 31 // ~1M sets exist. 77 // \brief These are stratified sets, as described in "Fast algorithms for 79 // R, Yuan H, and Su Z. -- in short, this is meant to represent different sets 80 // of Value*s. If two Value*s are in the same set, or if both sets have 83 // Sets may be related by position, meaning that one set may be considered as 90 // Sets may also have attributes (as noted above). These attributes are 94 // call). All attributes that exist in a set A must exist in all sets marked as 136 // > Set chains (A method for linking sets together [all...] |
/frameworks/av/include/media/stagefright/ |
ACodec.h | 146 kWhatSetSurface = 'setS', 374 // gets index or sets it to 0 on error. Returns error from codec. 377 // sets |params|. If |readBack| is true, it re-gets them afterwards if set succeeded. 392 // sets color aspects for the encoder for certain |width/height| based on |configFormat|, and 401 // dataspace guidance from the codec and platform and sets it into |dataSpace|. Returns the 407 // sets color aspects for the video encoder assuming bytebuffer mode for certain |configFormat| 408 // and sets resulting color config into |outputFormat|. For mediarecorder, also set dataspace 414 // sets color aspects for the video encoder in surface mode. This basically sets the default 415 // video values for unspecified aspects and sets the dataspace to use in the input format [all...] |
/frameworks/base/location/java/android/location/ |
Address.java | 96 * Sets the line of the address numbered by index (starting at 0) to the 130 * Sets the feature name of the address to the given String, which may be null 145 * Sets the administrative area name of the address to the given String, which may be null 160 * Sets the sub-administrative area name of the address to the given String, which may be null 174 * Sets the locality of the address to the given String, which may be null. 189 * Sets the sub-locality of the address to the given String, which may be null. 204 * Sets the thoroughfare name of the address, which may be null. 219 * Sets the sub-thoroughfare name of the address, which may be null. 233 * Sets the premises of the address to the given String, which may be null. 248 * Sets the postal code of the address to the given String, which ma [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteDescriptor.java | 367 * Sets the unique id of the route. 423 * Sets the user-visible name of the route. 435 * Sets the user-visible description of the route. 447 * Sets the URI of the icon representing this route. 469 * Sets whether the route is enabled. 481 * Sets whether the route is in the process of connecting and is not yet 492 * Sets the route's connection state. 505 * Sets whether the route can be disconnected without stopping playback. 513 * Sets an intent sender for launching the settings activity for this 555 * Sets the route's playback type [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityRecord.java | 112 * Sets the event source. 123 * Sets the source to be a virtual descendant of the given <code>root</code>. 177 * Sets the window id. 206 * Sets if the source is checked. 227 * Sets if the source is enabled. 248 * Sets if the source is a password field. 269 * Sets if the source is taking the entire screen. 290 * Sets if the source is scrollable. 328 * Sets the number of items that can be visited. 349 * Sets the index of the source in the list of items that can be visited [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sets.py | 1 """Classes to represent arbitrary sets (including sets of sets). 3 This module implements sets using dictionaries whose values are 7 Important: sets are not sequences! While they support 'x in s', 11 integers: s[i], for i in range(len(s)). Sets don't support 13 their elements have a definite order; sets on the other hand don't 20 sets. This is an abstract class, not meant to be directly 23 Set -- Mutable sets, subclass of BaseSet; not hashable. 25 ImmutableSet -- Immutable sets, subclass of BaseSet; hashable [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sets.py | 1 """Classes to represent arbitrary sets (including sets of sets). 3 This module implements sets using dictionaries whose values are 7 Important: sets are not sequences! While they support 'x in s', 11 integers: s[i], for i in range(len(s)). Sets don't support 13 their elements have a definite order; sets on the other hand don't 20 sets. This is an abstract class, not meant to be directly 23 Set -- Mutable sets, subclass of BaseSet; not hashable. 25 ImmutableSet -- Immutable sets, subclass of BaseSet; hashable [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sets.py | 1 """Classes to represent arbitrary sets (including sets of sets). 3 This module implements sets using dictionaries whose values are 7 Important: sets are not sequences! While they support 'x in s', 11 integers: s[i], for i in range(len(s)). Sets don't support 13 their elements have a definite order; sets on the other hand don't 20 sets. This is an abstract class, not meant to be directly 23 Set -- Mutable sets, subclass of BaseSet; not hashable. 25 ImmutableSet -- Immutable sets, subclass of BaseSet; hashable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sets.py | 1 """Classes to represent arbitrary sets (including sets of sets). 3 This module implements sets using dictionaries whose values are 7 Important: sets are not sequences! While they support 'x in s', 11 integers: s[i], for i in range(len(s)). Sets don't support 13 their elements have a definite order; sets on the other hand don't 20 sets. This is an abstract class, not meant to be directly 23 Set -- Mutable sets, subclass of BaseSet; not hashable. 25 ImmutableSet -- Immutable sets, subclass of BaseSet; hashable [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 55 * "http://code.google.com/p/guava-libraries/wiki/CollectionUtilitiesExplained#Sets"> 56 * {@code Sets}</a>. 64 public final class Sets { 65 private Sets() {} 395 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap()); 503 * Set<Object> identityHashSet = Sets.newSetFromMap( 519 * An unmodifiable view of a set which may be backed by other sets; this view 520 * will change as the backing sets do. Contains methods to copy the data into 547 * all the sets involved are based on the same notion of equivalence. 560 * Returns an unmodifiable <b>view</b> of the union of two sets. The returne [all...] |
/art/runtime/interpreter/mterp/mips64/ |
fcvtHeader.S | 5 * Sets up a1 = A and a2 = B. a2 is later used by fcvtFooter.S to
|
/bionic/libm/include/arm64/machine/ |
fenv.h | 55 * * [31] - N, Negative condition flag for AArch32 (AArch64 sets PSTATE.N); 56 * * [30] - Z, Zero condition flag for AArch32 (AArch64 sets PSTATE.Z); 57 * * [29] - C, Carry conditon flag for AArch32 (AArch64 sets PSTATE.C); 58 * * [28] - V, Overflow conditon flag for AArch32 (AArch64 sets PSTATE.V);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResult.java | 47 /** Sets the test activity's result to pass. */ 52 /** Sets the test activity's result to pass including a test report log result. */ 59 /** Sets the test activity's result to failed. */ 64 /** Sets the test activity's result to failed including a test report log result. */
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
Result.java | 26 * Sets the test result of this object.
|
/development/ndk/platforms/android-21/arch-arm64/include/machine/ |
fenv.h | 55 * * [31] - N, Negative condition flag for AArch32 (AArch64 sets PSTATE.N); 56 * * [30] - Z, Zero condition flag for AArch32 (AArch64 sets PSTATE.Z); 57 * * [29] - C, Carry conditon flag for AArch32 (AArch64 sets PSTATE.C); 58 * * [28] - V, Overflow conditon flag for AArch32 (AArch64 sets PSTATE.V);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3SerializerImpl.java | 118 * Sets a DOMErrorHandler on the DOM Level 3 Serializer.
129 * Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
141 * Sets a SerializationHandler on the DOM Serializer.
152 * Sets the end-of-line sequence of characters to be used during serialization.
|
/external/autotest/client/profilers/mpstat/ |
mpstat.py | 2 Sets up a subprocess to run mpstat on a specified interval, default 1 second
|
/external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/ |
control.DTS01 | 25 This test sets the data interface of the modem in loopback mode
|
/external/autotest/client/site_tests/graphics_dEQP/ |
control.filter_args | 6 # tests or test sets by specifying a filter. The filter is compared
|
/external/autotest/client/site_tests/login_LoginSuccess/ |
control | 21 using Telemetry. To this end, it sets client_success to True on
|
/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/ |
control | 12 network_WiFi_ChromeEndToEnd server test that sets up the AP's in the wifi
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
control | 6 DOC = "Sets a proxy in Chrome and ensures it resolves over DBus"
|
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/ |
control | 11 Client side of the network_WiFi_RoamEndToEnd server test that sets up the
|
/external/autotest/server/site_tests/network_DiskFull/ |
control | 16 This test fills the /var partition, and sets up a process to keep
|
/external/autotest/site_utils/stats/ |
__init__.py | 5 # Looks up all python files in this folder at runtime, and sets them to
|