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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
osd.h 44 // Sets all pixel to color 0
47 // Sets all pixel to color <col>
59 // sets the entries "firstcolor" through "lastcolor" from the array "data"
63 // Sets transparency of mixed pixel (0..15)
66 // sets pixel <x>,<y> to color number <col>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kd.h 22 #define PIO_CMAP 0x4B71 /* sets colour palette on VGA+ */
85 #define KDSKBMODE 0x4B45 /* sets current keyboard mode */
90 #define KDSKBMETA 0x4B63 /* sets meta key handling mode */
109 #define KDSKBENT 0x4B47 /* sets one entry in translation table */
116 #define KDSKBSENT 0x4B49 /* sets one function key string entry */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
osd.h 44 // Sets all pixel to color 0
47 // Sets all pixel to color <col>
59 // sets the entries "firstcolor" through "lastcolor" from the array "data"
63 // Sets transparency of mixed pixel (0..15)
66 // sets pixel <x>,<y> to color number <col>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kd.h 22 #define PIO_CMAP 0x4B71 /* sets colour palette on VGA+ */
87 #define KDSKBMODE 0x4B45 /* sets current keyboard mode */
92 #define KDSKBMETA 0x4B63 /* sets meta key handling mode */
111 #define KDSKBENT 0x4B47 /* sets one entry in translation table */
118 #define KDSKBSENT 0x4B49 /* sets one function key string entry */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
format.h 115 /** Sets an integer property on the given format info */
117 /** Sets a property with a list of integer values on the given format info */
119 /** Sets a property which can have any value in a given integer range on the given format info */
121 /** Sets a string property on the given format info */
123 /** Sets a property with a list of string values on the given format info */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
ViewClassInfo.java 73 /** Sets the LayoutData attributes. Can be empty but not null. */
128 * Sets a link on the info of the super class of this View or ViewGroup.
139 /** Sets the javadoc for this View or ViewGroup. */
144 /** Sets the list of attributes for this View or ViewGroup. */
150 * Sets the {@link LayoutParamsInfo} for layout classes.
  /external/boringssl/src/include/openssl/
evp.h 112 /* EVP_PKEY_copy_parameters sets the parameters of |to| to equal the parameters
140 * type (e.g. |EVP_PKEY_HMAC|), sets |mac_key| as the MAC key and "generates" a
183 /* EVP_PKEY_assign sets the underlying key of |pkey| to |key|, which must be of
188 /* EVP_PKEY_set_type sets the type of |pkey| to |type|, which should be one of
232 /* EVP_DigestSignInit sets up |ctx| for a signing operation with |type| and
271 /* EVP_DigestVerifyInit sets up |ctx| for a signature verification operation
282 /* EVP_DigestVerifyInitFromAlgorithm sets up |ctx| for a signature verification
431 /* EVP_PKEY_CTX_dup allocates a fresh |EVP_PKEY_CTX| and sets it equal to the
438 /* EVP_PKEY_CTX_set_app_data sets an opaque pointer on |ctx|. */
528 /* EVP_PKEY_derive_set_peer sets the peer's key to be used for key derivatio
    [all...]
  /frameworks/support/recommendation/src/android/support/app/recommendation/
ContentRecommendation.java 431 * Sets the String group ID tag for this recommendation.
454 * Sets the String sort key for this recommendation.
477 * Sets the progress information for the content pointed to by this recommendation.
518 * Sets the flag indicating if this recommendation should be dismissed automatically.
628 * Sets the availability status value for the content. This status indicates whether the content
735 * Sets the Id tag that uniquely identifies this recommendation object.
746 * Sets the content title for the recommendation.
757 * Sets the description text for the recommendation.
768 * Sets the source application name for the recommendation.
782 * Sets the recommendation image
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 393 * according to the expected number of spans. Sets typeName to an empty string if there is no such type. Returns -1
548 // sets to be tested; odd index=isComplement
565 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans,
576 // Even-numbered sets are original, uncomplemented sets.
581 // Odd-numbered sets are complemented.
587 limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits,
632 if (!sets[SLOW].getSet().containsAll(string)) {
637 if (!sets[FAST].getSet().containsAll(string)) {
643 if (!sets[SLOW].getSet().containsNone(string))
985 UnicodeSet[] sets = new UnicodeSet[SET_COUNT]; local
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java 232 * Sets the strategy used to scroll in response to item focus changing:
261 * Sets the method for focused item alignment in the view.
283 * Sets the offset in pixels for window alignment.
310 * Sets the offset percent for window alignment in addition to {@link
336 * Sets the absolute offset in pixels for item alignment.
381 * Sets the offset percent for item alignment in addition to {@link
408 * Sets the id of the view to align with. Use {@link android.view.View#NO_ID} (default)
425 * Sets the margin in pixels between two child items.
433 * Sets the margin in pixels between two child items vertically.
448 * Sets the margin in pixels between two child items horizontally
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
CommandPacket.java 68 * Sets command set value of the header of the CommandPacket as byte.
86 * Sets command value of the header of the CommandPacket as byte.
95 * Sets command value of the header of the CommandPacket as byte.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
BreakpointMultipleTest.java 41 * <BR>It runs BreakpointDebuggee and sets two breakpoints in the
70 * <BR>It runs BreakpointDebuggee and sets two breakpoints in the
109 * Sets a breakpoint at the start of the "breakpointTest"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 149 * methods sets the Date when <em>all</em> certificates must have been
161 * {@link PKIXParameters#setDate(java.util.Date)} method sets the time, when
185 * Sets if delta CRLs should be used for checking the revocation status.
205 * Sets the Java CertStore to this extended PKIX parameters.
223 * Sets the Bouncy Castle Stores for finding CRLs, certificates, attribute
375 * Sets if additional {@link X509Store}s for locations like LDAP found in
417 * Sets the required constraints on the target certificate or attribute
448 * Sets the required constraints on the target certificate. The constraints
494 * Sets the trusted attribute certificate issuers. If attribute certificates
541 * Sets the neccessary which must be contained in an attribute certificate
    [all...]
  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.h 48 // (non-exhaustively) the Hessian matrix into independent sets,
76 // of independent sets of decreasing size and invert it. This
92 // sets in parameter_blocks_.
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/
exynos_parser.html 53 * Parses exynos_busfreq_target_int events and sets up state.
65 * Parses exynos_busfreq_target_mif events and sets up state.
98 * Parses page_flip_state events and sets up state in the importer.
  /external/deqp/doc/testspecs/GLES31/
functional.draw_buffers_indexed.txt 40 objects. Depending on test case it sets some common blend state with original
48 pre_common -group uses two RGBA8 renderbuffers. It first sets some common state
51 post_common -group is similar to pre_common -group except it first sets the draw
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FileCounter.java 107 * Sets the sourceDirectory.
123 * Sets the filterString.
139 * Sets the outputFile.
  /external/guava/guava/src/com/google/common/collect/
ForwardingSet.java 76 return Sets.removeAllImpl(this, checkNotNull(collection)); // for GWT
87 return Sets.equalsImpl(this, object);
98 return Sets.hashCodeImpl(this);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetEqualsTester.java 73 "Two Sets should not be equal if exactly one of them contains null.",
80 assertFalse("Sets of different sizes should not be equal.",
86 assertFalse("Sets of different sizes should not be equal.",
  /external/icu/icu4c/source/i18n/
strrepl.h 73 * Construct a StringReplacer that sets the emits the given output
74 * text and sets the cursor to the given position.
88 * Construct a StringReplacer that sets the emits the given output
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterIteratorWrapper.java 29 * Sets the position to getBeginIndex() and returns the character at that
41 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
88 * Sets the position to the specified position in the text and returns that
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java 187 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; local
190 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]");
197 for(int j=0; j<sets.length; j++){
198 if(sets[j].contains(iter.codepoint, iter.codepointEnd)){
204 for(int j=0; j<sets.length; j++){
205 if(sets[j].contains(iter.string)){
259 UnicodeSet[] sets = new UnicodeSet[scriptCodes.length]; local
262 sets[j] = new UnicodeSet("[:" + UScript.getShortName(scriptCodes[j]) + ":]");
269 for(int j=0; j<sets.length; j++){
270 if(sets[j].contains(iter.codepoint, iter.codepointEnd))
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DepthOfFieldFilter.java 91 * Sets the distance at which objects are purely in focus.
111 * Sets the range to either side of focusDistance where the
132 * Sets the blur amount by scaling the convolution filter up or
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
ServiceConnection.java 74 * Sets how to make the requests. For HTTP this is typically POST or GET.
83 * If the length of a HTTP request body is known ahead, sets fixed length
84 * to enable streaming without buffering. Sets after connection will cause an exception.
  /external/libhevc/common/
ihevc_macros.h 55 /** Sets x bits to '1' starting from MSB */
67 /** Sets x bits to '1' starting from LSB */
79 /** Sets the bit in given position to 1 */

Completed in 939 milliseconds

<<11121314151617181920>>