/external/libvpx/libvpx/vpx_dsp/arm/ |
idct32x32_add_neon.c | 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. 171 int16_t *in; local 181 in = input; 182 q8s16 = vld1q_s16(in); 183 in += stride; 184 q9s16 = vld1q_s16(in); [all...] |
/external/libxml2/ |
SAX2.c | 511 * - override this xmlSAX2ResolveEntity() callback in the SAX block 680 "Entity(%s) already defined in the internal subset\n", 700 "Entity(%s) already defined in the external subset\n", name); 715 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n", 772 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n", 823 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n", 874 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n", 917 "Entity(%s) already defined in the internal subset\n", name); 937 "Entity(%s) already defined in the external subset\n", name); 952 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n" 1935 const xmlChar *in; local [all...] |
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 | 24 * The definition of the URI regexp in the above RFC has no size limit 25 * In practice they are usually relativey short except for the 26 * data URI scheme as defined in RFC 2397. Even for data URI the usual 31 * Set to 1 MByte in 2012, this is only enforced on output 55 * Old rule from 2396 used in legacy handling code 237 * in the fragment identifier but this is used very broadly for 317 * Parse a port part and fills in the appropriate fields 349 * Parse an user informations part and fills in the appropriate fields 421 * Parse an host part and fills in the appropriate fields 500 * Parse an authority part and fills in the appropriate field 1614 const char *in; local 1673 const xmlChar *in; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 8 * "Software"), to deal in the Software without restriction, including 15 * next paragraph) shall be included in all copies or substantial portions 21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 61 /* Position and area in fixed point coordinates */ 123 const float *in = v[key->inputs[i].src_index]; local 125 debug_printf(" in[%d] (%s[%d]) %s%s%s%s ", 135 debug_printf("%.5f ", in[j]) 693 boolean in = FALSE; \/* are we inside the triangle? *\/ local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 6 * to deal in the Software without restriction, including without limitation 11 * The above copyright notice and this permission notice shall be included in 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 33 * This struct constitutes linkage information in TGSI terminology. 40 uint8_t slot[4]; /* native slots for xyzw (addresses in 32-bit words) */ 48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ 119 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS] member in struct:nv50_ir_prog_info [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. 46 * These functions take the NDC coordinates pointed to by 'in', apply the 51 const GLfloat *in ) 56 out[0] = vp[0] * in[0] + vp[12]; 57 out[1] = vp[5] * in[1] + vp[13] 584 const GLfloat *in = (const GLfloat *)v; local 600 const GLfloat *in = (const GLfloat *)v; local 613 const GLfloat *in = (const GLfloat *)v; local 625 const GLfloat *in = (const GLfloat *)v; local 636 const GLfloat *in = (const GLfloat *)v; local 648 const GLfloat *in = (const GLfloat *)v; local 660 const GLfloat *in = (const GLfloat *)v; local 671 const GLfloat *in = (const GLfloat *)v; local 1003 GLfloat *in = (GLfloat *)a[j].inputptr; local [all...] |
/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/opencv3/modules/photo/src/ |
inpaint.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 84 int num,in; member in class:CvPriorityQueueFloat 149 in++; 150 // printf("push i %3d j %3d T %12.4e in %4d\n",i,j,T,in); [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_tiff.cpp | 3 // found in the LICENSE file.
41 IFX_FileRead* in;
member in union:CCodec_TiffContext::__anon21403 76 io.in = NULL;
94 ret = pTiffContext->io.in->ReadBlock(buf, pTiffContext->offset, length);
124 if (pTiffContext->io.in->GetSize() < (FX_FILESIZE)offset) {
128 (FX_DWORD)(pTiffContext->io.in->GetSize() - offset);
141 (FX_DWORD)pTiffContext->io.in->GetSize())
150 return pTiffContext->isDecoder ? (toff_t)pTiffContext->io.in->GetSize()
211 io.in = file_ptr;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
GattServerFacade.java | 5 * use this file except in compliance with the License. You may obtain a copy of 10 * Unless required by applicable law or agreed to in writing, software 102 int in = GattServerCount; local 103 mBluetoothGattServerList.put(in, mGattServer); 104 return in;
|
/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/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/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/services/audioflinger/ |
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 35 // FIXME This is actually unity gain, which might not be max in future, expressed in U.12 90 // parameter 'value' is the new sample rate in Hz. 209 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...] |
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 57 IContentProvider in = local 59 if (in != null) { 60 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...] |
/frameworks/base/core/java/android/os/ |
Binder.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 51 * <p>You must keep in mind the situations in which your process 158 * of the caller. It is distinct from {@link #getCallingUid()} in that a 200 * <p>The StrictMode settings are kept in two places: a Java-level 221 * Flush any Binder commands pending in the current thread to the kernel 225 * in order to prevent the process from holding on to objects longer than 316 * Control disabling of dump calls in this process. This is used by the system 360 ParcelFileDescriptor in = data.readFileDescriptor() local [all...] |
/frameworks/base/core/java/com/android/server/backup/ |
AccountSyncSettingsBackupHelper.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 307 // Error in writing to stash file 323 DataInputStream in = new DataInputStream(fIn); local 324 jsonString = in.readUTF(); 354 * @return Accounts in a HashSet. 376 * syncEnabled=true in restore data. 377 * syncEnabled will be true on this device. isSyncable will be left as the default in order to 380 * syncEnabled=false in restore data. 382 * old device in which case it will be set to 0 on this device. This is because isSyncable=0 i [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Icon.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 99 * @return The type of image data held in this Icon. One of 232 * @param context {@link android.content.Context Context} in which to load the drawable; see 250 * @param context {@link Context Context} in which to load the drawable; see 267 * @param context {@link android.content.Context Context} in which to load the drawable; used 527 * @param resPackage Name of the package containing the resource in question 541 * Create an Icon pointing to a bitmap in memory. 554 * Create an Icon pointing to a compressed bitmap stored in a byte array. 603 * @param tint a color, as in {@link Drawable#setTint(int) [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
ExifInterfaceTest.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 325 InputStream in = null; local 327 in = mContext.getAssets().open(imageFile.getName()); 328 exifInterface = new ExifInterface(in); 331 IoUtils.closeQuietly(in); 335 in = null; 337 in = new BufferedInputStream(new FileInputStream(imageFile.getAbsolutePath())); 338 exifInterface = new ExifInterface(in); 341 IoUtils.closeQuietly(in); 414 InputStream in = null; local [all...] |