/libcore/ojluni/src/main/native/ |
UNIXProcess_md.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 70 * /proc/sys/vm/overcommit_memory in Linux proc(5)). 76 * documented in the glibc docs and is standardized by XPG4. 79 * the clone system call with flag CLONE_VFORK, but in fact vfork is 171 * "All identifiers in this volume of IEEE Std 1003.1-2001, except 172 * environ, are defined in at least one of the headers" (!) 280 * (We don't support putenv("PATH=...") in native code) 418 * don't want to close that while it's in use. We assume that i 683 int in[2]; member in struct:_ChildStuff 844 int in[2], out[2], err[2], fail[2]; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppManager.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 210 if (V) Log.v(TAG, "Uri in batch: " + Uri.parse(splitUri[i])); 343 Intent in = new Intent(mContext, BluetoothOppBtErrorActivity.class); local 344 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); 345 in.putExtra("title", mContext.getString(R.string.enabling_progress_title)) [all...] |
BluetoothOppTransfer.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 130 * Receives events from mConnectThread & mSession back in the main thread. 149 * failed, and all shares in batch failed 268 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); local 269 mContext.sendBroadcast(in); [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
AttachmentUtilities.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 * the chooser is only opened with the first item in the list. 105 * Entries in this list are compared to the end of the lower-cased filename, so they must 119 * Entries in this list are compared to the end of the lower-cased filename, so they must 128 * so we should probably factor that in. A 5MB attachment will generally be around 135 * so we should probably factor that in. A 5MB attachment will generally be around 209 * NOTE: Since mime types on Android are case-*sensitive*, return values are always in 294 * In support of deleting a message, find all attachments and delete associated attachment 319 * In support of deleting a message, find all attachments and delete associated cache [all...] |
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
VpnTests.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 62 * VPN profiles are saved in an xml file and will be loaded through {@link VpnProfileParser}. 107 InputStream in = null; local 115 in = new FileInputStream(profileFile); 116 mVpnInfoPool = VpnProfileParser.parse(in); 331 * Install certificates from a file loaded in external stroage on the device
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FileUtils.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 50 * Facilities are provided in the following areas: 86 * Instances should NOT be constructed in standard programming. 93 * The number of bytes in a kilobyte. 98 * The number of bytes in a megabyte. 103 * The number of bytes in a gigabyte. 251 * @param directory the directory to search in. 272 * If your search should recurse into subdirectories you can pass in 278 * "temp" you pass in <code>FileFilterUtils.NameFileFilter("temp")</code 1104 InputStream in = null; local 1137 InputStream in = null; local 1158 InputStream in = null; local 1212 InputStream in = null; local 1707 InputStream in = null; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/ |
hdspm.h | 13 * This program is distributed in the hope that it will be useful, 82 * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the 192 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte = 196 /* organisation is 64 channelfader in a continous memory block */ 201 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */ 206 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/ |
ib_user_cm.h | 8 * COPYING in the main directory of this source tree, or the 11 * Redistribution and use in source and binary forms, with or 19 * - Redistributions in binary form must reproduce the above 21 * disclaimer in the documentation and/or other materials 27 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 28 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 70 __u16 in; member in struct:ib_ucm_cmd_hdr 269 /* ari in ib_ucm_event_get info field. * [all...] |
rdma_user_cm.h | 7 * COPYING in the main directory of this source tree, or the 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above 20 * disclaimer in the documentation and/or other materials 26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 72 __u16 in; member in struct:rdma_ucm_cmd_hdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
hdspm.h | 13 * This program is distributed in the hope that it will be useful, 82 * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the 192 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte = 196 /* organisation is 64 channelfader in a continuous memory block */ 201 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */ 206 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
|
/system/extras/ANRdaemon/ |
ANRdaemon.cpp | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright 12 * in the documentation and/or other materials provided with the 21 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 26 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 27 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 63 static const int check_period = 1; // in sec 64 static const int tracing_check_period = 500000; // in micro sec 142 * If failed in getting status, new_cpu won't be updated and 145 ALOGE("Error in getting cpu status. Skipping this check.") 373 uint8_t *in, *out; local [all...] |
/system/security/keystore/ |
keystore.cpp | 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 84 /* Here is the encoding of keys. This is necessary in order to allow arbitrary 85 * characters in keys. Characters in [0-~] are not encoded. Others are encoded 88 * [0-o]. Therefore in the worst case the length of a key gets doubled. Note 92 const uint8_t* in = reinterpret_cast<const uint8_t*>(keyName.string()); local 94 for (int i = length; i > 0; --i, ++in) { 95 if (*in < '0' || *in > '~') { 103 const uint8_t* in = reinterpret_cast<const uint8_t*>(keyName.string()); local 658 int in = TEMP_FAILURE_RETRY(open(sMetaDataFile, O_RDONLY)); local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
ar.c | 11 This program is distributed in the hope that it will be useful, 23 Bugs: GNU ar used to check file against filesystem in quick_update and 87 /* Controls the writing of an archive symbol table (in BSD: a __.SYMDEF 91 Traditionally, the default in BSD has been to not write the table. 96 /* Operate in deterministic mode: write zero for timestamps, uids, 128 /* Whether to truncate names of files stored in the archive. */ 174 whose name matches one in FILES. */ 193 However we have to iterate over the filenames in order to notice where 194 a filename is requested but does not exist in the archive. Ditto 214 same-named entries in the archive, not the same entry multipl 438 char *const *in; \/* cursor into original argv *\/ local [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
opc2c.c | 13 This program is distributed in the hope that it will be useful, 571 FILE * in; local 592 in = fopen (argv[1], "r"); 593 if (!in) 604 while ((line = safe_fgets (in)) != 0)
|
/external/caliper/lib/ |
gson-2.2.2.jar | |
/prebuilts/devtools/tools/lib/ |
gson-2.2.4.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/ |
gson-2.2.4.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/ |
gson-2.3.jar | |
/prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/ |
gson-2.2.4.jar | |
/cts/tests/tests/security/src/android/security/cts/ |
OpenSSLHeartbleedTest.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 63 // Man-in-The-Middle (MiTM). The client connects to the MiTM which then connects to the server 64 // and starts forwarding all TLS records between the client and the server. In tests that check 142 "SSLSocket is vulnerable to Heartbleed in " + ((client) ? "client" : "server") 164 "SSLSocket is vulnerable to Heartbleed in " + ((client) ? "client" : "server") 188 // Start the MiTM daemon in the background 199 // Start the server in the background 207 // Start the client in the background 379 InputStream in, 753 private final InputStream in; field in class:OpenSSLHeartbleedTest.TlsRecordReader 904 InputStream in = null; local [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.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 803 InputStream in = EnvironmentHelper.PropertiesToInputStream(props); local 804 man.readConfiguration(in); 973 InputStream in = null; local [all...] |
/external/conscrypt/src/test/java/org/conscrypt/ |
TrustedCertificateStoreTest.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 277 * in it: 338 * Where CA1 also exists in a self-issued form. 787 // Assert that all the certificates in the system cacerts directory are stored in files with 801 assertEquals("System certificate stored in the wrong file", 822 // Checking that the certificate is stored in a file is extraneous given the current 823 // implementation of the class under test. We do it just in case the implementation 859 InputStream in = null; local [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 63 // TODO: make sure relative file names are converted to relative URLs in all anchors/hrefs 120 m_log.trace1 ("process", "[" + getType () + "] report generated in " + (end - start) + " ms"); 439 // this visit only takes place in src views 614 // this visit only takes place in class views 774 // TODO: merge header and footer in the same method 1142 BufferedReader in = null; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
MeasureUnit.java | 40 // Used to pre-fill the cache. These same constants appear in MeasureFormat too. [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CompatibilityTest.java | 114 * (first day of week, minimal days in first week). 536 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); 543 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); 557 verify765("1997 zero-th Tuesday in June = ", e, c); 564 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); 571 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); 584 verify765("1997 Tuesday in week 0 of June = ", e, c); 590 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); 596 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); 609 verify765("1997 Tuesday in week 0 of year = ", e, c) 848 ByteArrayInputStream in = new ByteArrayInputStream(f.toByteArray()); local [all...] |