Searched refs:by (Results 1 - 25 of 89) sorted by relevance

1234

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DHermiteInterpolator.java10 * Unless required by applicable law or agreed to in writing, software
96 // B(bx,by) is the slope vector of the tangent at p2.
98 final float by = (mYCoords[p3] - mP1Y) / 2.0f;
99 final float crossProdAB = ax * by - ay * bx;
100 final float dotProdAB = ax * bx + ay * by;
120 // B(bx,by) is the slope vector of the tangent at p1.
122 final float by = (mP2Y - mYCoords[p0]) / 2.0f;
123 final float crossProdAB = ax * by - ay * bx;
124 final float dotProdAB = ax * bx + ay * by;
142 * can be defined by
[all...]
/packages/services/Car/car_product/sepolicy/
H A Dfile_contexts36 /dev/block/platform/msm_sdcc\.1/by-name/boot u:object_r:boot_block_device:s0
37 /dev/block/platform/msm_sdcc\.1/by-name/cache u:object_r:cache_block_device:s0
38 /dev/block/platform/msm_sdcc\.1/by-name/fsg u:object_r:modem_block_device:s0
39 /dev/block/platform/msm_sdcc\.1/by-name/modemst1 u:object_r:modem_block_device:s0
40 /dev/block/platform/msm_sdcc\.1/by-name/modemst2 u:object_r:modem_block_device:s0
41 /dev/block/platform/msm_sdcc\.1/by-name/persist u:object_r:persist_block_device:s0
42 /dev/block/platform/msm_sdcc\.1/by-name/recovery u:object_r:recovery_block_device:s0
43 /dev/block/platform/msm_sdcc\.1/by-name/ssd u:object_r:ssd_block_device:s0
44 /dev/block/platform/msm_sdcc\.1/by-name/system u:object_r:system_block_device:s0
45 /dev/block/platform/msm_sdcc\.1/by
[all...]
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Email because, by
/packages/services/Car/car-cluster-demo-renderer/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
25 # Each update should be signed by OEMs
/packages/inputmethods/LatinIME/native/dicttoolkit/
H A DUnitTests.mk9 # Unless required by applicable law or agreed to in writing, software
31 # TODO: Remove -std=c++11 once it is set by default on host build.
48 # TODO: Remove -std=c++11 once it is set by default on host build.
H A DCleanupNativeFileList.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/LatinIME/native/jni/
H A DHostUnitTests.mk9 # Unless required by applicable law or agreed to in writing, software
30 # TODO: Remove -std=c++11 once it is set by default on host build.
46 # TODO: Remove -std=c++11 once it is set by default on host build.
H A DCleanupNativeFileList.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java10 * Unless required by applicable law or agreed to in writing, software
26 * Unless required by applicable law or agreed to in writing, software
95 int backgroundResource, int bx, int by, int description, int guide) {
98 init(context, inputView, backgroundResource, bx, by, text, guide, false);
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, argument
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
107 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
110 y = by;
94 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
106 init(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
/packages/apps/CellBroadcastReceiver/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/DevCamera/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Launcher2/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/BugReportSender/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/ExampleImsFramework/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/LoaderApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/LatinIME/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/LatinIME/tools/dicttool/etc/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/LatinIME/tools/make-keyboard-text/etc/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/providers/BookmarkProvider/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/providers/CallLogProvider/
H A DAndroid.mk11 # leaving out code which is tested by other means (e.g. static libraries) that
/packages/services/Car/libvehiclenetwork/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/services/Car/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/services/Car/vns_policy/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/CellBroadcastReceiver/tests/testapp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Email because, by
/packages/apps/Messaging/
H A DForceProguard.mk9 # Unless required by applicable law or agreed to in writing, software
16 # switch to/from eng builds. This is determined by comparing the flag files used in the previous

Completed in 2491 milliseconds

1234