/external/libxml2/ |
testrecurse.c | 49 const char *in; /* glob to path for input files */ member in struct:testDesc 68 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ 195 * Return a pointer to the huge: query handler, in this example simply 198 * Returns an Input context or NULL in case or error 215 * Returns 0 or -1 in case of error 233 * Returns the number of bytes read or -1 in case of error 363 /* calculate the error position in terms of the current position */ 673 * Returns 0 in case of success, an error code otherwise 693 fprintf(stderr, "Failed to detect recursion in %s\n", filename); 712 * Returns 0 in case of success, an error code otherwis [all...] |
uri.c | 25 * The definition of the URI regexp in the above RFC has no size limit 26 * In practice they are usually relativey short except for the 27 * data URI scheme as defined in RFC 2397. Even for data URI the usual 32 * Set to 1 MByte in 2012, this is only enforced on output 56 * Old rule from 2396 used in legacy handling code 238 * in the fragment identifier but this is used very broadly for 318 * Parse a port part and fills in the appropriate fields 350 * Parse an user informations part and fills in the appropriate fields 422 * Parse an host part and fills in the appropriate fields 501 * Parse an authority part and fills in the appropriate field 1615 const char *in; local 1674 const xmlChar *in; local [all...] |
/external/linux-kselftest/tools/testing/selftests/net/ |
psock_tpacket.c | 15 * sent correctly. Fanout in combination with RX_RING is currently not 29 * This program is distributed in the hope it will be useful, but WITHOUT 552 fprintf(stderr, "\nblock %u: not in TP_STATUS_USER\n", block_num); 775 char in[512], *ptr; local 785 ret = read(fd, in, sizeof(in)); 793 ptr = in;
|
/external/llvm/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 468 /// \brief Count the number of set bits in a value. 578 // Replace "-Value" by "1+~Value" in the following commented code to avoid 603 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 667 /// \brief Sign extend number in the bottom B bits of X to a 32-bit int. 679 /// \brief Sign extend number in the bottom B bits of X to a 64-bit int [all...] |
/external/lz4/tests/ |
fullbench.c | 12 This program is distributed in the hope that it will be useful, 171 static int local_LZ4_saveDict(const char* in, char* out, int inSize) 173 (void)in; 177 static int local_LZ4_compress_default_large(const char* in, char* out, int inSize) 179 return LZ4_compress_default(in, out, inSize, LZ4_compressBound(inSize)); 182 static int local_LZ4_compress_default_small(const char* in, char* out, int inSize) 184 return LZ4_compress_default(in, out, inSize, LZ4_compressBound(inSize)-1); 187 static int local_LZ4_compress_fast0(const char* in, char* out, int inSize) 189 return LZ4_compress_fast(in, out, inSize, LZ4_compressBound(inSize), 0); 192 static int local_LZ4_compress_fast1(const char* in, char* out, int inSize 408 char* in = orig_buff; local 492 char* in = orig_buff; local [all...] |
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
ilo_shader_internal.h | 8 * to deal in the Software without restriction, including without limitation 14 * in all copies or substantial portions of the Software. 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 113 } in; member in struct:ilo_shader
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
format_types.h | 6 * to deal in the Software without restriction, including without limitation 12 * paragraph) shall be included in all copies or substantial portions of the 17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 21 * IN THE SOFTWARE. 41 static simdscalar unpack(simdscalar &in) = delete; member in struct:PackTraits 42 static simdscalar pack(simdscalar &in) = delete; member in struct:PackTraits 46 static simd16scalar unpack(simd16scalar &in) = delete; member in struct:PackTraits 47 static simd16scalar pack(simd16scalar &in) = delete member in struct:PackTraits [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vertex_generic.c | 8 * to deal in the Software without restriction, including without limitation 14 * paragraph) shall be included in all copies or substantial portions of the 19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 21 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 23 * USE OR OTHER DEALINGS IN THE SOFTWARE. 45 * These functions take the NDC coordinates pointed to by 'in', apply the 50 const GLfloat *in ) 55 out[0] = vp[0] * in[0] + vp[12]; 56 out[1] = vp[5] * in[1] + vp[13] 583 const GLfloat *in = (const GLfloat *)v; local 599 const GLfloat *in = (const GLfloat *)v; local 612 const GLfloat *in = (const GLfloat *)v; local 624 const GLfloat *in = (const GLfloat *)v; local 635 const GLfloat *in = (const GLfloat *)v; local 647 const GLfloat *in = (const GLfloat *)v; local 659 const GLfloat *in = (const GLfloat *)v; local 670 const GLfloat *in = (const GLfloat *)v; local 1002 GLfloat *in = (GLfloat *)a[j].inputptr; local [all...] |
/external/mockito/src/test/java/org/mockitoutil/ |
ClassLoaders.java | 56 public static ReachableClassesFinder in(ClassLoader classLoader) { method in class:ClassLoaders 118 throw new IllegalStateException(format("Given task could not be loaded properly in the given classloader '%s', error '%s",
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockWebServer.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 61 * replays them upon request in sequence. 84 /** All map values are Boolean.TRUE. (Collections.newSetFromMap isn't available in Froyo) */ 147 * Sets the number of bytes of the POST body to keep in memory to the given 176 * in practice. 183 * Scripts {@code response} to be returned to a request made in sequence. 216 // The requestExecutor has a fixed number of worker threads. In order to get strict 217 // guarantees that requests are handled in the order in which they are accepte 518 InputStream in = response.getBodyStream(); local [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
MockSpdyPeer.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 147 InputStream in = socket.getInputStream(); local 148 FrameReader reader = variant.newReader(Okio.buffer(Okio.source(in)), client);
|
/external/opencv/cv/src/ |
cvinpaint.cpp | 16 // Redistribution and use in source and binary forms, with or without modification, 22 // * Redistribution's in binary form must reproduce the above copyright notice, 23 // this list of conditions and the following disclaimer in the documentation 32 // In no event shall the Intel Corporation or contributors be liable for any direct, 36 // and on any theory of liability, whether in contract, strict liability, 37 // or tort (including negligence or otherwise) arising in any way out of 82 int num,in; member in class:CvPriorityQueueFloat 147 in++; 148 // printf("push i %3d j %3d T %12.4e in %4d\n",i,j,T,in); [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
LiteralByteStringTest.java | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 13 // in the documentation and/or other materials provided with the 22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 50 * Test {@code LiteralByteString} by setting up a reference string in {@link #setUp()}. 161 fail("Should have thrown an exception when given a negative sourceOffset in " 170 fail("Should have thrown an exception when given a negative destinationOffset in " 179 fail("Should have thrown an exception when given a negative size in " 539 InputStream in = new ByteArrayInputStream(pickled); local [all...] |
/external/python/cpython2/Modules/ |
binascii.c | 2 ** Routines to represent binary data in ASCII and vice-versa 12 ** short binary data is zero-extended (so the bits are always in the 13 ** right place), this does *not* reflect in the length. 16 ** each char encodes 6 bits, in similar order as uucode/hqx. Encoding 18 ** Short binary data is filled (in ASCII) with '='. 28 ** Short binary data results in the runt ascii-byte being output with 29 ** the bits in the right place. 34 ** Programs that encode binary data in ASCII are written in 37 ** in unrelated sourcefiles, putting functions in include files 621 Py_ssize_t in, inend, len; local 1181 Py_ssize_t in, out; local 1288 Py_ssize_t in, out; local [all...] |
/external/r8/src/main/java/com/android/tools/r8/compatdx/ |
CompatDx.java | 3 // BSD-style license that can be found in the LICENSE file. 52 * This should become a mostly drop-in replacement for uses of the DX dexer (eg, dx --dex ...). 63 // Note: These are ordered by their occurrence in "dx --help" 139 // Note: These are ordered by their occurrence in "dx --help" 194 keepClasses = parser.accepts("keep-classes", "Keep input class files in in output jar"); 204 .accepts("dump-width", "Max width for columns in dump output") 227 "Undocumented: Set maximal index number to use in a dex file.") 234 .accepts("main-dex-list", "File listing classes that must be in the main dex file") 532 try (ZipInputStream in = new ZipInputStream(Files.newInputStream(input))) 536 addEntry(entry.getName(), in, out); local [all...] |
/external/speex/libspeex/ |
nb_celp.c | 4 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 27 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 279 spx_word16_t *in = (spx_word16_t*)vin; local 299 highpass(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_INPUT, st->mem_hp); 310 w_sig[i] = EXTRACT16(SHR32(MULT16_16(in[i-st->windowSize+st->frameSize],st->window[i]),SIG_SHIFT)) [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
MathExtras.h | 213 // in the __builtin_clz intrinsic on x86. 231 /// \brief Reverse the bits in \p Val. 234 unsigned char in[sizeof(Val)]; local 236 std::memcpy(in, &Val, sizeof(Val)); 238 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 490 /// \brief Count the number of set bits in a value. 600 // Replace "-Value" by "1+~Value" in the following commented code to avoid 625 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 713 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer. 721 /// Sign-extend the number in the bottom B bits of X to a 32-bit integer [all...] |
/external/v8/src/regexp/ |
regexp-parser.h | 3 // found in the LICENSE file. 153 RegExpParser(FlatStringReader* in, Handle<String>* error, 164 // Parses a {...,...} quantifier and stores the range in the given 182 // stores the result in the output parameter and returns true. If 243 // Index in captures array of first capture in this sub-expression, if any. 282 // to IdentifierName in the ECMAScript standard. 289 // into all RegExpBackReferences. This is done after initial parsing in order 290 // to avoid complicating cases in which references comes before the capture. 300 bool has_next() { return next_pos_ < in()->length(); 304 FlatStringReader* in() { return in_; } function in class:v8::internal::BASE_EMBEDDED [all...] |
/external/webp/src/dsp/ |
lossless_neon.c | 4 // that can be found in the COPYING file in the root of the source 6 // in the file PATENTS. All contributing project authors may 7 // be found in the AUTHORS file in the root of the source tree. 146 #define LOAD_U32_AS_U8(IN) vreinterpret_u8_u32(vdup_n_u32((IN))) 147 #define LOAD_U32P_AS_U8(IN) vreinterpret_u8_u32(vld1_u32((IN))) 148 #define LOADQ_U32_AS_U8(IN) vreinterpretq_u8_u32(vdupq_n_u32((IN)) 575 const uint8x16_t in = vld1q_u8((const uint8_t*)(src + i)); local [all...] |
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket2_win.cc | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 36 // TODO (patrikw): seems to be defined in ws2ipdef.h as 3. How come it's 445 // In this case there is no packet in the PerIoContext. Re-use it 895 // flow? This scenario should probably be documented in 959 "Critical: error enumerating interfaces when passing in correct 995 struct in_addr in; local [all...] |
/external/wpa_supplicant_8/src/fst/ |
fst_ctrl_iface.c | 531 const char *in = fst_iface_get_name(f); local 533 if (os_strncmp(ifname, in, os_strlen(in)) == 0) {
|
/frameworks/av/media/libaudioclient/include/media/ |
AudioMixer.h | 6 ** you may not use this file except in compliance with the License. 11 ** Unless required by applicable law or agreed to in writing, software 33 // FIXME This is actually unity gain, which might not be max in future, expressed in U.12 88 // parameter 'value' is the new sample rate in Hz. 207 const void* in; // current location in buffer member in struct:android::AudioMixer::track_t 341 * in AudioMixerOps.h). The template parameters are as follows: 353 const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t); 368 void *in, audio_format_t mixerInFormat, size_t sampleCount) [all...] |
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerSinc.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 63 * These coeficients are computed with the "fir" utility found in 147 int32_t mulRL(int left, int32_t in, uint32_t vRL) 152 asm( "smultb %[out], %[in], %[vRL] \n" 154 : [in]"%r"(in), [vRL]"r"(vRL) 157 asm( "smultt %[out], %[in], %[vRL] \n" 159 : [in]"%r"(in), [vRL]"r"(vRL 332 int16_t const * const in = mBuffer.i16; local [all...] |
/frameworks/base/core/java/android/content/ |
ContentProviderNative.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 58 IContentProvider in = local 60 if (in != null) { 61 return in;
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleViewDebug.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 46 /** Operation on view root, first parameter in packet should be one of VURT_* constants */ 59 * Generic View Operation, first parameter in the packet should be one of the 79 /** Error code indicating operation specified in chunk is invalid. */ 117 ByteBuffer in = wrapChunk(request); local 118 int op = in.getInt(); 120 View rootView = getRootView(in); 127 return dumpHierarchy(rootView, in); 136 final View targetView = getTargetView(rootView, in); [all...] |