Searched refs:to (Results 26 - 50 of 156) sorted by relevance

1234567

/packages/experimental/Bummer/
H A DAndroid.mk13 # Use the following include to make our test apk.
/packages/experimental/DreamTheater/
H A DAndroid.mk18 # Use the following include to make our test apk.
/packages/screensavers/Basic/
H A DAndroid.mk16 # Use the following include to make our test apk.
/packages/screensavers/PhotoTable/
H A DAndroid.mk15 # Use the following include to make our test apk.
/packages/screensavers/WebView/
H A DAndroid.mk16 # Use the following include to make our test apk.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DMatrixFit.java10 * Unless required by applicable law or agreed to in writing, software
31 public MatrixFit(double[][] from, double[][] to) { argument
32 mValid = fit(from, to);
47 public boolean fit(double[][] from, double[][] to) { argument
48 if ((from.length != to.length) || (from.length < 1)) {
49 Log.e(LOGTAG, "from and to must be of same size");
68 double[][] p = new double[to.length][mDimension];
69 for (int i = 0; i < to.length; i++) {
71 p[i][j] = to[i][j];
104 // Use a gaussian elimination to solv
[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/apps/Browser/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 Browser because, by
/packages/apps/Dialer/
H A DAndroid.mk49 # Uncomment the following line to build against the current SDK
55 # Use the following include to make our test apk.
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILAnimation.java106 * A <code>DOMString</code> representing the value of the to attribute.
111 public void setTo(String to) argument
/packages/apps/Mms/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/apps/OMA-DM/DMService/
H A DAndroid.mk31 # Sign with platform certificate to prevent disabling the app from Settings menu
49 # Use the following include to make our test apk.
/packages/experimental/procstatlog/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
18 # (we want to run this on oddball partner-integrated devices).
/packages/inputmethods/LatinIME/java/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
30 # Do not compress dictionary files to mmap dict data runtime
/packages/inputmethods/LatinIME/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
22 # Do not compress dictionary files to mmap dict data runtime
/packages/apps/Settings/
H A DAndroid.mk25 # Use the following include to make our test apk.
/packages/apps/CellBroadcastReceiver/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
32 # Apk must be signed with platform signature in order to send test broadcasts.
/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/native/jni/
H A DCleanupNativeFileList.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

Completed in 1553 milliseconds

1234567