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

<<51525354555657585960>>

  /external/chromium_org/third_party/libxml/src/
runtest.c 99 const char *in; /* glob to path for input files */ member in struct:testDesc
117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
320 /* calculate the error position in terms of the current position */
882 * The default behaviour is to NOT resolve the entities, in that case
883 * the ENTITY_REF nodes are built in the structure (and the parameter
1085 * Everything is available on the context, so this is useless in our case.
1213 * @start: the first char in the string
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
13 // in the documentation and/or other materials provided with the
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
603 // clearExtension() is not actually used in TestUtil, so try it manually.
637 // implementation from full extensions. In contrast, we do not test
666 // clearExtension() is not actually used in TestUtil, so try it manually.
814 ObjectInputStream in = new ObjectInputStream(bais); local
830 ObjectInputStream in = new ObjectInputStream(bais); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 4 ** The author disclaims copyright to this source code. In place of
19 ** -DSQLITE_TCLMD5 When used in conjuction with -DTCLSH=1, add
24 ** -DSQLITE_TEST When used in conjuction with -DTCLSH=1, add
96 SqlPreparedStmt *pNext; /* Next in linked list */
99 int nSql; /* chars in zSql[] */
132 SqlPreparedStmt *stmtLast; /* Last statement in the list */
134 int nStmt; /* Number of statements in stmtList */
150 ** Compute a string length that is limited to what can be stored in
381 ** Look at the script prefix in pCmd. We will be executing this script
395 ** characters appear in pCmd, we will report the string as unsafe
1966 FILE *in; \/* The input file *\/ local
3099 unsigned char in[64]; member in struct:MD5Context
3383 FILE *in; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 266 // malloc() in the following test may be optimized to produce a compile-time
327 // We poison two bytes in the midle of a 4-byte word to make the test
3044 struct in_addr in[2]; local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 142 /* these are defined in kernel */
252 __le32 log_sectorsize; /* log2 sector size in bytes */
254 __le32 log_blocksize; /* log2 block size in bytes */
294 __le64 valid_block_count; /* # of valid blocks in main area */
297 __le32 free_segment_count; /* # of free segments in main area */
330 __le16 blk_addr; /* block index in current CP */
331 __le16 blk_count; /* Number of orphan inode blocks in CP */
332 __le32 entry_count; /* Total number of orphan nodes in current CP */
347 #define DEF_ADDRS_PER_INODE 923 /* Address Pointers in an Inode */
349 #define ADDRS_PER_BLOCK 1018 /* Address Pointers in a Direct Block *
428 struct indirect_node in; member in union:f2fs_node::__anon25188
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 374 * dow day of week in BYDAY, or 0 when not found
375 * wim day of week ordinal number in BYDAY, or 0 when not found
377 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
483 // the last day in a month
558 int32_t firstDay = 31; // max possible number of dates in a month
561 // not be used in February, but if we see such case, we use 28
704 // Day in month rule, for example, 15th day in the month
711 // first Sunday after 15th day in the month
878 * on the ICU I/O stream in this module. But we want to keep the cod
931 const UnicodeString* in; member in class:VTZReader
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 72 void TestDefaultConverterError(void); /* defined in cctest.c */
73 void TestDefaultConverterSet(void); /* defined in cctest.c */
561 log_err("Error in getName\n");
660 log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't fill the SubstChars in the buffer, it just returns\n");
671 const uint8_t in[]={ 0x1b, 0x25, 0x42, 0x31, 0x32, 0x61, 0xc0, 0x80, 0xe0, 0x80, 0x80, 0xf0, 0x80, 0x80, 0x80}; local
672 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in);
    [all...]
nccbtst.c 1493 static const UChar in[]={ 0x0041, 0xfeff }; local
1520 static const UChar in[]={ 0x0041, 0xfeff }; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 60 3. The tests in this file exactly match those in a sister file on the
68 When you add a test in this file, add it in TransliteratorTest.java
69 too. Give it the same name and put it in the same relative place.
73 4. If you MUST enter a test that is NOT paralleled in the sister file,
74 then add it in the special non-mirrored section. These are
255 // here by looking for a change in countAvailableIDs.
697 // ICU4C ONLY. Do not find Transliterator.orphanFilter() in ICU4J.
763 * Regression test for bugs found in Greek transliteration
1468 UnicodeString in = CharsToUnicodeString(CANON[i]); local
1486 UnicodeString in = CharsToUnicodeString(COMPAT[i]); local
    [all...]
usettest.cpp 30 dataerrln("fail in file \"%s\", line %d: \"%s\"", __FILE__, __LINE__, \
34 dataerrln("fail in file \"%s\", line %d", __FILE__, __LINE__); }}
211 // TODO do these in hex
235 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
242 // if (!checkPat(source + " (in code)", testSet, pat3)) return false;
271 // Throw in a test of complement
349 errln("FAIL : Error in copy construction");
358 errln("FAIL: Error in =operator");
367 errln("FAIL: Error in clone");
376 errln("FAIL: Error in hashCode()")
2094 UBool in = TRUE; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
coda.h 16 shown in the file LICENSE, or under the license shown below. The
17 technical and financial contributors to Coda are listed in the file
33 notice and this permission notice appear in all copies of the
35 thereof, and that both notices appear in supporting documentation, and
36 that credit is given to Carnegie Mellon University in all documents
42 FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON
147 /* these are to find mode bits in Venus */
166 u_int8_t d_namlen; /* length of string in d_name */
221 u_quad_t va_size; /* file size in bytes */
317 struct coda_in_hdr in; member in struct:coda_root_in
637 struct coda_in_hdr in; member in struct:coda_statfs_in
716 void __user *in; \/* Data to be transferred in *\/ member in struct:ViceIoctl
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 6 * Last changed in libpng 1.6.8 [December 19, 2013]
10 * and license in png.h
74 * "Algorithms") but it comes from the 'feedback taps' table in Horowitz and
83 /* There are thirty three bits, the next bit in the sequence is bit-33 XOR
84 * bit-20. The top 1 bit is in u1, the bottom 32 are in u0.
89 /* First generate 8 new bits then shift them in at the end. */
134 * fesetround() call in main(). sRGB_to_d optimizes the 8 to 16-bit conversion.
218 /* The error that results from using a 2.2 power law in place of the correct
291 /* "multiple_algorithms" in this case means that a color-map has bee
3677 unsigned int in; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.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.
183 static void idct4_sse2(__m128i *in) {
191 transpose_4x4(in);
193 u[0] = _mm_unpacklo_epi16(in[0], in[1]);
194 u[1] = _mm_unpackhi_epi16(in[0], in[1])
270 __m128i in[2]; local
933 __m128i in[8]; local
1406 __m128i in[16], l[16], r[16], *curr1; local
1471 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
2552 __m128i in[16], l[16]; local
2738 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
3504 __m128i in[32], col[32]; local
3599 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
3789 __m128i in[32], col[128], zero_idx[16]; local
3975 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_avx2.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.
17 // similar. In the first one, we transform the columns and transpose
18 // the results. In the second one, we transform the rows. To achieve that,
21 // in normal/row positions).
24 // When we use them, in one case, they are all the same. In all other
249 __m128i in[4]; local
1037 __m128i in[8]; local
1080 const int16_t *in = input; local
    [all...]
vp9_dct_sse2.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.
21 // through iF (in raster order), intermediate variables are a0, b0, c0
22 // through f, and correspond to the in-place computations mapped to input
28 // In the comments, pN means cos(N pi /64) and mN is -cos(N pi /64),
93 // can never be equal to one. To increment in the non-zero case, we
178 // rounding steps in a row
350 __m128i in[4]; local
1138 __m128i in[8]; local
1181 const int16_t *in = input; local
    [all...]
  /external/pixman/pixman/
pixman-mmx.c 8 * the above copyright notice appear in all copies and that both that
9 * copyright notice and this permission notice appear in supporting
10 * documentation, and that the name of Red Hat not be used in advertising or
18 * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
20 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
22 * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
358 in (__m64 src, __m64 mask) function
367 return over (in (src, mask), pix_multiply (srca, mask), dest);
373 over (in (src, mask), pix_multiply (srca, mask), dest)
501 * --- Expanding 565 in the low word --
    [all...]