HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 751 - 775 of 3847) sorted by null

<<31323334353637383940>>

  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
ConverterPerformanceTest.java 37 // read in the input file, being careful with a possible BOM
38 FileInputStream in = new FileInputStream(fileName); local
39 BOMFreeReader reader = new BOMFreeReader(in, encoding);
  /external/iptables/include/linux/
netfilter.h 65 struct in_addr in; member in union:nf_inet_addr
  /external/javassist/src/main/javassist/
Loader.java 6 * 1.1 (the "License"); you may not use this file except in compliance with
66 * Then it calls <code>main()</code> in <code>MyApp</code> with arguments
121 * and classes included in package <code>java.*</code> and
198 * in that package and the sub packages are delegated.
261 * Loads a class and calls <code>main()</code> in that class.
282 * Loads a class and calls <code>main()</code> in that class.
351 InputStream in = this.getClass().getResourceAsStream(jarname); local
352 if (in == null)
355 classfile = ClassPoolTail.readStream(in);
  /external/javassist/src/test/test/javassist/proxy/
ProxySerializationTest.java 14 * reuses classes located in the proxy cache. This tests the fixes provided for JASSIST-42 and JASSIST-97.
42 ObjectInputStream in = new ObjectInputStream(bis); local
43 TestClass newProxy = (TestClass)in.readObject();
69 ProxyObjectInputStream in = new ProxyObjectInputStream(bis); local
70 TestClass newProxy = (TestClass)in.readObject();
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.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
36 * Translates a variable name (e.g. search.results.3.title) into the Java code for use as a key in
55 * @param csVariable Variable node in template's AST.
99 * Inserts dots between each component in the path.
103 private List<JavaExpression> joinComponentsWithDots(List<JavaExpression> in) {
104 List<JavaExpression> out = new ArrayList<JavaExpression>(in.size() * 2);
105 for (JavaExpression component : in) {
121 private List<JavaExpression> combineAdjacentStrings(List<JavaExpression> in) {
122 assert !in.isEmpty()
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.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 * Note this implementation differs from ClearSilver, in that it html escapes the contents of links
38 // These regular expressions are adapted from html.c in the ClearSilver
54 // Pattern to match any string in the input that is linkable.
92 public void filter(String in, Appendable out) throws IOException {
94 boolean hasAsciiArt = hasAsciiArt(in);
101 splitAndConvert(in, out);
113 private void splitAndConvert(String in, Appendable out) throws IOException {
114 Matcher matcher = LINKABLES.matcher(in);
    [all...]
  /external/kmod/tools/
static-nodes.c 13 * This program is distributed in the hope that it will be useful,
160 FILE *in = NULL, *out = NULL; local
216 in = fopen(modules, "re");
217 if (in == NULL) {
244 while (fgets(buf, sizeof(buf), in) != NULL) {
266 if (in)
267 fclose(in);
  /external/libchrome/base/
md5.cc 3 // found in the LICENSE file.
5 // The original file was copied from sqlite, and was in the public domain.
10 * written by Colin Plumb in 1993, no copyright is claimed.
11 * This code is in the public domain; do with it what you wish.
33 uint8_t in[64]; member in struct:__anon22735::Context
58 /* This is the central step in the MD5 algorithm. */
67 void MD5Transform(uint32_t buf[4], const uint32_t in[16]) {
75 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
76 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
77 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17)
    [all...]
  /external/libedit/src/
map.c 10 * 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 the
25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
323 * insert mode characters are in the normal keymap, and command mode
324 * in the extended keymap.
1251 const Char *in = NULL; local
    [all...]
  /external/libgsm/add-test/
add_test.c 183 FILE * in; local
194 if (ac < 2) in = stdin;
195 else if (!(in = fopen(av[1], "r"))) {
202 interactive = isatty(fileno(in));
207 if (!fgets(buf, sizeof(buf), in)) exit(0);
  /external/libnl/include/linux-private/linux/
netfilter.h 53 struct in_addr in; member in union:nf_inet_addr
  /external/libopus/celt/
mathops.h 10 Redistribution and use in source and binary forms, with or without
17 - Redistributions in binary form must reproduce the above copyright
18 notice, this list of conditions and the following disclaimer in the
24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
29 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
105 } in; local
106 in.f = x;
107 integer = (in.i>>23)-127;
108 in.i -= integer<<23
    [all...]
  /external/libpcap/
pcap-bt-linux.c 5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
308 int in = 0; local
344 memcpy(&in, CMSG_DATA(cmsg), sizeof in);
353 if ((in && (handle->direction == PCAP_D_OUT)) |
    [all...]
  /external/libpng/contrib/examples/
simpleover.c 16 * locations in the image.
25 * in order. --add may refer to any sprite already read.
28 * correctly. Apart from the libpng Simplified API the only work done in here
132 /* In and out are RGBA values, so: */
157 * x in the range 0..65535*65535. (Note that the calculation
191 * been allocated. This reads the input PNGs one by one in linear format,
192 * composes them onto the sprite buffer (the code in the function above)
232 * needs to be done by this code. In fact, any image
233 * processing required can be done here; the data is in
235 * destination are in memory
353 png_image in; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_add_neon.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
134 int16x8_t in[16], step1[16], step2[16], out[16]; local
139 in[0] = load_tran_low_to_s16q(inputT);
141 in[8] = load_tran_low_to_s16q(inputT);
143 in[1] = load_tran_low_to_s16q(inputT);
145 in[9] = load_tran_low_to_s16q(inputT)
339 int16x8_t in[8], step1[16], step2[16], out[16]; local
499 int16x4_t in[4], step1[16], step2[16], out[16]; local
656 int16x8_t in[4], step1[16], step2[16], out[16]; local
    [all...]
  /external/llvm/examples/BrainF/
BrainF.h 47 /// The different symbols in the BrainF language
80 std::istream *in; member in class:BrainF
  /external/mesa3d/src/compiler/nir/
nir_lower_clip.c 6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
38 * least in scenarios where you can count on each output written once
83 load_clipdist_input(nir_builder *b, nir_variable *in, nir_ssa_def **val)
89 nir_intrinsic_set_base(load, in->data.driver_location);
162 /* NIR should ensure that, even in case of loops/if-else, ther
300 nir_variable *in[2]; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_draw.c 8 * to deal in the Software without restriction, including without limitation
14 * in all copies or substantial portions of the Software.
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 * OTHER DEALINGS IN THE SOFTWARE.
72 const TYPE *in = (TYPE *)ptr; \
74 *fptr++ = MACRO(*in); \
75 in++; \
81 const TYPE *in = (TYPE *)ptr;
106 const GLubyte *in = (GLubyte *) ptr; \/* in is in BGRA order *\/ local
123 GLhalfARB *in = (GLhalfARB *)ptr; local
153 const GLfixed *in = (GLfixed *) ptr; local
161 const GLfixed *in = (GLfixed *) ptr; local
378 const GLuint *in = (GLuint *)ptr; local
383 const GLushort *in = (GLushort *)ptr; local
388 const GLubyte *in = (GLubyte *)ptr; local
    [all...]
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.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
47 * of type java.security.PrivateKey, String, or byte[]. In the latter two
61 * of type java.security.PublicKey, String, or byte[]. In the latter two
76 * or byte[]. In the latter two cases, the certificate must be DER-encoded
153 ByteArrayInputStream in = new ByteArrayInputStream(certObject.getBytes()); local
154 X509Certificate cert = (X509Certificate)fac.generateCertificate(in);
161 ByteArrayInputStream in = new ByteArrayInputStream(certObject); local
162 X509Certificate cert = (X509Certificate)fac.generateCertificate(in);
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/
SslContextBuilder.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
73 * in this chain is the server's certificate, further certificates are included in the handshake
91 // Put the certificate in a key store.
107 // Wrap it up in an SSL context.
123 InputStream in = null; // By convention, 'null' creates an empty key store. local
124 keyStore.load(in, password);
  /external/okhttp/okio/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
99 InputStream in = new ByteArrayInputStream( local
103 Source source = Okio.source(in);
TestUtil.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
132 ObjectInputStream in = new ObjectInputStream(buffer.inputStream()); local
133 return (T) in.readObject();
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CustomTrust.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
63 * embeds the PEM files in Java strings; most applications will instead read this from a resource
145 * <p>This can be used to replace the host platform's built-in trusted certificates with a custom
146 * set. This is useful in development where certificate authority-trusted certificates aren't
147 * available. Or in production, to avoid reliance on third-party certificate authorities.
150 * the host platform's built-in trust store.
156 * not use custom trusted certificates in production without the blessing of your server's TLS
159 public SSLContext sslContextForTrustedCertificates(InputStream in) {
162 Collection<? extends Certificate> certificates = certificateFactory.generateCertificates(in);
195 InputStream in = null; \/\/ By convention, 'null' creates an empty key store. local
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsmd5.c 8 // to deal in the Software without restriction, including without limitation
13 // The above copyright notice and this permission notice shall be included in
19 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52 cmsUInt8Number in[64]; member in struct:__anon29361
67 void MD5_Transform(cmsUInt32Number buf[4], cmsUInt32Number in[16])
77 STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
78 STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12)
    [all...]
  /external/ppp/pppd/
md5.c 18 ** 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] **
51 static void Transform (UINT4 *buf, UINT4 *in);
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)
164 UINT4 in[16]; local
    [all...]

Completed in 472 milliseconds

<<31323334353637383940>>