Searched refs:to (Results 51 - 75 of 156) sorted by relevance

1234567

/packages/apps/ContactsCommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
56 # Use the following include to make our test apk.
/packages/apps/Exchange/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
27 # Notice that we don't have to include the src files of Exchange because, by
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnJni.h10 * Unless required by applicable law or agreed to in writing, software
85 NJ_UINT8* to; member in struct:__anon202
H A DOpenWnnDictionaryImplJni.c10 * Unless required by applicable law or agreed to in writing, software
50 /* convert UTF-16BE character to NJ_CHAR format */
66 /* convert UTF-8 to UTF-16BE */
142 /* convert UTF-16BE to a UTF-8 */
239 /* Retrieve data pointers of dictionary from the dictionary library, and put to internal work area */
261 /* Execute the initialize method to initialize the internal work area */
356 /* If -1 was specified to base or high, clear that dictionary information structure */
419 /* If the link search feature is specified, set the predict search information to structure */
602 work->approxSet.to[ i ] = NULL;
630 NJ_CHAR* to; local
691 NJ_CHAR* to; local
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DRomkan.java10 * Unless required by applicable law or agreed to in writing, software
24 * The Romaji to Hiragana converter class for Japanese IME.
29 /** HashMap for Romaji-to-Kana conversion (Japanese mode) */
85 put("to", "\u3068"); put("twa", "\u3068\u3041"); put("twi", "\u3068\u3043");
191 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to);
196 str[start].from, str[MAX_LENGTH - 1].to - 1);
198 str[MAX_LENGTH - 1].to, str[MAX_LENGTH - 1].to);
H A DRomkanFullKatakana.java10 * Unless required by applicable law or agreed to in writing, software
26 * The Romaji to full-width Katakana converter class for Japanese IME.
31 /** HashMap for Romaji-to-Kana conversion (Japanese mode) */
89 put("to", "\u30c8"); put("twa", "\u30c8\u30a1"); put("twi", "\u30c8\u30a3");
160 * convert Romaji to Full Katakana
163 * @param table HashMap for Romaji-to-Kana conversion
195 out[0] = new StrSegment(match, str[start].from, str[MAX_LENGTH - 1].to);
200 str[start].from, str[MAX_LENGTH - 1].to - 1);
202 str[MAX_LENGTH - 1].to, str[MAX_LENGTH - 1].to);
[all...]
/packages/apps/Email/tests/src/com/android/emailcommon/internet/
H A DMimeMessageTest.java10 * Unless required by applicable law or agreed to in writing, software
245 String[] to = message.getHeader("To");
247 String[] replyTo = message.getHeader("Reply-to");
252 assertEquals("to address count", 1, to.length);
253 assertEquals("no name 2", "noname2@dom2.com", to[0]);
263 assertEquals("reply-to address count", 1, replyTo.length);
283 message.setHeader("Reply-to",
290 Address[] to = message.getRecipients(RecipientType.TO);
298 assertEquals("to addres
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c10 * Unless required by applicable law or agreed to in writing, software
85 #define STATE_COPY(to, from) \
86 { ((NJ_UINT8*)(to))[0] = ((NJ_UINT8*)(from))[0]; \
87 ((NJ_UINT8*)(to))[1] = ((NJ_UINT8*)(from))[1]; \
88 ((NJ_UINT8*)(to))[2] = ((NJ_UINT8*)(from))[2]; \
89 ((NJ_UINT8*)(to))[3] = ((NJ_UINT8*)(from))[3]; }
119 static NJ_INT16 search_range_by_yomi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to, NJ_UINT8 *forward_flag);
120 static NJ_INT16 search_range_by_yomi2(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 sfrom, NJ_UINT16 sto, NJ_UINT16 *from, NJ_UINT16 *to,
122 static NJ_INT16 search_range_by_yomi_multi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to);
927 NJ_UINT16 current, from, to; local
1059 NJ_UINT16 from, to, i; local
1196 search_range_by_yomi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 len, NJ_UINT16 *from, NJ_UINT16 *to, NJ_UINT8 *forward_flag) argument
1395 search_range_by_yomi_multi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_CHAR *yomi, NJ_UINT16 len, NJ_UINT16 *from, NJ_UINT16 *to) argument
1936 NJ_UINT16 from, to, i; local
2307 search_range_by_yomi2(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 len, NJ_UINT16 sfrom, NJ_UINT16 sto, NJ_UINT16 *from, NJ_UINT16 *to, NJ_UINT8 *forward_flag) argument
[all...]
/packages/apps/Email/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
42 # (the default package target doesn't seem to deal with multiple asset dirs)
68 # only include rules to build other stuff for the original package, not the derived package.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java10 * Unless required by applicable law or agreed to in writing, software
79 // The current drawable is set to either the remove drawable or the uninstall drawable
80 // and is initially set to the remove drawable, as set in the layout xml.
147 // delete the app (it was downloaded), and rename the string to "uninstall" in such a case
155 // If the user is not allowed to access the app details page or uninstall, then don't
208 Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
210 float scale = (float) to.width() / from.width();
221 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
248 // Deleting an app widget ID is a void call but writes to disk before returning
249 // to th
[all...]
/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
18 # If you change any of those flags, you need to rebuild both libjni_latinime_common_static
37 # HACK: -mstackrealign is required for x86 builds running on pre-KitKat devices to avoid crashes
/packages/apps/Calendar/
H A DAndroid.mk51 # Use the following include to make our test apk.
/packages/apps/Camera/src/com/android/camera/ui/
H A DListPrefSettingPopup.java10 * Unless required by applicable law or agreed to in writing, software
58 int resource, String[] from, int[] to) {
59 super(context, data, resource, from, to);
57 ListPrefSettingAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Contacts/
H A DAndroid.mk42 # Use the folloing include to make our test apk.
/packages/apps/Email/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Gallery2/
H A DAndroid.mk46 # Use the following include to make gallery test apk
/packages/apps/Gallery2/gallerycommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DImagePreset.java10 * Unless required by applicable law or agreed to in writing, software
132 // TODO: add concept of position in the filters (to allow multiple instances)
500 public Bitmap applyFilters(Bitmap bitmap, int from, int to, FilterEnvironment environment) { argument
505 if (to == -1) {
506 to = mFilters.size();
508 for (int i = from; i < to; i++) {
550 public void applyFilters(int from, int to, Allocation in, Allocation out, argument
556 if (to == -1) {
557 to = mFilters.size();
559 for (int i = from; i < to;
[all...]
/packages/apps/KeyChain/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/KeyChain/support/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/KeyChain/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Launcher2/tests/stress/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Launcher3/tests/stress/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Mms/tests/SmsAutoReply/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Nfc/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software

Completed in 5200 milliseconds

1234567