HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1351 - 1375 of 3217) sorted by null

<<51525354555657585960>>

  /external/guava/guava-tests/test/com/google/common/io/
FilesTest.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
89 InputStream in = closer.register(new FileInputStream(asciiFile)); local
90 byte[] bytes = Files.readFile(in, asciiFile.length());
104 InputStream in = closer.register(new FileInputStream(asciiFile)); local
105 byte[] bytes = Files.readFile(in, 10);
119 InputStream in = closer.register(new FileInputStream(asciiFile)); local
120 byte[] bytes = Files.readFile(in, 500);
134 InputStream in = closer.register(new FileInputStream(asciiFile)); local
135 byte[] bytes = Files.readFile(in, 0)
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
ClassPathTest.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
300 // with/relative/directory is the Class-Path value in the mf file.
308 // with/relative/directory is the Class-Path value in the mf file.
316 // with/relative/directory is the Class-Path value in the mf file.
454 InputStream in = new ByteArrayInputStream(content.getBytes(Charsets.US_ASCII)); local
456 manifest.read(in);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 42 * @hide Only a subset of ICU is exposed in Android
47 // TimeZoneGenericNames in ICU 49. ICU 4.8 android.icu.text.TimeZoneFormat used to
124 // Window size used for DST check for a zone in a metazone (about a half year)
242 // If this is only the single zone in the country, use the country name
246 // If there are multiple zones including this in the country,
369 // We may get a wrong answer in edge case, but it should practically work OK.
390 // In CLDR, a same display name is used for both generic and standard
391 // for some meta zones in some locales. This looks like a data bugs.
413 // Check offset in the golden zone with wall time.
587 * A private class used for storing the name information in the local trie
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java 428 // for every entry in unicodeIn array
520 "com". (The zero-length root label described in [STD13], which can
521 be explicit as in "www.example.com." or implicit as in
522 "www.example.com", is not considered a label in this specification.)
547 // for every entry in unicodeIn array
725 String[] in = new String[]{ local
744 String[] in = new String[]{ 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.
320 /*Decreases the reference counter in the shared immutable section of the object
339 /* In order to speed up the close, only call the callbacks when they have been changed.
431 if (*len < converter->subCharLen) /*not enough space in subChars */
437 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
463 * In order to always have subChar written after it is explicitly set,
554 /* See comment in ucnv_setSubstChars(). */
791 * or the error input sequence started in a previous buffe
2480 UConverter in, out; \/* stack-allocated *\/ local
    [all...]
uniset_props.cpp 51 // *** same as in uniset.cpp ! ***
89 * Delimiter string used in patterns to close a category reference:
134 Inclusion &in = gInclusions[i]; local
135 delete in.fSet;
136 in.fSet = NULL;
137 in.fInitOnce.reset();
324 * @param pattern a string specifying what characters are in the set
379 // Need to build the pattern in a temporary string because
386 // syntaxError(chars, "Extra chars in variable value");
394 * Return true if the given position, in the given pattern, appear
    [all...]
  /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 */
158 parseFile(FileStream *in);
225 FileStream *in; local
238 "error in command line argument \"%s\"\n",
291 in=T_FileStream_open(path, "r");
292 if(in==NULL) {
296 parseFile(in);
297 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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
BuildDictionaryFile.java 63 InputStreamReader in; local
65 in = new InputStreamReader(file);
67 in = new InputStreamReader(file, encoding);
69 buildColumnMap(in);
73 in = new InputStreamReader(file);
75 in = new InputStreamReader(file, encoding);
77 buildStateTable(in);
81 public void buildColumnMap(InputStreamReader in) throws IOException {
84 int c = in.read();
90 c = in.read()
    [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/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/jsoncpp/src/lib_json/
json_value.cpp 3 // recognized in your jurisdiction.
91 // Avoid an integer overflow in the call to malloc below by limiting length
98 "in Json::Value::duplicateStringValue(): "
150 "in Json::Value::setComment(): Comments must start with /");
227 * This optimization is used in ValueInternalMap fast allocator.
524 "in Json::Value::asCString(): requires stringValue");
753 /// Number of values in array or object
796 "in Json::Value::clear(): requires complex value");
820 "in Json::Value::resize(): requires arrayValue");
843 "in Json::Value::operator[](ArrayIndex): requires arrayValue")
1360 InArgs in; local
    [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/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 6 In no event will the authors be held liable for any damages arising from the use of this software.
11 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
623 printf("Error in btWorldImporter::createGeneric6DofSpringConstraint: requires rbA && rbB\n");
677 printf("Error in btWorldImporter::createGeneric6DofConstraint: missing rbB\n");
842 printf("Error in btWorldImporter::createGeneric6DofSpringConstraint: requires rbA && rbB\n");
895 printf("Error in btWorldImporter::createGeneric6DofConstraint: missing rbB\n");
974 printf("Error in btWorldImporter::createGeneric6DofSpring2Constraint: requires rbA && rbB\n");
1757 btTriangleIndexVertexArray* in = new btTriangleIndexVertexArray(); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.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.
14 // in certain versions of MSVS.
36 // When we use them, in one case, they are all the same. In all others
58 __m128i *in[8]; local
76 in[0] = &in0
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_loopfilter_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.
53 // in this file.
118 // highbd_hev_mask (in C code this is actually called from highbd_filter4)
221 // flat & mask = flat && mask (as used in filter8)
222 // (because, in both vars, each block of 16 either all 1s or all 0s)
232 // highbd_flat_mask5 (arguments passed in are p0, q0, p4-p7, q4-q
958 uint16_t *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/llvm/lib/Target/CppBackend/
CPPBackend.cpp 131 inline void in() { indent_level++; } function in class:__anon17651::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);
584 in(); nl(Out) << "/*Result=*/" << retTypeName;
728 // 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...]

Completed in 1342 milliseconds

<<51525354555657585960>>