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...]