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

<<11121314151617181920>>

  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 566 * Sets the event source.
577 * Sets the source to be a virtual descendant of the given <code>root</code>.
629 * Sets if the source is checked.
649 * Sets if the source is enabled.
669 * Sets if the source is a password field.
689 * Sets if the source is taking the entire screen.
709 * Sets if the source is scrollable.
729 * Sets the number of items that can be visited.
749 * Sets the index of the source in the list of items that can be visited.
772 * Sets the index of the first character of the changed sequenc
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 121 * This callback is invoked when the the Fragment's View is being loaded. It sets up the View.
135 // Sets the View's data adapter to be a new GridViewAdapter
163 // Sets the GridView's column width
169 // Sets the GridView's data adapter
173 * Sets the GridView's click listener to be this class. As a result, when users click the
179 * Sets the "empty" View for the layout. If there's nothing to show, a ProgressBar
184 // Sets a dark background to show when no image is queued to be downloaded
230 // Sets variables to null, to avoid memory leaks
233 // If the EmptyDrawable contains something, sets those members to null
320 // Sets the Adapter's backing data to null. This prevents memory leaks
    [all...]
  /external/boringssl/src/include/openssl/
ec.h 127 /* EC_GROUP_get_cofactor sets |*cofactor| to the cofactor of |group| using
132 /* EC_GROUP_get_curve_GFp gets various parameters about a group. It sets
162 /* EC_POINT_copy sets |*dest| equal to |*src|. It returns one on success and
171 /* EC_POINT_set_to_infinity sets |point| to be the "point at infinity" for the
205 /* EC_POINT_get_affine_coordinates_GFp sets |x| and |y| to the affine value of
213 /* EC_POINT_set_affine_coordinates_GFp sets the value of |p| to be (|x|, |y|).
232 /* EC_POINT_oct2point sets |point| from |len| bytes of X9.62 format
239 /* EC_POINT_set_compressed_coordinates_GFp sets |point| to equal the point with
249 /* EC_POINT_add sets |r| equal to |a| plus |b|. It returns one on success and
255 /* EC_POINT_dbl sets |r| equal to |a| plus |a|. It returns one on success an
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 259 * Sets the output file location.
278 * Sets whether the output should be appended to an existing file.
298 * Sets the wildcard expression for classes to include.
319 * Sets the wildcard expression for classes to exclude.
340 * Sets the wildcard expression for excluded class loaders.
361 * Sets whether classes from the bootstrap classloader should be
381 * Sets the session identifier.
400 * Sets whether coverage data should be dumped on exit.
422 * Sets the port on which to listen to when output is <code>tcpserver</code>
445 * Sets the hostname or IP address to listen to when output i
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 143 * Creates new LZMA2 options and sets them to the default values.
156 * Creates new LZMA2 options and sets them to the given preset.
166 * Creates new LZMA2 options and sets them to the given custom values.
184 * Sets the compression options to the given preset.
223 * Sets the dictionary size in bytes.
259 * Sets a preset dictionary. Use null to disable the use of
284 * Sets the number of literal context bits and literal position bits.
306 * Sets the number of literal context bits.
336 * Sets the number of literal position bits.
366 * Sets the number of position bits
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Matrix4f.java 37 * Creates a new matrix and sets its values from the given
71 * Sets the value for a given row and column
81 * Sets the matrix values to identity
106 * Sets the values of the matrix to those of the parameter
115 * Sets the values of the matrix to those of the parameter
143 * Sets current values to be a rotation matrix of certain angle
190 * Sets current values to be a scale matrix of given dimensions
204 * Sets current values to be a translation matrix of given
219 * Sets current values to be the result of multiplying two given
280 * Sets current values to be a perspective projection matri
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.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
107 * Sets the values of the matrix to those of the parameter
116 * Sets the values of the matrix to those of the parameter
144 * Sets current values to be a rotation matrix of certain angle
191 * Sets current values to be a scale matrix of given dimensions
205 * Sets current values to be a translation matrix of given
220 * Sets current values to be the result of multiplying two given
281 * Sets current values to be a perspective projection matri
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 51 * Creates an {@link EventBuilder} for BREAKPOINT event and sets a
70 * Creates an {@link EventBuilder} for EXCEPTION event and sets an
91 * Creates an {@link EventBuilder} for METHOD_ENTRY event and sets a
105 * Creates an {@link EventBuilder} for METHOD_EXIT event and sets a
120 * and sets a ClassMatch modifier.
154 * Creates an {@link EventBuilder} for FIELD_ACCESS event and sets a
168 * Creates an {@link EventBuilder} for FIELD_MODIFICATION event and sets a
  /external/chromium-trace/catapult/dashboard/dashboard/
testing_common.py 64 """Sets up fake service account credentials for tests."""
91 """Sets the user in the environment in the current testbed."""
99 """Sets the user in the environment to have no email and be non-admin."""
149 """Sets up a fake version of utils.IsInternalUser to use in tests.
232 """Sets the domain that users who can access internal data belong to."""
237 """Sets the domain that users who can access internal data belong to."""
242 """Sets the list of whitelisted IP addresses."""
  /external/libcap/doc/
cap_from_text.3 29 then sets the contents of this newly created capability state to the
87 A textual representation of capability sets consists of one or more
107 and Permitted sets respectively.
123 all three capability sets. The subsequent flags (which are optional
127 sets but raise all of the Permitted capabilities;
142 capability sets. The `-' operator will lower all of the listed
143 capabilities in the flagged capability sets. For example:
  /external/mockito/src/org/mockito/stubbing/
OngoingStubbing.java 38 * Sets a return value to be returned when the method is called. E.g:
52 * Sets consecutive return values to be returned when the method is called. E.g:
69 * Sets Throwable objects to be thrown when the method is called. E.g:
91 * Sets Throwable classes to be thrown when the method is called. E.g:
117 * Sets the real implementation to be called when the method is called on a mock object.
148 * Sets a generic Answer for the method. E.g:
164 * Sets a generic Answer for the method.
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 14 starting m/b/t = Sets the starting measure, beat, and tick for the event.
16 eventid = Sets the ID of the event. Each event must have a unique ID.
28 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
55 starting m/b/t = Sets the starting measure, beat, and tick for the segment.
58 repeat = Sets the number of repeats for the segment.
60 transpose = Sets the transposition value for the segment, in semitones (half-steps).
67 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
  /frameworks/base/location/java/android/location/
GpsNavigationMessage.java 93 * Sets all contents to the values stored in the provided object.
119 * Sets the type of the navigation message.
155 * Sets the Pseud-random number.
172 * Sets the Message Identifier.
189 * Sets the Sub-message identifier.
205 * Sets the data associated with the Navigation Message.
223 * Sets the status of the navigation message.
  /hardware/bsp/intel/peripheral/libupm/src/hmtrp/
hmtrp.h 139 * Sets up proper tty I/O modes and the baud rate. The default
176 * Sets the frequency. Note: this is limited depending on which
185 * Sets the RF data transmission rate. Valid values are between
194 * Sets the RX bandwidth. Valid values are between 30 and 620 (in Khz)
202 * Sets the frequency modulation. Valid values are between 10 and 160 (in Khz)
210 * Sets the transmit power level. Valid values are between 0 and 7,
220 * Sets the configured baud rate of the UART. It is strongly
  /libcore/ojluni/src/main/java/java/sql/
PreparedStatement.java 99 * Sets the designated parameter to SQL <code>NULL</code>.
119 * Sets the designated parameter to the given Java <code>boolean</code> value.
133 * Sets the designated parameter to the given Java <code>byte</code> value.
146 * Sets the designated parameter to the given Java <code>short</code> value.
159 * Sets the designated parameter to the given Java <code>int</code> value.
172 * Sets the designated parameter to the given Java <code>long</code> value.
185 * Sets the designated parameter to the given Java <code>float</code> value.
198 * Sets the designated parameter to the given Java <code>double</code> value.
211 * Sets the designated parameter to the given <code>java.math.BigDecimal</code> value.
224 * Sets the designated parameter to the given Java <code>String</code> value
    [all...]
  /libcore/ojluni/src/main/java/javax/sql/
RowSet.java 110 * Sets the URL this <code>RowSet</code> object will use when it uses the
137 * Sets the data source name property for this <code>RowSet</code> object to the
165 * Sets the username property for this <code>RowSet</code> object to the
186 * Sets the database password for this <code>RowSet</code> object to
209 * Sets the transaction isolation level for this <code>RowSet</code> obejct.
266 * Sets this <code>RowSet</code> object's command property to the given
295 * Sets whether this <code>RowSet</code> object is read-only to the
322 * Sets the maximum number of bytes that can be returned for a column
350 * Sets the maximum number of rows that this <code>RowSet</code>
374 * Sets escape processing for this <code>RowSet</code> object on o
    [all...]
  /frameworks/base/core/java/android/view/
RenderNode.java 285 * Sets whether the display list should be drawn immediately after the
296 * Sets whether the display list is a projection receiver - that its parent
305 * Sets the outline, defining the shape that casts a shadow, and the path to
378 * Sets the translucency level for the display list.
401 * Sets whether the display list renders content which overlaps. Non-overlapping rendering
436 * Sets the translation value for the display list on the X axis.
457 * Sets the translation value for the display list on the Y axis.
478 * Sets the translation value for the display list on the Z axis.
497 * Sets the rotation value for the display list around the Z axis.
518 * Sets the rotation value for the display list around the X axis
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 453 /* above call sets the state for us */
    [all...]
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
ReportTask.java 83 * Sets the tab stop width for the source pages. Default value is 4.
111 * Sets the name of the group.
178 * Sets the output directory for the report.
188 * Sets the Zip output file for the report.
198 * Sets an optional footer text that will be displayed on every report
209 * Sets the output encoding for generated HTML files. Default is UTF-8.
219 * Sets the locale for generated text output. By default the platform
268 * Sets the output file for the report.
290 * Sets the output encoding for generated XML file. Default is UTF-8.
311 * Sets the output file for the report
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===//
12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
13 // object refers to memory disjoint from the other sets.
190 /// Define an iterator for alias sets... this is just a forward iterator.
321 /// instructions to the alias sets. Adding a new instruction can result in
324 /// 1. If the instruction doesn't alias any other sets, create a new set.
326 /// 3. If the instruction aliases multiple sets, merge the sets, and add
343 /// alias sets were eliminated.
355 /// getAliasSets - Return the alias sets that are active
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 172 * Sets the preview FPS range. This call will invalidate prior calls to
204 * Sets the preview FPS. This call will invalidate prior calls to
243 * Sets the preview format.
284 * Sets the format for the photo.
302 * Sets the JPEG compression quality.
329 * Sets the zoom ratio.
393 * Sets the focus mode.
454 * Sets the scene mode for capturing.
494 * Sets the size of the thumbnail in EXIF header. To suppress thumbnail
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 163 /** Sets auto lights out */
169 /** Sets the photo index */
175 /** Sets the initial photo URI */
181 /** Sets the photos URI */
187 /** Sets the query projection */
193 /** Sets the resolved photo URI. This method is for the case
204 * Sets the URI for a thumbnail preview of the photo.
212 * Sets the content Description for the photo
220 * Sets the maximum scale which an image is initially displayed at
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 185 // media sets), in an efficient order. ItemConsumer.consumer() will be
269 protected Future<Integer> requestSyncOnMultipleSets(MediaSet[] sets, SyncListener listener) {
270 return new MultiSetSyncFuture(sets, listener);
285 MultiSetSyncFuture(MediaSet[] sets, SyncListener listener) {
287 mPendingCount = sets.length;
288 mFutures = new Future[sets.length];
291 for (int i = 0, n = sets.length; i < n; ++i) {
292 mFutures[i] = sets[i].requestSync(this);
293 Log.d(TAG, " request sync: " + Utils.maskDebugInfo(sets[i].getName()));
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
int.go 44 // SetInt64 sets z to x and returns z.
56 // SetUint64 sets z to x and returns z.
68 // Set sets z to x and returns z.
97 // Abs sets z to |x| (the absolute value of x) and returns z.
104 // Neg sets z to -x and returns z.
111 // Add sets z to the sum x+y and returns z.
132 // Sub sets z to the difference x-y and returns z.
153 // Mul sets z to the product x*y and returns z.
164 // MulRange sets z to the product of all integers
187 // Binomial sets z to the binomial coefficient of (n, k) and returns z
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
int.go 41 // SetInt64 sets z to x and returns z.
53 // SetUint64 sets z to x and returns z.
65 // Set sets z to x and returns z.
94 // Abs sets z to |x| (the absolute value of x) and returns z.
101 // Neg sets z to -x and returns z.
108 // Add sets z to the sum x+y and returns z.
129 // Sub sets z to the difference x-y and returns z.
150 // Mul sets z to the product x*y and returns z.
161 // MulRange sets z to the product of all integers
184 // Binomial sets z to the binomial coefficient of (n, k) and returns z
    [all...]

Completed in 1359 milliseconds

<<11121314151617181920>>