HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 676 - 700 of 1097) sorted by null

<<21222324252627282930>>

  /external/icu/icu4c/source/common/
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...]
  /external/linux-tools-perf/perf-3.12.0/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 128 inline void in() { indent_level++; } function in class:__anon5559::CppWriter
211 return "<unknown format in ftostr>"; // error
409 // See if the type has a name in the symboltable and build accordingly
479 Out << '{'; in(); nl(Out);
481 Out << "AttributeSet PAS;"; in(); nl(Out);
485 Out << "{"; in(); nl(Out);
579 in(); nl(Out) << "/*Result=*/" << retTypeName;
726 // 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/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...]