/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
SecureClassLoader2Test.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 65 InputStream in = jar.getInputStream(jar.getEntry("packA/SecurityTest.class")); local 66 byte[] bytes = InputStreamHelper.readFullyAndClose(in);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
BerInputStreamTest.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 82 BerInputStream in = new BerInputStream( local 87 assertEquals(expected, in.getLength()); 116 encoding[1] = (byte) 0x82; // length is encoded in two bytes 120 BerInputStream in = new BerInputStream(new ByteArrayInputStream( local 122 assertEquals(encoding.length, in.getBuffer().length); 140 BerInputStream in = new BerInputStream(encoded, 0, 3); local 141 assertEquals("boolean", 1, in.getLength()); 144 in = new BerInputStream(encoded, 3, 4) 178 ByteArrayInputStream in = new ByteArrayInputStream(encoding) { local [all...] |
BitStringTest.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 64 DerInputStream in = new DerInputStream( local 68 BitString decoded = (BitString) asn1.decode(in); 79 DerInputStream in = new DerInputStream(new ByteArrayInputStream( local 83 BitString decoded = (BitString) asn1.decode(in); 111 // wrong content: unused bits in final octet are not 0 118 DerInputStream in = new DerInputStream(invalid[i]); local 119 ASN1BitString.getInstance().decode(in); 159 DerInputStream in = new DerInputStream local 201 DerInputStream in = new DerInputStream( local [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
VideoTestWebServer.java | 3 // found in the LICENSE file. 22 // VIDEO_ID must be kept in sync with the id in full_screen_video_test.html. 77 InputStream in = context.getAssets().open(asset); local 81 int len = in.read(buffer, 0, buflen); 85 len = in.read(buffer, 0, buflen);
|
/external/chromium_org/media/base/ |
audio_buffer_converter_unittest.cc | 3 // found in the LICENSE file. 54 void AddInput(const scoped_refptr<AudioBuffer>& in) { 55 if (!in->end_of_stream()) { 56 input_frames_ += in->frame_count(); 58 in->frame_count() * 60 in->sample_rate()); 62 audio_buffer_converter_->AddInput(in); 96 scoped_refptr<AudioBuffer> in = local 98 AddInput(in); 103 scoped_refptr<AudioBuffer> in local 110 scoped_refptr<AudioBuffer> in = local 139 scoped_refptr<AudioBuffer> in = local 146 scoped_refptr<AudioBuffer> in = local 153 scoped_refptr<AudioBuffer> in = local [all...] |
/external/chromium_org/skia/ext/ |
recursive_gaussian_convolution.cc | 3 // found in the LICENSE file. 18 // All of the filter scaling factors are in fixed point with kShiftBits bits of 86 const unsigned char* in = source_data; local 90 ++r, in += source_row_stride, out += output_row_stride) { 94 w[0] = w[1] = w[2] = in[0]; 99 in[0], in[0], in[source_pixel_stride], w, 3, b); 104 w[n] = ForwardFilter<order>(in[byte_index - source_pixel_stride], 105 in[byte_index] [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEDropShadow.cpp | 2 * Copyright (C) Research In Motion Limited 2011. All rights reserved. 10 * This library is distributed in the hope that it will be useful, 75 FilterEffect* in = inputEffect(0); local 85 FloatRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect()); 96 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
|
FETile.cpp | 11 * This library is distributed in the hope that it will be useful, 55 FilterEffect* in = inputEffect(0); local 61 setIsAlphaImage(in->isAlphaImage()); 65 FloatRect tileRect = in->maxEffectRect(); 68 if (in->filterEffectType() == FilterEffectTypeSourceInput) { 84 if (ImageBuffer* tileImageBuffer = in->asImageBuffer()) 85 tileImageContext->drawImageBuffer(tileImageBuffer, IntRect(in->absolutePaintRect().location(), tileImageBuffer->size()));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
__init__.py | 3 # Redistribution and use in source and binary forms, with or without 9 # * Redistributions in binary form must reproduce the above 11 # in the documentation and/or other materials provided with the 20 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 31 import builders # Why is this in port? namespace
|
/external/chromium_org/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 */ 350 /* adjust contours count in newest outline */ 373 FT_Outline* in = &source->base.outline; local 376 FT_ARRAY_COPY( out->points, in->points, 378 FT_ARRAY_COPY( out->tags, in->tags, 380 FT_ARRAY_COPY( out->contours, in->contours,
|
/external/chromium_org/third_party/libevent/test/ |
regress_dns.c | 5 * Redistribution and use in source and binary forms, with or without 10 * 2. Redistributions in binary form must reproduce the above copyright 11 * notice, this list of conditions and the following disclaimer in the 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 23 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 46 #include <netinet/in.h> 173 struct in_addr in; local 174 in.s_addr = htonl(0x7f000001ul); /* 127.0.0.1 */ 177 evdns_resolve_reverse(&in, 0, dns_gethostbyname_cb, NULL) [all...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/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 297 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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
dec.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 76 BIO *in; local [all...] |
/external/chromium_org/third_party/openssl/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 118 FILE *in; local [all...] |
/external/chromium_org/third_party/opus/src/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/chromium_org/third_party/opus/src/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...] |