Searched refs:in (Results 101 - 125 of 286) sorted by relevance

1234567891011>>

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.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
45 float scaleFactor, int quality, Allocation in) {}
46 protected void bindScriptValues(Allocation in) {} argument
70 public void apply(Allocation in, Allocation out) { argument
75 in.getType().getX(), in.getType().getY());
86 getEnvironment().getQuality(), in);
90 bindScriptValues(in);
91 run(in, ou
44 createFilter(android.content.res.Resources res, float scaleFactor, int quality, Allocation in) argument
108 run(Allocation in, Allocation out) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppLauncherActivity.java6 * Redistribution and use in source and binary forms, with or without
12 * - Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
56 * via BT from other APPs. and also make "Bluetooth" available in sharing method
72 //Check if Bluetooth is available in the beginning instead of at the end
74 Intent in = new Intent(this, BluetoothOppBtErrorActivity.class);
75 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
76 in.putExtra("title", this.getString(R.string.airplane_error_title));
77 in.putExtra("content", this.getString(R.string.airplane_error_msg));
78 startActivity(in);
[all...]
/packages/apps/Camera/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/Camera2/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/Exchange/src/com/android/exchange/adapter/
H A DMoveItemsParser.java4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
47 public MoveItemsParser(InputStream in) throws IOException { argument
48 super(in);
97 LogUtils.w(TAG, "Error in MoveItems: %d", status);
H A DSettingsParser.java4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
27 * We only send the Settings command in EAS 14.0 after sending a Provision command for the first
28 * time. parse() returns true in the normal case; false if access to the account is denied due
35 public SettingsParser(InputStream in) throws IOException { argument
36 super(in);
/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/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DCountingInputStream.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
40 * @param in the InputStream to delegate to
42 public CountingInputStream(InputStream in) { argument
43 super(in);
67 * @param off the start offset in the buffer
150 * result in incorrect count for files over 2GB.
164 * result in incorrect count for files over 2GB.
/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/services/Telephony/common/src/com/android/services/telephony/common/
H A DICallCommandService.aidl5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 void rejectCall(in Call call, boolean rejectWithMessage, String message);
78 * TODO(klp): Remove in favor of setAudioMode
105 * Hides or shows the home, recent and back buttons in the navigation bar if the
/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/Camera2/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/Email/src/com/android/email/view/
H A DCertificateSelector.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
150 public SavedState createFromParcel(Parcel in) {
151 return new SavedState(in);
160 private SavedState(Parcel in) { argument
161 super(in);
162 mValue = in.readString();

Completed in 671 milliseconds

1234567891011>>