Searched refs:in (Results 76 - 100 of 204) sorted by relevance

123456789

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DPingParser.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
47 public PingParser(InputStream in, EasSyncService service) throws IOException { argument
48 super(in);
58 mService.userLog("Changes found in: ", serverId);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DPyramid.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
36 real numChannels; // Number of channels in input images
48 static void BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, int mode);
51 static void BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr);
H A DImageUtils.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) argument
34 ImageType image = in;
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) argument
79 ImageType image = in;
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) argument
120 ImageType image = in;
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) argument
150 ImageType image = in;
176 imageTypeToRowPointers(ImageType in, int width, int height) argument
190 yvu2rgb(ImageType out, ImageType in, int width, int height) argument
235 yvu2bgr(ImageType out, ImageType in, int width, int height) argument
[all...]
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
H A DSmilXmlParser.java6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
49 public SMILDocument parse(InputStream in) throws IOException, SAXException { argument
52 mXmlReader.parse(new InputSource(in));
/packages/apps/Protips/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/experimental/Bummer/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/experimental/DreamTheater/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/providers/ContactsProvider/tests/
H A DAndroid.mk7 # Only compile source java files in this apk.
/packages/providers/DownloadProvider/tests/
H A DAndroid.mk17 # additionally, build sub-tests in a separate .apk
/packages/screensavers/Basic/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/screensavers/PhotoTable/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/screensavers/WebView/
H A DAndroid.mk6 # Only compile source java files in this apk.
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DImageUtils.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) argument
34 ImageType image = in;
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) argument
79 ImageType image = in;
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) argument
120 ImageType image = in;
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) argument
150 ImageType image = in;
176 imageTypeToRowPointers(ImageType in, int width, int height) argument
190 yvu2rgb(ImageType out, ImageType in, int width, int height) argument
235 yvu2bgr(ImageType out, ImageType in, int width, int height) argument
[all...]
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
60 Writing the formula out in closed form is unnecessarily complicated
90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out) argument
102 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out)) {
108 inmat[i][j]=(double)in->par[k];
155 vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
157 This inverts the motion given in 'in'.
161 use the VP_KEEP_ macro's defined in vp_motionmode
179 vp_invert_motion(const VP_MOTION* in,VP_MOTION* out) argument
338 vp_zoom_motion2d(VP_MOTION* in, VP_MOTION* out, int n, int w, int h, double zoom) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
60 Writing the formula out in closed form is unnecessarily complicated
90 int inv4Mat(const VP_MOTION* in, VP_MOTION* out) argument
102 if (((VP_MOTION *) NULL == in) || ((VP_MOTION *) NULL == out)) {
108 inmat[i][j]=(double)in->par[k];
155 vp_invert_motion(const VP_MOTION* in,VP_MOTION* out)
157 This inverts the motion given in 'in'.
161 use the VP_KEEP_ macro's defined in vp_motionmode
179 vp_invert_motion(const VP_MOTION* in,VP_MOTION* out) argument
338 vp_zoom_motion2d(VP_MOTION* in, VP_MOTION* out, int n, int w, int h, double zoom) argument
[all...]
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DRecognizerEngine.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
98 * <li>set up the grammar (implementation is in child class)
102 * is in child class)
233 for (Intent in : intents) {
234 if (in.getAction() != null &&
235 in.getAction().equals(intent.getAction()) &&
236 in.getData() != null &&
237 in.getData().equals(intent.getData())) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
131 * @param in input string
134 public static final long crc64Long(String in) { argument
135 if (in == null || in.length() == 0) {
138 return crc64Long(getBytes(in));
162 public static byte[] getBytes(String in) { argument
163 byte[] result = new byte[in.length() * 2];
165 for (char ch : in
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DHostAuth.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
39 // TODO the three following constants duplicate constants in Store.java; remove those and
273 // SSL implies a different port - TLS runs in the "regular" port
274 // NOTE: Although the port should be setup in the various setup screens, this
321 public HostAuth createFromParcel(Parcel in) {
322 return new HostAuth(in);
351 public HostAuth(Parcel in) { argument
353 mId = in.readLong();
354 mProtocol = in
[all...]
H A DAccount.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
70 // Whether or not the user has asked for notifications of new mail in this account
77 // Whether the account is in the process of being created; any account reconciliation code
78 // MUST ignore accounts with this bit set; in addition, ContentObservers for this data
81 // Security hold is used when the device is not in compliance with security policies
82 // required by the server; in this state, the user MUST be alerted to the need to update
88 // Whether the account should try to cache attachments in the background
93 // sync mailboxes in this account automatically. A manual sync request to sync a mailbox
456 * @return a string in th
925 Account(Parcel in) argument
[all...]
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Browser/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Email/src/com/android/email/
H A DMessageListContext.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 * Information about what is being shown in a message list.
50 * The search parameters, if the user is in a search.
63 * Builds an instance from the information provided in an Intent.
65 * if values in the {@link Intent} are inconsistent.
67 * in the {@link Intent}.
102 "Can only search in normal accounts");
157 private MessageListContext(Parcel in) { argument
158 mAccountId = in
[all...]
/packages/apps/Email/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Exchange/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Exchange/exchange2/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software

Completed in 7981 milliseconds

123456789