HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1276 - 1300 of 2135) sorted by null

<<51525354555657585960>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestMax.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
38 public float in; field in class:TestMax.ArgumentsFloatFloatFloat
44 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfb01ed3804837dddl, false); local
49 script.forEach_testMaxFloatFloatFloat(in, out);
50 verifyResultsMaxFloatFloatFloat(in, in1, out, false);
57 scriptRelaxed.forEach_testMaxFloatFloatFloat(in, out);
58 verifyResultsMaxFloatFloatFloat(in, in1, out, true);
64 private void verifyResultsMaxFloatFloatFloat(Allocation in, Allocation in1, Allocation out, boolean relaxed) {
66 in.copyTo(arrayIn)
113 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x63dc5a02b9d46a4bl, false); local
182 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xb92c17bc0744bdael, false); local
251 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xe7bd57554b51111l, false); local
    [all...]
TestMin.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
38 public float in; field in class:TestMin.ArgumentsFloatFloatFloat
44 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x816f2fe273bf4977l, false); local
49 script.forEach_testMinFloatFloatFloat(in, out);
50 verifyResultsMinFloatFloatFloat(in, in1, out, false);
57 scriptRelaxed.forEach_testMinFloatFloatFloat(in, out);
58 verifyResultsMinFloatFloatFloat(in, in1, out, true);
64 private void verifyResultsMinFloatFloatFloat(Allocation in, Allocation in1, Allocation out, boolean relaxed) {
66 in.copyTo(arrayIn)
113 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xe354049301b6cfb9l, false); local
182 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x38a3c24c4f27231cl, false); local
251 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x8df380059c97767fl, false); local
    [all...]
  /device/samsung/manta/audio/
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
59 /* duration in ms of volume ramp applied when starting capture to remove plop */
223 OUT_DEVICE_TAB_SIZE, /* number of rows in route_configs[][] */
233 IN_SOURCE_TAB_SIZE, /* number of lines in route_configs[][] */
431 * in stream
432 * out stream(s) in enum output_type order
434 * TODO investigate whether we ever actually take both in stream and out stream
760 /* anticipate level measurement in case we start capture later */
768 static int start_input_stream(struct stream_in *in)
831 struct stream_in *in; local
879 struct stream_in *in; local
1306 struct stream_in *in = (struct stream_in *)stream; local
1318 struct stream_in *in = (struct stream_in *)stream; local
1326 struct stream_in *in = (struct stream_in *)stream; local
1371 struct stream_in *in = (struct stream_in *)stream; local
1391 struct stream_in *in = (struct stream_in *)stream; local
1486 struct stream_in *in = (struct stream_in *)stream; local
1541 struct stream_in *in = (struct stream_in *)stream; local
1560 struct stream_in *in = (struct stream_in *)stream; local
1774 struct stream_in *in; local
1856 struct stream_in *in = (struct stream_in *)stream; local
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
107 InputStream in = null; local
108 in = this.getClass().getResourceAsStream("antlr.properties");
113 if (in != null) {
117 antlrSettings.load(in);
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.py 85 while s.sy in ops:
90 if Future.division in s.context.future_directives:
154 if s.sy in ops:
179 #comp_op: '<'|'>'|'=='|'>='|'<='|'<>'|'!='|'in'|'not' 'in'|'is'|'is' 'not'
183 if s.sy in comparison_ops:
189 if s.sy in comparison_ops:
217 if s.sy in comparison_ops:
224 s.expect('in')
242 'in', 'is', 'not
1407 if is_cimport and s.systring in imported_name_kinds: namespace
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 52 out += UnicodeString(" (in DST), zone=");
764 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
770 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
779 verify765("1997 zero-th Tuesday in June = ", status);
786 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
792 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
802 verify765("1997 Tuesday in week 0 of June = ", status);
805 * resolve to a date in Dec 1996; that is, to behave as if
808 * desired. Using YEAR in combination with WOY is ambiguous, and
809 * results in the first WOY/DOW day of the year satisfying th
2472 const CalFields in; member in struct:__anon16922
2570 const CalFields in; member in struct:__anon16923
    [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/chromium_org/third_party/icu/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. */
232 "Specify a version when packaging in dll or static mode",
272 "%s: error in command line argument \"%s\"\n",
340 /* OK, fill in the options struct */
634 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n");
823 /* Read in options file. */
855 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
860 /* MinGW does not need the library prefix when building in dll mode. */
1862 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/libjpeg_turbo/
jquant2.c 36 * In the first pass over the image, we accumulate a histogram showing the
40 * in the same histogram cell.
44 * have as many boxes as desired colors. Then the mean color in each
52 * Heckbert-style quantizers vary a good deal in their policies for choosing
54 * used here have proved out well in experimental comparisons, but better ones
57 * In earlier versions of the IJG code, this module quantized in YCbCr color
64 * The present code works in the post-conversion color space, typically RGB.
66 * To improve the visual quality of the results, we actually work in scaled
67 * RGB space, giving G distances more weight than R, and R in turn more tha
1097 int in, out; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_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.
1401 unsigned char *in = src[idx8x8]; 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::__anon18876::__anon18877
    [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/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:__anon59
    [all...]
  /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:__anon1076
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:__anon1124::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...]

Completed in 563 milliseconds

<<51525354555657585960>>