HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1226 - 1250 of 2135) sorted by null

<<41424344454647484950>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMms.java 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
90 /* TODO: If errata 4176 is adopted in the current form (it is not in either 1.1 or 1.2),
143 // Include "=_" as these cannot occur in quoted printable text
325 if(lineLength + partLength >= 998) // max line length in RFC2822
340 * characters be present in headers. Non-7-bit characters in an address
342 * characters in the local part of an address, the message MUST be
343 * rejected. Non-7-bit characters elsewhere in a header MUST be encode
712 int in, out, stopCnt = input.length-2; \/\/ Leave room for peaking the next two bytes local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.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
54 // when code is checked in or released.
373 * has been queried so that uids are available in the local cache.
387 * In extreme cases we'll do a UIDL command per message instead of a bulk
425 * <p>NOTE: In variance with RFC 1939, we allow multiple whitespace between the
534 * Fetch the items contained in the FetchProfile into the given set of
535 * Messages in as efficient a manner as possible.
603 InputStream in = mTransport.getInputStream(); local
605 in = new LoggingInputStream(in)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 97 final InputStream in, final Mailbox mailbox, final Account account)
99 super(context, resolver, in, mailbox, account);
120 public EmailSyncParser(final Context context, final InputStream in, final Mailbox mailbox,
122 this(context, context.getContentResolver(), in, mailbox, account);
140 case Tags.BASE_ATTACHMENTS: // BASE_ATTACHMENTS is used in EAS 12.0 and up
183 // html and/or plain text data and store it in the message
187 // In this case, we will load the body separately by tagging the message
285 * Set up the meetingInfo field in the message with various pieces of information gleaned
360 // Default to 1 (success) in case we don't get this tag
432 ByteArrayInputStream in = new ByteArrayInputStream(mimeData.getBytes()) local
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.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
72 // get do file I/O in the remote keystore process and while they
334 InputStream in = new ByteArrayInputStream(bytes); local
338 cert = (X509Certificate)cf.generateCertificate(in);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.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
110 * fields are tracked in {@link #mInfoDelta}. If a field exists in
459 InputStream in = null; local
463 in = conn.getInputStream();
511 transferData(in, out, outFd);
526 IoUtils.closeQuietly(in);
542 private void transferData(InputStream in, OutputStream out, FileDescriptor outFd)
550 len = in.read(buffer)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
50 // as permitted (but not required) in the standard, in order to provide
51 // better type safety in iostream calls. A side effect is that
259 /// Insert/extract @c bool in alphabetic rather than numeric format.
262 /// Converts integer input or generates integer output in decimal base.
265 /// Generate floating-point output in fixed-point notation.
268 /// Converts integer input or generates integer output in hexadecimal base.
271 /// Adds fill characters at a designated internal point in certai
377 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
48 // as permitted (but not required) in the standard, in order to provide
49 // better type safety in iostream calls. A side effect is that
257 /// Insert/extract @c bool in alphabetic rather than numeric format.
260 /// Converts integer input or generates integer output in decimal base.
263 /// Generate floating-point output in fixed-point notation.
266 /// Converts integer input or generates integer output in hexadecimal base.
269 /// Adds fill characters at a designated internal point in certai
375 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
48 // as permitted (but not required) in the standard, in order to provide
49 // better type safety in iostream calls. A side effect is that
257 /// Insert/extract @c bool in alphabetic rather than numeric format.
260 /// Converts integer input or generates integer output in decimal base.
263 /// Generate floating-point output in fixed-point notation.
266 /// Converts integer input or generates integer output in hexadecimal base.
269 /// Adds fill characters at a designated internal point in certai
375 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
57 // as permitted (but not required) in the standard, in order to provide
58 // better type safety in iostream calls. A side effect is that
265 /// Insert/extract @c bool in alphabetic rather than numeric format.
268 /// Converts integer input or generates integer output in decimal base.
271 /// Generate floating-point output in fixed-point notation.
274 /// Converts integer input or generates integer output in hexadecimal base.
277 /// Adds fill characters at a designated internal point in certai
383 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
57 // as permitted (but not required) in the standard, in order to provide
58 // better type safety in iostream calls. A side effect is that
265 /// Insert/extract @c bool in alphabetic rather than numeric format.
268 /// Converts integer input or generates integer output in decimal base.
271 /// Generate floating-point output in fixed-point notation.
274 /// Converts integer input or generates integer output in hexadecimal base.
277 /// Adds fill characters at a designated internal point in certai
383 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
57 // as permitted (but not required) in the standard, in order to provide
58 // better type safety in iostream calls. A side effect is that
265 /// Insert/extract @c bool in alphabetic rather than numeric format.
268 /// Converts integer input or generates integer output in decimal base.
271 /// Generate floating-point output in fixed-point notation.
274 /// Converts integer input or generates integer output in hexadecimal base.
277 /// Adds fill characters at a designated internal point in certai
383 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
57 // as permitted (but not required) in the standard, in order to provide
58 // better type safety in iostream calls. A side effect is that
265 /// Insert/extract @c bool in alphabetic rather than numeric format.
268 /// Converts integer input or generates integer output in decimal base.
271 /// Generate floating-point output in fixed-point notation.
274 /// Converts integer input or generates integer output in hexadecimal base.
277 /// Adds fill characters at a designated internal point in certai
383 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
50 // as permitted (but not required) in the standard, in order to provide
51 // better type safety in iostream calls. A side effect is that
259 /// Insert/extract @c bool in alphabetic rather than numeric format.
262 /// Converts integer input or generates integer output in decimal base.
265 /// Generate floating-point output in fixed-point notation.
268 /// Converts integer input or generates integer output in hexadecimal base.
271 /// Adds fill characters at a designated internal point in certai
377 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
50 // as permitted (but not required) in the standard, in order to provide
51 // better type safety in iostream calls. A side effect is that
259 /// Insert/extract @c bool in alphabetic rather than numeric format.
262 /// Converts integer input or generates integer output in decimal base.
265 /// Generate floating-point output in fixed-point notation.
268 /// Converts integer input or generates integer output in hexadecimal base.
271 /// Adds fill characters at a designated internal point in certai
377 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
50 // as permitted (but not required) in the standard, in order to provide
51 // better type safety in iostream calls. A side effect is that
259 /// Insert/extract @c bool in alphabetic rather than numeric format.
262 /// Converts integer input or generates integer output in decimal base.
265 /// Generate floating-point output in fixed-point notation.
268 /// Converts integer input or generates integer output in hexadecimal base.
271 /// Adds fill characters at a designated internal point in certai
377 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 13 // This library is distributed in the hope that it will be useful,
19 // permissions described in the GCC Runtime Library Exception, version
50 // as permitted (but not required) in the standard, in order to provide
51 // better type safety in iostream calls. A side effect is that
259 /// Insert/extract @c bool in alphabetic rather than numeric format.
262 /// Converts integer input or generates integer output in decimal base.
265 /// Generate floating-point output in fixed-point notation.
268 /// Converts integer input or generates integer output in hexadecimal base.
271 /// Adds fill characters at a designated internal point in certai
377 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
48 // as permitted (but not required) in the standard, in order to provide
49 // better type safety in iostream calls. A side effect is that
257 /// Insert/extract @c bool in alphabetic rather than numeric format.
260 /// Converts integer input or generates integer output in decimal base.
263 /// Generate floating-point output in fixed-point notation.
266 /// Converts integer input or generates integer output in hexadecimal base.
269 /// Adds fill characters at a designated internal point in certai
375 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 11 // This library is distributed in the hope that it will be useful,
17 // permissions described in the GCC Runtime Library Exception, version
48 // as permitted (but not required) in the standard, in order to provide
49 // better type safety in iostream calls. A side effect is that
257 /// Insert/extract @c bool in alphabetic rather than numeric format.
260 /// Converts integer input or generates integer output in decimal base.
263 /// Generate floating-point output in fixed-point notation.
266 /// Converts integer input or generates integer output in hexadecimal base.
269 /// Adds fill characters at a designated internal point in certai
375 static const openmode in = _S_in; member in class:ios_base
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 78 if 'HOME' in os.environ:
85 for line in rcFile.readlines():
93 for line in rcFile.readlines():
102 self.commands_defining = False # True while in the process of defining
134 for line in rcLines:
143 that we ever need to stop in this function."""
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]
290 return # continue to handle other cmd def in the cmd list function in function:Pdb.handle_command_def
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 78 if 'HOME' in os.environ:
85 for line in rcFile.readlines():
93 for line in rcFile.readlines():
102 self.commands_defining = False # True while in the process of defining
134 for line in rcLines:
143 that we ever need to stop in this function."""
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hit
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]
290 return # continue to handle other cmd def in the cmd list function in function:Pdb.handle_command_def
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 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
39 # include <netinet/in.h>
56 * easily in QEMU since we use SIGALRM to implement periodic timers
80 EE(WSAEALREADY,EALREADY,"operation already in progress") \
87 EE(WSAEINPROGRESS,EINPROGRESS,"operation now in progress") \
88 EE(WSAEALREADY,EAGAIN,"operation already in progress") \
94 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \
235 struct sockaddr_in in[1]; member in union:__anon63369
515 struct sockaddr_in* dst = paddress->in;
    [all...]
  /system/keymaster/
ocb.c 8 / copyright notice and this permission notice appear in all copies.
12 / MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14 / WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16 / OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36 / encrypted in-place), but no other pair of pointers may be equal.
48 #define OCB_KEY_LEN 16 /* 0, 16, 24 or 32. 0 means set in ae_init */
49 #define OCB_TAG_LEN 16 /* 0 to 16. 0 means set in ae_init */
51 /* This implementation has built-in support for multiple AES APIs. Set any
59 / space in ae_ctx), generated as needed (slightly slowing encryption and
62 / are used for L values in ae_ctx. Plaintext and ciphertexts shorter tha
116 } in, out; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.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
803 Parcel in = roundtripParcel(out); local
804 mBundle = in.readBundle();
809 Parcel in = Parcel.obtain(); local
810 in.unmarshall(buf, 0, buf.length);
811 in.setDataPosition(0);
812 return in;
  /external/doclava/src/com/google/doclava/
Doclava.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
112 * reporting errors in the process.
387 // Write metadata for all processed files to jd_lists_unified.js in out dir
415 // The .html extension is hard-coded in several .cs files,
439 BufferedReader in = null; local
441 in = new BufferedReader(new FileReader(fn));
446 String line = in.readLine();
474 if (in != null) {
476 in.close()
    [all...]

Completed in 162 milliseconds

<<41424344454647484950>>