HomeSort by relevance Sort by last modified time
    Searched full:composed (Results 1 - 25 of 1195) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/function/
Function.java 52 * Returns a composed function that first applies the {@code before}
55 * the caller of the composed function.
58 * composed function
60 * @return a composed function that first applies the {@code before}
72 * Returns a composed function that first applies this function to
75 * the caller of the composed function.
78 * composed function
80 * @return a composed function that first applies this function and then
DoublePredicate.java 53 * Returns a composed predicate that represents a short-circuiting logical
54 * AND of this predicate and another. When evaluating the composed
64 * @return a composed predicate that represents the short-circuiting logical
85 * Returns a composed predicate that represents a short-circuiting logical
86 * OR of this predicate and another. When evaluating the composed
96 * @return a composed predicate that represents the short-circuiting logical
DoubleUnaryOperator.java 52 * Returns a composed operator that first applies the {@code before}
55 * the caller of the composed operator.
58 * @return a composed operator that first applies the {@code before}
70 * Returns a composed operator that first applies this operator to
73 * the caller of the composed operator.
76 * @return a composed operator that first applies this operator and then
IntPredicate.java 53 * Returns a composed predicate that represents a short-circuiting logical
54 * AND of this predicate and another. When evaluating the composed
64 * @return a composed predicate that represents the short-circuiting logical
85 * Returns a composed predicate that represents a short-circuiting logical
86 * OR of this predicate and another. When evaluating the composed
96 * @return a composed predicate that represents the short-circuiting logical
IntUnaryOperator.java 52 * Returns a composed operator that first applies the {@code before}
55 * the caller of the composed operator.
58 * @return a composed operator that first applies the {@code before}
70 * Returns a composed operator that first applies this operator to
73 * the caller of the composed operator.
76 * @return a composed operator that first applies this operator and then
LongPredicate.java 53 * Returns a composed predicate that represents a short-circuiting logical
54 * AND of this predicate and another. When evaluating the composed
64 * @return a composed predicate that represents the short-circuiting logical
85 * Returns a composed predicate that represents a short-circuiting logical
86 * OR of this predicate and another. When evaluating the composed
96 * @return a composed predicate that represents the short-circuiting logical
LongUnaryOperator.java 52 * Returns a composed operator that first applies the {@code before}
55 * the caller of the composed operator.
58 * @return a composed operator that first applies the {@code before}
70 * Returns a composed operator that first applies this operator to
73 * the caller of the composed operator.
76 * @return a composed operator that first applies this operator and then
Consumer.java 52 * Returns a composed {@code Consumer} that performs, in sequence, this
55 * composed operation. If performing this operation throws an exception,
59 * @return a composed {@code Consumer} that performs in sequence this
DoubleConsumer.java 52 * Returns a composed {@code DoubleConsumer} that performs, in sequence, this
55 * composed operation. If performing this operation throws an exception,
59 * @return a composed {@code DoubleConsumer} that performs in sequence this
IntConsumer.java 52 * Returns a composed {@code IntConsumer} that performs, in sequence, this
55 * composed operation. If performing this operation throws an exception,
59 * @return a composed {@code IntConsumer} that performs in sequence this
LongConsumer.java 52 * Returns a composed {@code LongConsumer} that performs, in sequence, this
55 * composed operation. If performing this operation throws an exception,
59 * @return a composed {@code LongConsumer} that performs in sequence this
BiFunction.java 56 * Returns a composed function that first applies this function to
59 * the caller of the composed function.
62 * composed function
64 * @return a composed function that first applies this function and then
BiPredicate.java 56 * Returns a composed predicate that represents a short-circuiting logical
57 * AND of this predicate and another. When evaluating the composed
67 * @return a composed predicate that represents the short-circuiting logical
88 * Returns a composed predicate that represents a short-circuiting logical
89 * OR of this predicate and another. When evaluating the composed
99 * @return a composed predicate that represents the short-circuiting logical
Predicate.java 52 * Returns a composed predicate that represents a short-circuiting logical
53 * AND of this predicate and another. When evaluating the composed
63 * @return a composed predicate that represents the short-circuiting logical
84 * Returns a composed predicate that represents a short-circuiting logical
85 * OR of this predicate and another. When evaluating the composed
95 * @return a composed predicate that represents the short-circuiting logical
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Consumer.java 24 * Returns a composed {@code Consumer} that performs, in sequence, this operation followed by the
26 * the caller of the composed operation. If performing this operation throws an exception, the
30 * @return a composed {@code Consumer} that performs in sequence this operation followed by the
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Construct.java 21 * Provide a way to construct a Java instance out of the composed Node. Support
34 * composed Node
44 * composed Node
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DecompTable.java 26 private int composed; field in class:DecompTable.DecompEntry
33 composed = composedChar;
46 return composed;
70 return this.composed - that.composed;
106 public void add(int composed, String decomposition)
108 DecompEntry entry = new DecompEntry(composed, decomposition);
  /libcore/luni/src/test/java/libcore/java/text/
NormalizerTest.java 25 // Should already be canonical composed
28 // Composed to canonical decomposed
32 // Composed to compatibility composed
35 // Composed to compatibility decomposed
39 // Decomposed to canonical composed
42 // Decomposed to compatibility composed
  /external/pdfium/xfa/fwl/theme/
README.md 25 All these widget TP classes are composed into CXFA_FWLTheme, which implements
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ComposedCharIter.java 22 * data tables (<i>e.g.</i> collation tables) which need to treat composed
33 * rules for both the decomposed <i>and</i> composed versions of each character.
35 * composed characters in Unicode. If the decomposition for that character
37 * add a new rule for the composed character that makes it equivalent to
41 * of the composed characters in Unicode. If you want to iterate over the
42 * composed characters in a particular string, use {@link Normalizer} instead.
65 * {@link #next} returns this value when there are no more composed characters
158 // the curChar can be decomposed... so it is a composed char
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ComposedCharIter.java 21 * data tables (<i>e.g.</i> collation tables) which need to treat composed
32 * rules for both the decomposed <i>and</i> composed versions of each character.
34 * composed characters in Unicode. If the decomposition for that character
36 * add a new rule for the composed character that makes it equivalent to
40 * of the composed characters in Unicode. If you want to iterate over the
41 * composed characters in a particular string, use {@link Normalizer} instead.
63 * {@link #next} returns this value when there are no more composed characters
156 // the curChar can be decomposed... so it is a composed char
  /external/skia/tests/
TableColorFilterTest.cpp 33 sk_sp<SkColorFilter> composed = table->makeComposed(to_srgb); local
35 REPORTER_ASSERT(r, composed->filterColor(color) == color);
  /external/skqp/tests/
TableColorFilterTest.cpp 33 sk_sp<SkColorFilter> composed = SkColorFilter::MakeComposeFilter(table, to_srgb); local
35 REPORTER_ASSERT(r, composed->filterColor(color) == color);
  /external/guice/extensions/service/src/com/google/inject/service/
CompositeService.java 50 private boolean composed; field in class:CompositeService
62 Preconditions.checkState(!composed,
72 Preconditions.checkState(!composed,
74 composed = true;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 30 * return "composed" properties, which mean that:
33 * be composed of properties declared in this stylsheet and all
42 * <p>In some cases getXXXComposed methods may calculate the composed
43 * values dynamically, while in other cases they may store the composed
174 /* The count of imports composed for this stylesheet */
192 // Now get the count of composed imports from this stylesheet's imports
201 // Now get the count of composed imports from this stylesheet's
202 // composed includes.
250 * Get the number of import in this stylesheet's composed list.
252 * @return the number of imports in this stylesheet's composed list
    [all...]

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>