HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1301 - 1325 of 2135) sorted by null

<<51525354555657585960>>

  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
81 const char* in = usesInout ? "in" : "attribute"; local
91 src << in << " " << glu::declare(input->varType, input->name) << ";\n";
162 src << "layout(points) in;\n"
166 src << "flat in " << glu::declare(input->varType, "geom_" + input->name) << "[];\n";
249 // flat qualifier is not present in earlier versions?
255 << "in highp vec4 a_position;\n";
259 src << "in " << glu::declare(input->varType, inputPrefix + input->name) << ";\n
    [all...]
  /external/dnsmasq/src/
option.c 8 This program is distributed in the hope that it will be useful,
163 { "keep-in-foreground", 0, 0, 'k' },
229 { 'A', ARG_DUP, "/domain/ipaddr", gettext_noop("Return ipaddr for all hosts in specified domains."), NULL },
232 { 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %s)."), "$" },
234 { 'd', OPT_DEBUG, NULL, gettext_noop("Do NOT fork into the background: run in debug mode."), NULL },
237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL },
239 { 'F', ARG_DUP, "ipaddr,ipaddr,time", gettext_noop("Enable DHCP in the range given with lease duration."), NULL },
245 { 'H', ARG_DUP, "path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE },
254 { 'k', OPT_NO_FORK, NULL, gettext_noop("Do NOT fork into the background, do NOT run in debug mode."), NULL },
262 { 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE }
830 struct in_addr in; local
1800 struct in_addr in; local
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 2 * profile.c -- A simple configuration file parsing "library in a file"
4 * The profile library was originally written by Theodore Ts'o in 1995
5 * for use in the MIT Kerberos v5 library. It has been
8 * v5 distribution, version 1.4.2, and radically simplified for use in
34 * notice appear in all copies and that both that copyright notice and
35 * this permission notice appear in supporting documentation, and that
36 * the name of M.I.T. not be used in advertising or publicity pertaining
39 * your software as modified software and not distribute it in such a
121 * Used by the profile iterator in prof_get.c
130 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacO
394 const char *in; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.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
698 Predicate<Integer> isOneOrFive = Predicates.in(nums);
713 .addEqualityGroup(Predicates.in(nums), Predicates.in(nums),
714 Predicates.in(sameOrder), Predicates.in(differentOrder))
715 .addEqualityGroup(Predicates.in(differentNums))
721 checkSerialization(Predicates.in(Arrays.asList(1, 2, 3, null)));
734 Predicate<Integer> isFalse = Predicates.in(nums)
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 52 out += UnicodeString(" (in DST), zone=");
785 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
791 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
800 verify765("1997 zero-th Tuesday in June = ", status);
807 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
813 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
823 verify765("1997 Tuesday in week 0 of June = ", status);
826 * resolve to a date in Dec 1996; that is, to behave as if
829 * desired. Using YEAR in combination with WOY is ambiguous, and
830 * results in the first WOY/DOW day of the year satisfying th
2509 const CalFields in; member in struct:__anon5804
2607 const CalFields in; member in struct:__anon5805
    [all...]
numrgts.cpp 243 // {sfb} kind of silly in C++, just checking for new success
311 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat.
319 // {sfb} One note about this test: if you pass in a pointer
322 // of the symbols, it is necessary to pass in a reference to the symbols
452 // {sfb} this is silly in C++
576 // {sfb} slightly converted into a round-trip test, since in C++
610 // {sfb} doesn't apply in C++
835 * never contain the monetary separator! Decimal separator in pattern is
858 errln("ERROR in test: want decimal sep != monetary sep");
2270 double in = DOUBLE[i\/3]; local
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 28 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
154 /* This enum and the following char array should be kept in sync. */
235 "Specify a version when packaging in dll or static mode",
276 "%s: error in command line argument \"%s\"\n",
344 /* OK, fill in the options struct */
644 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n");
832 /* Read in options file. */
864 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
869 /* MinGW does not need the library prefix when building in dll mode. */
1952 FileStream *in; local
    [all...]
  /external/jpeg/
jquant2.c 34 * In the first pass over the image, we accumulate a histogram showing the
38 * in the same histogram cell.
42 * have as many boxes as desired colors. Then the mean color in each
50 * Heckbert-style quantizers vary a good deal in their policies for choosing
52 * used here have proved out well in experimental comparisons, but better ones
55 * In earlier versions of the IJG code, this module quantized in YCbCr color
62 * The present code works in the post-conversion color space, typically RGB.
64 * To improve the visual quality of the results, we actually work in scaled
65 * RGB space, giving G distances more weight than R, and R in turn more tha
1113 int in, out; local
    [all...]
  /external/libxml2/
encoding.c 7 * [ISO-10646] UTF-8 and UTF-16 in Annexes
12 * described in Unicode Technical Report #4.
162 * @in: a pointer to an array of ASCII chars
163 * @inlen: the length of @in
165 * Take a block of ASCII chars in and try to convert it to an UTF-8
174 const unsigned char* in, int *inlen) {
176 const unsigned char* base = in;
177 const unsigned char* processed = in;
182 inend = in + (*inlen);
183 while ((in < inend) && (out - outstart + 5 < *outlen))
491 unsigned short* in = (unsigned short*) inb; local
729 unsigned short* in = (unsigned short*) inb; local
2057 xmlBufPtr in; local
2183 xmlBufPtr in; local
2413 xmlBufPtr in; local
2923 xmlParserInputPtr in; local
    [all...]
  /external/mesa3d/src/glsl/
ast.h 7 * to deal in the Software without restriction, including without limitation
13 * paragraph) shall be included in all copies or substantial portions of the
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE.
65 * ralloc_free in that case. */
72 * Print an AST node in something approximating the original GLSL code
121 unsigned column; /**< Column in the line. */
299 * This is done as a define instead of as an additional value in the enum s
366 unsigned in:1; member in struct:ast_type_qualifier::__anon11360::__anon11361
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 8 * "Software"), to deal in the Software without restriction, including
15 * next paragraph) shall be included in all copies or substantial portions
21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
286 * NOTE: These are passed by value extensively in this file rather
288 * remembering they are just 32bits in size.
290 * GCC is smart enough to deal with these dword-sized structures in
519 * matrix out in one go
1493 struct ureg in = register_input(p, VERT_ATTRIB_TEX0+i); local
1500 struct ureg in = (!is_undef(out_texgen) ? local
1567 struct ureg in = register_input(p, VERT_ATTRIB_POINT_SIZE); local
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 28 * A simple, tiny, nicely embeddable HTTP server in Java
42 * <li>Supports parameter parsing of GET and POST methods (+ rudimentary PUT support in 1.25)</li>
56 * <li>Contains a built-in list of most common mime types</li>
73 * Maximum time to wait on Socket.getInputStream().read() (in milliseconds)
87 * Pseudo-Parameter to use to store the actual query string in the parameters map for later re-processing.
151 * @throws IOException if the socket is in use.
264 * @param parms Parsed, percent decoded parameters from URI and, in case of POST, data.
318 * supplied several times, by return lists of values. In general these lists will contain a single
330 * supplied several times, by return lists of values. In general these lists will contain a single
467 * <p></p>This class stores its files in the standard location (that is
966 BufferedReader in = null; local
    [all...]
  /external/openssl/apps/
apps.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
1595 BIO *in=NULL; local
1804 BIO *in = BIO_new(BIO_s_file()); local
    [all...]
ca.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
304 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; local
1584 BIO *in=NULL; local
    [all...]
  /external/openssl/crypto/cms/
cms.h 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
134 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
177 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in, variable
    [all...]
  /external/openssl/crypto/pkcs7/
pkcs7.h 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
366 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/openssl/include/openssl/
cms.h 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
134 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
177 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in, variable
    [all...]
pkcs7.h 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
366 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 34 * In the first pass over the image, we accumulate a histogram showing the
38 * in the same histogram cell.
42 * have as many boxes as desired colors. Then the mean color in each
50 * Heckbert-style quantizers vary a good deal in their policies for choosing
52 * used here have proved out well in experimental comparisons, but better ones
55 * In earlier versions of the IJG code, this module quantized in YCbCr color
62 * The present code works in the post-conversion color space, typically RGB.
64 * To improve the visual quality of the results, we actually work in scaled
65 * RGB space, giving G distances more weight than R, and R in turn more tha
1113 int in, out; local
    [all...]
  /external/strace/
file.c 8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
22 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
215 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
394 * In kernel, off_t is always the same as (kernel's) long
445 * hi,lo are "unsigned longs" and combined exactly this way in kernel:
879 * <linux/include/asm-x86_64/ia32.h> is not in the public includes set
2270 unsigned char *in = &buf[3 * size]; local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 14 In addition to the permissions in the GNU Library General Public
19 restrictions do apply in other respects; for example, they cover
23 Libiberty is distributed in the hope that it will be useful,
39 /* This file lives in both GCC and libiberty. When making changes, please
42 #if 0 /* in valgrind */
46 #endif /* ! in valgrind */
48 #if 0 /* in valgrind */
50 #endif /* ! in valgrind */
52 #if 0 /* in valgrind *
165 const char *const in; member in struct:optable
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 19 This program is distributed in the hope that it will be useful, but
29 The GNU General Public License is contained in the file COPYING.
184 it is called from is POST(sys_io_setup). In particular,
185 ML_(generic_PRE_sys_mmap), in m_syswrap, is the "normal case" handler for
295 /* In all remaining cases, if the old range does not fall within a
316 - grow -> if can grow in-place, do so, else fail
323 - grow -> if can grow in-place, do so, else
395 /* try growing it in-place */
710 struct vki_sockaddr_in in; member in union:u
729 inet_to_name(&(laddr.in), llen, lname)
    [all...]
  /external/webp/src/dec/
vp8l.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
153 // to ReadSymbol, in order to pre-fetch enough bits.
318 // The huffman data is stored in red and green bytes.
439 uint8_t* in, int in_stride, int mb_h,
445 uint8_t* const row_in = in + num_lines_in * in_stride;
471 return mb_h; // Num rows out == num rows in
728 const uint8_t* const in = local
1228 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_; local
    [all...]
  /external/webp/src/dsp/
dec_neon.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
90 uint32x4x4_t in; local
91 INIT_VECTOR4(in, zero, zero, zero, zero);
93 LOADQ_LANE_32b(in.val[0], 0);
94 LOADQ_LANE_32b(in.val[1], 0);
95 LOADQ_LANE_32b(in.val[2], 0)
    [all...]

Completed in 799 milliseconds

<<51525354555657585960>>