/external/boringssl/src/ssl/ |
ssl_file.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 135 BIO *in; local 198 BIO *in; local 299 BIO *in; local 342 BIO *in; local 383 BIO *in; local 423 BIO *in; local 465 BIO *in; local 505 BIO *in; local 547 BIO *in; local [all...] |
/external/curl/lib/ |
escape.c | 10 * This software is licensed as described in the file COPYING, which 23 /* Escape and unescape URL encoding in strings. The functions return a new 44 static bool Curl_isunreserved(unsigned char in) 46 switch (in) { 84 unsigned char in; /* we need to treat the characters unsigned */ local 96 in = *string; 98 if(Curl_isunreserved(in)) 100 ns[strindex++]=in; 116 result = Curl_convert_to_network(handle, &in, 1); 123 snprintf(&ns[strindex], 4, "%%%02X", in); 150 unsigned char in; local [all...] |
/external/dhcpcd-6.8.2/crypt/ |
md5.c | 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. 70 /* This is the central step in the MD5 algorithm. */ 82 uint32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; local 85 memcpy(in, block, sizeof(in)); 88 in[a] = (uint32_t)( 101 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7); 102 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12); 103 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17) [all...] |
/external/freetype/src/base/ |
ftgloadr.c | 50 /* several glyphs (those `in the stack'). */ 62 /* re-implement it in one way or the other, which wasted code and */ 354 /* adjust contours count in newest outline */ 377 FT_Outline* in = &source->base.outline; local 380 FT_ARRAY_COPY( out->points, in->points, 382 FT_ARRAY_COPY( out->tags, in->tags, 384 FT_ARRAY_COPY( out->contours, in->contours,
|
/external/guava/guava-tests/test/com/google/common/io/ |
LittleEndianDataOutputStreamTest.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 /* Write out various test values in LITTLE ENDIAN FORMAT */ 61 DataInput in = new DataInputStream(new ByteArrayInputStream(data)); local 63 /* Read in various values NORMALLY */ 65 in.readFully(b); 68 assertEquals(true, in.readBoolean()); 69 assertEquals(false, in.readBoolean()); 70 assertEquals(100, in.readByte()); 71 assertEquals(-100, in.readByte()) 92 DataInput in = new DataInputStream(new ByteArrayInputStream(data)); local 109 DataInput in = new DataInputStream(new ByteArrayInputStream(data)); local 126 DataInput in = new DataInputStream(new ByteArrayInputStream(data)); local [all...] |
/external/icu/icu4c/source/samples/layout/ |
GnomeFontInstance.cpp | 182 le_int32 in, out; local 184 for (in = 0, out = 0; in < glyphCount; in += 1) { 185 TTGlyphID glyph = LE_GET_GLYPH(glyphs[in]); 189 glyph_t[out].x = x + positions[in*2]; 190 glyph_t[out].y = y + positions[in*2 + 1];
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
Trans.java | 60 BufferedReader in = null; local 62 in = new BufferedReader(new InputStreamReader(new FileInputStream(inName), "UTF8")); 70 trans(trans, inText, in, out, isHTML); 75 BufferedReader in, PrintWriter out, boolean isHTML) throws IOException { 82 } else if (in != null) { 83 line = in.readLine();
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/ |
ExecutionDataReader.java | 28 protected final CompactDataInput in; field in class:ExecutionDataReader 39 * is read in single bytes. 45 this.in = new CompactDataInput(input); 82 type = in.readByte(); 122 if (in.readChar() != ExecutionDataWriter.MAGIC_NUMBER) { 125 final char version = in.readChar(); 136 final String id = in.readUTF(); 137 final long start = in.readLong(); 138 final long dump = in.readLong(); 146 final long id = in.readLong() [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
SignatureRemoverTest.java | 101 InputStream in = new ByteArrayInputStream( local 105 assertTrue(remover.filterEntry("META-INF/MANIFEST.MF", in, out));
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
PrecompiledTemplateMapFileReader.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 35 * Utility class that reads in the file output by BatchCompiler that is a list of template names and 48 * Helper object that reads in the specified resource file and generates a mapping of template 52 * @param dirPattern prefix to remove from read in template names. Used in conjunction with 55 * to the location of the templates in production via a flag. 100 throw new IllegalArgumentException("No template file name found in " + templateMapFile 113 throw new IllegalArgumentException("No class name found in " + templateMapFile + " on line " 125 throw new IllegalArgumentException("Invalid escape mode found in " + templateMapFil 136 InputStream in = classLoader.getResourceAsStream(templateMapFile); local [all...] |
/external/libopus/celt/ |
opus_custom_demo.c | 5 Redistribution and use in source and binary forms, with or without 12 - Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 19 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 24 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 61 opus_int16 *in, *out; local 128 in = (opus_int16*)malloc(frame_size*channels*sizeof(opus_int16)); 134 err = fread(in, sizeof(short), frame_size*channels, fin); 137 len = opus_custom_encode(enc, in, frame_size, data, bytes_per_packet) [all...] |
/external/libopus/celt/tests/ |
test_unit_dft.c | 4 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 18 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 23 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 54 void check(kiss_fft_cpx * in,kiss_fft_cpx * out,int nfft,int isinverse) 78 ansr += in[k].r * re - in[k].i * im; 79 ansi += in[k].r * im + in[k].i * re 99 kiss_fft_cpx * in = (kiss_fft_cpx*)malloc(buflen); local [all...] |
test_unit_mdct.c | 4 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 18 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 23 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 54 void check(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse) 69 ansr += in[k] * re; 84 void check_inv(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse) 99 ansr += in[k] * re 120 kiss_fft_scalar * in = (kiss_fft_scalar*)malloc(buflen); local [all...] |
/external/libopus/doc/ |
trivial_example.c | 3 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 the 17 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 22 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 23 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 54 opus_int16 in[FRAME_SIZE*CHANNELS]; local 80 in worse quality, but better. */ 123 in[i]=pcm_bytes[2*i+1]<<8|pcm_bytes[2*i]; 126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE) [all...] |
/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/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/nanohttpd/core/src/main/java/fi/iki/elonen/util/ |
ServerRunner.java | 9 * Redistribution and use in source and binary forms, with or without modification, 15 * 2. Redistributions in binary form must reproduce the above copyright notice, 16 * this list of conditions and the following disclaimer in the documentation 26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 30 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 60 System.in.read();
|
/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/opencv3/3rdparty/zlib/ |
inffast.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 38 inflate execution time is spent in this routine. 52 BAD -- error in block data 72 z_const unsigned char FAR *in; /* local strm->next_in */ local 73 z_const unsigned char FAR *last; /* have enough input while in < last */ 81 unsigned whave; /* valid bytes in the window */ 99 in = strm->next_in - OFF; 100 last = in + (strm->avail_in - 5); 122 hold += (unsigned long)(PUP(in)) << bits; 124 hold += (unsigned long)(PUP(in)) << bits [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftgloadr.c | 50 /* several glyphs (those `in the stack'). */ 62 /* re-implement it in one way or the other, which wasted code and */ 354 /* adjust contours count in newest outline */ 377 FT_Outline* in = &source->base.outline; local 380 FT_ARRAY_COPY( out->points, in->points, 382 FT_ARRAY_COPY( out->tags, in->tags, 384 FT_ARRAY_COPY( out->contours, in->contours,
|
/external/pdfium/third_party/zlib_v128/ |
inffast.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 38 inflate execution time is spent in this routine. 52 BAD -- error in block data 72 z_const unsigned char FAR *in; /* local strm->next_in */ local 73 z_const unsigned char FAR *last; /* have enough input while in < last */ 81 unsigned whave; /* valid bytes in the window */ 99 in = strm->next_in - OFF; 100 last = in + (strm->avail_in - 5); 122 hold += (unsigned long)(PUP(in)) << bits; 124 hold += (unsigned long)(PUP(in)) << bits [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
LiteTest.java | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 13 // in the documentation and/or other materials provided with the 22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 56 // We put this in setUp() rather than in its own test method because we 67 // time, leaving not much to do in this method. Let's just do some random 138 ObjectInputStream in = new ObjectInputStream(bais) local [all...] |