HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1251 - 1275 of 2266) sorted by null

<<51525354555657585960>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.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
52 * - not all functions are available in Java, notably gamma and erf,
55 * - handling unsigned integers, especially longs, is painful and error prone in Java.
233 Target.Floaty in = t.new32(f); local
235 acos(in.mid32()),
236 acos(in.min32()),
237 acos(in.max32()));
241 Target.Floaty in = t.new32(f); local
243 acosh(in.mid32())
253 Target.Floaty in = t.new32(f); local
261 Target.Floaty in = t.new32(f); local
273 Target.Floaty in = t.new32(f); local
281 Target.Floaty in = t.new32(f); local
308 Target.Floaty in = t.new32(f); local
316 Target.Floaty in = t.new32(f); local
324 Target.Floaty in = t.new32(f); local
332 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); local
367 Target.Floaty in = t.new32(f); local
375 Target.Floaty in = t.new32(f); local
383 Target.Floaty in = t.new32(f); local
391 Target.Floaty in = t.new32(f); local
421 Target.Floaty in = t.new32(f); local
429 Target.Floaty in = t.new32(f); local
437 Target.Floaty in = t.new32(f); local
445 Target.Floaty in = t.new32(f); local
476 Target.Floaty in = t.new32(f); local
503 Target.Floaty in = t.new32(f); local
508 Target.Floaty in = t.new32(f); local
516 Target.Floaty in = t.new32(f); local
524 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); local
532 Target.Floaty in = t.new32(f); local
537 Target.Floaty in = t.new32(f); local
551 Target.Floaty in = t.new32(f); local
559 Target.Floaty in = t.multiply(t.new32(f), pi32(t)); local
646 Target.Floaty in = t.new32(args.inV); local
1075 Target.Floaty in = t.new32(args.inV); local
1110 Target.Floaty in = t.new32(args.inV); local
1119 Target.Floaty in = t.new32(args.inV); local
1148 Target.Floaty in = t.new32(args.inV); local
1200 Target.Floaty in = t.new32(args.inV); local
1328 Target.Floaty in = t.new32(args.inV); local
1350 Target.Floaty in = t.new32(args.inV); local
    [all...]
  /development/ndk/platforms/android-21/include/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
  /development/ndk/platforms/android-3/include/linux/
coda.h 232 struct coda_in_hdr in; member in struct:coda_root_in
502 struct coda_in_hdr in; member in struct:coda_statfs_in
570 void __user *in; member in struct:ViceIoctl
  /device/htc/flounder/audio/hal/
audio_hw.c 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
714 /* Delay in Us */
917 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
918 static int do_in_standby_l(struct stream_in *in);
921 static void get_capture_reference_delay(struct stream_in *in,
1725 struct stream_in *in; local
1825 struct stream_in *in; local
2745 struct stream_in *in = NULL; \/* if non-NULL, then force input to standby *\/ local
2994 struct stream_in *in = NULL; local
3435 struct stream_in *in = (struct stream_in *)stream; local
3449 struct stream_in *in = (struct stream_in *)stream; local
3470 struct stream_in *in = (struct stream_in *)stream; local
3559 struct stream_in *in = (struct stream_in *)stream; local
3580 struct stream_in *in = (struct stream_in *)stream; local
3684 struct stream_in *in = (struct stream_in *)stream; local
3773 struct stream_in *in = (struct stream_in *)stream; local
4289 struct stream_in *in; local
4367 struct stream_in *in = (struct stream_in*)stream; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 29 // <sys/shm.h> doesn't declare these functions in _KERNEL mode.
76 # include <netinet/in.h>
313 // malloc() in the following test may be optimized to produce a compile-time
374 // We poison two bytes in the midle of a 4-byte word to make the test
3221 struct in_addr in[2]; local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 36 * bswap_16 - reverse bytes in a uint16_t value.
50 * bswap_32 - reverse bytes in a uint32_t value.
68 * bswap_64 - reverse bytes in a uint64_t value.
204 /* these are defined in kernel */
325 __le32 log_sectorsize; /* log2 sector size in bytes */
327 __le32 log_blocksize; /* log2 block size in bytes */
371 __le64 valid_block_count; /* # of valid blocks in main area */
374 __le32 free_segment_count; /* # of free segments in main area */
407 __le16 blk_addr; /* block index in current CP */
408 __le16 blk_count; /* Number of orphan inode blocks in CP *
511 struct indirect_node in; member in union:f2fs_node::__anon9205
    [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 70 void TestDefaultConverterError(void); /* defined in cctest.c */
71 void TestDefaultConverterSet(void); /* defined in cctest.c */
559 log_err("Error in getName\n");
658 log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't fill the SubstChars in the buffer, it just returns\n");
669 const uint8_t in[]={ 0x1b, 0x25, 0x42, 0x31, 0x32, 0x61, 0xc0, 0x80, 0xe0, 0x80, 0x80, 0xf0, 0x80, 0x80, 0x80}; local
670 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 28 dataerrln("fail in file \"%s\", line %d: \"%s\"", __FILE__, __LINE__, \
32 dataerrln("fail in file \"%s\", line %d", __FILE__, __LINE__); }}
209 // TODO do these in hex
233 //if (!checkPat(source + " (in code)", testSet, pat1)) return false;
240 // if (!checkPat(source + " (in code)", testSet, pat3)) return false;
269 // Throw in a test of complement
347 errln("FAIL : Error in copy construction");
356 errln("FAIL: Error in =operator");
365 errln("FAIL: Error in clone");
374 errln("FAIL: Error in hashCode()")
2092 UBool in = TRUE; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 30 * @summary Tests of new functionality in IBMCalendar
39 * Test weekend support in IBMCalendar.
44 * In particular, the test will have to be rewritten to instantiate
45 * a Calendar in the given locale (using getInstance()) and call
94 new Locale("hi", "IN"), new int[] { // Sunday only
310 // duration in seconds, if < 0.
352 // duration in seconds, if < 0.
485 // duration in seconds, if < 0.
555 // In pass one, change the first day of week so that the weeks
556 // shift in August 2001. In pass two, change the minimal day
1225 CalFields in = (CalFields)test[1]; local
1310 CalFields in = (CalFields)test[1]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 95 /* These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
112 // THIS IS NO LONGER TRUE IN UNICODE v2.1.8, SO THIS TEST IS OBSOLETE
133 // And finally, make sure you can do it in reverse too
154 // And finally, make sure you can do it in reverse too
236 * Make sure characters in the CompositionExclusion.txt list do not get
282 // We comment this out in favor of the test above, which
309 * Such characters do not participate in any canonical
312 * map to the same canonical class, which is not the case, in
350 * characters at the start of a string are not put in canonica
1045 String in = Utility.unescape("\\\\U0001D157\\\\U0001D165"); local
2678 String in="\\u00A0\\u00C7\\u0301"; local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 45 * arguments to the log only if the test is being run in verbose mode.
49 * The default time zone for all of our tests. Used in Target.run();
54 * The default locale used for all of our tests. Used in Target.run();
136 * provided in the constructor). The resulting full name is used to
467 // different jvms return class methods in different orders,
472 // sort in reverse order, later we link up in
482 t = arr[i].setNext(t); // relink in forward order
595 System.in.read();
843 * in the argument list
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Request.java 121 * The form content that a request can process is limited to protect from Denial of Service attacks. The size in bytes is limited by
151 //Only do the cleanup if we are exiting from the context in which a servlet parsed the multipart files
354 InputStream in = getInputStream(); local
357 UrlEncoded.decodeTo(in,_baseParameters,encoding,content_length < 0?maxFormContentSize:-1,maxFormKeys);
680 // sort the list in quality order
717 // sort the list in quality order
909 final ServletInputStream in = getInputStream(); local
911 _reader = new BufferedReader(new InputStreamReader(in,encoding))
916 in.close();
    [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/libvncserver/x11vnc/
sslhelper.c 12 x11vnc is distributed in the hope that it will be useful,
22 In addition, as a special exception, Karl J. Runge
27 in all respects for all of the code used other than "OpenSSL". If you
86 static char *get_input(char *tag, char **in);
144 FILE *in = fopen(path, "r"); local
145 if (in != NULL) {
149 while (fgets(line, 1024, in) != NULL) {
164 fclose(in);
170 static char *get_input(char *tag, char **in) {
173 if (! tag || ! in || ! *in)
240 FILE *in, *out; local
521 FILE *in; local
954 FILE *in; local
1134 FILE *in = fopen(openssl_pem, "r"); local
1395 FILE *in; local
3794 struct in_addr in; local
    [all...]
x11vnc.c 14 * This software is distributed in the hope that it will be useful,
24 * In addition, as a special exception, Karl J. Runge
29 * in all respects for all of the code used other than "OpenSSL". If you
38 * the initial x11vnc.c in libvncserver (Johannes E. Schindelin)
50 * Although in some environments libjpeg.so or libz.so may not be
53 * respectively. To increase portability it is written in plain C.
66 * As of 12/2002 this version of x11vnc.c is contained in the libvncserver
67 * CVS tree and released in version 0.5.
70 * "-D_REENTRANT -DX11VNC_THREADED" in the environment variable CFLAGS
128 * threaded, currently the only workaround in this case is -nothread
1391 FILE *in = fopen(str+1, "r"); 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.
178 static void idct4_sse2(__m128i *in) {
186 transpose_4x4(in);
188 u[0] = _mm_unpacklo_epi16(in[0], in[1]);
189 u[1] = _mm_unpackhi_epi16(in[0], in[1])
265 __m128i in[2]; local
862 __m128i in[8]; local
1335 __m128i in[16], l[16], r[16], *curr1; local
1400 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
2388 __m128i in[16], l[16]; local
2574 in[0] = _mm_add_epi16(stp2_0, stp1_15); local
3340 __m128i in[32], col[32]; local
3435 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
3625 __m128i in[32], col[128], zero_idx[16]; local
3811 in[0] = _mm_add_epi16(stp1_0, stp1_31); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
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.
50 // through iF (in raster order), intermediate variables are a0, b0, c0
51 // through f, and correspond to the in-place computations mapped to input
57 // In the comments, pN means cos(N pi /64) and mN is -cos(N pi /64),
122 // can never be equal to one. To increment in the non-zero case, we
207 // rounding steps in a row
379 __m128i in[4]; local
1207 __m128i in[8]; local
1318 const int16_t *in = input; local
    [all...]
  /external/libxml2/
runtest.c 96 const char *in; /* glob to path for input files */ member in struct:testDesc
114 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
316 /* calculate the error position in terms of the current position */
878 * The default behaviour is to NOT resolve the entities, in that case
879 * the ENTITY_REF nodes are built in the structure (and the parameter
1081 * Everything is available on the context, so this is useless in our case.
1209 * @start: the first char in the string
    [all...]
  /external/pcre/dist/
pcregrep.c 7 recurse into directories, and in z/OS it can handle PDS files.
9 Note that for native z/OS, in addition to defining the NATIVE_ZOS macro, an
10 additional header is required. That header is not included in the main PCRE
12 The header can be found in the special z/OS distribution, which is available
18 Redistribution and use in source and binary forms, with or without
24 * Redistributions in binary form must reproduce the above copyright
25 notice, this list of conditions and the following disclaimer in the
35 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
39 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF TH
1517 FILE *in = NULL; \/* Ensure initialized *\/ local
2099 FILE *in = NULL; \/* Ensure initialized *\/ local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_build_ast.c 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * The views and conclusions contained in the software and documentation are those
55 struct cil_tree_node *in; member in struct:cil_args_build
127 cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_node), key);
309 struct cil_in *in = NULL local
5559 struct cil_tree_node *in = NULL; local
    [all...]
cil_resolve_ast.c 4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * The views and conclusions contained in the software and documentation are those
969 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node));
1203 /* In the overlapping protion, add items from the new list not in the old list *
2161 struct cil_in *in = current->data; local
2202 struct cil_in *in = NULL; local
    [all...]

Completed in 867 milliseconds

<<51525354555657585960>>