HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 701 - 725 of 1097) sorted by null

<<21222324252627282930>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.help_3.5.0.v20100524.jar 
  /bionic/libc/dns/net/
getaddrinfo.c 8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 * in the source code. This is because RFC2553 is silent about which error
53 * in ai_flags?
61 * gethostbyname2 from getaddrinfo will end up in wrong search order, as
67 * This will result in the following queries if the node is configure t
117 struct sockaddr_in in; member in union:sockaddr_union
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.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
261 // anything in order to get around the client not trusting
438 * src equals the URL passed in.
441 * @return the url for the page with the script link in.
529 * Set the validity of any future responses in milliseconds. If this is set to a non-zero
531 * @param timeMillis The time, in milliseconds, for which any future response will be valid.
540 * @param timeMillis The age, in milliseconds, of any document served in the future.
672 InputStream in; local
    [all...]
  /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...]