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

<<41424344454647484950>>

  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 224 * \brief Sets a linearly space vector.
262 * \brief Sets a linearly space vector.
317 /** Alias for setConstant(): sets all coefficients in this expression to \a val.
327 /** Sets all coefficients in this expression to \a value.
337 /** Resizes to the given \a size, and sets all coefficients in this expression to the given \a value.
354 /** Resizes to the given size, and sets all coefficients in this expression to the given \a value.
374 * \brief Sets a linearly space vector.
394 * \brief Sets a linearly space vector.
491 /** Sets all coefficients in this expression to zero.
504 /** Resizes to the given \a size, and sets all coefficients in this expression to zero
    [all...]
  /libcore/luni/src/main/java/java/net/
Socket.java 325 * Sets the Socket and its related SocketImpl state as if a successful close() took place,
472 * Sets this socket's {@link SocketOptions#SO_KEEPALIVE} option.
482 * Sets the internal factory for creating socket implementations. This may
499 * Sets this socket's {@link SocketOptions#SO_SNDBUF send buffer size}.
510 * Sets this socket's {@link SocketOptions#SO_RCVBUF receive buffer size}.
521 * Sets this socket's {@link SocketOptions#SO_LINGER linger} timeout in seconds.
538 * Sets this socket's {@link SocketOptions#SO_TIMEOUT read timeout} in milliseconds.
551 * Sets this socket's {@link SocketOptions#TCP_NODELAY} option.
803 * Sets the Socket and its related SocketImpl state as if a successful bind() took place,
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyGenParameterSpec.java 578 * Sets the size (in bits) of the key to be generated. For instance, for RSA keys this sets
580 * symmetric keys this sets the size of the bitstring which is their key material.
597 * Sets the algorithm-specific key generation parameters. For example, for RSA keys this may
613 * Sets the subject used for the self-signed certificate of the generated key pair.
627 * Sets the serial number used for the self-signed certificate of the generated key pair.
641 * Sets the start of the validity period for the self-signed certificate of the generated
656 * Sets the end of the validity period for the self-signed certificate of the generated key
671 * Sets the time instant before which the key is not yet valid.
684 * Sets the time instant after which the key is no longer valid
    [all...]
  /external/valgrind/callgrind/
dump.c 426 c->cost = CLG_(get_eventset_cost)( CLG_(sets).full );
427 CLG_(init_cost)( CLG_(sets).full, c->cost );
546 CLG_(print_cost)(-5, CLG_(sets).full, c->cost);
555 CLG_(add_and_zero_cost)( CLG_(sets).full, dump_total_cost, c->cost );
584 CLG_ASSERT(CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost));
651 if (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost)) {
660 CLG_(init_cost)( CLG_(sets).full, jcc->cost );
718 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost )) {
739 (!CLG_(is_zero_cost)( CLG_(sets).full, jcc->cost )))
743 if (!CLG_(is_zero_cost)( CLG_(sets).full, currCost->cost ))
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
FluentIterableTest.java 96 Iterable<String> set = Sets.newHashSet("a", null, "b");
116 Iterable<String> set = Sets.newHashSet("a", null, "b");
121 Iterable<String> set = Sets.newHashSet("a", "b");
338 Set<String> set = Sets.newHashSet();
377 Set<String> set = Sets.newHashSet();
421 Collection<Integer> collection = Sets.newLinkedHashSet();
448 Collection<String> set = Sets.newLinkedHashSet();
465 Collection<String> set = Sets.newLinkedHashSet();
665 ASSERT.that(fluent(1, 3, 5).copyInto(Sets.newHashSet(1, 2)))
670 ASSERT.that(fluent(1, 3, 5).copyInto(Sets.newHashSet(1, 2, 3, 5))
    [all...]
  /external/icu/icu4c/source/common/
unormimp.h 90 _NORM_SET_INDEX_CANON_SETS_LENGTH, /* number of uint16_t in canonical starter sets */
105 /* more constants for canonical starter sets */
110 /* single-code point BMP sets are encoded directly in the search table except if result=0x4000..0x7fff */
172 * Change to version 2.3: add serialized sets for normalization exclusions
425 * This array maps from code points c to sets of code points (USerializedSet).
426 * The result sets are the code points whose canonical decompositions start
435 * - contains serialized sets (USerializedSet) of canonical starters for
443 * single-code point sets;
451 * single-code point sets;
458 * FormatVersion 2.3 adds 2 serialized sets for normalization exclusions
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 498 * Sets the double value of this object and changes the type to
506 * Sets the long value of this object and changes the type to
514 * Sets the int64 value of this object and changes the type to
522 * Sets the Date value of this object and changes the type to
530 * Sets the string value of this object and changes the type to
538 * Sets the array value and count of this object and changes the
547 * Sets and adopts the string value and count of this object and
555 * Sets and adopts the array value and count of this object and
562 * Sets and adopts the UObject value of this object and changes
571 * Sets the the numeric value from a decimal number string, and change
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.java 126 * This method sets the blender file version.
143 * This method sets the blender key.
162 * This method sets the dna block data.
190 * This method sets the asset manager.
209 * This method sets the input stream of the blend file.
497 * This method sets the anim data for the specified OMA of its owner.
520 * This method sets the skeleton for the specified OMA of its owner.
543 * This method sets the mesh context for the given mesh old memory address.
568 * This method sets the bone context for the given bone old memory address.
593 * This method sets the material context for the given material. If the
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 141 * Sets the physics object location
151 * Sets the physics object rotation
161 * Sets the physics object rotation
257 * Sets the node to kinematic mode. in this mode the node is not affected by physics
280 * Sets the amount of motion that has to happen in one physics tick to trigger the continuous motion detection<br/>
313 * Sets the mass of this PhysicsRigidBody, objects with mass=0 are static.
370 * Sets the friction of this physics object
452 * Sets the angular velocity of this PhysicsRigidBody
483 * Sets the linear velocity of this PhysicsRigidBody
599 * sets the sleeping thresholds, these define when the object gets deactivate
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 149 * Sets the physics object location
160 * Sets the physics object rotation
171 * Sets the physics object rotation
264 * Sets the node to kinematic mode. in this mode the node is not affected by physics
289 * Sets the amount of motion that has to happen in one physics tick to trigger the continuous motion detection<br/>
314 * Sets the mass of this PhysicsRigidBody, objects with mass=0 are static.
362 * Sets the friction of this physics object
424 * Sets the angular velocity of this PhysicsRigidBody
449 * Sets the linear velocity of this PhysicsRigidBody
546 * sets the sleeping thresholds, these define when the object gets deactivate
    [all...]
  /frameworks/base/docs/html/tools/help/uiautomator/
Configurator.jd 184 <div class="jd-descrdiv">Sets the timeout for waiting for an acknowledgment of generic uiautomator
203 <div class="jd-descrdiv">Sets a delay between key presses when injecting text input.</div>
221 <div class="jd-descrdiv">Sets the timeout for waiting for an acknowledgement of an
240 <div class="jd-descrdiv">Sets the timeout for waiting for the user interface to go into an idle
259 <div class="jd-descrdiv">Sets the timeout for waiting for a widget to become visible in the user
749 <div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for an acknowledgment of generic uiautomator
794 <div class="jd-tagdata jd-tagdescr"><p>Sets a delay between key presses when injecting text input.
834 <div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for an acknowledgement of an
879 <div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for the user interface to go into an idle
926 <div class="jd-tagdata jd-tagdescr"><p>Sets the timeout for waiting for a widget to become visible in the use
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrowseFragment.java 274 * Sets the brand color for the browse fragment. The brand color is used as
299 * Sets the adapter containing the rows for the fragment.
324 * Sets an item selection listener.
338 * Sets an item clicked listener on the fragment.
340 * item presenter sets during {@link Presenter#onCreateViewHolder(ViewGroup)}.
392 * Sets a listener for browse fragment transitions.
679 * Sets the {@link PresenterSelector} used to render the row headers.
775 * Sets the selected row position with smooth animation.
782 * Sets the selected row position.
    [all...]
BrowseSupportFragment.java 276 * Sets the brand color for the browse fragment. The brand color is used as
301 * Sets the adapter containing the rows for the fragment.
326 * Sets an item selection listener.
340 * Sets an item clicked listener on the fragment.
342 * item presenter sets during {@link Presenter#onCreateViewHolder(ViewGroup)}.
394 * Sets a listener for browse fragment transitions.
681 * Sets the {@link PresenterSelector} used to render the row headers.
777 * Sets the selected row position with smooth animation.
784 * Sets the selected row position.
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
results_holder.c 120 * Sets the quaternion adjustment from 6 axis (accel, gyro) to 9 axis quaternion.
132 * Sets the quaternion adjustment from 3 axis (accel) to 6 axis (with compass) quaternion.
189 /** Sets the accel state. See inv_get_acc_state() to get the value.
208 /** Sets the motion state
233 /** Sets the compass sensitivity
528 /** Sets state of if we know the accel bias.
537 /** Sets whether we know the accel bias
546 /** Sets state of if we know the compass bias.
555 /** Sets whether we know the compass bias
564 /** Sets the compass state.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
istream 276 * Tries to extract a character. If none are available, sets failbit
288 * available, sets failbit and returns traits::eof().
475 * - if @c A @c == @c -1, sets eofbit and extracts no characters
492 * If @c rdbuf() is null or if @c sputbackc() fails, sets badbit in
507 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
523 * sets badbit and returns -1.
554 * that function fails, sets failbit.
570 * If that function fails, sets failbit.
691 * stores it in @a c. Otherwise, sets failbit in the input stream.
732 * If no characters are extracted, sets failbit
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
istream 276 * Tries to extract a character. If none are available, sets failbit
288 * available, sets failbit and returns traits::eof().
475 * - if @c A @c == @c -1, sets eofbit and extracts no characters
492 * If @c rdbuf() is null or if @c sputbackc() fails, sets badbit in
507 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
523 * sets badbit and returns -1.
554 * that function fails, sets failbit.
570 * If that function fails, sets failbit.
691 * stores it in @a c. Otherwise, sets failbit in the input stream.
732 * If no characters are extracted, sets failbit
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
istream 276 * Tries to extract a character. If none are available, sets failbit
288 * available, sets failbit and returns traits::eof().
475 * - if @c A @c == @c -1, sets eofbit and extracts no characters
492 * If @c rdbuf() is null or if @c sputbackc() fails, sets badbit in
507 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
523 * sets badbit and returns -1.
554 * that function fails, sets failbit.
570 * If that function fails, sets failbit.
691 * stores it in @a c. Otherwise, sets failbit in the input stream.
732 * If no characters are extracted, sets failbit
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
istream 276 * Tries to extract a character. If none are available, sets failbit
288 * available, sets failbit and returns traits::eof().
475 * - if @c A @c == @c -1, sets eofbit and extracts no characters
492 * If @c rdbuf() is null or if @c sputbackc() fails, sets badbit in
507 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
523 * sets badbit and returns -1.
554 * that function fails, sets failbit.
570 * If that function fails, sets failbit.
691 * stores it in @a c. Otherwise, sets failbit in the input stream.
732 * If no characters are extracted, sets failbit
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream 279 * Tries to extract a character. If none are available, sets failbit
291 * available, sets failbit and returns traits::eof().
478 * - if @c A @c == @c -1, sets eofbit and extracts no characters
495 * If @c rdbuf() is null or if @c sputbackc() fails, sets badbit in
511 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
528 * sets badbit and returns -1.
560 * that function fails, sets failbit.
576 * If that function fails, sets failbit.
701 * stores it in @a c. Otherwise, sets failbit in the input stream.
743 * If no characters are extracted, sets failbit
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream 279 * Tries to extract a character. If none are available, sets failbit
291 * available, sets failbit and returns traits::eof().
478 * - if @c A @c == @c -1, sets eofbit and extracts no characters
495 * If @c rdbuf() is null or if @c sputbackc() fails, sets badbit in
511 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
528 * sets badbit and returns -1.
560 * that function fails, sets failbit.
576 * If that function fails, sets failbit.
701 * stores it in @a c. Otherwise, sets failbit in the input stream.
743 * If no characters are extracted, sets failbit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/bipartite/
projection.py 21 r"""Returns the projection of B onto one of its node sets.
82 sets,
120 r"""Returns a weighted projection of B onto one of its node sets.
169 sets,
206 r"""Newman's weighted projection of B onto one of its node sets.
263 sets,
296 r"""Overlap weighted projection of B onto one of its node sets.
355 sets,
395 must accept as a parameter the neighborhood sets of two nodes and
468 sets,
    [all...]
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 83 // Sets a MIME type filter, used to test provider methods that return more than one MIME type
87 // Sets a MIME type filter, used to test provider methods that return more than one MIME type
91 // Sets a MIME type filter for plain text, used to the provider's methods that only handle
105 * Sets up the test environment before each test method. Creates a mock content resolver,
134 * Sets up test data.
142 // Sets up test data
355 1 // Sets the URI to point to record ID 1 in the
625 // Sets the note's creation and modification times
695 // Sets the selection column to "title"
698 // Sets the selection argument "Note0
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 523 /** Sets the user of SipURI. The identifier of a particular resource at
615 /** Sets the value of the user parameter. The user URI parameter exists to
634 * Sets ISDN subaddress of SipURL
870 /** Sets the value of the specified header fields to be included in a
893 /** Sets the value of the <code>lr</code> parameter of this SipURI. The lr
905 * Sets the value of the <code>maddr</code> parameter of this SipURI. The
918 /** Sets the value of the <code>method</code> parameter. This specifies
929 * Sets the value of the specified parameter. If the parameter already had
957 /** Sets the scheme of this URI to sip or sips depending on whether the
969 /** Sets the value of the <code>ttl</code> parameter. The ttl paramete
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 210 * Sets the component count of this tag. Call this function before
226 * Sets integer values into this tag. This method should be used for tags of
260 * Sets integer value into this tag. This method should be used for tags of
277 * Sets long values into this tag. This method should be used for tags of
299 * Sets long values into this tag. This method should be used for tags of
314 * Sets a string value into this tag. This method should be used for tags of
350 * Sets Rational values into this tag. This method should be used for tags
382 * Sets a Rational value into this tag. This method should be used for tags
401 * Sets byte values into this tag. This method should be used for tags of
432 * Sets byte value into this tag. This method should be used for tags o
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 210 * Sets the component count of this tag. Call this function before
226 * Sets integer values into this tag. This method should be used for tags of
260 * Sets integer value into this tag. This method should be used for tags of
277 * Sets long values into this tag. This method should be used for tags of
299 * Sets long values into this tag. This method should be used for tags of
314 * Sets a string value into this tag. This method should be used for tags of
350 * Sets Rational values into this tag. This method should be used for tags
382 * Sets a Rational value into this tag. This method should be used for tags
401 * Sets byte values into this tag. This method should be used for tags of
432 * Sets byte value into this tag. This method should be used for tags o
    [all...]

Completed in 1914 milliseconds

<<41424344454647484950>>