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

<<41424344454647484950>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.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
56 ObjectInputStream in = new ObjectInputStream( local
58 MessageFormat read = (MessageFormat) in.readObject();
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.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
30 * This implementation is efficient for operations traditionally used in
35 * This API includes operations for bitwise operations in two's complement
53 /** The magnitude of this in the little-endian representation. */
57 * The length of this in measured in ints. Can be less than
77 /** All the {@code BigInteger} numbers in the range [0,10] are cached. */
120 * Constructs a random non-negative {@code BigInteger} instance in the range
123 * @param numBits maximum length of the new {@code BigInteger} in bits
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.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
102 * characters must first be <i>encoded</i> before they can be embedded in a URI.
110 * <tr><td>Scheme </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code +-.} </td><td>First character must be in {@code a-z}, {@code A-Z}</td><td> </td><td>{@code http}</td></tr>
160 * <li>Unreserved characters in <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>.
263 // check for IPv6 addresses that hasn't been enclosed in square brackets
419 throw new URISyntaxException(uri, "Illegal character in scheme", 0);
499 // fill in the userInfo, host and port fields
511 throw new URISyntaxException(uri, "Illegal character in userInfo", index + i);
541 throw new URISyntaxException(host, "Illegal character in host name", 0)
    [all...]
URLClassLoader.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
52 * URLs contained in the URL search list.
72 BufferedReader in = null; local
79 in = new BufferedReader(new InputStreamReader(is, StandardCharsets.UTF_8));
82 if (in.readLine() == null) return null;
83 if (in.readLine() == null) return null;
86 String line = in.readLine();
92 line = in.readLine();
117 IoUtils.closeQuietly(in);
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.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
39 * {@code Provider} is the abstract superclass for all security providers in the
768 * These attributes should be placed in each Provider object:
780 * Returns the property with the specified key in the provider properties.
802 * {@code Service} represents a service in the Java Security infrastructure.
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.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
44 private static final int BUFFER_SIZE = 8096; // in bytes
73 /** Timeout for HTTP connections (in ms) */
292 * Downloading external entities by default would result in several
354 InputStream in = inputSource.getByteStream(); local
355 if (in != null) {
359 entityParser.parseFragment(in);
363 IoUtils.closeQuietly(in);
376 in = openUrl(systemId)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.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
360 Reader in = new StringReader(s); local
366 reader.parse(new InputSource(in));
459 Reader in = new StringReader( local
467 reader.parse(new InputSource(in));
496 Reader in = new StringReader( local
504 reader.parse(new InputSource(in));
566 Reader in = new StringReader("<?xml version=\"1.0\"?>\n" local
579 reader.parse(new InputSource(in));
612 Reader in = new StringReader("<?xml version=\\"1.0\\"?>\\n" local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.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
45 * in stead of a bit to indicate the message type. Then 4
354 throw new IllegalArgumentException("Message type not found in handle string.");
406 /* if 'continuation' byte is in place 200,
411 /* first byte in utf-8 character found,
430 * @param in the string with encoding
433 static public String stripEncoding(String in){
435 if(in.contains("=?") && in.contains("?="))
495 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
80 // get do file I/O in the remote keystore process and while they
381 InputStream in = new ByteArrayInputStream(bytes); local
385 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
111 * fields are tracked in {@link #mInfoDelta}. If a field exists in
469 InputStream in = null; local
473 in = conn.getInputStream();
521 transferData(in, out, outFd);
536 IoUtils.closeQuietly(in);
552 private void transferData(InputStream in, OutputStream out, FileDescriptor outFd)
560 len = in.read(buffer)
    [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-linux-glibc2.15-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...]

Completed in 549 milliseconds

<<41424344454647484950>>