/external/libvorbis/vq/ |
distribution.c | 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * 13 function: utility for finding the distribution in a data set 34 FILE *in; local 51 in=fopen(argv[1],"r"); 52 if(!in){ 64 fclose(in); 163 line=setup_line(in); 185 line=setup_line(in); 205 rewind(in); 206 line=setup_line(in); [all...] |
latticebuild.c | 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * 63 FILE *in=NULL; local 80 in=fopen(filename,"r"); 81 if(!in){ 97 line=get_line(in); 118 line=setup_line(in); 172 /* save the book in C header form */
|
latticetune.c | 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * 30 /* This util takes a training-collected file listing codewords used in 46 FILE *in=NULL; local 88 in=fopen(argv[2],"r"); 89 if(!in){ 96 line=setup_line(in); 105 line=setup_line(in); 112 line=setup_line(in); 126 line=setup_line(in); 130 fclose(in); [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
run-command.h | 19 * Using .in, .out, .err: 23 * .in: returns the writable pipe end; parent writes to it, 30 * .in: a readable FD, becomes child's stdin 33 * The specified FD is closed by start_command(), even in case 36 int in; member in struct:child_process
|
/external/lzma/xz-embedded/ |
xz.h | 26 /* In Linux, this is used to make extern functions static when needed. */ 66 * return code is possible only in multi-call mode 70 * is still possible in multi-call mode by simply 74 * which is not used in the kernel. Unsupported 85 * only in multi-call mode (XZ_PREALLOC or 91 * compression options. In the decoder this means 99 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls 106 * In single-call mode, XZ_BUF_ERROR is returned only when the output buffer 107 * is too small or the compressed input is corrupt in a way that makes the 126 * @in: Beginning of the input buffer. This may be NULL if and onl 141 const uint8_t *in; member in struct:xz_buf [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target.cpp | 6 * to deal in the Software without restriction, including without limitation 11 * The above copyright notice and this permission notice shall be included in 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 223 BasicBlock *in = func->bbArray[j]; local 224 Instruction *exit = in->getExit(); 227 in->binSize -= 8; 233 in->remove(exit) [all...] |
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
ApacheHttpClient.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 67 InputStream in = response.getEntity().getContent(); local 70 in = new GZIPInputStream(in); 73 long total = readAllAndClose(in); 77 System.out.println(String.format("Transferred % 8d bytes in %4d ms",
|
/external/okhttp/okio/src/test/java/okio/ |
OkioTest.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 InputStream in = new ByteArrayInputStream( local 48 Source source = Okio.source(in);
|
/external/openssl/apps/ |
crl2p7.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 89 BIO *in=NULL,*out=NULL; local 303 BIO *in=NULL; local [all...] |
dh.c | 12 * apply to all code found in this distribution, be it the RC4, RSA, 17 * Copyright remains Eric Young's, and as such any Copyright notices in 19 * If this package is used in a product, Eric Young should be given attribution 21 * This can be in the form of a textual message at program startup or 22 * in documentation (online or textual) provided with the package. 24 * Redistribution and use in source and binary forms, with or without 29 * 2. Redistributions in binary form must reproduce the above copyright 30 * notice, this list of conditions and the following disclaimer in the 45 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 49 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 93 BIO *in=NULL,*out=NULL; local [all...] |
pkcs7.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 87 BIO *in=NULL,*out=NULL; local [all...] |
pkey.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 74 BIO *in = NULL, *out = NULL local [all...] |
sess_id.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 284 BIO *in=NULL; local [all...] |
spkac.c | 10 * Redistribution and use in source and binary forms, with or without 17 * 2. Redistributions in binary form must reproduce the above copyright 18 * notice, this list of conditions and the following disclaimer in 25 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 33 * nor may "OpenSSL" appear in their names without prior written 39 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 44 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 49 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 51 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 76 /* -in arg - input file - default stdi 86 BIO *in = NULL,*out = NULL; local [all...] |
/external/openssl/crypto/conf/ |
conf_lib.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 82 rewritten in terms of the new CONF interface. * 94 BIO *in=NULL; local [all...] |
/external/openssl/crypto/des/ |
des_enc.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 295 register const unsigned char *in; local [all...] |
set_key.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 349 register const unsigned char *in; local [all...] |
/external/openssl/crypto/rand/ |
randfile.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 119 FILE *in; local [all...] |
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
SplitAppTest.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 fail("Unexpected drawable in base"); 98 // Receiver disabled by default in base 105 // We shouldn't have any native code in base 108 fail("Unexpected native code in base"); 243 // Receiver only enabled in feature 261 // And assert that we spun up the provider in this process 369 private static String getXmlTestValue(XmlPullParser in) throws XmlPullParserException, 372 while ((type = in.next()) != END_DOCUMENT) 385 BufferedReader in = null; local [all...] |
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/ |
GLGameActivity.java | 5 * in compliance with the License. You may obtain a copy of the License at 9 * Unless required by applicable law or agreed to in writing, software distributed under the License 145 InputStream in = null; local 147 in = manager.open(path); 154 Bitmap bmp = BitmapFactory.decodeStream(in, null, op); 172 in.close();
|
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/ |
CtsHostJankTest.java | 5 * in compliance with the License. You may obtain a copy of the License at 9 * Unless required by applicable law or agreed to in writing, software distributed under the License 116 Scanner in = new Scanner(result); local 118 while (in.hasNextLine()) { 119 String[] parts = in.nextLine().split(":"); 124 in.close();
|
/cts/tests/tests/security/src/android/security/cts/ |
CertificateTest.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 * significant security impact. In the worst case, adding a rogue CA can permanently compromise 58 * adding a new certificate authority is in your users' best interests. 61 * so many people it is imperative that it be done transparently and in the open. Any request to 62 * modify the certificate list used by this test must have a corresponding change in AOSP 63 * (one certificate per change) authored by the OEM in question and including: 65 * - the certificate in question: 66 * - The certificate must be in a file under 67 * cts/tests/tests/security/assets/oem_cacerts, in PEM (Privacy-enhanced Electroni 143 InputStream in = null; local [all...] |
ClonedSecureRandomTest.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 87 * This test spawns a Service in a new process to check the initial state of 116 * number of times because of the pigeonhole principle. In an attempt to 165 * Make sure the AndroidManifest.xml wasn't altered in a way that 168 assertFalse("SecureRandomService must run in a different process. Check " 221 * another service spawned as we are doing in this test. 239 BufferedReader in = null; local 241 in = new BufferedReader(new FileReader(filename)); 242 final String line = in.readLine() [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
ClassPathOpener.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 * Opens all the class files found in a class path element. Path elements 45 * classes and "package-info" occurs before all other classes in that 110 * classes and "package-info" occurs before all other classes in that 123 * classes and "package-info" occurs before all other classes in that 182 * classes and "package-info" preceeds all other classes in its package. 269 InputStream in = zip.getInputStream(one); local 273 int amt = in.read(buf); 281 in.close() [all...] |
/dalvik/dx/src/com/android/dx/io/ |
DexIndexPrinter.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 96 Dex.Section in = dex.open(tableOfContents.typeLists.off); local 98 int size = in.readInt(); 101 System.out.print(" " + dex.typeNames().get((int) in.readShort())); 104 in.readShort(); // retain alignment
|