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

<<31323334353637383940>>

  /hardware/bsp/intel/peripheral/libupm/src/pca9685/
pca9685.h 239 * Sets or clears the FULL ON bit for a given LED
248 * Sets or clears the FULL OFF bit for a given LED. If the FULL ON
258 * Sets the 'LED on' time (0-4,095). See the PCA9685 datasheet for details.
267 * Sets the 'LED off' time (0-4,095). See the PCA9685 datasheet for details.
276 * Sets the prescale value. See the PCA9685 datasheet for
286 * Sets the prescale value based on a desired frequency in Hz. The
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/internal/syscall/windows/registry/
value.go 227 // SetDWordValue sets the data and type of a name value
233 // SetQWordValue sets the data and type of a name value
248 // SetStringValue sets the data and type of a name value
254 // SetExpandStringValue sets the data and type of a name value
260 // SetStringsValue sets the data and type of a name value
278 // SetBinaryValue sets the data and type of a name value
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
value.go 227 // SetDWordValue sets the data and type of a name value
233 // SetQWordValue sets the data and type of a name value
248 // SetStringValue sets the data and type of a name value
254 // SetExpandStringValue sets the data and type of a name value
260 // SetStringsValue sets the data and type of a name value
278 // SetBinaryValue sets the data and type of a name value
  /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
  /system/update_engine/
omaha_request_action.h 197 // Parses the Omaha Response in |doc| and sets the
253 // in which case it sets any error code using |completer|.
260 // False otherwise, in which case it sets any error code using |completer|.
267 // False otherwise, in which case it sets any error code using |completer|.
274 // False otherwise, in which case it sets any error code using |completer|.
281 // False otherwise, in which case it sets any error code using |completer|.
payload_state_interface.h 35 // Sets the internal payload state based on the given Omaha response. This
83 // Sets the expectations to boot into the new version in the next reboot.
91 // Sets whether P2P is being used to download the update payload. This
96 // Sets whether P2P is being used for sharing the update payloads.
189 // Sets and persists the scattering wallclock-based wait period.
192 // Sets/gets the P2P download URL, if one is to be used.
  /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-trace/catapult/third_party/Paste/paste/util/
intset.py 298 "Intersection of two sets as a new set.",
301 "Intersection of two sets as a new set.",
304 "Intersection of two sets as a new set.",
309 "Union of two sets as a new set.",
312 "Union of two sets as a new set.",
315 "Union of two sets as a new set.",
320 "Difference of two sets as a new set.",
323 "Difference of two sets as a new set.",
326 "Difference of two sets as a new set.",
331 "Symmetric difference of two sets as a new set."
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 366 /* SSL_CTX_set_quiet_shutdown sets quiet shutdown on |ctx| to |mode|. If
375 /* SSL_set_quiet_shutdown sets quiet shutdown on |ssl| to |mode|. If enabled,
471 /* SSL_set_mtu sets the |ssl|'s MTU in DTLS to |mtu|. It returns one on success
476 * timeout in progress, it sets |*out| to the time remaining and returns one.
519 /* SSL_CTX_set_min_version sets the minimum protocol version for |ctx| to
523 /* SSL_CTX_set_max_version sets the maximum protocol version for |ctx| to
527 /* SSL_set_min_version sets the minimum protocol version for |ssl| to
531 /* SSL_set_max_version sets the maximum protocol version for |ssl| to
682 /* SSL_CTX_use_certificate sets |ctx|'s leaf certificate to |x509|. It returns
686 /* SSL_use_certificate sets |ssl|'s leaf certificate to |x509|. It returns on
    [all...]
  /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/tests/openglperf2/jni/primitive/
GLPrimitive.cpp 48 // Sets up the renderer.
68 // Sets the times in the Java array.
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java 80 * Sets the listener that should be notified of headline selection events.
113 /** Sets choice mode for the list
  /development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/
ClickFunActivityTest.java 46 * Sets up the test fixture for this test case. This method is always called before every test
53 //Sets the initial touch mode for the Activity under test. This must be called before
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
ListPopulation.java 76 * Sets the list of chromosomes.
124 * Sets the maximal population size.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
TestOptions.java 167 * Sets address to attach to debuggee.
258 * Sets full name of the class to start debuggee with.
344 * Sets connectorKind to attach to debuggee.
351 * Sets connectorKind to listen connection from debuggee.
358 * Sets kind of connector (attach or listen).
412 * Sets timeout for JPDA tests in milliseconds.
446 * Sets waiting time for events in milliseconds.
496 * Sets internal value of given property to override corresponding system property.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ListenConnectorTest.java 46 * Sets kind of connection: listen kind.
56 * <BR>Before debuggee start it sets up connector kind to listening and starts
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.java 33 * @see <a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a>
  /external/autotest/client/cros/cellular/pseudomodem/
testing.py 65 Sets the VendorPcoInfo to the specified value. If the Modem.Modem3gpp
81 Sets the SubscriptionState to the specified value. If the
  /external/autotest/client/cros/chameleon/
audio_level.py 70 """The controller which sets scale between widgets of different levels."""
102 """Sets scale of _source to balance the level."""

Completed in 2104 milliseconds

<<31323334353637383940>>