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...]
  /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...]
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.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
803 Parcel in = roundtripParcel(out); local
804 mBundle = in.readBundle();
809 Parcel in = Parcel.obtain(); local
810 in.unmarshall(buf, 0, buf.length);
811 in.setDataPosition(0);
812 return in;
  /external/doclava/src/com/google/doclava/
Doclava.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
112 * reporting errors in the process.
387 // Write metadata for all processed files to jd_lists_unified.js in out dir
415 // The .html extension is hard-coded in several .cs files,
439 BufferedReader in = null; local
441 in = new BufferedReader(new FileReader(fn));
446 String line = in.readLine();
474 if (in != null) {
476 in.close()
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 40 // TODO: support marking opts as for displayable in full usage only
150 // is in the metadata
210 // not in STATE_OPT_VALUE and 'av' does not look
1411 InputStream in = null; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 1077 milliseconds

<<21222324252627282930>>