/external/chromium_org/third_party/libxml/src/ |
encoding.c | 7 * [ISO-10646] UTF-8 and UTF-16 in Annexes 12 * described in Unicode Technical Report #4. 158 * @in: a pointer to an array of ASCII chars 159 * @inlen: the length of @in 161 * Take a block of ASCII chars in and try to convert it to an UTF-8 170 const unsigned char* in, int *inlen) { 172 const unsigned char* base = in; 173 const unsigned char* processed = in; 178 inend = in + (*inlen); 179 while ((in < inend) && (out - outstart + 5 < *outlen)) 487 unsigned short* in = (unsigned short*) inb; local 725 unsigned short* in = (unsigned short*) inb; local 2424 xmlParserInputPtr in; local [all...] |
nanohttp.c | 34 #include <netinet/in.h> 146 char *in; /* the receiving buffer */ member in struct:xmlNanoHTTPCtxt 156 char *location; /* the new URL in case of redirect */ 169 static unsigned int timeout = 60;/* the select() timeout in seconds */ 380 * Returns an HTTP context or NULL in case of error. 419 if (ctxt->in != NULL) xmlFree(ctxt->in); 515 * This is a blocking call (but it blocks in select(), not read()). 517 * Returns the number of byte read or -1 in case of error. 532 if (ctxt->in == NULL) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 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 1038 code[1] |= 1 << 18; // in 1st source (with array index) 1063 if (i->tex.useOffsets) // in vecSrc0.w 2049 BasicBlock *in = BasicBlock::get(ei.getNode()); local [all...] |
nv50_ir_lowering_nvc0.cpp | 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 253 // these uses don't manifest in the machine code 271 // over all paths, between the TEX and the use in question) 337 // this counted all TEXes in the origin block, correct that 339 // and did not count the TEXes in the destination block, add thos 413 BasicBlock *in = BasicBlock::get(ei.getNode()); local 532 BasicBlock *in = BasicBlock::get(ei.getNode()); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_matrix.c | 9 * to deal in the Software without restriction, including without limitation 15 * in all copies or substantial portions of the Software. 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 * -# 4x4 transformation matrices are stored in memory in column major order. 47 * Bitmasks to indicate different kinds of 4x4 matrices in GLmatrix::flags 341 * stored in the GLmatrix::inv attribute 482 const GLfloat *in = mat->m; local 554 const GLfloat *in = mat->m; local 650 const GLfloat *in = mat->m; local 683 const GLfloat *in = mat->m; local [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
req.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 172 BIO *in=NULL,*out=NULL; local [all...] |
x509.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 570 BIO *in; local [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
t1_enc.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 829 unsigned char ad[13], *seq, *in, *out, nonce[16]; local [all...] |
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
AndroidTest.java | 5 * in the LICENSE file in the root of the source tree. An additional
6 * intellectual property rights grant can be found in the file PATENTS. All
7 * contributing project authors may be found in the AUTHORS file in the root of
379 Create(); // Error logging is done in native API wrapper
406 Delete(); // Error logging is done in native API wrapper
724 FileInputStream in = null;
local 726 in = new FileInputStream(fr);
732 // in.read(playBuffer); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderMatrixTests.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 70 // \note Input1 should not contain 0 components as it is used as divisor in div cases. 355 m.setColumn(0, evalCtx.in[0].swizzle(0,1)); 356 m.setColumn(1, evalCtx.in[1].swizzle(0,1)); 364 m.setColumn(0, evalCtx.in[0].swizzle(0,1,2)); 365 m.setColumn(1, evalCtx.in[1].swizzle(0,1,2)); 366 m.setColumn(2, evalCtx.in[2].swizzle(0,1,2)); 374 m.setColumn(0, evalCtx.in[0]); 375 m.setColumn(1, evalCtx.in[1]) 826 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local 1053 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
InstructionCodec.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 34 CodeInput in) throws EOFException { 47 CodeInput in) throws EOFException { 62 CodeInput in) throws EOFException { 81 CodeInput in) throws EOFException { 100 CodeInput in) throws EOFException { 116 CodeInput in) throws EOFException { 117 int baseAddress = in.cursor() - 1; 133 CodeInput in) throws EOFException [all...] |
/external/e2fsprogs/e2fsck/ |
dict.c | 9 * possibly in exchange for a fee, provided that this copyright notice appears 45 * In general, highly portable and reusable C modules which expose their 48 * readable, in the implementation, however! 305 * Free all the nodes in the dictionary by using the dictionary's 353 * Initialize a dictionary in the likeness of another dictionary 374 * Remove all nodes from the dictionary (without freeing them in any way). 389 * debugging purposes, and should be placed in assert statements. Just because 391 * corruptions in the tree may simply cause undefined behavior. 448 * Locate a node in the dictionary having the given key. 670 * successor (i.e. the leftmost node in the right subtree.) By doing this 1287 input_t in; local 1352 input_t in; local [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 158 com_err (program_name, errcode, "adding to in-memory bad block list"); 382 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got); 451 fprintf(stderr, "Weird value (%ld) in do_write\n", got); 513 fputs(_("Checking for bad blocks in read-only mode\n"), stderr); 611 fputs(_("Checking for bad blocks in read-write mode\n"), 774 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr); 1003 fprintf(stderr, _("%s is apparently in use by the system; "), 1015 * an error message if it fails, and returning success or failure in err. 1039 FILE * in = NULL; local 1168 "specified in read-only mode")) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-swing.jar | |
/external/fio/ |
options.c | 764 * Return next name in the string. Files are separated with ':'. If the ':' 988 * The code in verify_io_u_pattern assumes a single byte pattern 1086 log_err("fio: job <%s> has write bit set, but fio is in" 1307 .help = "Directory to store files in", 1546 .help = "Number of IO buffers to keep in flight", 1559 .help = "Number of IO buffers to submit in one go", 1573 .help = "Number of IO buffers to retrieve in one go", 3696 char in[OPT_LEN_MAX+1]; local [all...] |
/external/icu/icu4c/source/common/ |
ucnv.c | 42 /* size of intermediate and preflighting buffers in ucnv_convert() */ 149 /* Creating a temporary stack-based object that can be used in one thread, 227 * on a 64-bit boundary in memory. 300 in multithreaded applications because the value never changes. 325 /*Decreases the reference counter in the shared immutable section of the object 344 /* In order to speed up the close, only call the callbacks when they have been changed. 390 in multithreaded applications because the value never changes. 441 if (*len < converter->subCharLen) /*not enough space in subChars */ 447 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */ 473 * In order to always have subChar written after it is explicitly set 2490 UConverter in, out; \/* stack-allocated *\/ local [all...] |
uniset_props.cpp | 53 // *** same as in uniset.cpp ! *** 91 * Delimiter string used in patterns to close a category reference: 136 Inclusion &in = gInclusions[i]; local 137 delete in.fSet; 138 in.fSet = NULL; 139 in.fInitOnce.reset(); 326 * @param pattern a string specifying what characters are in the set 381 // Need to build the pattern in a temporary string because 388 // syntaxError(chars, "Extra chars in variable value"); 396 * Return true if the given position, in the given pattern, appear [all...] |
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 12 * contributed in 1999. 194 zero, tags and aliases for each converter are printed too, in the format 216 in non-canon mode). But since we do not know at this 232 single converter to print but in canon mode, hence we need to 233 get to it in order to print everything. */ 426 // and include it in the chunk 428 // do not include FF or VT in case they are part of a paragraph 461 return -1; // LF may be in the next chunk 463 ++u; // include the LF in this chunk 489 // the fromUnicode side of the converter must be in its initial stat 510 const UChar *in; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnormtst.c | 122 /*These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/ 184 log_err("ERROR in unorm_normalize(%s)[%d]: " 194 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n", 201 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n", 234 log_err("ERROR in decomposition at index = %d. EXPECTED: %s , GOT: %s\n", index, expected, 342 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]); 348 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]); 354 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]); 360 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]) 706 static const UChar in[]={ 0x68, 0xe4 }; local 1036 const UChar *expect, *outLimit, *in; local 1622 static const UChar in[]={ local [all...] |
/external/icu/icu4c/source/tools/gencnval/ |
gencnval.c | 21 * is written in such a way that a 2.0 reader will be able to use it, 107 uint16_t totalAliasCount; /* Total aliases in this column */ 118 uint16_t totalAliasCount; /* Total aliases in this row */ 157 parseFile(FileStream *in); 222 FileStream *in; local 235 "error in command line argument \"%s\"\n", 283 in=T_FileStream_open(path, "r"); 284 if(in==NULL) { 288 parseFile(in); 289 T_FileStream_close(in); [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 31 // This is a hack to handle a bug in the BonjourConformanceTest 260 DNSIncoming in = new DNSIncoming(this.getFlags(), this.getId(), this.isMulticast(), this._packet, this._receivedTime); local 261 in._senderUDPPayload = this._senderUDPPayload; 262 in._questions.addAll(this._questions); 263 in._answers.addAll(this._answers); 264 in._authoritativeAnswers.addAll(this._authoritativeAnswers); 265 in._additionals.addAll(this._additionals); 266 return in; 323 // This is a hack to handle a bug in the BonjourConformanceTest
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
Lexer.java | 14 private PushbackReader in; field in class:Lexer 27 public Lexer(@SuppressWarnings("hiding") PushbackReader in) 29 this.in = in; [all...] |
/external/kernel-headers/original/uapi/rdma/ |
rdma_user_cm.h | 7 * COPYING in the main directory of this source tree, or the 10 * Redistribution and use in source and binary forms, with or 18 * - Redistributions in binary form must reproduce the above 20 * disclaimer in the documentation and/or other materials 26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 76 __u16 in; member in struct:rdma_ucm_cmd_hdr
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.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. 1539 unsigned char *in = src[idx8x8]; local [all...] |
/external/libxml2/ |
nanohttp.c | 34 #include <netinet/in.h> 141 char *in; /* the receiving buffer */ member in struct:xmlNanoHTTPCtxt 151 char *location; /* the new URL in case of redirect */ 164 static unsigned int timeout = 60;/* the select() timeout in seconds */ 385 * Returns an HTTP context or NULL in case of error. 424 if (ctxt->in != NULL) xmlFree(ctxt->in); 520 * This is a blocking call (but it blocks in select(), not read()). 522 * Returns the number of byte read or -1 in case of error. 537 if (ctxt->in == NULL) [all...] |