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

1 2 3 45 6 7 8 91011>>

  /external/openfst/src/include/fst/
symbol-table-ops.h 71 // A potential use case is to Compose two Fst's that have different symbol
  /external/skia/include/core/
SkPathEffect.h 46 Common baseclass for Compose and Sum. This subclass manages two pathEffects,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fstlib.h 56 #include "fst/lib/compose.h"
compose.h 0 // compose.h
36 // compose without any extra extensions.
109 SetType("compose");
171 // Access to flags encoding compose options/optimizations etc. (for
465 // Access to flags encoding compose options/optimizations etc. (for
751 // Access to flags encoding compose options/optimizations etc. (for
887 // - Compose trims its output.
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
drawable-animation.jd 13 single XML file that lists the frames that compose the animation. The XML file for this kind
  /packages/apps/Email/res/layout-sw600dp/
message_compose.xml 78 <!-- Compose Area -->
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
SerializerTests.java 64 Tags.COMPOSE,
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SerializerTests.java 64 Tags.COMPOSE,
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 91 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemExtensionCall
93 super.compose(sroot);
ElemExtensionDecl.java 199 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemExtensionDecl
201 super.compose(sroot);
ElemWithParam.java 149 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemWithParam
160 super.compose(sroot);
StylesheetRoot.java 309 // This has to be done before the initialization of the compose state, because
323 m_templateList.compose(this);
326 m_outputProperties.compose(this);
329 // Now call the compose() method on every element to give it a chance to adjust
352 * Call the compose function for each ElemTemplateElement.
361 templ.compose(this);
    [all...]
ElemVariable.java 73 * global variables since the local position is computed in the compose() method.
326 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemVariable
361 super.compose(sroot);
ElemElement.java 128 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemElement
130 super.compose(sroot);
ElemTemplate.java 345 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemTemplate
347 super.compose(sroot);
ElemValueOf.java 175 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemValueOf
178 super.compose(sroot);
  /external/icu4c/test/intltest/
transtst.h 75 * Compose the Kana transliterator forward and reverse and try
81 * Compose the hex transliterators forward and reverse.
tstnorm.cpp 173 logln("testing compose...");
276 UnicodeString compose[1][3]; local
277 compose[0][0] = str("\\u0fb2\\u0f71\\u0f80");
278 compose[0][1] = str("\\u0fb2\\u0f71\\u0f80");
279 compose[0][2] = str("\\u0fb2\\u0f71\\u0f80");
283 staticTest(UNORM_NFC, 0, compose, ARRAY_LENGTH(compose), 1);
284 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2);
323 hex(b) + " x COMPOSE => "
    [all...]
  /external/openfst/src/include/
Makefile.in 69 fst/compose-filter.h fst/float-weight.h fst/product-weight.h \
70 fst/rmepsilon.h fst/verify.h fst/compose.h fst/fst-decl.h \
90 fst/extensions/pdt/collection.h fst/extensions/pdt/compose.h \
98 fst/script/compose.h fst/script/concat.h fst/script/connect.h \
274 @HAVE_PDT_TRUE@fst/extensions/pdt/compose.h fst/extensions/pdt/expand.h \
282 fst/script/compose.h fst/script/concat.h fst/script/connect.h \
312 fst/compose-filter.h fst/float-weight.h fst/product-weight.h \
313 fst/rmepsilon.h fst/verify.h fst/compose.h fst/fst-decl.h \
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 101 * Activity to compose a message.
180 * This value is nullable (a null value indicating a regular "compose").
233 * Create an {@link Intent} that can start the message compose activity. If accountId -1,
243 * Creates an {@link Intent} that can start the message compose activity from the main Email
245 * activity, such as from widgets, as the behavior of the compose screen differs subtly from
255 * Compose a new message using the given account. If account is {@link Account#NO_ACCOUNT}
273 * Compose a new message using a uri (mailto:) and a given account. If account is -1 the
297 * Compose a new message as a reply to the given message. If replyAll is true the function
308 * Compose a new message as a forward of the given message.
329 * Starts a compose activity with a message as a reference message (e.g. for reply or forward)
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 283 * Compose the layer defined in the current snapshot with the layer
288 * @param curent The current snapshot containing the layer to compose
289 * @param previous The previous snapshot to compose the current layer with
452 * Compose the specified layer as a region.
454 * @param layer The layer to compose
460 * Compose the specified layer as a simple rectangle.
462 * @param layer The layer to compose
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 803 Predicate<String> trimEqualsFoo = Predicates.compose(equalsFoo, trim);
811 .addEqualityGroup(trimEqualsFoo, Predicates.compose(equalsFoo, trim))
814 .addEqualityGroup(Predicates.compose(equalsFoo, identity))
815 .addEqualityGroup(Predicates.compose(equalsBar, trim))
823 Predicate<String> trimEqualsFoo = Predicates.compose(equalsFoo, trim);
  /external/icu4c/common/unicode/
normalizer2.h 47 * For example, NFKC_Casefold is provided via getInstance("nfkc_cf", COMPOSE)
50 * Not only are the standard compose and decompose modes supplied,
93 * @param mode normalization mode (compose or decompose etc.)
196 * (which is only possible for the two COMPOSE modes) this method
212 * For the two COMPOSE modes, the result could be "maybe" in cases that
  /external/icu4c/common/
normalizer2impl.cpp 493 // Called by the compose() and makeFCD() implementations.
771 // c is a Jamo V/T, see if we can compose it with the previous character.
773 // c is a Jamo Vowel, compose with previous Jamo L and following Jamo T.
907 Normalizer2Impl::compose(const UChar *src, const UChar *limit, function in class:Normalizer2Impl
    [all...]

Completed in 3326 milliseconds

1 2 3 45 6 7 8 91011>>