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

123456789

/packages/apps/Gallery2/
H A DAndroid.mk29 # the libraries in the APK, otherwise just put them in /system/lib and
/packages/apps/Gallery2/gallerycommon/
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/KeyChain/support/
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/KeyChain/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/Launcher2/tests/stress/
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/Mms/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/Mms/tests/SmsAutoReply/
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/Nfc/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/experimental/RpcPerformance/
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/experimental/StrictModeTest/
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/experimental/procstatlog/
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/inputmethods/LatinIME/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/Contacts/src/com/android/contacts/editor/
H A DViewIdGenerator.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
68 * @param viewIndex index of the view in the parent {@link Editor}, if it's a leave view.
121 public ViewIdGenerator createFromParcel(Parcel in) {
123 vig.readFromParcel(in);
H A DStructuredNameEditorView.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 // synced (in order to provide aggregate suggestions).
229 private SavedState(Parcel in) { argument
231 mSuperState = in.readParcelable(loader);
233 mChanged = in.readInt() != 0;
234 mSnapshot = in.readParcelable(loader);
249 public SavedState createFromParcel(Parcel in) {
250 return new SavedState(in);
/packages/apps/CellBroadcastReceiver/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
32 # Apk must be signed with platform signature in order to send test broadcasts.
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.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
132 * Organize Array list for transfers in one batch
157 if (V) Log.d(TAG, "Uri in this batch: " + path.toString());
176 Intent in = new Intent(context, BluetoothOppBtErrorActivity.class);
177 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
178 in.putExtra("title", context.getString(R.string.not_exist_file));
179 in.putExtra("content", context.getString(R.string.not_exist_file_desc));
180 context.startActivity(in);
[all...]
/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePicker.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
128 * If the user is in a locale where the month names are numeric,
222 * If the user is in a locale where the medium date format is
237 // Shouldn't happen, but just in case.
241 /* Remove the 3 pickers from their parent and then add them back in the
270 // Shouldn't happen, but just in case.
321 private SavedState(Parcel in) { argument
322 super(in);
323 mYear = in
[all...]
/packages/apps/Email/src/org/apache/commons/io/
H A DFileUtils.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
48 * Facilities are provided in the following areas:
83 * Instances should NOT be constructed in standard programming.
90 * The number of bytes in a kilobyte.
95 * The number of bytes in a megabyte.
100 * The number of bytes in a gigabyte.
248 * @param directory the directory to search in.
269 * If your search should recurse into subdirectories you can pass in
275 * "temp" you pass in <cod
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.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
56 * in the media content provider.
93 private ImageListParam(Parcel in) { argument
94 mLocation = DataLocation.values()[in.readInt()];
95 mInclusion = in.readInt();
96 mSort = in.readInt();
97 mBucketId = in.readString();
98 mSingleImageUri = in.readParcelable(null);
99 mIsEmptyImageList = (in
[all...]
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.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
54 " -r <int> : the period (in nr of frames) for reference frame updates (default = 5)",
124 ifstream in(image_list_file_name.c_str(),ios::in);
126 if ( !in.is_open() )
143 // if the images are color, the input is saved in color_ref:
151 while ( !in.eof() )
153 getline(in,file_name);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.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
54 " -r <int> : the period (in nr of frames) for reference frame updates (default = 5)",
124 ifstream in(image_list_file_name.c_str(),ios::in);
126 if ( !in.is_open() )
143 // if the images are color, the input is saved in color_ref:
151 while ( !in.eof() )
153 getline(in,file_name);
/packages/apps/Email/src/org/apache/commons/io/output/
H A DByteArrayOutputStream.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
27 * This class implements an output stream in which the data is
34 * Closing a <tt>ByteArrayOutputStream</tt> has no effect. The methods in
60 /** The total count of bytes in all the filled buffers. */
77 * the specified size, in bytes.
187 * @param in the input stream to read from
193 public synchronized int write(InputStream in) throws IOException { argument
196 int n = in.read(currentBuffer, inBufferPos, currentBuffer.length - inBufferPos);
205 n = in
[all...]
/packages/apps/Email/
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
54 # additionally, build unit tests in a separate .apk
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.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
72 * the chooser is only opened with the first item in the list.
102 * Entries in this list are compared to the end of the lower-cased filename, so they must
116 * Entries in this list are compared to the end of the lower-cased filename, so they must
125 * so we should probably factor that in. A 5MB attachment will generally be around
132 * so we should probably factor that in. A 5MB attachment will generally be around
199 * NOTE: Since mime types on Android are case-*sensitive*, return values are always in
365 private static long copyFile(InputStream in, File file) throws IOException { argument
367 long size = IOUtils.copy(in, ou
377 saveAttachment(Context context, InputStream in, Attachment attachment) argument
[all...]
/packages/inputmethods/LatinIME/native/jni/
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
80 # All code in LOCAL_WHOLE_STATIC_LIBRARIES will be built into this shared library.

Completed in 3970 milliseconds

123456789