Searched refs:in (Results 376 - 400 of 5840) sorted by relevance

<<11121314151617181920>>

/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionInputBuffer.java12 * (the "License"); you may not use this file except in compliance with
17 * Unless required by applicable law or agreed to in writing, software
56 private final SessionInputBuffer in; field in class:LoggingSessionInputBuffer
63 * @param in The session input buffer.
66 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { argument
68 this.in = in;
73 return this.in.isDataAvailable(timeout);
77 int l = this.in.read(b, off, len);
85 int l = this.in
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Drealpath.c3 * found in the LICENSE file. */
35 const char* in = path; local
42 if (*in == '/') {
45 in++;
59 const char* next_slash = strchr(in, '/');
63 namelen = next_slash - in;
66 namelen = strlen(in);
67 next_in = in + namelen; // Move to the '\0'
73 } else if (namelen == 1 && strncmp(in, ".", 1) == 0) {
75 } else if (namelen == 2 && strncmp(in, "
[all...]
/external/llvm/test/MC/ARM/
H A Dv8_IT_manual.s11 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
30 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
42 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
46 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
50 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
59 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
71 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in I
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DLittleEndianDataOutputStreamTest.java5 * 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));
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
[all...]
/external/openssl/crypto/evp/
H A De_des.c11 * 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
75 const unsigned char *in, size_t inl)
78 DES_ecb_encrypt((DES_cblock *)(in
74 des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
82 des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
99 des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
116 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
135 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
162 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
/external/flac/libFLAC/
H A Dmd5.c18 * written by Colin Plumb in 1993, no copyright is claimed.
19 * This code is in the public domain; do with it what you wish.
34 * Still in the public domain.
37 * Still in the public domain.
48 /* This is the central step in the MD5 algorithm. */
49 #define MD5STEP(f,w,x,y,z,in,s) \
50 (w += f(x,y,z) + in, w = (w<<s | w>>(32-s)) + x)
57 static void FLAC__MD5Transform(FLAC__uint32 buf[4], FLAC__uint32 const in[16]) argument
66 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
67 MD5STEP(F1, d, a, b, c, in[
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c6 * Last changed in libpng 1.6.8 [December 19, 2013]
10 * and license in png.h
74 * "Algorithms") but it comes from the 'feedback taps' table in Horowitz and
83 /* There are thirty three bits, the next bit in the sequence is bit-33 XOR
84 * bit-20. The top 1 bit is in u1, the bottom 32 are in u0.
89 /* First generate 8 new bits then shift them in at the end. */
134 * fesetround() call in main(). sRGB_to_d optimizes the 8 to 16-bit conversion.
218 /* The error that results from using a 2.2 power law in place of the correct
291 /* "multiple_algorithms" in thi
1171 gpc_noop(Pixel *out, const Pixel *in, const Background *back) argument
1182 gpc_nop8(Pixel *out, const Pixel *in, const Background *back) argument
1201 gpc_nop6(Pixel *out, const Pixel *in, const Background *back) argument
1221 gpc_bckg(Pixel *out, const Pixel *in, const Background *back) argument
1241 gpc_bckc(Pixel *out, const Pixel *in, const Background *back) argument
1271 gpc_g8(Pixel *out, const Pixel *in, const Background *back) argument
1287 gpc_g8b(Pixel *out, const Pixel *in, const Background *back) argument
1316 gpc_lin(Pixel *out, const Pixel *in, const Background *back) argument
1352 gpc_pre(Pixel *out, const Pixel *in, const Background *back) argument
1388 gpc_preq(Pixel *out, const Pixel *in, const Background *back) argument
1424 gpc_glin(Pixel *out, const Pixel *in, const Background *back) argument
1440 gpc_gpre(Pixel *out, const Pixel *in, const Background *back) argument
1456 gpc_gprq(Pixel *out, const Pixel *in, const Background *back) argument
1473 gpc_Lin(Pixel *out, const Pixel *in, const Background *back) argument
1511 gpc_Pre(Pixel *out, const Pixel *in, const Background *back) argument
1549 gpc_Preq(Pixel *out, const Pixel *in, const Background *back) argument
1588 gpc_Glin(Pixel *out, const Pixel *in, const Background *back) argument
1608 gpc_Gpre(Pixel *out, const Pixel *in, const Background *back) argument
1626 gpc_Gprq(Pixel *out, const Pixel *in, const Background *back) argument
1644 gpc_sRGB(Pixel *out, const Pixel *in, const Background *back) argument
1680 gpc_unpg(Pixel *out, const Pixel *in, const Background *back) argument
1699 gpc_unpc(Pixel *out, const Pixel *in, const Background *back) argument
1720 gpc_b16g(Pixel *out, const Pixel *in, const Background *back) argument
1739 gpc_b16c(Pixel *out, const Pixel *in, const Background *back) argument
1764 gpc_sG(Pixel *out, const Pixel *in, const Background *back) argument
1774 gpc_sGp(Pixel *out, const Pixel *in, const Background *back) argument
1793 gpc_sCp(Pixel *out, const Pixel *in, const Background *back) argument
1815 gpc_gb16(Pixel *out, const Pixel *in, const Background *back) argument
1837 gpc_cb16(Pixel *out, const Pixel *in, const Background *back) argument
1870 gpc_A(Pixel *out, const Pixel *in, const Background *back) argument
1881 gpc_g16(Pixel *out, const Pixel *in, const Background *back) argument
1890 gpc_g16q(Pixel *out, const Pixel *in, const Background *back) argument
2463 logpixel(const Transform *transform, png_uint_32 x, png_uint_32 y, const Pixel *in, const Pixel *calc, const Pixel *out, const char *reason) argument
2536 cmppixel(Transform *transform, png_const_voidp in, png_const_voidp out, png_uint_32 x, png_uint_32 y ) argument
3677 unsigned int in; local
[all...]
/external/ppp/pppd/
H A Dmd5.c18 ** Digest Algorithm" in all material mentioning or referencing this **
23 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
31 ** These notices must be retained in any copies of any part of this **
46 ** The message digest is now in mdContext->digest[0...15] **
120 in the message whose digest is being computed.
127 UINT4 in[16]; local
142 mdContext->in[mdi++] = *inBuf++;
147 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) |
148 (((UINT4)mdContext->in[i
164 UINT4 in[16]; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dconvert.c10 * 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
68 BIGNUM *BN_bin2bn(const uint8_t *in, size_t len, BIGNUM *ret) { argument
99 word = (word << 8) | *(in
113 BN_bn2bin(const BIGNUM *in, uint8_t *out) argument
145 read_word_padded(const BIGNUM *in, size_t i) argument
154 BN_bn2bin_padded(uint8_t *out, size_t len, const BIGNUM *in) argument
230 decode_hex(BIGNUM *bn, const char *in, int i) argument
266 decode_dec(BIGNUM *bn, const char *in, int i) argument
291 bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) argument
344 BN_hex2bn(BIGNUM **outp, const char *in) argument
422 BN_dec2bn(BIGNUM **outp, const char *in) argument
426 BN_asc2bn(BIGNUM **outp, const char *in) argument
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp5 * found in the LICENSE file.
12 SkPdfNativeObjectType SkPdfMapper::mapDictionary(const SkPdfNativeObject* in) const {
13 if (in == NULL || !isDictionary(in)) return kNone_SkPdfNativeObjectType;
16 if (kNone_SkPdfNativeObjectType != (ret = mapALinkAnnotationDictionary(in))) return ret;
17 if (kNone_SkPdfNativeObjectType != (ret = mapActionDictionary(in))) return ret;
18 if (kNone_SkPdfNativeObjectType != (ret = mapAlternateImageDictionary(in))) return ret;
19 if (kNone_SkPdfNativeObjectType != (ret = mapAnnotationActionsDictionary(in))) return ret;
20 if (kNone_SkPdfNativeObjectType != (ret = mapAnnotationDictionary(in))) return ret;
21 if (kNone_SkPdfNativeObjectType != (ret = mapAppearanceCharacteristicsDictionary(in))) retur
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp5 * found in the LICENSE file.
12 SkPdfNativeObjectType SkPdfMapper::mapDictionary(const SkPdfNativeObject* in) const {
13 if (in == NULL || !isDictionary(in)) return kNone_SkPdfNativeObjectType;
16 if (kNone_SkPdfNativeObjectType != (ret = mapALinkAnnotationDictionary(in))) return ret;
17 if (kNone_SkPdfNativeObjectType != (ret = mapActionDictionary(in))) return ret;
18 if (kNone_SkPdfNativeObjectType != (ret = mapAlternateImageDictionary(in))) return ret;
19 if (kNone_SkPdfNativeObjectType != (ret = mapAnnotationActionsDictionary(in))) return ret;
20 if (kNone_SkPdfNativeObjectType != (ret = mapAnnotationDictionary(in))) return ret;
21 if (kNone_SkPdfNativeObjectType != (ret = mapAppearanceCharacteristicsDictionary(in))) retur
[all...]
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DFinishedTest.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
47 HandshakeIODataStream in = new HandshakeIODataStream();
48 in.append(encoded);
49 Finished message_2 = new Finished(in, message.length());
53 in.append(encoded);
55 message_2 = new Finished(in, message.length() - 1);
60 in.append(encoded);
61 in.append(new byte[] { 1, 2, 3 });
63 message_2 = new Finished(in, messag
[all...]
H A DHelloRequestTest.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
44 HandshakeIODataStream in = new HandshakeIODataStream();
45 in.append(encoded);
46 HelloRequest message_2 = new HelloRequest(in, message.length());
49 in.append(encoded);
51 new HelloRequest(in, message.length() - 1);
56 in.append(encoded);
57 in.append(new byte[] { 1, 2, 3 });
59 new HelloRequest(in, messag
[all...]
H A DServerHelloDoneTest.java6 * (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 HandshakeIODataStream in = new HandshakeIODataStream();
51 in.append(encoded);
52 ServerHelloDone message_2 = new ServerHelloDone(in, message.length());
55 in.append(encoded);
57 new ServerHelloDone(in, message.length() - 1);
62 in.append(encoded);
63 in.append(new byte[] { 1, 2, 3 });
65 new ServerHelloDone(in, messag
[all...]
/external/bluetooth/bluedroid/stack/smp/
H A Daes.h14 of conditions and the following disclaimer in their documentation;
22 in respect of its properties, including, but not limited to, correctness
77 be entered as a length in bytes (valid inputs are hence
90 return_type aes_encrypt( const unsigned char in[N_BLOCK],
94 return_type aes_cbc_encrypt( const unsigned char *in,
103 return_type aes_decrypt( const unsigned char in[N_BLOCK],
107 return_type aes_cbc_decrypt( const unsigned char *in,
117 The encryption subroutines take a key in an array of bytes in
120 data, in[] wit
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DLimitedInputStream.java12 InputStream in,
15 this._in = in;
11 LimitedInputStream( InputStream in, int limit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DMac.java27 * Return the block size for this MAC (in bytes).
29 * @return the block size for this MAC in bytes.
36 * @param in the byte to be processed.
39 public void update(byte in) argument
43 * @param in the array containing the input.
44 * @param inOff the index in the array the data begins at.
47 * @exception DataLengthException if there isn't enough data in in.
49 public void update(byte[] in, int inOff, int len) argument
56 * doFinal leaves the MAC in th
[all...]
H A DStreamCipher.java30 * @param in the byte to be processed.
33 public byte returnByte(byte in); argument
36 * process a block of bytes from in putting the result into out.
38 * @param in the input byte array.
39 * @param inOff the offset into the in array where the data to be processed starts.
45 public void processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) argument
49 * reset the cipher. This leaves it in the same state
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DBlockCipherPadding.java28 * add the pad bytes to the passed in block, returning the
32 * passed to it inside in. i.e. if inOff is zero, indicating the
33 * entire block is to be overwritten with padding the value of in
39 public int addPadding(byte[] in, int inOff); argument
42 * return the number of pad bytes present in the block.
46 public int padCount(byte[] in) argument
/external/chromium_org/chrome/tools/build/mac/
H A Dmake_locale_dirs.sh5 # found in the LICENSE file.
14 # This script is intended to create empty locale directories (.lproj) in a
35 for dir in "${@}"; do
/external/chromium_org/native_client_sdk/src/web/
H A Dupdate.sh2 for file in index.html manifest.html; do
/external/chromium_org/net/base/
H A Dsys_addrinfo.h3 // found in the LICENSE file.
5 // This is a convenience header to pull in the platform-specific headers
23 #include <netinet/in.h>
/external/chromium_org/ppapi/api/dev/
H A Dppb_crypto_dev.idl3 * found in the LICENSE file.
19 void GetRandomBytes([out] str_t buffer, [in] uint32_t num_bytes);
H A Dppb_memory_dev.idl3 * found in the LICENSE file.
24 * @param[in] num_bytes A number of bytes to allocate.
28 mem_t MemAlloc([in] uint32_t num_bytes);
33 * @param[in] ptr A pointer to the memory to deallocate. It is safe to
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Drun-bindings-tests4 # Redistribution and use in source and binary forms, with or without
9 # 2. Redistributions in binary form must reproduce the above copyright
10 # notice, this list of conditions and the following disclaimer in the
36 and submit changes to the test results in the same patch.
37 This makes it easier to track and review changes in generated code.
43 reset_results = '--reset-results' in argv
44 verbose = '--verbose' in argv

Completed in 705 milliseconds

<<11121314151617181920>>