/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 12 * contributed in 1999. 192 zero, tags and aliases for each converter are printed too, in the format 214 in non-canon mode). But since we do not know at this 230 single converter to print but in canon mode, hence we need to 231 get to it in order to print everything. */ 424 // and include it in the chunk 426 // do not include FF or VT in case they are part of a paragraph 459 return -1; // LF may be in the next chunk 461 ++u; // include the LF in this chunk 487 // the fromUnicode side of the converter must be in its initial stat 508 const UChar *in; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnormtst.c | 121 /*These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/ 183 log_err("ERROR in unorm_normalize(%s)[%d]: " 193 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n", 200 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n", 233 log_err("ERROR in decomposition at index = %d. EXPECTED: %s , GOT: %s\n", index, expected, 341 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]); 347 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]); 353 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]); 359 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]) 705 static const UChar in[]={ 0x68, 0xe4 }; local 1035 const UChar *expect, *outLimit, *in; local 1621 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneGenericNames.java | 45 // TimeZoneGenericNames in ICU 49. ICU 4.8 com.ibm.icu.text.TimeZoneFormat used to 122 // Window size used for DST check for a zone in a metazone (about a half year) 240 // If this is only the single zone in the country, use the country name 244 // If there are multiple zones including this in the country, 367 // We may get a wrong answer in edge case, but it should practically work OK. 388 // In CLDR, a same display name is used for both generic and standard 389 // for some meta zones in some locales. This looks like a data bugs. 411 // Check offset in the golden zone with wall time. 585 * A private class used for storing the name information in the local trie. 620 * A private class implementing the search callback interface in [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
TestIDNA.java | 424 // for every entry in unicodeIn array 516 "com". (The zero-length root label described in [STD13], which can 517 be explicit as in "www.example.com." or implicit as in 518 "www.example.com", is not considered a label in this specification.) 543 // for every entry in unicodeIn array 721 String[] in = new String[]{ local 740 String[] in = new String[]{ local [all...] |
/external/jetty/src/java/org/eclipse/jetty/xml/ |
XmlParser.java | 238 public synchronized Node parse(InputStream in) throws IOException, SAXException 246 _parser.parse(new InputSource(in), handler); 435 LOG.debug("Can't exact match entity in redirect map, trying " + dtd); 443 InputStream in = entity.openStream(); local 446 InputSource is = new InputSource(in); 666 * @param tags IF true, tags are included in the value.
|
/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/jmonkeyengine/engine/src/core/com/jme3/animation/ |
SkeletonControl.java | 3 * and open the template in the editor. 41 * if they are visible in at least one camera. 141 // otherwise a crash will happen in skin update 234 + "in the skeleton."); 305 // NOTE: This code assumes the vertex buffer is in bind pose 408 // NOTE: This code assumes the vertex buffer is in bind pose 541 InputCapsule in = im.getCapsule(this); local 542 Savable[] sav = in.readSavableArray("targets", null); 547 skeleton = (Skeleton) in.readSavable("skeleton", null);
|
/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 77 __u16 in; member in struct:rdma_ucm_cmd_hdr
|
/external/libvncserver/x11vnc/ |
remote.c | 12 x11vnc is distributed in the hope that it will be useful, 22 In addition, as a special exception, Karl J. Runge 27 in all respects for all of the code used other than "OpenSSL". If you 86 FILE *in = NULL; local 95 in = fopen(client_connect_file, "w"); 96 if (in == NULL) { 112 if (in != NULL) { 115 fprintf(in, "%s\n", cmd); 116 fclose(in); 150 in = fopen(client_connect_file, "r") 1075 FILE *in = fopen(client_connect_file, "w"); local 4423 unsigned int in; local [all...] |
/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...] |
/external/linux-tools-perf/src/tools/perf/ |
builtin-trace.c | 577 bool in = strlist__find(trace->ev_qualifier, name) != NULL; local 579 if (!(in ^ trace->not_ev_qualifier)) { 1213 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"), [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 131 inline void in() { indent_level++; } function in class:__anon15030::CppWriter 214 return "<unknown format in ftostr>"; // error 412 // See if the type has a name in the symboltable and build accordingly 482 Out << '{'; in(); nl(Out); 484 Out << "AttributeSet PAS;"; in(); nl(Out); 488 Out << "{"; in(); nl(Out); 582 in(); nl(Out) << "/*Result=*/" << retTypeName; 729 // or its already in the constant list then we've printed it already and we [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 277 in (%dx), %al label 279 in (%dx), %ax label 281 in (%dx), %eax label 534 // rdar://8482675 - 32-bit mem operand support in 64-bit mode (0x67 prefix)
|
/external/lz4/programs/ |
fullbench.c | 12 This program is distributed in the hope that it will be useful, 257 static int local_LZ4_compress_limitedOutput(const char* in, char* out, int inSize) 259 return LZ4_compress_limitedOutput(in, out, inSize, LZ4_compressBound(inSize)); 263 static int local_LZ4_compress_withState(const char* in, char* out, int inSize) 265 return LZ4_compress_withState(stateLZ4, in, out, inSize); 268 static int local_LZ4_compress_limitedOutput_withState(const char* in, char* out, int inSize) 270 return LZ4_compress_limitedOutput_withState(stateLZ4, in, out, inSize, LZ4_compressBound(inSize)); 274 static int local_LZ4_compress_continue(const char* in, char* out, int inSize) 276 return LZ4_compress_continue(ctx, in, out, inSize); 279 static int local_LZ4_compress_limitedOutput_continue(const char* in, char* out, int inSize 514 char* in = orig_buff; local 602 char* in = orig_buff; local [all...] |
/external/lzma/xz-embedded/ |
xz_dec_lzma2.c | 35 * In multi-call mode, also these are true: 41 * in which the dictionary variables address the actual output 48 /* Old position in buf (before decoding more data) */ 51 /* Position in buf */ 64 * End of the dictionary buffer. In multi-call mode, this is 65 * the same as the dictionary size. In single-call mode, this 71 * Size of the dictionary as specified in Block Header. This is used 78 * Maximum allowed dictionary size in multi-call mode. 79 * This is ignored in single-call mode. 109 const uint8_t *in; member in struct:rc_dec [all...] |
/external/mesa3d/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/mesa3d/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/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Cache.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 64 * Sometimes a request will result in a conditional cache hit. If the cache contains a stale copy of 75 * In some situations, such as after a user clicks a 'refresh' button, it may be necessary to skip 115 * This technique works even better in situations where a stale response is better than no response. 117 * in seconds: <pre> {@code 274 * all files in the cache directory including files that weren't created by 282 * Deletes all values stored in the cache. In-flight writes to the cache will 290 * Returns an iterator over the URLs in this cache. This iterator doesn't throw {@cod [all...] |
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferTest.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 123 // Recycle MAX_SIZE segments. They're all in the pool. 279 InputStream in = new ByteArrayInputStream("hello, world!".getBytes(UTF_8)); local 281 buffer.readFrom(in); 287 InputStream in = new ByteArrayInputStream("hello, world!".getBytes(UTF_8)); local 289 buffer.readFrom(in); 295 InputStream in = new ByteArrayInputStream("hello, world!".getBytes(UTF_8)); local 297 buffer.readFrom(in, 10); 457 InputStream in = source.inputStream() local 473 InputStream in = source.inputStream(); local [all...] |
/external/openssh/ |
mux.c | 7 * copyright notice and this permission notice appear in all copies. 11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 27 * - Support ~^Z in mux slaves. 28 * - Inspect or control sessions in master. 30 * sessions in master. 400 /* XXX support multiple child sessions in future */ 795 /* delayed reply in mux_confirm_remote_forward */ 892 error_reason = "port not in permitted opens" 1103 Buffer in, out; local [all...] |
sftp-server.c | 7 * copyright notice and this permission notice appear in all copies. 11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 126 /* NB. SSH2_FXP_OPEN does the readonly check in the handler itself */ 165 verbose("Refusing %s request in read-only mode", h->name); 701 verbose("Refusing open request in read-only mode"); 1077 /* send up to 100 entries in one message */ 1508 int i, r, in, out, max, ch, skipargs = 0, log_stderr = 0; local [all...] |