Searched refs:in (Results 51 - 75 of 203) sorted by relevance

123456789

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.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
229 // that EAS can erroneously send non-zero values in this case
444 public Policy createFromParcel(Parcel in) {
445 return new Policy(in);
487 public Policy(Parcel in) { argument
489 mId = in.readLong();
490 mPasswordMode = in.readInt();
491 mPasswordMinLength = in.readInt();
492 mPasswordMaxFails = in
[all...]
H A DMailbox.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
186 // Types after this are used for non-mail mailboxes (as in EAS)
206 /** Has children in the mailbox hierarchy */
208 /** Children are visible in the UI */
268 * paths for a particular account must be unique. Paths are stored in the column
269 * {@link MailboxColumns#SERVER_ID} for want of yet another column in the table.
299 * Returns a {@link Mailbox} for the given path. If the path is not in the database, a new
369 * EmailProvider; therefore, we warn if the mailbox is not found in the cache
535 * @return true if messages in
630 Mailbox(Parcel in) argument
[all...]
H A DQuickResponse.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
67 private QuickResponse(Parcel in) { argument
69 mId = in.readLong();
70 mText = in.readString();
71 mAccountKey = in.readLong();
207 public QuickResponse createFromParcel(Parcel in) {
208 return new QuickResponse(in);
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.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
37 * EAS uses (as defined in the EAS specification)
57 // Where tags start in a page
63 private InputStream in; field in class:Parser
74 // An array of tag tables, as defined in EasTags
105 // value was requested as a String or an int (to avoid wasted effort in parsing)
115 * Generated when the parser comes to EOF prematurely during parsing (i.e. in error)
122 * An EmptyStreamException is an EofException that occurs reading the first byte in the parser's
123 * input stream; in othe
163 Parser(InputStream in) argument
362 setInput(InputStream in, boolean initialize) argument
379 resetInput(InputStream in) argument
[all...]
H A DItemOperationsParser.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
23 * Parse the result of an ItemOperations command; we use this to load attachments in EAS 14.0
31 public ItemOperationsParser(AttachmentLoader loader, InputStream in, OutputStream out, int size) argument
33 super(in);
46 // Wrap the input stream in our custom base64 input stream
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
45 public MoveItemsParser(InputStream in, EasSyncService service) throws IOException { argument
46 super(in);
86 mService.userLog("Error in MoveItems: " + status);
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.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
125 // spread in X
135 // spread in Y
148 void PyramidShort::BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, argument
152 int off = in->border / 2;
155 for (j = -off; j < in->height + off; j++) {
159 ((6 * in->ptr[j][i] + (in->ptr[j-1][i] + in
207 BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr) argument
[all...]
/packages/apps/Exchange/exchange2/
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
37 # additionally, build unit tests in a separate .apk
/packages/apps/KeyChain/
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
28 # additionally, build unit tests in a separate .apk
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtEnableActivity.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
88 Intent in = new Intent(this, BluetoothOppBtEnablingActivity.class);
89 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
90 this.startActivity(in);
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
85 // EXTRA_TEXT, we will try send this TEXT out; Currently in
125 Intent in = new Intent(this, BluetoothOppBtErrorActivity.class);
126 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
127 in.putExtra("title", this.getString(R.string.airplane_error_title));
128 in.putExtra("content", this.getString(R.string.airplane_error_msg));
129 this.startActivity(in);
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DIEmailService.aidl6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
26 Bundle validate(in HostAuth hostauth);
59 int searchMessages(long accountId, in SearchParams params, long destMailboxId);
/packages/apps/Email/src/com/beetstra/jutf7/
H A DUTF7StyleCharsetEncoder.java6 * "Software"), to deal in the Software without restriction, including
13 * included in all copies or substantial portions of the Software.
39 * specification in Sun Java VMs before 1.6.</strong> This is done to get around
40 * a bug in the implementation of
91 * is required by the specification) if insufficient space is available in
93 * triggers a bug in
120 * even though there is sufficient space available in the output buffer.
134 * might be waiting to be encoded then those available in the input buffer.
140 * @param in The input character buffer
144 protected CoderResult encodeLoop(CharBuffer in, ByteBuffe argument
[all...]
/packages/apps/Launcher2/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/BugReportSender/
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/ExampleImsFramework/
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/LoaderApp/
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/tools/dicttool/etc/
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/tools/dicttool/src/android/inputmethod/latin/dicttool/
H A DCompress.java5 * use this file except in compliance with the License. You may obtain a copy of
10 * Unless required by applicable law or agreed to in writing, software
35 private static InputStream getUncompressedStream(final InputStream in) throws IOException { argument
36 return new GZIPInputStream(in);
65 final InputStream input = inFilename.equals(STDIN_OR_STDOUT) ? System.in
91 final InputStream input = inFilename.equals(STDIN_OR_STDOUT) ? System.in
/packages/inputmethods/LatinIME/tools/maketext/etc/
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/mail/store/imap/
H A DImapResponseParser.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
41 * Literal larger than this will be stored in temp file.
64 * We store all {@link ImapResponse} in it. {@link #destroyResponses()} must be called from
71 * in the same way EOF does.
83 public ImapResponseParser(InputStream in, DiscourseLogger discourseLogger) { argument
84 this(in, discourseLogger, LITERAL_KEEP_IN_MEMORY_THRESHOLD);
90 /* package for test */ ImapResponseParser(InputStream in, DiscourseLogger discourseLogger, argument
93 in = new LoggingInputStream(in);
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DPyramid.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
125 // spread in X
135 // spread in Y
148 void PyramidShort::BorderExpandOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr, argument
152 int off = in->border / 2;
155 for (j = -off; j < in->height + off; j++) {
159 int t1 = in->ptr[j][i];
160 int t2 = in->ptr[j+1][i];
162 ((6 * t1 + (in
213 BorderReduceOdd(PyramidShort *in, PyramidShort *out, PyramidShort *scr) argument
[all...]
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);
/packages/apps/Email/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.

Completed in 422 milliseconds

123456789