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

1 2 3 45 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentComposeView.java 16 package com.android.mail.compose;
CcBccView.java 16 package com.android.mail.compose;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
DECkeysym.h 55 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
auth_unix.h 59 /* gids compose part of a credential; there may not be more than 16 of them */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
DECkeysym.h 55 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_unix.h 59 /* gids compose part of a credential; there may not be more than 16 of them */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
DECkeysym.h 55 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_unix.h 59 /* gids compose part of a credential; there may not be more than 16 of them */
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 84 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemCopyOf
86 super.compose(sroot);
ElemExsltFunction.java 124 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemExsltFunction
126 super.compose(sroot);
KeyDeclaration.java 177 public void compose(StylesheetRoot sroot) method in class:KeyDeclaration
180 super.compose(sroot);
ElemApplyTemplates.java 92 // * xsl:params. Initialized in the compose() method.
126 public void compose(StylesheetRoot sroot) throws TransformerException method in class:ElemApplyTemplates
128 super.compose(sroot);
  /external/openfst/
NEWS 106 Sequence and matching composition filters provided. (see compose.h,
107 compose-filter.h, matcher.h, state-table.h)
  /external/openfst/src/include/fst/
fstlib.h 63 #include <fst/compose.h>
116 #include <fst/compose-filter.h>
  /frameworks/base/docs/html/training/implementing-navigation/
descendant.jd 55 <p>When launching another application's activity to allow the user to say, compose an email or pick a photo attachment, you generally don't want the user to return to this activity if they relaunch your application from the Launcher (the device home screen). It would be confusing if touching your application icon brought the user to a "compose email" screen.</p>
  /packages/apps/UnifiedEmail/res/menu-sw600dp-land/
conversation_actions.xml 21 <!-- Since we show the conversation list in landscape mode, we show compose and search
23 <item android:id="@+id/compose"
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 62 } else if (id == R.id.compose) {
63 s = "compose";
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 0 // compose.h
19 // Compose a PDT and an FST.
27 #include <fst/compose.h>
495 void Compose(const Fst<Arc> &ifst1,
518 void Compose(const Fst<Arc> &ifst1,
  /frameworks/base/docs/html/design/patterns/
navigation.jd 110 <p>As an example, Gmail's Home screen widget has a button for diving directly to its compose
111 screen. Up or Back from the compose screen would take the user to the Inbox, and from there the
190 <p>When the user elects to share via Gmail, Gmail's compose activity is added as a continuation of
194 <p>From the compose activity, sending the message or touching the Back button returns the user to
200 <p>However, by touching Up from the compose activity, the user indicates a desire to remain within
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 60 Supplier<Integer> squareSupplier = Suppliers.compose(intValueFunction,
85 Supplier<List<Integer>> addSupplier = Suppliers.compose(addElementFunction,
383 assertEquals(Integer.valueOf(5), reserialize(Suppliers.compose(
  /external/chromium/chrome/browser/sync/protocol/
session_specifics.proto 42 // The tabs that compose a window (correspond to tab id's).
  /external/chromium_org/remoting/host/
host_status_sender.h 83 // Helper method to compose host status stanzas.
  /external/chromium_org/third_party/icu/source/common/unicode/
unorm2.h 75 * Compose only contiguously.
134 * @param mode normalization mode (compose or decompose etc.)
286 * (which is only possible for the two COMPOSE modes) this method
306 * For the two COMPOSE modes, the result could be "maybe" in cases that
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
libgl_gdi.c 140 NULL /* compose */
  /external/chromium_org/ui/base/ime/
character_composer.cc 23 // which defines the main compose table. The table has internal linkage.
342 // Check cedilla compose table.
348 // Check main compose table.
464 // Check compose table.

Completed in 599 milliseconds

1 2 3 45 6 7 8 91011>>