/external/curl/src/ |
tool_cb_rea.c | 10 * This software is licensed as described in the file COPYING, which 40 struct InStruct *in = userdata; local 42 rc = read(in->fd, buffer, sz*nmemb); 46 in->config->readbusy = TRUE; 52 in->config->readbusy = FALSE;
|
/external/libvorbis/doc/ |
a2-encapsulation-rtp.tex | 4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp} 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
|
/external/valgrind/none/tests/mips32/ |
test_fcsr.c | 6 unsigned long long in [] = {0x405EE0A3D70A3D71ULL, 0x3FF0000000000000ULL}; local 20 : "r" (in), "r" (out)
|
/external/wpa_supplicant_8/src/crypto/ |
md5_i.h | 15 u8 in[64]; member in struct:MD5Context
|
/system/media/audio_utils/tests/ |
limiter_tests.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 32 float in = (float) ((double) i * 0.01); local 33 float out = limiter(in); 34 printf("%g,%g\n", in, out); 36 out = limiter(-in); 37 printf("%g,%g\n", -in, out);
|
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptor_AutoCloseInputStreamTest.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 29 AutoCloseInputStream in = new AutoCloseInputStream(pf); local 30 assertEquals(0, in.read()); 32 in.close(); 35 in.read();
|
/libcore/ojluni/src/main/java/java/io/ |
FilterInputStream.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 50 protected volatile InputStream in; field in class:FilterInputStream 54 * by assigning the argument <code>in</code> 55 * to the field <code>this.in</code> so as 58 * @param in the underlying input stream, or <code>null</code> if 61 protected FilterInputStream(InputStream in) { 62 this.in = in; [all...] |
FilterReader.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 46 protected Reader in; field in class:FilterReader 51 * @param in a Reader object providing the underlying stream. 52 * @throws NullPointerException if <code>in</code> is <code>null</code> 54 protected FilterReader(Reader in) { 55 super(in); 56 this.in = in; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapReceiver.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 51 Intent in = new Intent(); local 52 in.putExtras(intent); 53 in.setClass(context, BluetoothPbapService.class); 55 in.putExtra("action", action) [all...] |
/bionic/libc/bionic/ |
sigblock.c | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright 11 * notice, this list of conditions and the following disclaimer in 18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 38 } in, out; local 40 sigemptyset(&in.the_sigset); 41 in.the_mask = mask; 43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset) [all...] |
sigsetmask.c | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright 11 * notice, this list of conditions and the following disclaimer in 18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 39 } in, out; local 41 sigemptyset(&in.the_sigset); 42 in.the_mask = mask; 44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset) [all...] |
/cts/tests/tests/media/libmediandkjni/ |
md5_utils.h | 4 * written by Colin Plumb in 1993, no copyright is claimed. 5 * This code is in the public domain; do with it what you wish. 20 * Still in the public domain. 37 UWORD32 in[16]; member in struct:MD5Context 43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Interp.h | 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 51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; local 54 tmpf[0] = in[0] * ciTable[off + 40]; 55 tmpf[0] += in[1] * ciTable[off]; 56 tmpf[0] += in[2] * ciTable[40 - off]; 57 tmpf[0] += in[3] * ciTable[80 - off]; 58 in += img->pitch; 59 tmpf[1] = in[0] * ciTable[off + 40]; 60 tmpf[1] += in[1] * ciTable[off] [all...] |
/external/autotest/client/deps/glbench/src/ |
md5.h | 16 u8 in[64]; member in struct:MD5Context
|
/external/guice/core/src/com/google/inject/binder/ |
ScopedBindingBuilder.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 33 void in(Class<? extends Annotation> scopeAnnotation); method in interface:ScopedBindingBuilder 38 void in(Scope scope); method in interface:ScopedBindingBuilder
|
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
setg.pass.cpp | 41 char in[] = "ABC"; local 42 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0])); 46 wchar_t in[] = L"ABC"; local 47 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0])) [all...] |
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
setp.pass.cpp | 41 char in[] = "ABC"; local 42 t.setp(in, in+sizeof(in)/sizeof(in[0])); 46 wchar_t in[] = L"ABC"; local 47 t.setp(in, in+sizeof(in)/sizeof(in[0])) [all...] |
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
xsputn.pass.cpp | 37 char in[] = "123456"; local 38 assert(t.sputn(in, sizeof(in)) == 0); 39 char out[sizeof(in)] = {0}; 41 assert(t.sputn(in, sizeof(in)) == sizeof(in)); 42 assert(strcmp(in, out) == 0);
|
/external/libcxx/test/std/localization/locale.categories/ |
__scan_keyword.pass.cpp | 15 // Scans [__b, __e) until a match is found in the basic_strings range 16 // [__kb, __ke) or until it can be shown that there is no match in [__kb, __ke). 18 // or proved to not exist. A keyword may be "", in which will match anything. 19 // If one keyword is a prefix of another, and the next CharT in the input 25 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false, 48 const char* in = input; local 51 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1, 55 assert(in == input+1); 60 const char* in = input; local 63 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1 72 const char* in = input; local 84 const char* in = input; local 96 const char* in = input; local 108 const char* in = input; local [all...] |
/external/libmicrohttpd/src/microhttpd/ |
md5.h | 4 * written by Colin Plumb in 1993, no copyright is claimed. 5 * This code is in the public domain; do with it what you wish. 36 unsigned char in[64]; member in struct:MD5Context
|
/external/libvpx/libvpx/ |
md5_utils.h | 4 * written by Colin Plumb in 1993, no copyright is claimed. 5 * This code is in the public domain; do with it what you wish. 20 * Still in the public domain. 37 UWORD32 in[16]; member in struct:MD5Context 43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
|
/external/toybox/toys/other/ |
free.c | 1 /* free.c - Display amount of free and used memory in the system. 5 // Flag order is signifcant: b-t are units in order, FLAG_h-1 is unit mask 43 struct sysinfo in; local 45 sysinfo(&in); 46 TT.units = in.mem_unit ? in.mem_unit : 1; 53 "Swap:%16s%12s%12s\n", convert(in.totalram), 54 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram) [all...] |
/external/tpm2/ |
Marshal_ChangeEPS.c | 3 // found in the LICENSE file. 30 ChangeEPS_In in; local 39 ChangeEPS_In_Unmarshal(&in, request_handles, request_parameter_buffer, 45 result = TPM2_ChangeEPS(&in);
|
Marshal_ChangePPS.c | 3 // found in the LICENSE file. 30 ChangePPS_In in; local 39 ChangePPS_In_Unmarshal(&in, request_handles, request_parameter_buffer, 45 result = TPM2_ChangePPS(&in);
|
Marshal_Clear.c | 3 // found in the LICENSE file. 30 Clear_In in; local 38 result = Clear_In_Unmarshal(&in, request_handles, request_parameter_buffer, 44 result = TPM2_Clear(&in);
|