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...]
  /external/sqlite/dist/orig/
shell.c 4 ** The author disclaims copyright to this source code. In place of
138 /* Return the difference of two time_structs in seconds */
183 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
213 /* Return the difference of two FILETIME structs in seconds */
275 ** This is the name of our program. It is set in main(), used
276 ** in a number of other places, mostly for error messages.
281 ** Prompt strings. Initialized in main. Settable with
295 ** This routine works like printf in that its first argument is a
297 ** in place of % fields. The result of formatting this string
364 ** This routine reads a line of text from FILE in, store
1664 FILE *in; local
1917 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:CSVReader
3728 FILE *in = NULL; local
    [all...]
  /external/sqlite/dist/
shell.c 4 ** The author disclaims copyright to this source code. In place of
143 /* Return the difference of two time_structs in seconds */
188 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
218 /* Return the difference of two FILETIME structs in seconds */
280 ** This is the name of our program. It is set in main(), used
281 ** in a number of other places, mostly for error messages.
286 ** Prompt strings. Initialized in main. Settable with
300 ** This routine works like printf in that its first argument is a
302 ** in place of % fields. The result of formatting this string
369 ** This routine reads a line of text from FILE in, store
1669 FILE *in; local
1937 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:CSVReader
3748 FILE *in = NULL; local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 65 static int yaffs_PutChunkIntoFile(yaffs_Object * in, int chunkInInode,
72 static int yaffs_UpdateObjectHeader(yaffs_Object * in, const YCHAR * name,
76 static int yaffs_DeleteWorker(yaffs_Object * in, yaffs_Tnode * tn, __u32 level,
78 static int yaffs_DoGenericObjectDeletion(yaffs_Object * in);
102 static int yaffs_CheckFileSanity(yaffs_Object * in);
104 #define yaffs_CheckFileSanity(in)
107 static void yaffs_InvalidateWholeChunkCache(yaffs_Object * in);
160 /* Function to return the number of shifts to get a 1 in bit 0
234 (TSTR("Releasing unmanaged temp buffer in line %d" TENDSTR),
410 * Check the first page we try to write in a block
1568 yaffs_Object *in; local
1695 yaffs_Object *in; local
4602 yaffs_Object *in; local
4664 yaffs_Object *in; local
5196 yaffs_Object *in; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
68 // Note: the following macro is used for extremely verbose logging message. In
102 // In order to avoid invalidating offloaded tracks each time a Visualizer is turned on and off
150 ALOGE_IF(rc, "%s couldn't open audio hw device in %s.%s (%s)", __func__,
462 // If pid is already in the mClients wp<> map, then use that entry
737 // Set master volume in the HALs which support it.
749 // Now set the master volume in each playback thread. Playback threads
849 // Set master mute in the HALs which support it.
861 // Now set the master mute in each playback thread. Playback thread
2096 AudioStreamIn *in = thread->clearInput(); local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.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
359 // We have a print job that was queued or started or blocked in
360 // the past but the device battery died or a crash occurred. In
400 FileInputStream in = null; local
405 in = new FileInputStream(file);
410 final int readByteCount = in.read(buffer);
421 IoUtils.closeQuietly(in);
649 // since this call may result in the system unbinding from the spooler
941 FileInputStream in = null; local
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.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
191 static final boolean COMPRESS_FULL_BACKUPS = true; // should be true in production
201 // Random variation in backup scheduling time to avoid server load spikes
243 // User confirmation timeout for a full backup/restore operation. It's this long in
293 // in succession. Bind notifications are asynchronously delivered through the
398 public int pmToken; // in post-install restore, the PM's token for this transaction
468 public String curPassword; // filled in by the confirmation step
507 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation
508 // token is the index of the entry in the pending-operations list
979 DataInputStream in = null; local
999 DataInputStream in = null; local
1196 RandomAccessFile in = null; local
1253 DataInputStream in = null; local
1350 RandomAccessFile in = null; local
2703 BackupDataInput in = new BackupDataInput(readFd.getFileDescriptor()); local
2994 DataInputStream in = new DataInputStream(raw); local
3812 FileInputStream in = new FileInputStream( local
4867 DataInputStream in = new DataInputStream(bin); local
5499 final InputStream in; local
6208 DataInputStream in = new DataInputStream(bin); local
7345 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor()); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.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
124 /* Keep in sync with system/netd/server/ResponseCode.h */
326 * (typically, an Ethernet cable has been plugged-in or unplugged).
403 * Notify our observers of a change in the data activity state of the interface
432 // Report the change in data activity. We don't do this if this is a change
434 // have previously seen change reports from the radio. In that case only
470 * existing in-memory rules.
988 DataInputStream in = new DataInputStream(fstream); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]

Completed in 2238 milliseconds

<<51525354555657585960>>