/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
|
BiConsumer.java | 56 * Returns a composed {@code BiConsumer} that performs, in sequence, this 59 * composed operation. If performing this operation throws an exception, 63 * @return a composed {@code BiConsumer} that performs in sequence this
|
/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 | 24 private int composed; field in class:DecompTable.DecompEntry 31 composed = composedChar; 44 return composed; 68 return this.composed - that.composed; 104 public void add(int composed, String decomposition) 106 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/icu/android_icu4j/src/main/java/android/icu/text/ |
ComposedCharIter.java | 20 * data tables (<i>e.g.</i> collation tables) which need to treat composed 31 * rules for both the decomposed <i>and</i> composed versions of each character. 33 * composed characters in Unicode. If the decomposition for that character 35 * add a new rule for the composed character that makes it equivalent to 39 * of the composed characters in Unicode. If you want to iterate over the 40 * 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ComposedCharIter.java | 19 * data tables (<i>e.g.</i> collation tables) which need to treat composed 30 * rules for both the decomposed <i>and</i> composed versions of each character. 32 * composed characters in Unicode. If the decomposition for that character 34 * add a new rule for the composed character that makes it equivalent to 38 * of the composed characters in Unicode. If you want to iterate over the 39 * composed characters in a particular string, use {@link Normalizer} instead. 61 * {@link #next} returns this value when there are no more composed characters 154 // the curChar can be decomposed... so it is a composed char
|
/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...] |
/external/google-tv-pairing-protocol/cpp/src/polo/encoding/ |
encodingoption.h | 36 // Text message composed of characters [0-9]. 39 // Text message composed of characters [0-9A-Za-z]+. 42 // Text message composed of characters [0-9A-Fa-f]+.
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
Readme.txt | 4 Dependency check for composed grammars added. 13 introduction of composed grammars, e.g. "import T.g".
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
layer_stack.h | 71 kCompositionSDE, //!< This layer will be handled by SDE. It must not be composed by GPU. 74 //!< composed by GPU 78 //!< need to be composed by a blit engine and update original source 79 //!< rectangle that will be composed by SDE. 81 kCompositionBlit, //!< This layer will be composed using Blit Engine 92 //!< in a layer shall be composed onto Nth blit target. 237 LayerBuffer *input_buffer = NULL; //!< Pointer to the buffer to be composed. 267 //!< to be composed to blit target. Display 270 //!< rectangle shall be composed onto Nth blit 297 /*! @brief This structure defines a layer stack that contains layers which need to be composed an [all...] |