HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 901 - 925 of 2266) sorted by null

<<31323334353637383940>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 6 * 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
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
61 * via BT from other APPs. and also make "Bluetooth" available in sharing method
69 // Regex that matches characters that have special meaning in HTML. '<', '>', '&' and
81 //Check if Bluetooth is available in the beginning instead of at the end
83 Intent in = new Intent(this, BluetoothOppBtErrorActivity.class) local
200 Intent in = new Intent(this, BluetoothOppBtEnableActivity.class); local
    [all...]
BluetoothOppUtility.java 6 * 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
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
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); local
177 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
207 Intent in = new Intent(context, BluetoothOppBtErrorActivity.class); local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 5 * 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) {
84 this(in, discourseLogger, LITERAL_KEEP_IN_MEMORY_THRESHOLD);
90 /* package for test */ ImapResponseParser(InputStream in, DiscourseLogger discourseLogger,
93 in = new LoggingInputStream(in);
446 FixedLengthInputStream in = new FixedLengthInputStream(mIn, size); local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
75 * and {@link #setHost(String)} were invoked), but not opened or connected in any way.
196 * service but is not in the public API.
223 // we should be reporting the bad name in the certificate. Unfortunately this is buried
224 // in the verifier code and is not available in the verifier API, and extracting the
234 * @return the read timeout value in milliseconds
308 * delimiter char(s) are not included in the result.
312 InputStream in = getInputStream() local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
50 * device in a local file.
67 // These members are set in a future point in time outside of the constructor.
74 * @param attachmentId The local id of the attachment (i.e. its id in the database).
96 LogUtils.e(LOG_TAG, "RemoteException in loadAttachment: %s", e.getMessage());
127 // These four characters are commonly received in EAS 2.5 attachment names and are
182 // connection error in this case
204 // The operation is different in EAS 14.0 than in earlier version
257 final InputStream in; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 5 * 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) {}
70 public void apply(Allocation in, Allocation out) {
75 in.getType().getX(), in.getType().getY());
86 getEnvironment().getQuality(), in); local
90 bindScriptValues(in);
91 run(in, out)
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
86 public ProcStatsEntry(Parcel in) {
87 mPackage = in.readString();
88 mUid = in.readInt();
89 mName = in.readString();
90 in.readStringList(mPackages);
91 mBgDuration = in.readLong();
92 mAvgBgMem = in.readLong();
93 mMaxBgMem = in.readLong()
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DrawableLoader.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
180 private Drawable decodeBitmap(InputStream in, BitmapWorkerOptions options)
185 bufferedStream = new CachedInputStream(in);
279 InputStream in = connection.getInputStream(); local
280 return decodeBitmap(in, options);
315 * caching Bitmap in Resources. So that caller can maintain a different caching
328 Log.e(TAG, "Couldn't get resource " + r.resourceName + " in resources of "
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
43 * Name and comment part should be MIME/base64 encoded in header if necessary.
49 * Address part, in the form local_part@domain_part. No surrounding angle brackets.
88 // delimiters are chars that do not appear in an email address, used by fromHeader
198 * entered in a list (e.g. To:) are valid, so that none is dropped.
218 * Parse a comma-delimited list of addresses in RFC822 format and return an
221 * @param addressList Address list in comma-delimited string.
259 // while the domain part in case-insesitive.
297 * not modified in any way except to add the double quote character to start and end if it's no
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/
Address.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
42 * Name and comment part should be MIME/base64 encoded in header if necessary.
48 * Address part, in the form local_part@domain_part. No surrounding angle brackets.
87 // delimiters are chars that do not appear in an email address, used by fromHeader
197 * entered in a list (e.g. To:) are valid, so that none is dropped.
217 * Parse a comma-delimited list of addresses in RFC822 format and return an
220 * @param addressList Address list in comma-delimited string.
258 // while the domain part in case-insesitive.
296 * not modified in any way except to add the double quote character to start and end if it's no
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapResponseParser.java 5 * 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 * Literal larger than this will be stored in temp file.
53 * We store all {@link ImapResponse} in it. {@link #destroyResponses()} must be called from
60 * in the same way EOF does.
72 public ImapResponseParser(InputStream in) {
73 this(in, LITERAL_KEEP_IN_MEMORY_THRESHOLD);
79 /* package for test */ ImapResponseParser(InputStream in, int literalKeepInMemoryThreshold) {
80 mIn = new PeekableInputStream(in);
107 * Read and return one byte from {@link #mIn}, and put it in {@link #mDiscourseLogger}
427 FixedLengthInputStream in = new FixedLengthInputStream(mIn, size); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 47 /* nr of rules in the table */
64 /* nr of rules in the table */
169 /* the physical in-dev */
170 char in[IFNAMSIZ]; member in struct:ebt_entry
171 /* the logical in-dev */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 45 /* nr of rules in the table */
61 /* nr of rules in the table */
162 /* the physical in-dev */
163 char in[IFNAMSIZ]; member in struct:ebt_entry
164 /* the logical in-dev */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/
ebtables.h 137 char in[IFNAMSIZ]; member in struct:ebt_entry
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/
ebtables.h 137 char in[IFNAMSIZ]; member in struct:ebt_entry
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/
ebtables.h 137 char in[IFNAMSIZ]; member in struct:ebt_entry
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/
ebtables.h 137 char in[IFNAMSIZ]; member in struct:ebt_entry
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/
ebtables.h 137 char in[IFNAMSIZ]; member in struct:ebt_entry
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/
ebtables.h 137 char in[IFNAMSIZ]; member in struct:ebt_entry
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 4 different mechanisms involved in loading modules independently.
6 While the built-in module imp exports interfaces to the built-in
8 the built-in function __import__ in order to change the semantics of
22 module in a search path and to load it. It defines a method which
23 searches for a module in a single directory; by overriding this method
25 built-in and frozen modules are searched instead.
28 strategy used by the built-in __import__ function: ModuleLoader uses
39 module loader instance passed in (by default HookableModuleLoader i
421 raise ValueError, 'Attempted relative import in non-package' namespace
434 raise ValueError, ('Attempted relative import in ' namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 4 different mechanisms involved in loading modules independently.
6 While the built-in module imp exports interfaces to the built-in
8 the built-in function __import__ in order to change the semantics of
22 module in a search path and to load it. It defines a method which
23 searches for a module in a single directory; by overriding this method
25 built-in and frozen modules are searched instead.
28 strategy used by the built-in __import__ function: ModuleLoader uses
39 module loader instance passed in (by default HookableModuleLoader i
421 raise ValueError, 'Attempted relative import in non-package' namespace
434 raise ValueError, ('Attempted relative import in ' namespace
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 143 SLOGD("entry %d in journal entries is for segment %d",i, le32_to_cpu(segno_in_journal(info->sit_sums, i)));
222 /* Read the 1st cp block in this CP pack */
235 /* Read the 2nd cp block in this CP pack */
443 SLOGE("Error getting SIT entries in summary area");
504 /* check the SIT entries in the journal */
595 char *in = argv[1]; local
599 if ((infd = open(in, O_RDONLY)) < 0) {
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
140 // Test each documented HTTP/1.1 code, plus the first unused value in each range.
251 InputStream in = urlConnection.getInputStream(); local
253 reliableSkip(in, "puppies but hate ".length());
255 assertEquals(-1, in.read());
256 in.close();
259 in = urlConnection.getInputStream();
265 assertEquals(-1, in.read());
266 in.close()
525 InputStream in = connection.getInputStream(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStreamTest.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
170 private void readObject(java.io.ObjectInputStream in)
173 in.readObject();
192 public void readObject(java.io.ObjectInputStream in)
195 in.readObject();
222 private void readObject(java.io.ObjectInputStream in)
225 in.defaultReadObject();
318 private void readObject(java.io.ObjectInputStream in)
320 in.defaultReadObject()
    [all...]

Completed in 412 milliseconds

<<31323334353637383940>>