HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1176 - 1200 of 2135) sorted by null

<<41424344454647484950>>

  /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:__anon9705::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...]
  /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/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 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
76 * replays them upon request in sequence.
99 /** All map values are Boolean.TRUE. (Collections.newSetFromMap isn't available in Froyo) */
157 * Sets the number of bytes of the POST body to keep in memory to the given
177 * @param protocols the protocols to use, in order of preference. The list
211 * may exceed the number of HTTP connections when connection reuse is in
219 * Scripts {@code response} to be returned to a request made in sequence. The
354 InputStream in = new BufferedInputStream(socket.getInputStream());
357 while (processOneRequest(socket, in, out))
524 InputStream in = response.getBodyStream(); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.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
47 * {@code Integer.MAX_VALUE} bytes in length.
49 * <p>The cache stores its data in a directory on the filesystem. This
56 * remove entries in the background until the limit is satisfied. The limit is
120 * Each of the subsequent lines in the file is a record of the state of a
192 * Opens the cache in {@code directory}, creating a cache if none exists
442 * edit is in progress.
460 return null; // Another edit is in progress.
495 * Returns the number of bytes currently being used to store the values in
753 InputStream in = newInputStream(index); local
    [all...]
  /external/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/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 3 // found in the LICENSE file.
376 unsigned char *inbuf, *outbuf, *in, *out; local
379 in = inbuf = FX_Alloc(unsigned char, nr_samples);
385 *in++ = (unsigned char) * r++;
386 *in++ = (unsigned char) * g++;
387 *in++ = (unsigned char) * b++;
401 unsigned short *inbuf, *outbuf, *in, *out; local
404 in = inbuf = FX_Alloc(unsigned short, nr_samples);
410 *in++ = (unsigned short) * r++;
411 *in++ = (unsigned short) * g++;
427 unsigned char *in, *inbuf, *out, *outbuf; local
478 cmsHPROFILE in, out; local
    [all...]
  /external/pixman/pixman/
pixman-fast-path.c 8 * the above copyright notice appear in all copies and that both that
9 * copyright notice and this permission notice appear in supporting
10 * documentation, and that the name of SuSE not be used in advertising or
17 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
19 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
20 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
94 in (uint32_t x, function
149 d = in (s, m);
304 d = in (src, m);
461 d = over (in (src, m), fetch_24 (dst))
    [all...]
  /external/qemu/android/
sockets.c 7 ** This program is distributed in the hope that it will be useful,
40 # include <netinet/in.h>
54 * easily in QEMU since we use SIGALRM to implement periodic timers
78 EE(WSAEALREADY,EALREADY,"operation already in progress") \
85 EE(WSAEINPROGRESS,EINPROGRESS,"operation now in progress") \
86 EE(WSAEALREADY,EAGAIN,"operation already in progress") \
92 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \
235 struct sockaddr_in in[1]; member in union:__anon12895
515 struct sockaddr_in* dst = paddress->in;
650 /* NOTE that in x86_64-w64-mingw32 both EAI_NODATA and EAI_NONAME are the same *
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 9 * you may not use this file except in compliance with the License.
14 * Unless required by applicable law or agreed to in writing, software
54 * between many clients must be placed in this utility class.
94 // in arbitrary sub-elements.
262 System.err.println("Failed to parse extension packet in Presence packet.");
463 // Any element that's in the jabber:iq:register namespace,
464 // attempt to parse it if it's in the form <name>value</name>.
529 * @return a collection of Stings with the mechanisms included in the mechanisms stanza.
557 * @return a collection of Stings with the methods included in the compression stanza.
639 ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes)) local
    [all...]
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 99 * code. Integers in the range 0..255 are also accepted.
212 * The cryptographic data in a DNSSEC key is malformed.
221 * A DNSSEC verification failed because fields in the DNSKEY and RRSIG records
323 readBigInteger(DNSInput in, int len) throws IOException {
324 byte [] b = in.readByteArray(len);
329 readBigInteger(DNSInput in) {
330 byte [] b = in.readByteArray();
345 DNSInput in = new DNSInput(r.getKey()); local
346 int exponentLength = in.readU8();
348 exponentLength = in.readU16()
360 DNSInput in = new DNSInput(r.getKey()); local
418 DNSInput in = new DNSInput(r.getKey()); local
578 DNSInput in = new DNSInput(dns); local
613 DNSInput in = new DNSInput(signature); local
657 DNSInput in = new DNSInput(signature); local
690 DNSInput in = new DNSInput(signature); local
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 7 * you may not use this file except in compliance with the License. *
12 * Unless required by applicable law or agreed to in writing, software *
413 char * in; local
442 in = inputs[i] = lts_alloc(ilen + 1, sizeof(char));
443 if (in == NULL) {
449 PORT_FREAD_CHAR(in, sizeof(char), ilen, fp);
451 in[ilen] = '\0';
453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]);
670 /*need to get rid of sme crud at the end of the line because it is being read in binary mode*/
945 PLogError("error while in find_phone(%s,%x)\n", ph, pm)
    [all...]
  /external/webp/src/dsp/
lossless_sse2.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.
163 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
164 const __m128i in_00g0 = _mm_and_si128(in, mask); // 00g0|00g0|...
168 const __m128i out = _mm_sub_epi8(in, in_0g0g);
179 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
180 const __m128i in_00g0 = _mm_and_si128(in, mask); // 00g0|00g0|..
218 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
257 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
291 const __m128i* in = (const __m128i*)src; local
320 const __m128i* in = (const __m128i*)src; local
355 const __m128i* in = (const __m128i*)src; local
393 const __m128i* in = (const __m128i*)src; local
    [all...]

Completed in 839 milliseconds

<<41424344454647484950>>