Searched
defs:in (Results
601 -
625 of
2162) sorted by null
<<21222324252627282930>>
/external/jpeg/ |
ansi2knr.c | 5 ansi2knr is distributed in the hope that it will be useful, but WITHOUT ANY 8 works at all, unless he says so in writing. Refer to the GNU General Public 12 but only under the conditions described in the GPL. A copy of this license 14 your rights and responsibilities. It should be in a file named COPYLEFT. 15 [In the IJG distribution, the GPL appears below, not in a separate file.] 22 with another program, this in itself does not bring the other program under 50 in new free programs, and that you know you can do these things. 72 code as you receive it, in any medium, provided that you conspicuously 90 that in whole or in part contains or is a derivative of Ghostscrip 323 { FILE *in, *out; local [all...] |
/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/kernel-headers/original/uapi/linux/ |
netfilter.h | 69 struct in_addr in; member in union:nf_inet_addr
|
/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/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 343 int in=0; local 347 memcpy(&in, CMSG_DATA(cmsg), sizeof in); 356 if ((in && (handle->direction == PCAP_D_OUT)) || [all...] |