HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1326 - 1350 of 2162) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 34 /* popen/pclose aren't defined in strict ANSI on Cygwin */
245 "Specify a version when packaging in dll or static mode",
284 "%s: error in command line argument \"%s\"\n",
352 /* OK, fill in the options struct */
784 /* Read in options file. */
816 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
1631 FileStream *in; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
101 // Open a log file in the same directory as the db
102 src.env->CreateDir(dbname); // In case it does not exist
243 // (in case there is a race that allows other incarnations)
251 // be recorded in pending_outputs_, which is inserted into "live"
308 // Recover from all newer log files than the ones named in the
310 // incarnation without registering them in the descriptor).
313 // attention to it in case we are recovering a database
341 // Recover in the order in which the logs were generate
1353 Slice in = property; local
    [all...]
  /external/chromium_org/third_party/libwebp/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/chromium_org/third_party/libwebp/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...]
enc_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.
27 // This code is pretty much the same as TransformOne in the dec_neon.c, except
120 const int16_t* in, uint8_t* dst) {
122 INIT_VECTOR2(rows, vld1q_s16(in + 0), vld1q_s16(in + 8));
131 const int16_t* in, uint8_t* dst)
485 int16x4x4_t in; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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::__anon17871::__anon17872
    [all...]
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/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
1591 BIO *in=NULL; local
1800 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/chromium_org/third_party/openssl/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
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
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
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 25 /* We encode variable-length integers in little-endian order using seven bits
51 q[-1] &= 0x7f; /* turn off high bit in final byte */
58 * The value is stored in *v. */
98 * Here, array { X } means zero or more occurrences of X, adjacent in memory.
189 /* Add a position to the last position list in a doclist. */
205 /* Terminate the last position list in the given doclist. */
351 /* A DocListMerge computes the AND of an in-memory DocList [in] and a chunked
352 * on-disk doclist, resulting in another in-memory DocList [out]. [in
375 DocListReader in; member in struct:DocListMerge
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 4 ** The author disclaims copyright to this source code. In place of
93 /* Return the difference of two time_structs in seconds */
135 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
164 /* Return the difference of two FILETIME structs in seconds */
224 ** This is the name of our program. It is set in main(), used
225 ** in a number of other places, mostly for error messages.
230 ** Prompt strings. Initialized in main. Settable with
244 ** This routine works like printf in that its first argument is a
246 ** in place of % fields. The result of formatting this string
313 ** This routine reads a line of text from FILE in, store
1667 FILE *in; \/* The input file *\/ local
2572 FILE *in = NULL; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 3 ** The code in this file runs a few multi-threaded test cases using the
13 ** There are three parts to the code in this file, in the following order:
16 ** tclsqlite.c in the SQLite distribution. The names of all the
17 ** types and functions in this section begin with "MD5" or "md5".
88 * written by Colin Plumb in 1993, no copyright is claimed.
89 * This code is in the public domain; do with it what you wish.
118 unsigned char in[64]; member in struct:MD5Context
142 /* This is the central step in the MD5 algorithm. */
151 static void MD5Transform(uint32 buf[4], const uint32 in[16])
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34 Mach-O requires BSS sections to be placed last in object files. This
50 2.2) data referencing in 64 bit mode
51 While ELF allows 32 bit absolute relocations in 64 bit mode, Mach-O
58 Actually, the only register where a 64 bit displacement is allowed in x86-64, is ra
1329 const char *in; member in struct:__anon20258
    [all...]
  /external/chromium_org/v8/src/
parser.h 3 // found in the LICENSE file.
251 RegExpParser(FlatStringReader* in,
266 // Parses a {...,...} quantifier and stores the range in the given
281 // stores the result in the output parameter and returns true. If
330 // Index in captures array of first capture in this sub-expression, if any.
351 bool has_next() { return next_pos_ < in()->length(); }
353 FlatStringReader* in() { return in_; } function in class:v8::internal::BASE_EMBEDDED
471 // in an assignment or with a increment/decrement operator. This is currently
476 // 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
821 // Test bic into csp when the constant cannot be encoded in the immediate
6517 struct {double in; float expected;} test[] = { member in struct:__anon21149
6598 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
431 void SetEffect(int arg, ExprEffect in) {
432 if (in.hasGC()) gc_.set(arg);
433 if (in.hasRawDef()) raw_def_.set(arg);
434 if (in.hasRawUse()) raw_use_.set(arg)
957 const Environment& in() { function in class:__anon21181::FunctionAnalyzer::Block
1063 Environment in = Environment::Merge(env, block_->in()); local
1069 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:__anon25908
2607 const CalFields in; member in struct:__anon25909
    [all...]

Completed in 1010 milliseconds

<<51525354555657585960>>