/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 30 #include <netinet/in.h> 374 * it shouldn't fail. As such, we just fill in generic Linux-compatible values. 409 * it shouldn't fail. As such, we just fill in generic Linux-compatible values. 704 struct in_addr in; local 708 in.s_addr = htonl(interf); 711 (void*)&(in.s_addr), arglen); 720 struct in_addr in; local [all...] |
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])); 347 Intent in = new Intent(mContext, BluetoothOppBtErrorActivity.class); local 348 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); 349 in.putExtra("title", mContext.getString(R.string.enabling_progress_title)) [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/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 592 // Replace "-Value" by "1+~Value" in the following commented code to avoid 617 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 705 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [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
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
Pp.cpp | 6 //Redistribution and use in source and binary forms, with or without 13 // Redistributions in binary form must reproduce the above 15 // disclaimer in the documentation and/or other materials provided 25 //FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 30 //CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31 //LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 38 NVIDIA Corporation("NVIDIA") supplies this software to you in 45 In consideration of your agreement to abide by the following terms, and 47 license, under NVIDIA's copyrights in this original NVIDIA software (the 49 NVIDIA Software, with or without modifications, in source and/or binar 1056 tMacroInput *in = new tMacroInput(this); local [all...] |
/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 143 * If failed in getting status, new_cpu won't be updated and 146 ALOGE("Error in getting cpu status. Skipping this check.") 288 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 90 /* Here is the encoding of keys. This is necessary in order to allow arbitrary 91 * characters in keys. Characters in [0-~] are not encoded. Others are encoded 94 * [0-o]. Therefore in the worst case the length of a key gets doubled. Note 98 const uint8_t* in = reinterpret_cast<const uint8_t*>(keyName.string()); local 100 for (int i = length; i > 0; --i, ++in) { 101 if (*in < '0' || *in > '~') { 109 const uint8_t* in = reinterpret_cast<const uint8_t*>(keyName.string()); local 707 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)
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
RemoteManager.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 216 BufferedReader in = null; local 220 in = new BufferedReader(new InputStreamReader(clientSocket.getInputStream())); 222 processClientOperations(in, out); 229 closeReader(in); 239 * @param in the {@link BufferedReader} coming from the client socket. 244 void processClientOperations(BufferedReader in, PrintWriter out) throws IOException { 246 while ((line = in.readLine()) != null && !mCancel) { 469 "Freeing device %s no longer in use by remote tradefed" [all...] |
/tools/tradefederation/core/src/com/android/tradefed/util/ |
SubprocessTestResultsParser.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 115 BufferedReader in = null; local 118 in = new BufferedReader(new InputStreamReader(client.getInputStream())); 120 while ((event = in.readLine()) != null) { 131 StreamUtil.close(in); 140 * @param millis timeout in milliseconds.
|