/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSortedSetTest.java | 586 copyOf(Sets.newTreeSet(asList("e", "a", "f", "b", "d", "c"))); 591 SortedSet<String> set = copyOf(Sets.<String>newTreeSet()); 640 SortedSet<String> input = Sets.newTreeSet(STRING_LENGTH); 647 SortedSet<String> input = Sets.newTreeSet( 655 Sets.newTreeSet(asList("in", "the", "quick", "jumped", "over", "a")); 661 SortedSet<String> input = Sets.newTreeSet(STRING_LENGTH); 670 assertEquals(set, Sets.newTreeSet(asList("a", "b", "c"))); 671 assertEquals(Sets.newTreeSet(asList("a", "b", "c")), set); 672 assertFalse(set.equals(Sets.newTreeSet(asList("a", "b", "d")))); 673 assertFalse(Sets.newTreeSet(asList("a", "b", "d")).equals(set)) [all...] |
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/ |
h3lis331dl.h | 307 * Sets up initial values and starts operation 325 * Sets the output data rate 333 * Sets the power mode 352 * Sets the scaling factor to 100g, 200g, or 400g 360 * Sets a high-pass cutoff filter 368 * Sets a high-pass filter mode 410 * Sets interrupts to be active low instead of high 418 * Sets an interrupt output mode to open drain rather than push/pull 442 * Sets the interrupt 1 pad configuration 450 * Sets the interrupt 2 pad configuratio [all...] |
/prebuilts/go/darwin-x86/misc/cgo/gmp/ |
gmp.go | 164 // Set sets z = x and returns z. 172 // and sets z to that value. 183 // SetInt64 sets z = x and returns z. 192 // and sets z to that value. The base must be in the range [2,36]. 230 // Add sets z = x + y and returns z. 239 // Sub sets z = x - y and returns z. 248 // Mul sets z = x * y and returns z. 257 // Div sets z = x / y, rounding toward zero, and returns z. 266 // Mod sets z = x % y and returns z. 276 // Lsh sets z = x << s and returns z [all...] |
/prebuilts/go/linux-x86/misc/cgo/gmp/ |
gmp.go | 164 // Set sets z = x and returns z. 172 // and sets z to that value. 183 // SetInt64 sets z = x and returns z. 192 // and sets z to that value. The base must be in the range [2,36]. 230 // Add sets z = x + y and returns z. 239 // Sub sets z = x - y and returns z. 248 // Mul sets z = x * y and returns z. 257 // Div sets z = x / y, rounding toward zero, and returns z. 266 // Mod sets z = x % y and returns z. 276 // Lsh sets z = x << s and returns z [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoView.java | 119 * Sets the visibility of the PhotoView 136 * Sets the image in this ImageView to null, and makes the View visible 190 // If this View still exists, clears the weak reference, then sets the reference to null 196 // Sets the downloader thread to null 224 * Sets the current View weak reference to be the incoming View. See the definition of 243 * Sets the View state to visible if the method is called with a null argument (the 244 * image is being cleared). Otherwise, sets the View state to invisible before refreshing 270 * Sets the URI for the Image 306 // Sets the Drawable for this ImageView 315 // Sets the cache fla [all...] |
DisplayActivity.java | 65 // Sets a tag to use in logging 69 * Sets full screen mode on the device, by setting parameters in the current 74 // If full screen is set, sets the fullscreen flag in the Window manager 79 // Sets the global fullscreen flag to the current setting 85 // Sets the View to be "low profile". Status and navigation bar icons will be dimmed 121 // Sets the current back stack count 124 // Re-sets the global stack count to be the current count 152 * This callback is invoked when the Activity is first created. It sets up the Activity's 157 // Sets fullscreen-related flags for the display 170 // Sets the content view for the Activit [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlend.java | 65 * Sets dst = {0, 0, 0, 0} 85 * Sets dst = src 104 * Sets dst = dst 125 * Sets dst = src + dst * (1.0 - src.a) 144 * Sets dst = dst + src * (1.0 - dst.a) 163 * Sets dst = src * dst.a 182 * Sets dst = dst * src.a 201 * Sets dst = src * (1.0 - dst.a) 220 * Sets dst = dst * (1.0 - src.a) 281 * Sets dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a [all...] |
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
|
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/ |
nrf24l01.h | 208 * @param chipSelect Sets up the chip select pin 209 * @param chipEnable Sets up the chip enable pin 232 * Sets a receiving address of the device 239 * Sets a recipient address. The nrfSend method sends the data buffer 247 * Sets a broadcasting address 254 * Sets the payload size 262 * Sets the handler to be called when data has been 269 * Sets the handler to be called when data has been 340 * Sets the chip enable pin to HIGH 345 * Sets the chip enable pin to LO [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
simple-object.txh | 21 If an error occurs, this functions returns @code{NULL} and sets 22 @code{*@var{errmsg}} to an error string and sets @code{*@var{err}} to 44 returns an error string, and sets @code{*@var{err}} to an errno value 67 @code{0}, sets @code{*@var{errmsg}} to an error message, and sets 90 On error this returns @code{NULL}, sets @code{*@var{errmsg}} to an 91 error message, and sets @code{*@var{err}} to an errno value or 128 On error @code{simple_object_start_write} returns @code{NULL}, sets 129 @code{*@var{ERRMSG}} to an error message, and sets @code{*@var{err}} 147 On error this returns @code{NULL}, sets @code{*@var{errmsg}} to a [all...] |
/external/boringssl/src/include/openssl/ |
bytestring.h | 42 /* CBS_init sets |cbs| to point to |data|. It does not take ownership of 82 /* CBS_get_u8 sets |*out| to the next uint8_t from |cbs| and advances |cbs|. It 86 /* CBS_get_u16 sets |*out| to the next, big-endian uint16_t from |cbs| and 90 /* CBS_get_u24 sets |*out| to the next, big-endian 24-bit value from |cbs| and 94 /* CBS_get_u32 sets |*out| to the next, big-endian uint32_t value from |cbs| 98 /* CBS_get_bytes sets |*out| to the next |len| bytes from |cbs| and advances 106 /* CBS_get_u8_length_prefixed sets |*out| to the contents of an 8-bit, 111 /* CBS_get_u16_length_prefixed sets |*out| to the contents of a 16-bit, 116 /* CBS_get_u24_length_prefixed sets |*out| to the contents of a 24-bit, 138 /* CBS_get_asn1 sets |*out| to the contents of DER-encoded, ASN.1 element (no [all...] |
/frameworks/av/include/media/stagefright/ |
ACodec.h | 146 kWhatSetSurface = 'setS', 374 // sets |portIndex| port buffer numbers to be |bufferNum|. NOTE: Component could reject 378 // gets index or sets it to 0 on error. Returns error from codec. 381 // sets |params|. If |readBack| is true, it re-gets them afterwards if set succeeded. 396 // sets color aspects for the encoder for certain |width/height| based on |configFormat|, and 405 // dataspace guidance from the codec and platform and sets it into |dataSpace|. Returns the 411 // sets color aspects for the video encoder assuming bytebuffer mode for certain |configFormat| 412 // and sets resulting color config into |outputFormat|. For mediarecorder, also set dataspace 418 // sets color aspects for the video encoder in surface mode. This basically sets the defaul [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSet.java | 29 * GWT emulated version of {@link ImmutableSet}. For the unsorted sets, they 32 * empty, singleton and regular sets respectively. For the sorted sets, it's 118 Set<E> delegate = Sets.newLinkedHashSet(); 142 Set<E> set = Sets.newLinkedHashSet(); 159 return Sets.equalsImpl(this, obj); 163 return Sets.hashCodeImpl(this);
|
/external/llvm/include/llvm/TableGen/ |
SetTheory.h | 1 //===- SetTheory.h - Generate ordered sets from DAG expressions -*- C++ -*-===// 10 // This file implements the SetTheory class that computes ordered sets of 14 // The user may define named sets as Records of predefined classes. Set 19 // elements (defs), other sets (defs of expandable classes), lists, or DAG 22 // - (add S1, S2 ...) Union sets. This is also how sets are created from element 82 /// users to define named sets that can be used in DAG expressions.
|
/external/webrtc/webrtc/voice_engine/include/ |
voe_codec.h | 60 // Sets the |codec| for the |channel| to be used for sending. 67 // Sets the bitrate on a specified |channel| to the specified value 76 // Sets the dynamic payload type number for a particular |codec| or 89 // Sets the payload |type| for the sending of SID-frames with background 96 // Sets the codec internal FEC (forward error correction) status for a 109 // Sets the VAD/DTX (silence suppression) status and |mode| for a 123 // If send codec is Opus on a specified |channel|, sets the maximum playback
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPDateTime.java | 40 /** @param year Sets the year */ 46 /** @param month Sets the month 1..12 */ 52 /** @param day Sets the day 1..31 */ 58 /** @param hour Sets the hour in the range 0..23. */ 64 /** @param minute Sets the minute in the range 0..59. */ 70 /** @param second Sets the second in the range 0..59. */ 80 * @param nanoSecond Sets the milli-, micro- and nano seconds.
|
/frameworks/base/core/java/android/content/pm/ |
PackageManagerInternal.java | 60 * Sets the location provider packages provider. 66 * Sets the voice interaction packages provider. 72 * Sets the SMS packages provider. 78 * Sets the dialer packages provider. 84 * Sets the sim call manager packages provider. 90 * Sets the sync adapter packages provider. 118 * Sets a list of apps to keep in PM's internal data structures and as APKs even if no user has
|
/frameworks/native/services/surfaceflinger/ |
FrameTracker.h | 50 // setDesiredPresentTime sets the time at which the current frame 55 // setFrameReadyTime sets the time at which the current frame became ready 61 // setFrameReadyFence sets the fence that is used to get the time at which 65 // setActualPresentTime sets the timestamp at which the current frame became 69 // setActualPresentFence sets the fence that is used to get the time 73 // setDisplayRefreshPeriod sets the display refresh period in nanoseconds. 120 // resetFrameCounteresLocked sets all elements of the mNumFrames array to
|
/frameworks/support/compat/tests/java/android/support/v4/testutils/ |
TextViewActions.java | 35 * Sets max lines count on <code>TextView</code>. 62 * Sets min lines count on <code>TextView</code>. 89 * Sets text content on <code>TextView</code>. 116 * Sets text appearance on <code>TextView</code>. 143 * Sets compound drawables on <code>TextView</code>. 172 * Sets compound drawables on <code>TextView</code>. 202 * Sets compound drawables on <code>TextView</code>.
|
/frameworks/support/design/tests/src/android/support/design/testutils/ |
NavigationViewActions.java | 38 * Sets item text appearance on the content of the navigation view. 65 * Sets item text color on the content of the navigation view. 92 * Sets item background on the content of the navigation view. 119 * Sets item background on the content of the navigation view. 146 * Sets item icon tint list on the content of the navigation view. 255 * Sets checked item on the navigation view. 282 * Sets icon for the menu item of the navigation view.
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
DialogPreference.java | 102 * Sets the title of the dialog. This will be shown on subsequent dialogs. 127 * Sets the message of the dialog. This will be shown on subsequent dialogs. 157 * Sets the icon of the dialog. This will be shown on subsequent dialogs. 166 * Sets the icon (resource ID) of the dialog. This will be shown on 184 * Sets the text of the positive button of the dialog. This will be shown on 212 * Sets the text of the negative button of the dialog. This will be shown on 240 * Sets the layout resource that is inflated as the {@link View} to be shown
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/ |
ContactAggregatorHelperTest.java | 21 import com.google.android.collect.Sets; 74 MoreAsserts.assertContentsInAnyOrder(connectedRawContactSets, Sets.newHashSet(100l, 75 101l), Sets.newHashSet(102l, 103l), Sets.newHashSet(104l, 105l, 106l, 107l)); 104 MoreAsserts.assertContentsInAnyOrder(connectedRawContactSets, Sets.newHashSet(100l, 105 101l), Sets.newHashSet(102l), Sets.newHashSet(103l));
|
/system/weaved/libweaved/ |
command.h | 91 // Sets command into terminal "done" state. 98 // Sets command into terminal "aborted" state. 104 // Sets command into terminal "aborted" state and uses the error information 115 // Sets command into terminal "canceled" state. 118 // Sets command into paused state. 122 // Sets command into error state and assign error. 128 // Sets command into error state and assign error.
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Circle.java | 71 /** Sets a new location and radius for this circle.
82 /** Sets a new location and radius for this circle.
92 /** Sets a new location and radius for this circle, based upon another circle.
101 /** Sets this {@link Circle}'s values in terms of its center and a point on its edge.
111 /** Sets the x and y-coordinates of circle center from vector
118 /** Sets the x and y-coordinates of circle center
126 /** Sets the x-coordinate of circle center
132 /** Sets the y-coordinate of circle center
138 /** Sets the radius of circle
|
/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
|