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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 35 * Creates a new matrix and sets its values from the given
69 * Sets the value for a given row and column
79 * Sets the matrix values to identity
96 * Sets the values of the matrix to those of the parameter
105 * Sets current values to be a rotation matrix of certain angle
174 * Sets current values to be a scale matrix of given dimensions
188 * Sets current values to be a translation matrix of given
201 * Sets current values to be the result of multiplying two given
303 * Sets the current matrix to its transpose
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java 38 * Creates a new matrix and sets its values from the given
72 * Sets the value for a given row and column
82 * Sets the matrix values to identity
99 * Sets the values of the matrix to those of the parameter
108 * Sets current values to be a rotation matrix of certain angle
177 * Sets current values to be a scale matrix of given dimensions
191 * Sets current values to be a translation matrix of given
204 * Sets current values to be the result of multiplying two given
306 * Sets the current matrix to its transpose
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 30 // A clustered album (not including album set) and its base sets are fixed.
35 // This set and all sets inside base_set (recursively) are fixed because
124 // Recurse into sub media sets.
127 String[] sets = Path.splitSequence(segments[i]); local
128 for (int j = 0; j < sets.length; j++) {
129 Path sub = Path.fromString(sets[j]);
243 String[] sets = Path.splitSequence(segments[i]); local
244 for (int j = 0; j < sets.length; j++) {
248 sb.append(removeOneClusterFromPath(sets[j], done));
  /cts/hostsidetests/theme/
README 19 modified. They consist of API-specific sets of reference images representing
41 2. Image generation occurs on all devices in parallel. Resulting sets of
43 any existing sets. Image generation may be started using:
  /external/blktrace/doc/
blkiomon.8 62 Sets \fIpath_name\fR as path name for existing message queue to be used
70 Sets \fImsg_queue_id\fR as ID for an existing message queue to be used
78 Sets \fImsg_id\fR as message identifier to be used for binary output
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 68 * Sets the {@link Image} for title;
75 * Sets the text for title.
82 * Sets the {@link IPage} to display.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
FeatureUtil.java 291 * of the given sets.
302 * of all the given sets.
303 * @param sets the sets to intersect
304 * @return the intersection of the sets
305 * @throws java.lang.IllegalArgumentException if there are no sets to
308 public static <T> Set<T> intersection(Set<? extends T> ... sets) {
309 if (sets.length == 0) {
311 "Can't intersect no sets; would have to return the universe.");
313 Set<T> results = Helpers.copyToSet(sets[0])
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshContext.java 35 * This method sets the referenced mesh.
54 * This method sets the vertex list.
73 * This method sets the vertex reference map.
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java 87 * sets the frame buffer
103 * sets the reflection cam
119 * Sets the reflection clip plane
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 82 * Sets up the return value of {@link #isAvailable()}.
92 * Sets up the return value of {@link #isConnectedOrConnecting()} and {@link @isConnected()}.
102 * Sets up the return value of {@link #getType()}.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SpeechOrbView.java 51 * Sets the view to display listening state.
65 * Sets the view to display the not-listening state.
76 * Sets the sound level while listening to speech.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.h 56 // On success, returns true and sets |*load_address| to its load address,
64 // |address|. On success, returns true and sets |*prot_flags|.
72 // On success, returns true and sets |*load_address| to the load address,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbumSet.java 23 // ComboAlbumSet combines multiple media sets into one. It lists all sub
24 // media sets from the input album sets.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java 35 * Sets the listener to be notified of clicks on suggestions.
40 * Sets the listener to be notified of focus change events on suggestion views.
45 * Sets the current suggestions.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/utils/
union_find.py 15 Each unionFind instance X maintains a family of disjoint sets of
24 - X.union(item1, item2, ...) merges the sets containing each item
66 """Find the sets containing the objects and merge them all."""
  /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/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/base/core/java/android/webkit/
WebSettings.java 230 * Sets whether the WebView should support zooming using its on-screen zoom
249 * Sets whether the WebView requires a user gesture to play media.
265 * Sets whether the WebView should use its built-in zoom mechanisms. The
290 * Sets whether the WebView should display on-screen zoom controls when
338 * Sets whether the WebView loads pages in overview mode, that is,
355 * Sets whether the WebView will enable smooth transition while panning or
378 * Sets whether the WebView uses its background for over scroll background.
402 * Sets whether the WebView should save form data. The default is true.
415 * Sets whether the WebView should save passwords. The default is true.
432 * Sets the text zoom of the page in percent. The default is 100
    [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/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...]
  /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);

Completed in 567 milliseconds

1 2 3 4 5 67 8 91011>>