HomeSort by relevance Sort by last modified time
    Searched full:compose (Results 26 - 50 of 367) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemIf.java 84 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemIf
87 super.compose(sroot);
ElemParam.java 91 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemParam
93 super.compose(sroot);
ElemWhen.java 90 public void compose(StylesheetRoot sroot) method in class:ElemWhen
93 super.compose(sroot);
ElemPI.java 83 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemPI
85 super.compose(sroot);
145 // Only check if an avt was used (ie. this wasn't checked at compose time.)
  /frameworks/base/core/java/android/view/animation/
Transformation.java 109 public void compose(Transformation t) { method in class:Transformation
115 * Like {@link #compose(Transformation)} but does this.postConcat(t) of
  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 31 /** Create a new compose shader, given shaders A, B, and a combining mode.
54 /** Create a new compose shader, given shaders A, B, and a combining PorterDuff mode.
  /external/icu4c/layout/
ThaiShaping.h 70 static le_int32 compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8 glyphSet,
HangulLayoutEngine.cpp 111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) function
299 * Input Decomposed to Compose to
316 if (compose(lead, vowel, trail, syllable) == outLength) {
  /external/openfst/src/include/fst/script/
difference.h 22 #include <fst/script/compose.h> // for ComposeFilter
intersect.h 23 #include <fst/script/compose.h> // for ComposeOptions, ComposeFilter
fstscript.h 34 #include <fst/script/compose.h>
92 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs1);
93 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs2);
  /libcore/luni/src/main/java/java/nio/
DoubleArrayBuffer.java 22 * compose the implementation of array based double buffers.
FloatArrayBuffer.java 22 * compose the implementation of array based float buffers.
IntArrayBuffer.java 21 * IntArrayBuffer, ReadWriteIntArrayBuffer and ReadOnlyIntArrayBuffer compose
LongArrayBuffer.java 21 * LongArrayBuffer, ReadWriteLongArrayBuffer and ReadOnlyLongArrayBuffer compose
ShortArrayBuffer.java 22 * compose the implementation of array based short buffers.
  /packages/apps/Email/res/menu/
message_list_fragment_option.xml 19 android:id="@+id/compose"
  /packages/apps/Email/res/menu-sw600dp/
message_list_fragment_option.xml 19 android:id="@+id/compose"
message_search_list_fragment_option.xml 19 android:id="@+id/compose"
  /packages/apps/Email/res/menu-sw600dp-port/
message_search_list_fragment_option.xml 19 android:id="@+id/compose"
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/validation/
ComplexParameter.java 78 * Gets all {@link Parameter} that compose {@link ComplexParameter}.
  /external/openfst/src/include/fst/
difference.h 29 #include <fst/compose.h>
156 // Complexity: same as Compose.
158 // Caveats: same as Compose.
intersect.h 29 #include <fst/compose.h>
139 // Complexity: same as Compose.
141 // Caveats: same as Compose.
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 27 #include <fst/compose.h> // for ComposeOptions
34 #include <fst/extensions/pdt/compose.h>
45 // PDT COMPOSE
69 Compose(ifst1, parens, ifst2, ofst, args->arg5);
71 Compose(ifst1, ifst2, parens, ofst, args->arg5);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 26 * These functions can also be used to compose paths to top level array items or struct fields so
29 * You can use these functions is to compose a complete path expression, or all but the last
71 * Compose the path expression for an item in an array.
101 * Compose the path expression for a field in a struct. The result can be added to the
131 * Compose the path expression for a qualifier.
160 * Compose the path expression to select an alternate item by language. The
189 * Compose the path expression to select an alternate item by a field's value. The path syntax

Completed in 1080 milliseconds

12 3 4 5 6 7 8 91011>>