HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 551 - 575 of 9774) sorted by null

<<21222324252627282930>>

  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
AddressMap.java 47 * Sets the value address associated with the given key address.
CodeCursor.java 42 * Sets the base address for the given target address to be as indicated.
  /external/fio/
graph.h 16 /* graph_set_position() sets the x- and y-offset to translate the graph */
28 /* graph_title() sets the main title of the graph to the given string */
30 /* graph_x_title() sets the title of the x axis to the given string */
32 /* graph_y_title() sets the title of the y axis to the given string */
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/drawable/
GlideDrawable.java 25 * Sets the number of times the animation should loop. This method will only have an affect if
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestManagerFragment.java 35 * Sets the current {@link com.bumptech.glide.RequestManager}.
SupportRequestManagerFragment.java 32 * Sets the current {@link com.bumptech.glide.RequestManager}.
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.h 77 // Sets the secret entered by the user. This must be invoked when, and only
98 // Sets the configuration once it has been negotiated. This must be called
130 // Sets the service name.
135 // Sets the peer name.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestSetGenerator.java 22 * Reserializes the sets created by another test set generator.
TestIntegerSortedSetGenerator.java 26 * Create integer sets for testing collections that are sorted by natural
TestSortedSetGenerator.java 23 * Creates sorted sets, containing sample elements, to be tested.
TestStringSortedSetGenerator.java 26 * Create string sets for testing collections that are sorted by natural
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionSerializationEqualTester.java 28 * when reserialized. (Sets and Lists, but not bare Collections.)
  /external/guava/guava-tests/benchmark/com/google/common/collect/
PowerSetBenchmark.java 39 powerSet = Sets.powerSet(set);
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingObjectTest.java 41 final Set<String> delegate = Sets.newHashSet("foo");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnhandledBreakEngine.java 17 // TODO: Use two arrays of UnicodeSet, one with all frozen sets, one with unfrozen.
  /external/iptables/extensions/
libxt_SET.man 1 This module adds and/or deletes entries from IP sets which can be defined
  /external/javassist/src/main/javassist/bytecode/
InnerClassesAttribute.java 78 * Sets <code>classes[nth].inner_class_info_index</code> to
107 * Sets <code>classes[nth].outer_class_info_index</code> to
136 * Sets <code>classes[nth].inner_name_index</code> to
151 * Sets <code>classes[nth].inner_class_access_flags</code> to
  /external/javassist/src/main/javassist/util/proxy/
ProxyObject.java 25 * Sets a handler. It can be used for changing handlers
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Ring.java 99 * <code>setCenter</code> sets the center of the ring.
118 * <code>setUp</code> sets the ring's up vector.
137 * <code>setInnerRadius</code> sets the ring's inner radius.
156 * <code>setOuterRadius</code> sets the ring's outer radius.
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMap.java 103 * <code>setHeightAtPoint</code> sets the height value for a given
117 * <code>setHeightScale</code> sets the scale of the height values.
127 * <code>setFilter</code> sets the erosion value for the filter. This
140 * <code>setSize</code> sets the size of the terrain where the area is
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_updatev.3 12 capng_updatev will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
  /external/libvncserver/libvncserver/
cutpaste.c 30 * rfbSetXCutText sets the cut buffer to be the given string. We also clear
  /external/libxml2/
libxml2-config.cmake.in 5 # THis module sets the following variables:
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 1 //===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===//
40 // Check that these two merged sets really are must aliases. Since both
41 // used to be must-alias sets, we can just check any pointer from each set
215 // The alias sets should all be clear now.
221 /// instruction referring to the pointer into. If there are multiple alias sets
234 } else { // Otherwise, we must merge the sets.
244 /// alias sets.
268 else if (!Cur->Forward) // Otherwise, we must merge the sets.
390 // Loop over all of the alias sets in AST, adding the pointers contained
391 // therein into the current alias sets. This can cause alias sets to b
    [all...]
  /external/llvm/test/Analysis/CFLAliasAnalysis/
phi-and-select.ll 8 ; Two PHIs with disjoint sets of inputs.

Completed in 326 milliseconds

<<21222324252627282930>>