HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 1151 - 1175 of 12713) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/main/java/java/text/
BreakIterator.java 347 * sets the current position to the returned value, or {@code DONE} if the
361 * Sets the new text string to be analyzed, the current position will be
383 * Sets this iterator's current position to the first boundary and returns
391 * Sets the position of the first boundary to the one following the given
416 * Sets this iterator's current position to the last boundary and returns
424 * Sets this iterator's current position to the next boundary after the
433 * Sets this iterator's current position to the next boundary after the
444 * Sets this iterator's current position to the previous boundary before the
453 * Sets the new text to be analyzed by the given {@code CharacterIterator}.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrowseFragment.java 243 * Sets the brand color for the browse fragment. The brand color is used as
267 * Sets the adapter containing the rows for the fragment.
292 * Sets an item selection listener. This listener will be called when an
303 * Sets an item selection listener.
317 * Sets an item clicked listener on the fragment.
344 * Sets an item clicked listener on the fragment.
346 * item presenter sets during {@link Presenter#onCreateViewHolder(ViewGroup)}.
364 * Sets a click listener for the search affordance.
383 * Sets the {@link SearchOrbView.Colors} used to draw the search affordance.
407 * Sets the color used to draw the search affordance
    [all...]
  /art/compiler/optimizing/
graph_test.cc 66 // This test sets the false block to be the return block.
101 // This test sets the true block to be the return block.
136 // This test sets the true block to be the loop header.
172 // This test sets the false block to be the loop header.
208 // This test sets the true block to be a loop header with multiple pre headers.
248 // This test sets the false block to be a loop header with multiple pre headers.
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 126 // Checks the network connection and sets the wifiConnected and mobileConnected
263 // Given a string representation of a URL, sets up a connection and gets
282 * If it is, it checks whether Wi-Fi is connected and sets the wifiConnected flag in the
300 // If device has its Wi-Fi connection, sets refreshDisplay
307 // (which by process of elimination would be mobile), sets refreshDisplay to true.
314 // Sets refreshDisplay to false.
  /development/tools/idegen/src/com/android/idegen/
Module.java 24 import com.google.common.collect.Sets;
71 private Set<String> allDependencies = Sets.newHashSet(); // direct + indirect
72 private Set<File> allDependentImlFiles = Sets.newHashSet();
76 private HashSet<File> sourceFiles = Sets.newHashSet();
79 Set<String> explicitModuleNameDependencies = Sets.newHashSet();
85 Set<File> implicitModulePathDependencies = Sets.newHashSet();
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 97 * Sets the value
154 * Sets expiration date.
193 * Sets the domain attribute.
220 * Sets the path attribute.
240 * Sets the secure attribute of the cookie.
278 * Sets the version of the cookie specification to which this
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.h 57 // Sets the maximum size for the total amount of data stored by this instance.
60 // Sets the cache type for this backend.
146 // Sets internal parameters to enable unit testing mode.
149 // Sets internal parameters to enable upgrade mode (for internal tools).
152 // Sets the eviction algorithm to version 2.
155 // Sets an explicit set of BackendFlags.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnFlowThread.cpp 95 // sets and spanners) will be inserted there as we insert elements into the flow thread.
103 // Remove all sets.
158 // flowthread layout that sets up content runs.
178 // All column sets that needed layout have now been laid out, so we can finally validate them.
194 // sets need to be laid out over again, since their logical top will be affected by
250 // Detach all column sets from the flow thread. Cannot destroy them at this point, since they
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h 92 // Sets global audio options. "options" are from AudioOptions, above.
94 // Sets global video options. "options" are from VideoOptions, above.
96 // Sets the value used by the echo canceller to offset delay values obtained
99 // Sets the default (maximum) codec/resolution and encoder option to capture
116 // Sets the current speaker volume, as a value between 0 and 255.
165 // Sets the function used when calling Create. If unset, the compiled system
  /external/chromium_org/ui/views/controls/table/
table_view.h 108 // Sets the TableGrouper. TableView does not own |grouper| (common use case is
150 // Sets the width of the column. |index| is in terms of |visible_columns_|.
265 // Sets the selection to the specified index (in terms of the view).
268 // Sets the selection model to |new_selection|.
274 // Sets |model| appropriately based on a event.
291 // sets |tooltip| and/or |tooltip_origin| as appropriate, each of which may be
  /external/icu/icu4c/source/i18n/unicode/
compactdecimalformat.h 126 * Currently sets status to U_UNSUPPORTED_ERROR.
160 * Currently sets status to U_UNSUPPORTED_ERROR
178 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
199 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
219 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
253 * sets status to U_UNSUPPORTED_ERROR
  /frameworks/base/media/java/android/media/
MediaExtractor.java 69 * Sets the DataSource object to be used as the data source for this extractor
75 * Sets the data source as a content Uri.
121 * Sets the data source (file-path or http URL) to use.
157 * Sets the data source (file-path or http URL) to use.
177 * Sets the data source (FileDescriptor) to use. It is the caller's responsibility
187 * Sets the data source (FileDescriptor) to use. The FileDescriptor must be
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 126 // Checks the network connection and sets the wifiConnected and mobileConnected
263 // Given a string representation of a URL, sets up a connection and gets
282 * If it is, it checks whether Wi-Fi is connected and sets the wifiConnected flag in the
300 // If device has its Wi-Fi connection, sets refreshDisplay
307 // (which by process of elimination would be mobile), sets refreshDisplay to true.
314 // Sets refreshDisplay to false.
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 203 * Sets a listener to invoke callback methods in the InCallUI after performing video
211 * Sets the camera to be used for video recording in a video call.
218 * Sets the surface to be used for displaying a preview of what the user's camera is
227 * Sets the surface to be used for displaying the video received from the remote device.
234 * Sets the device orientation, in degrees. Assumes that a standard portrait orientation of
242 * Sets camera zoom ratio.
  /packages/apps/Calendar/src/com/android/calendar/
StickyHeaderListView.java 124 * Sets the adapter to be used by the class to get views of headers
146 * Sets the indexer object (that implements the HeaderIndexer interface).
156 * Sets the list view that is displayed
167 * Sets an external OnScroll listener. Since the StickyHeaderListView sets
239 * Sets a separator below the sticky header, which will be visible while the sticky header
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 146 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
156 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
166 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
176 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
186 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
196 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 146 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
156 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
166 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
176 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
186 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
196 'bufsize' is specified, it sets the buffer size for the I/O pipes. The
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 101 * Sets the XML Name of the attribute
141 /** Sets the values for enums. null for other types. */
147 /** Sets the values for flags. null for other types. */
153 /** Sets a short javadoc, .i.e. the first sentence. */
158 /** Sets the documentation for deprecated attributes. Null if not deprecated. */
164 * Sets the name of the class (fully qualified class name) which defined
  /external/srtp/include/
srtp.h 434 * @brief crypto_policy_set_rtp_default() sets a crypto policy
439 * The function call crypto_policy_set_rtp_default(&p) sets the
456 * @brief crypto_policy_set_rtcp_default() sets a crypto policy
461 * The function call crypto_policy_set_rtcp_default(&p) sets the
478 * @brief crypto_policy_set_aes_cm_128_hmac_sha1_80() sets a crypto
496 * @brief crypto_policy_set_aes_cm_128_hmac_sha1_32() sets a crypto
502 * sets the crypto_policy_t at location p to use policy
532 * @brief crypto_policy_set_aes_cm_128_null_auth() sets a crypto
537 * The function call crypto_policy_set_aes_cm_128_null_auth(&p) sets
562 * @brief crypto_policy_set_null_cipher_hmac_sha1_80() sets a crypt
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 92 // Creates a Rect and a Paint object, and sets the style and color of the Paint object.
149 * Sets up for the edit, based on the action specified for the incoming Intent.
158 // Sets the Activity state to EDIT, and gets the URI for the data to be edited.
166 // Sets the Activity state to INSERT, gets the general note URI, and inserts an
186 // Since the new entry was created, this sets the result to be returned
225 // Sets the layout for this Activity. See res/layout/note_editor.xml
244 * Moves to the first note in the list, sets an appropriate title for the action chosen by
275 // Sets the title to "create" for inserts
526 // Sets up a map to contain values to be updated in the provider.
539 // Sets the title by getting a substring of the text that is 31 characters lon
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 192 * Sets abbreviated era strings. For example: "AD" and "BC".
209 * Sets era name strings. For example: "Anno Domini" and "Before Christ".
226 * Sets narrow era strings. For example: "A" and "B".
242 * Sets month strings. For example: "January", "February", etc.
260 * Sets short month strings. For example: "Jan", "Feb", etc.
299 * Sets month strings by width and context. For example: "January", "February", etc.
319 * Sets weekday strings. For example: "Sunday", "Monday", etc.
335 * Sets short weekday strings. For example: "Sun", "Mon", etc.
353 * Sets weekday strings by width and context. For example: "Sunday", "Monday", etc.
374 * Sets quarter strings by width and context. For example: "1st Quarter", "2nd Quarter", etc
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java 80 * Sets the default connect timeout for new connections. A value of 0 means no timeout.
104 * Sets the default read timeout for new connections. A value of 0 means no timeout.
128 * Sets the HTTP proxy that will be used by connections created by this
143 * Sets the proxy selection policy to be used if no {@link #setProxy proxy}
161 * Sets the cookie handler to be used to read outgoing cookies and write
177 * Sets the response cache to be used to read and write cached responses.
199 * Sets the socket factory used to create connections.
214 * Sets the socket factory used to secure HTTPS connections.
228 * Sets the verifier used to confirm that response certificates apply to
245 * Sets the authenticator used to respond to challenges from the remote we
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResult.java 43 /** Sets the test activity's result to pass. */
49 /** Sets the test activity's result to failed. */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLRotationGuideRenderer.java 45 * Sets the rotation of the monolith.
54 * Sets the background color.
  /cts/common/util/src/com/android/compatibility/common/util/
ReportLog.java 98 * Sets the summary of the report.
105 * Sets the summary of the report.

Completed in 2102 milliseconds

<<41424344454647484950>>