Searched refs:to (Results 101 - 125 of 252) sorted by relevance

1234567891011

/packages/apps/Messaging/
H A Dversion.mk9 # Unless required by applicable law or agreed to in writing, software
43 # For the client jar, the version code is agnostic to the target architecture and density: Mmbbbt00
45 # NOTE: arch needs to be more significant than density because x86 devices support running ARM
46 # code in emulation mode, so all x86 versions must be higher than all ARM versions to ensure
47 # we deliver true x86 code to those devices.
/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/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java17 * may be used to endorse or promote products derived from this software
49 * This provider allows application to interact with Bluetooth OPP manager
67 /** Database version to which upgrading is a nop */
79 /** URI matcher used to recognize URIs sent by applications */
97 * Creates and updated database on demand when opening it. Helper class to
109 * Creates database the first time we try to open it.
117 //TODO: use this function to check garbage transfer left in db, for example,
133 // to gracefully handle upgrades we should be careful about
134 // what to do on downgrades.
147 Log.i(TAG, "Upgrading downloads database from version " + oldV + " to "
199 copyString(String key, ContentValues from, ContentValues to) argument
206 copyInteger(String key, ContentValues from, ContentValues to) argument
213 copyLong(String key, ContentValues from, ContentValues to) argument
[all...]
/packages/apps/Email/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
43 # (the default package target doesn't seem to deal with multiple asset dirs)
72 # 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/inputmethods/OpenWnn/libs/libwnnDictionary/
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/apps/Calendar/
H A DAndroid.mk51 # Use the following include to make our test apk.
/packages/apps/CellBroadcastReceiver/tests/unit/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/EmergencyInfo/tests/common/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/EmergencyInfo/tests/unit/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/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/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Messaging/tests/
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
/packages/apps/PhoneCommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Settings/
H A DAndroid.mk54 # Use the following include to make our test apk.
/packages/apps/TV/src/com/android/tv/dialog/
H A DRecentlyWatchedDialogFragment.java10 * Unless required by applicable law or agreed to in writing, software
62 int[] to = {
68 from, to, 0);
/packages/apps/TimeZoneData/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software

Completed in 703 milliseconds

1234567891011