/cts/tests/tests/net/src/android/net/cts/ |
ConnectivityManagerTest.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 148 * automatically in tearDown(). 241 Log.e(TAG, "failure in testGetAllNetworkInfo. Dump of returned NetworkInfos:"); 252 fail("startUsingNetworkFeature is no longer supported in the current API version"); 259 fail("stopUsingNetworkFeature is no longer supported in the current API version"); 266 fail("requestRouteToHost is no longer supported in the current API version"); 321 * <p>In order to test that a NetworkCallback occurs, we need some change in the network 470 // to wait for in the receive to confirm it didn't see the connectivity change 589 InputStream in = s.getInputStream(); local [all...] |
/device/generic/goldfish/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 403 ALOGE("Out worker not in standby before exiting"); 454 // Call with in->lock held 647 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 648 return in->req_config.sample_rate; 709 // must be fixed in in_read 770 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 771 int size = get_input_buffer_size(in->req_config.sample_rate, 772 in->req_config.format 780 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 786 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 797 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 819 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 854 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 919 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 928 struct generic_stream_in *in = (struct generic_stream_in *)args; local 1008 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 1108 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 1302 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 1332 struct generic_stream_in *in; local [all...] |
/device/google/contexthub/sensorhal/ |
hubconnection.cpp | 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 387 sp<JSONCompound> in = JSONCompound::Parse(buf, size); local 391 if (in != NULL && in->isObject()) { 392 root = (JSONObject *)in.get(); 707 // We'll stash away the last step count in case we need to reset [all...] |
/device/google/dragon/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 677 /* Delay in Us */ 860 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames); 861 static int do_in_standby_l(struct stream_in *in); 873 static uint32_t in_get_aux_channels(struct stream_in *in) 875 if (in->num_preprocessors == 0) 880 if (!(in->devices & AUDIO_DEVICE_IN_BUILTIN_MIC & ~AUDIO_DEVICE_BIT_IN)) 946 static int in_reconfigure_channels(struct stream_in *in, 1022 struct stream_in *in = (struct stream_in *)stream; local 1151 struct stream_in *in; local 1200 struct stream_in *in; local 1894 struct stream_in *in = NULL; \/* if non-NULL, then force input to standby *\/ local 2062 struct stream_in *in = NULL; local 2279 struct stream_in *in = (struct stream_in *)stream; local 2293 struct stream_in *in = (struct stream_in *)stream; local 2314 struct stream_in *in = (struct stream_in *)stream; local 2383 struct stream_in *in = (struct stream_in *)stream; local 2404 struct stream_in *in = (struct stream_in *)stream; local 2508 struct stream_in *in = (struct stream_in *)stream; local 2585 struct stream_in *in = (struct stream_in *)stream; local 3014 struct stream_in *in; local 3081 struct stream_in *in = (struct stream_in*)stream; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
textio.c | 34 "After the underlying buffer has been detached, the TextIO is in an\n"
180 "Codec used when reading a file in universal newlines mode. It wraps\n"
183 "translate=False, it ensures that the newline sequence is returned in\n"
303 * then readline() is sure to get \r\n in one pass
327 all in one pass. */
349 (there's nothing else to be done, even when in translation mode)
407 Py_UNICODE *in, *out, *end;
local 412 translation is done in place. */
425 in = in_str;
431 while ((c = *in++) > '\r') [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
textio.c | 34 "After the underlying buffer has been detached, the TextIO is in an\n"
180 "Codec used when reading a file in universal newlines mode. It wraps\n"
183 "translate=False, it ensures that the newline sequence is returned in\n"
294 * then readline() is sure to get \r\n in one pass
318 all in one pass. */
340 (there's nothing else to be done, even when in translation mode)
398 Py_UNICODE *in, *out, *end;
local 403 translation is done in place. */
416 in = in_str;
422 while ((c = *in++) > '\r') [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/boringssl/src/ssl/test/ |
bssl_shim.cc | 5 * copyright notice and this permission notice appear in all copies. 9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 23 #include <netinet/in.h> 216 static bool HexDecode(std::string *out, const std::string &in) { 217 if ((in.size() & 1) != 0) { 221 std::unique_ptr<uint8_t[]> buf(new uint8_t[in.size() / 2]); 222 for (size_t i = 0; i < in.size() / 2; i++) { 224 if (!FromHexDigit(&high, in[i*2]) | 1347 const uint8_t *in = reinterpret_cast<const uint8_t *>(in_); local [all...] |
/external/curl/lib/ |
ftp.c | 10 * This software is licensed as described in the file COPYING, which 28 #include <netinet/in.h> 40 #include <in.h> 80 /* The last 3 #include files should be in this order */ 279 * NOTE: back in the old days, we added code in the FTP code that made NOBODY 310 Note: The input string is in the client's encoding which might 383 * The start time is stored in progress.t_acceptdata - as set with 422 * connection for a negative response regarding a failure in connecting 450 infof(data, "There is negative response in cache while serv connect\n") 2464 long in=(long)(bytes-buf); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderCommonFunctionTests.cpp | 10 * you may not use this file except in compliance with the License. 15 * Unless required by applicable law or agreed to in writing, software 23 * \brief Common built-in function tests. 374 static inline void frexp (float in, float* significand, int* exponent) 376 const tcu::Float32 fpValue(in); 829 // If precision is mediump, make sure values can be represented in fp16 exactly 2144 const float in = rnd.getFloat(ranges[precision].x(), ranges[precision].y()); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.hpp | 11 * you may not use this file except in compliance with the License. 16 * Unless required by applicable law or agreed to in writing, software 210 tcu::Vec4 in[MAX_USER_ATTRIBS]; member in class:vkt::sr::ShaderEvalContext 234 // Either inherit a class with overridden evaluate() or just pass in an evalFunc.
|
vktShaderRenderMatrixTests.cpp | 10 * you may not use this file except in compliance with the License. 15 * Unless required by applicable law or agreed to in writing, software 74 // \note Input1 should not contain 0 components as it is used as divisor in div cases. 515 m.setColumn(0, evalCtx.in[0].swizzle(0,1)); 516 m.setColumn(1, evalCtx.in[1].swizzle(0,1)); 524 m.setColumn(0, evalCtx.in[0].swizzle(0,1,2)); 525 m.setColumn(1, evalCtx.in[1].swizzle(0,1,2)); 533 m.setColumn(0, evalCtx.in[0]); 534 m.setColumn(1, evalCtx.in[1]); 542 m.setColumn(0, evalCtx.in[0].swizzle(0,1)) 1485 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local 1593 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local 1767 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; 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...] |
/external/deqp/modules/glshared/ |
glsShaderExecUtil.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 97 const char* in = usesInout ? "in" : "attribute"; local 108 src << in << " highp vec4 a_position;\n"; local 111 src << in << " " << glu::declare(input->varType, inputPrefix + input->name) << ";\n"; 186 src << "layout(points) in;\n" 190 src << "flat in " << glu::declare(input->varType, inputPrefix + input->name) << "[];\n"; 272 // flat qualifier is not present in earlier versions? 278 << "in highp vec4 a_position;\n" [all...] |
/external/dnsmasq/src/ |
option.c | 8 This program is distributed in the hope that it will be useful, 164 { "keep-in-foreground", 0, 0, 'k' }, 233 { 'A', ARG_DUP, "/domain/ipaddr", gettext_noop("Return ipaddr for all hosts in specified domains."), NULL }, 236 { 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %s)."), "$" }, 238 { 'd', OPT_DEBUG, NULL, gettext_noop("Do NOT fork into the background: run in debug mode."), NULL }, 241 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL }, 243 { 'F', ARG_DUP, "ipaddr,ipaddr,time", gettext_noop("Enable DHCP in the range given with lease duration."), NULL }, 249 { 'H', ARG_DUP, "path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE }, 258 { 'k', OPT_NO_FORK, NULL, gettext_noop("Do NOT fork into the background, do NOT run in debug mode."), NULL }, 266 { 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE } 834 struct in_addr in; local 1761 struct in_addr in; local [all...] |
/external/e2fsprogs/lib/support/ |
profile.c | 2 * profile.c -- A simple configuration file parsing "library in a file" 4 * The profile library was originally written by Theodore Ts'o in 1995 5 * for use in the MIT Kerberos v5 library. It has been 8 * v5 distribution, version 1.4.2, and radically simplified for use in 34 * notice appear in all copies and that both that copyright notice and 35 * this permission notice appear in supporting documentation, and that 36 * the name of M.I.T. not be used in advertising or publicity pertaining 39 * your software as modified software and not distribute it in such a 123 * Used by the profile iterator in prof_get.c 132 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacO 397 const char *in; local [all...] |
/external/fio/ |
options.c | 11 #include <netinet/in.h> 964 log_err("fio: mismatch in zoned input <%s>\n", str); 1081 log_err("fio: steadystate threshold must be specified in addition to criterion\n"); 1137 * Return next name in the string. Files are separated with ':'. If the ':' 1447 log_err("fio: job <%s> has write bit set, but fio is in" 1518 .help = "Directory to store files in", 4593 char in[OPT_LEN_MAX+1]; local [all...] |
server.c | 14 #include <netinet/in.h> 1018 struct cmd_sendfile_reply *in; local 1023 in = (struct cmd_sendfile_reply *) cmd->payload; 1024 in->size = le32_to_cpu(in->size); 1025 in->error = le32_to_cpu(in->error); 1026 if (in->error) { 1028 rep->error = in->error; 1031 rep->data = smalloc(in->size) [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
PredicatesTest.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 697 Predicate<Integer> isOneOrFive = Predicates.in(nums); 712 .addEqualityGroup(Predicates.in(nums), Predicates.in(nums), 713 Predicates.in(sameOrder), Predicates.in(differentOrder)) 714 .addEqualityGroup(Predicates.in(differentNums)) 720 checkSerialization(Predicates.in(Arrays.asList(1, 2, 3, null))); 733 Predicate<Integer> isFalse = Predicates.in(nums) [all...] |
/external/guice/lib/build/ |
safesax.jar | |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MeasureFormat.java | 53 // If you update the examples in the doc, don't forget to update MesaureUnitTest.TestExamplesInDocs too. 180 * In these cases formatMeasures formats as 5:37:23 instead of 5h, 37m, 23s. 290 * @param pos Identifies a field in the formatted text. 338 * responsibility to have the appropriate values in appropriate order, 340 * in descending order, with all but the last Measure having integer values 355 * responsibility to have the appropriate values in appropriate order, 361 * @param lowValue low value in range 362 * @param highValue high value in range 474 * @param measure the measure object. In above example, 3.5 meters. 475 * @param perUnit the per unit. In above example, it is MeasureUnit.SECON [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberRegressionTests.java | 117 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat. 459 * never contain the monetary separator! Decimal separator in pattern is 473 errln("ERROR in test: want decimal sep != monetary sep"); 756 * This is not a reproducable doc error in 116 source code. 1417 double in = Double.valueOf(DATA[i]).doubleValue(); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
caltest.cpp | 62 out += UnicodeString(" (in DST), zone="); 805 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3); 811 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24); 820 verify765("1997 zero-th Tuesday in June = ", status); 827 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3); 833 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1); 843 verify765("1997 Tuesday in week 0 of June = ", status); 846 * resolve to a date in Dec 1996; that is, to behave as if 849 * desired. Using YEAR in combination with WOY is ambiguous, and 850 * results in the first WOY/DOW day of the year satisfying th 2529 const CalFields in; member in struct:__anon20394 2627 const CalFields in; member in struct:__anon20395 [all...] |
numrgts.cpp | 247 // {sfb} kind of silly in C++, just checking for new success 315 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat. 323 // {sfb} One note about this test: if you pass in a pointer 326 // of the symbols, it is necessary to pass in a reference to the symbols 462 // {sfb} this is silly in C++ 586 // {sfb} slightly converted into a round-trip test, since in C++ 620 // {sfb} doesn't apply in C++ 845 * never contain the monetary separator! Decimal separator in pattern is 868 errln("ERROR in test: want decimal sep != monetary sep"); 2286 double in = DOUBLE[i\/3]; local [all...] |