/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | |
org.eclipse.help_3.5.0.v20100524.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
plexus-sec-dispatcher-1.3.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/ |
plexus-sec-dispatcher-1.3.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/ |
plexus-sec-dispatcher-1.3.jar | |
/frameworks/base/services/core/java/com/android/server/content/ |
SyncStorageEngine.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 317 * in periodic syncs can make unexpected changes. 351 backoffTime = -1; // if < 0 then we aren't in backoff mode 352 backoffDelay = -1; // if < 0 then we aren't in backoff mode 402 /** Called when a sync is needed on an account(s) due to some change in state. */ 725 * persisted variable - namely the "syncable" attribute for an AuthorityInfo in accounts.xml. 2367 Parcel in = Parcel.obtain(); local 2728 Parcel in = Parcel.obtain(); local [all...] |
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkPolicyManagerService.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 267 /** UIDs that have been white-listed to always be able to have network access in 389 // ignored; both services live in system_server 1254 final XmlPullParser in = Xml.newPullParser(); local [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConfigStore.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 102 * be in any order. A EOS at the end of a set of (key, value) pairs 105 * ID_KEY in the (key, value) pairs, the data is discarded. 107 * An invalid version on read would result in discarding the contents of 122 * to the disk. (TODO: deprecate these calls in WifiManager) 143 /* A network id is a unique identifier for a network configured in the 376 * In old configurations, the "private_key" field was used. However, newer 378 * If this field is found in the configuration, the migration code is 406 * for which we have failed in acquiring an IP address from DHCP. A value o 1764 DataInputStream in = null; local [all...] |
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/ |
Gen.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 2400 BufferedReader in = new BufferedReader(reader); \/\/changed to support FlexML, replaced File() local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v13/13.0.0/ |
support-v13-13.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v13/18.0.0/ |
support-v13-18.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v13/19.0.0/ |
support-v13-19.0.0.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v13/19.0.1/ |
support-v13-19.0.1.jar | |
/prebuilts/maven_repo/android/com/android/support/support-v13/19.1.0/ |
support-v13-19.1.0.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.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/icu/source/test/intltest/ |
numrgts.cpp | 238 // {sfb} kind of silly in C++, just checking for new success 306 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat. 314 // {sfb} One note about this test: if you pass in a pointer 317 // of the symbols, it is necessary to pass in a reference to the symbols 447 // {sfb} this is silly in C++ 571 // {sfb} slightly converted into a round-trip test, since in C++ 605 // {sfb} doesn't apply in C++ 830 * never contain the monetary separator! Decimal separator in pattern is 853 errln("ERROR in test: want decimal sep != monetary sep"); 2264 double in = DOUBLE[i\/3]; local [all...] |