/external/guice/extensions/struts2/lib/ |
jetty-util-6.1.0.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 | |
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/ |
commons-io-1.4.jar | |
/art/compiler/optimizing/ |
intrinsics_arm.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 57 // out in this case. 155 Location in = locations->InAt(0); local 161 Register in_reg_lo = in.AsRegisterPairLow<Register>(); 162 Register in_reg_hi = in.AsRegisterPairHigh<Register>(); 170 __ clz(out, in.AsRegister<Register>()); 213 Register in = locations->InAt(0).AsRegister<Register>(); local 214 __ rbit(out, in); 244 Location in = locations->InAt(0) local 284 Location in = locations->InAt(0); local 1857 Register in = locations->InAt(0).AsRegister<Register>(); local 1892 Register in = locations->InAt(0).AsRegister<Register>(); local 1927 Register in = locations->InAt(0).AsRegister<Register>(); local [all...] |
intrinsics_arm64.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 95 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified 98 // Note: The actual parameters are required to be in the locations given by the invoke's location 125 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory. 158 // out in this case. 238 Location in = locations->InAt(0); local 243 __ Rev16(WRegisterFrom(out), WRegisterFrom(in)); 248 __ Rev(RegisterFrom(out, type), RegisterFrom(in, type)); 294 Location in = locations->InAt(0) local 321 Location in = locations->InAt(0); local 349 Location in = locations->InAt(0); local 413 Location in = locations->InAt(0); local 449 Location in = locations->InAt(0); local [all...] |
intrinsics_mips.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 93 // intrinsic) in an intrinsified call. This will copy the arguments 96 // Note: The actual parameters are required to be in the locations 124 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory. 161 FRegister in = locations->InAt(0).AsFpuRegister<FRegister>(); local 167 __ Mfc1(out_lo, in); 168 __ MoveFromFpuHigh(out_hi, in); 172 __ Mfc1(out, in); 212 Register in = locations->InAt(0).AsRegister<Register>() local 258 Register in = locations->InAt(0).AsRegister<Register>(); local 272 Register in = locations->InAt(0).AsRegister<Register>(); local 462 Register in = locations->InAt(0).AsRegister<Register>(); local 496 Register in; local 642 Register in = locations->InAt(0).AsRegister<Register>(); local 749 FRegister in = locations->InAt(0).AsFpuRegister<FRegister>(); local 796 Register in = locations->InAt(0).AsRegister<Register>(); local 1285 FRegister in = locations->InAt(0).AsFpuRegister<FRegister>(); local 2268 FRegister in = locations->InAt(0).AsFpuRegister<FRegister>(); local 2355 Register in = locations->InAt(0).AsRegister<Register>(); local 2409 Register in = locations->InAt(0).AsRegister<Register>(); local [all...] |
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 70 // out in this case. 349 // The result is in EAX. 584 // op1 is already in the same location as the output. 689 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local 692 GetAssembler()->sqrtsd(out, in); 738 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local 740 __ roundsd(out, in, Immediate(round_mode)); 806 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>() local [all...] |
intrinsics_x86_64.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 64 // out in this case. 509 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local 512 GetAssembler()->sqrtsd(out, in); 558 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local 560 __ roundsd(out, in, Immediate(round_mode)); 627 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local 636 // Add in the input. 637 __ addss(inPlusPointFive, in); 677 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local [all...] |
/art/runtime/interpreter/ |
unstarted_runtime.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 71 LOG(FATAL) << "Trying to abort, but not in transaction mode: " << msg; 113 // Helper function to deal with class loading in an unstarted runtime. 126 AbortTransactionOrFail(self, "%s failed in un-started runtime for class: %s", 142 // Common helper for class-loading cutouts in an unstarted runtime. We call Runtime methods that 143 // rely on Java code to wrap errors in the correct exception class (i.e., NoClassDefFoundError into 163 AbortTransactionOrFail(self, "Null-pointer in Class.forName."); 226 AbortTransactionOrFail(self, "Null-pointer in Class.newInstance."); 238 // If we're in a transaction, class must not be finalizable (it or a superclass has a finalizer) 861 double in = shadow_frame->GetVRegDouble(arg_offset); 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 391 * src equals the URL passed in. 394 * @return the url for the page with the script link in. 482 * Set the validity of any future responses in milliseconds. If this is set to a non-zero 484 * @param timeMillis The time, in milliseconds, for which any future response will be valid. 493 * @param timeMillis The age, in milliseconds, of any document served in the future. 625 InputStream in; local 633 in = mResources.openRawResource(id) [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 1149 struct stream_in *in; local 1198 struct stream_in *in; local 1893 struct stream_in *in = NULL; \/* if non-NULL, then force input to standby *\/ local 2074 struct stream_in *in = NULL; local 2291 struct stream_in *in = (struct stream_in *)stream; local 2305 struct stream_in *in = (struct stream_in *)stream; local 2326 struct stream_in *in = (struct stream_in *)stream; local 2395 struct stream_in *in = (struct stream_in *)stream; local 2416 struct stream_in *in = (struct stream_in *)stream; local 2520 struct stream_in *in = (struct stream_in *)stream; local 2597 struct stream_in *in = (struct stream_in *)stream; local 3026 struct stream_in *in; local 3093 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/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") 2541 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); 842 // If precision is mediump, make sure values can be represented in fp16 exactly 2169 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 144 tcu::Vec4 in[MAX_USER_ATTRIBS]; member in class:vkt::sr::ShaderEvalContext 168 // 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, 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 1783 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 | |