/libcore/ojluni/src/main/java/java/util/logging/ |
LogRecord.java | 10 * by Oracle in the LICENSE file that accompanied this code. 12 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * version 2 for more details (a copy is included in the LICENSE file that 51 * the values to be filled in. 57 * <li> Because objects in the parameters array may not be serializable, 58 * during serialization all objects in the parameters array are 77 * MIN_SEQUENTIAL_THREAD_ID, in which case we try harder to keep 120 * @serial Event time in milliseconds since 1970 164 * These sequence values are allocated in increasing order within a VM. 269 * Sequence numbers are normally assigned in the LogRecor [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CRLEntryImpl.java | 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 14 * version 2 for more details (a copy is included in the LICENSE file that 43 * <p>Abstract class for a revoked certificate in a CRL. 44 * This class is for each entry in the <code>revokedCertificates</code>, 239 * method in X509CRLEntry. It is better performance-wise since it returns 254 * getRevocationReason method in X509CRLEntry. 290 * @return value of this revoked certificate in a printable form. 344 * Gets a Set of the extension(s) marked CRITICAL in this 345 * X509CRLEntry. In the returned set, each extension i 460 DerInputStream in = derVal.toDerInputStream(); local [all...] |
/libcore/ojluni/src/main/native/ |
Net.c | 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 14 * version 2 for more details (a copy is included in the LICENSE file that 29 #include <netinet/in.h> 278 * it shouldn't fail. As such, we just fill in generic Linux-compatible values. 313 * it shouldn't fail. As such, we just fill in generic Linux-compatible values. 587 struct in_addr in; local 591 in.s_addr = htonl(interf); 594 (void*)&(in.s_addr), arglen); 603 struct in_addr in; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
ios.cpp | 119 const ios_base::openmode ios_base::in; member in class:ios_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
config.py | 10 import lit.Test # pylint: disable=import-error,no-name-in-module namespace 11 import lit.util # pylint: disable=import-error,no-name-in-module namespace 21 # configuration hasn't been created by the build system, or we are in an 27 ' Running the tests in the default configuration.') 75 if conf.lower() in ('1', 'true'): 77 if conf.lower() in ('', '0', 'false'): 131 # We have no way of knowing where in the chain the 213 # If LIT_USE_INTERNAL_SHELL is in the environment, we use that as the 237 for f in additional_features.split(','): 279 if target_system in locales [all...] |
/ndk/sources/host-tools/make-3.81/ |
misc.c | 11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 78 register char *in, *out, *p; 82 in = strchr (line, '\n'); 83 if (in == 0) 86 out = in; 90 while (*in != '\0') 93 the end just before IN, and BACKSLASH gets nonzero 97 for (p = in - 1; p >= line && *p == '\\'; --p) 105 if (in == out - 1) 114 ++in; 77 register char *in, *out, *p; local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 20 //size in Go 152 ifstream in("/tmp"); 153 if (in.good()) { 155 getline(in, s); 156 CPPUNIT_ASSERT( in.fail() ); 175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); 210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); 244 ifstream is("test_file.txt", ios_base::in | ios_base::binary); 263 ifstream is("test_file.txt", ios_base::in | ios_base::binary); 279 ifstream is("test_file.txt", ios_base::in | ios_base::binary) 653 result in (state_type&, function in class:std::codecvt [all...] |
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 20 //size in Go 152 ifstream in("/tmp"); 153 if (in.good()) { 155 getline(in, s); 156 CPPUNIT_ASSERT( in.fail() ); 175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); 210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); 244 ifstream is("test_file.txt", ios_base::in | ios_base::binary); 263 ifstream is("test_file.txt", ios_base::in | ios_base::binary); 279 ifstream is("test_file.txt", ios_base::in | ios_base::binary) 653 result in (state_type&, function in class:std::codecvt [all...] |
/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 137 * Organize Array list for transfers in one batch 162 if (V) Log.d(TAG, "Uri in this batch: " + path.toString()); 181 Intent in = new Intent(context, BluetoothOppBtErrorActivity.class); local 182 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK) 228 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/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/ |
UserCredentialsSettings.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 196 * The credentials are stored in a {@link CredentialAdapter} attached to the main 197 * {@link ListView} in the fragment. 207 // Do not show work profile keys in user credentials 231 * Helper class to display {@link Credential}s in a list. 291 Credential(Parcel in) { 292 this(in.readString()); 294 long typeBits = in.readLong(); 318 public Credential createFromParcel(Parcel in) { [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 92 public ProcStatsEntry(Parcel in) { 93 mPackage = in.readString(); 94 mUid = in.readInt(); 95 mName = in.readString(); 96 in.readStringList(mPackages); 97 mBgDuration = in.readLong(); 98 mAvgBgMem = in.readLong(); 99 mMaxBgMem = in.readLong() [all...] |
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/ |
DvrStorageManager.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 90 private void readFormatInt(DataInputStream in, MediaFormat format, String key) 92 int val = in.readInt(); 98 private void readFormatLong(DataInputStream in, MediaFormat format, String key) 100 long val = in.readLong(); 106 private void readFormatFloat(DataInputStream in, MediaFormat format, String key) 108 float val = in.readFloat(); 114 private String readString(DataInputStream in) throws IOException { 115 int len = in.readInt() [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...] |
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 82 * configured identically, but not opened or connected in any way. 226 * service but is not in the public API. 253 // we should be reporting the bad name in the certificate. Unfortunately this is buried 254 // in the verifier code and is not available in the verifier API, and extracting the 323 * delimiter char(s) are not included in the result. 327 InputStream in = getInputStream(); local 329 while ((d = in.read()) != -1) [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 38 * Literal larger than this will be stored in temp file. 54 * We store all {@link ImapResponse} in it. {@link #destroyResponses()} must be called from 61 * in the same way EOF does. 73 public ImapResponseParser(InputStream in) { 74 this(in, LITERAL_KEEP_IN_MEMORY_THRESHOLD); 80 /* package for test */ ImapResponseParser(InputStream in, int literalKeepInMemoryThreshold) { 81 mIn = new PeekableInputStream(in); 106 * Read and return one byte from {@link #mIn}, and put it in {@link #mDiscourseLogger} 425 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/gdb/darwin-x86/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/gdb/linux-x86/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...] |