HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 726 - 750 of 1097) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/src/
parser.h 3 // found in the LICENSE file.
217 RegExpParser(FlatStringReader* in,
232 // Parses a {...,...} quantifier and stores the range in the given
247 // stores the result in the output parameter and returns true. If
296 // Index in captures array of first capture in this sub-expression, if any.
317 bool has_next() { return next_pos_ < in()->length(); }
319 FlatStringReader* in() { return in_; } function in class:v8::internal::BASE_EMBEDDED
454 // in an assignment or with a increment/decrement operator.
458 // literals. In that case, *x will be changed to an expression which is th
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68 // so it may appear multiple times in a test if the test has multiple exit
832 // Test bic into csp when the constant cannot be encoded in the immediate
6716 struct {double in; float expected;} test[] = { member in struct:__anon21989
6797 double in = test[i].in; local
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
10 // disclaimer in the documentation and/or other materials provided
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
430 void SetEffect(int arg, ExprEffect in) {
431 if (in.hasGC()) gc_.set(arg);
432 if (in.hasRawDef()) raw_def_.set(arg);
433 if (in.hasRawUse()) raw_use_.set(arg)
940 const Environment& in() { function in class:__anon22037::FunctionAnalyzer::Block
1046 Environment in = Environment::Merge(env, block_->in()); local
1052 Environment in = Environment::Merge(env, block_->in()); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.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
78 // \note Input1 should not contain 0 components as it is used as divisor in div cases.
520 m.setColumn(0, evalCtx.in[0].swizzle(0,1));
521 m.setColumn(1, evalCtx.in[1].swizzle(0,1));
529 m.setColumn(0, evalCtx.in[0].swizzle(0,1,2));
530 m.setColumn(1, evalCtx.in[1].swizzle(0,1,2));
538 m.setColumn(0, evalCtx.in[0]);
539 m.setColumn(1, evalCtx.in[1]);
547 m.setColumn(0, evalCtx.in[0].swizzle(0,1))
1500 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local
1751 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local
    [all...]
  /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:__anon1658
2607 const CalFields in; member in struct:__anon1659
    [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::__anon7214::__anon7215
    [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/dexmaker/lib/
jarjar.jar 
  /bionic/libc/kernel/uapi/linux/
coda.h 252 struct coda_in_hdr in; member in struct:coda_root_in
527 struct coda_in_hdr in; member in struct:coda_statfs_in
604 void __user *in; member in struct:ViceIoctl

Completed in 1570 milliseconds

<<21222324252627282930>>