/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 323 * than has been restored from a previous device will be in this state. Not meant for 343 * in periodic syncs can make unexpected changes. 377 backoffTime = -1; // if < 0 then we aren't in backoff mode 378 backoffDelay = -1; // if < 0 then we aren't in backoff mode 427 /** Called when a sync is needed on an account(s) due to some change in state. */ 758 * persisted variable - namely the "syncable" attribute for an AuthorityInfo in accounts.xml. 2403 Parcel in = Parcel.obtain(); local 2764 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 287 * in power save mode, except device idle (doze) still applies. 294 * in power save mode. 409 * Remove unnecessary entries in the temp whitelist 453 // If we are not in any special mode, we just need to make sure the current 465 // ignored; both services live in system_server 1333 final XmlPullParser in = Xml.newPullParser(); 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 | |
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/ |
jetty-util-8.1.14.v20131031.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help_3.5.0.v20100524.jar | |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
commons-io-1.4.jar | |
/art/compiler/optimizing/ |
intrinsics_x86.cc | 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 121 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified 124 // Note: The actual parameters are required to be in the locations given by the invoke's location 151 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory. 367 // Once assembler support is available, in-memory operations look like this: 421 // The result is in EAX. 620 // op1 is already in the same location as the output. 725 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local 728 GetAssembler()->sqrtsd(out, in); 773 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local 836 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local [all...] |
/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 233 // Use Socket instead of HttpURLConnection when the server is in cleartext HTTP mode 279 // anything in order to get around the client not trusting 456 * src equals the URL passed in. 459 * @return the url for the page with the script link in. 547 * Set the validity of any future responses in milliseconds. If this is set to a non-zero 549 * @param timeMillis The time, in milliseconds, for which any future response will be valid. 558 * @param timeMillis The age, in milliseconds, of any document served in the future 690 InputStream in; 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/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 107 src << in << " " << glu::declare(input->varType, input->name) << ";\n"; 178 src << "layout(points) in;\n" 182 src << "flat in " << glu::declare(input->varType, "geom_" + input->name) << "[];\n"; 265 // flat qualifier is not present in earlier versions? 271 << "in highp vec4 a_position;\n"; 275 src << "in " << glu::declare(input->varType, inputPrefix + input->name) << ";\n [all...] |
/external/dnsmasq/src/ |
option.c | 8 This program is distributed in the hope that it will be useful, 163 { "keep-in-foreground", 0, 0, 'k' }, 229 { 'A', ARG_DUP, "/domain/ipaddr", gettext_noop("Return ipaddr for all hosts in specified domains."), NULL }, 232 { 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %s)."), "$" }, 234 { 'd', OPT_DEBUG, NULL, gettext_noop("Do NOT fork into the background: run in debug mode."), NULL }, 237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL }, 239 { 'F', ARG_DUP, "ipaddr,ipaddr,time", gettext_noop("Enable DHCP in the range given with lease duration."), NULL }, 245 { 'H', ARG_DUP, "path", gettext_noop("Specify a hosts file to be read in addition to %s."), HOSTSFILE }, 254 { 'k', OPT_NO_FORK, NULL, gettext_noop("Do NOT fork into the background, do NOT run in debug mode."), NULL }, 262 { 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE } 830 struct in_addr in; local 1800 struct in_addr in; local [all...] |
/external/e2fsprogs/e2fsck/ |
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 121 * Used by the profile iterator in prof_get.c 130 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacO 394 const char *in; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/external/fio/ |
options.c | 751 * Return next name in the string. Files are separated with ':'. If the ':' 987 * The code in verify_io_u_pattern assumes a single byte 1089 log_err("fio: job <%s> has write bit set, but fio is in" 1310 .help = "Directory to store files in", 1561 .help = "Number of IO buffers to keep in flight", 1574 .help = "Number of IO buffers to submit in one go", 1588 .help = "Number of IO buffers to retrieve in one go", 3802 char in[OPT_LEN_MAX+1]; local [all...] |
server.c | 14 #include <netinet/in.h> 838 struct cmd_sendfile_reply *in; local 843 in = (struct cmd_sendfile_reply *) cmd->payload; 844 in->size = le32_to_cpu(in->size); 845 in->error = le32_to_cpu(in->error); 846 if (in->error) { 848 rep->error = in->error; 851 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...] |