/external/guava/guava-tests/test/com/google/common/collect/ |
ObjectArraysTest.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 69 String[] in = new String[0]; local 70 String[] empty = ObjectArrays.newArray(in, 0);
|
/external/guice/core/src/com/google/inject/internal/util/ |
LineNumbers.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 63 InputStream in = type.getResourceAsStream("/" + type.getName().replace('.', '/') + ".class"); local 64 if (in != null) { 65 new ClassReader(in).accept(new LineNumberReader(), ClassReader.SKIP_FRAMES);
|
/external/guice/examples/src/example/xml/ |
XmlBeanModule.java | 48 Reader in = new InputStreamReader(xmlUrl.openStream()); local 49 Parsers.parse(in, beans.getContentHandler());
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Punycode.java | 17 * @hide Only a subset of ICU is exposed in Android 61 * point (for use in representing integers) in the range 0 to 106 * (when used for representing integers) is d, which must be in the 108 * nonzero, in which case the uppercase form is used. 140 * convert extended ones to UTF-32 in cpBuffer (caseFlag in sign bit): 276 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, local 318 for(in=basicLength>0 ? basicLength+1 : 0; in<srcLength; /* no op */) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
SelectFormat.java | 45 * <li>German differs from English in that the gender of nouns is rather 50 * <li>French has only two genders; as in German the gender of nouns 52 * are the opposite of those in German. The gender affects 63 * but similar in grammatical use. 66 * <p><b>Note:</b>For the gender of a <i>person</i> in a given sentence, 81 * each noun and per language, e.g., in resource bundles. 98 * move bits of the sentence in and out of the select argument of a message. 125 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}. 183 * Patterns and their interpretation are specified in the class description. 306 * @return the string buffer passed in as toAppendTo, with formatted tex [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
PunycodeReference.java | 17 and distribute it in any way that does not diminish the rights 35 * The implementation is direct port of C code in the RFC 69 /* point (for use in representing integers) in the range 0 to */ 79 /* (when used for representing integers) is d, which needs to be in */ 81 /* nonzero, in which case the uppercase form is used. The behavior */ 224 int[] in = new int[input.length()]; local 230 in[inLen++]=ch; 238 rc = encode(inLen,in,case_flags, outLen, output); 260 throw new StringPrepParseException("Illegal char found in the input",StringPrepParseException.ILLEGAL_CHAR_FOUND) 270 char[] in = input.toString().toCharArray(); local 302 b, j, in, oldi, w, k, digit, t; local [all...] |
/external/icu/icu4c/source/common/ |
punycode.cpp | 31 and distribute it in any way that does not diminish the rights 88 * (when used for representing integers) is d, which must be in the 90 * nonzero, in which case the uppercase form is used. 109 * point (for use in representing integers) in the range 0 to 156 * The following code omits the {parts} of the pseudo-algorithm in the spec 203 * convert extended ones to UTF-32 in cpBuffer (caseFlag in sign bit): 379 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local 440 for(in=basicLength>0 ? basicLength+1 : 0; in<srcLength; /* no op */) [all...] |
/external/icu/icu4c/source/layout/ |
ArabicShaping.cpp | 66 // defined in the above order, and have masks that 67 // are all in the same nibble. 128 // iterate in logical order, store tags in visible order 167 le_int32 in, e, out = 0, dir = 1; local 175 for (in = offset, e = offset + charCount; in < e; in += 1, out += dir) { 176 LEUnicode c = chars[in];
|
/external/icu/icu4c/source/test/cintltst/ |
spreptst.c | 105 const char *in; member in struct:ConformanceTestCases 321 const char* src = conformanceTestCases[i].in; 350 understood universally, rather than in the context of a particular 373 appended "@" and should appear in the form "xxxx@" (note: no domain 408 "\\u0c15\\u0c36\\u0c30\\u0c2c\\u0c3e\\u0c26@cs7.dillons.co.uk.203.119.193.in-addr.arpa",
|
/external/icu/icu4c/source/tools/icuswap/ |
icuswap.cpp | 104 FILE *in, *out; local 119 fprintf(stderr, "Warning: icuswap is an obsolete tool and it will be removed in the next ICU release.\nPlease use the icupkg tool instead.\n"); 161 in=out=NULL; 165 in=fopen(argv[1], "rb"); 166 if(in==NULL) { 172 length=fileSize(in); 195 if(length!=(int32_t)fread(data, 1, length, in)) { 201 fclose(in); 202 in=NULL; 204 /* swap the data in-place * [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
pkg_gencmn.c | 46 All item names are stored as char * strings in one block between the ToC table 53 The data items are stored in the sorted order of their names. 124 FileStream *in, *file; local 150 in = T_FileStream_stdin(); 152 in = T_FileStream_open(dataFile, "r"); 153 if(in == NULL) { 168 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), 208 if(in!=T_FileStream_stdin()) { 209 T_FileStream_close(in); 213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Punycode.java | 59 * point (for use in representing integers) in the range 0 to 104 * (when used for representing integers) is d, which must be in the 106 * nonzero, in which case the uppercase form is used. 138 * convert extended ones to UTF-32 in cpBuffer (caseFlag in sign bit): 274 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, local 316 for(in=basicLength>0 ? basicLength+1 : 0; in<srcLength; /* no op */) { 318 * in is the index of the next character to be consumed, an [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
SelectFormat.java | 44 * <li>German differs from English in that the gender of nouns is rather 49 * <li>French has only two genders; as in German the gender of nouns 51 * are the opposite of those in German. The gender affects 62 * but similar in grammatical use. 65 * <p><b>Note:</b>For the gender of a <i>person</i> in a given sentence, 80 * each noun and per language, e.g., in resource bundles. 97 * move bits of the sentence in and out of the select argument of a message. 124 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}. 185 * Patterns and their interpretation are specified in the class description. 311 * @return the string buffer passed in as toAppendTo, with formatted tex [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
PunycodeReference.java | 16 and distribute it in any way that does not diminish the rights 34 * The implementation is direct port of C code in the RFC 68 /* point (for use in representing integers) in the range 0 to */ 78 /* (when used for representing integers) is d, which needs to be in */ 80 /* nonzero, in which case the uppercase form is used. The behavior */ 223 int[] in = new int[input.length()]; local 229 in[inLen++]=ch; 237 rc = encode(inLen,in,case_flags, outLen, output); 259 throw new StringPrepParseException("Illegal char found in the input",StringPrepParseException.ILLEGAL_CHAR_FOUND) 269 char[] in = input.toString().toCharArray(); local 301 b, j, in, oldi, w, k, digit, t; local [all...] |
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
BreakIteratorPerformanceTest.java | 39 // read in the input file, being careful with a possible BOM 40 FileInputStream in = new FileInputStream(fileName); local 41 BOMFreeReader reader = new BOMFreeReader(in, encoding);
|
/external/icu/tools/ |
ZoneCompactor.java | 27 // Maximum number of characters in a zone name, including '\0' terminator. 43 InputStream in = new FileInputStream(inFile); local 46 int nbytes = in.read(buf); 89 // Fill in fields for links. 106 // int index_offset -- so we can slip in extra header fields in a backwards-compatible way 164 // Go back and fix up the offsets in the header.
|
/external/iproute2/include/linux/ |
netfilter.h | 7 #include <linux/in.h> 74 struct in_addr in; member in union:nf_inet_addr
|
/external/iptables/iptables/ |
ip6tables-restore.c | 166 "The -t option (seen in line %u) cannot be " 167 "used in ip6tables-restore.\n", line); 190 FILE *in; local 244 in = fopen(argv[optind], "re"); 245 if (!in) { 255 else in = stdin; 264 while (fgets(buffer, sizeof(buffer), in)) { 408 /* we have counters in our input */ 472 fclose(in);
|
iptables-restore.c | 165 "The -t option (seen in line %u) cannot be " 166 "used in iptables-restore.\n", line); 190 FILE *in; local 244 in = fopen(argv[optind], "re"); 245 if (!in) { 255 else in = stdin; 264 while (fgets(buffer, sizeof(buffer), in)) { 408 /* we have counters in our input */ 472 fclose(in);
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
MockSocketConnection.java | 74 private final InputStream in = new InputStream() { field in class:MockSocketConnection.MockSocket 131 return in;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/ |
InstrumenterTest.java | 145 InputStream in = TargetLoader.getClassData(getClass()); local 148 int count = instrumenter.instrumentAll(in, out, "Test"); 228 InputStream in = new ByteArrayInputStream("text".getBytes()); local 231 int count = instrumenter.instrumentAll(in, out, "Test");
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/ |
ExecFileLoaderTest.java | 135 final InputStream in = new FileInputStream(file); local 138 final ExecutionDataReader reader = new ExecutionDataReader(in);
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
TypeUtil.java | 493 public static byte[] readLine(InputStream in) throws IOException 503 ch=in.read(); 528 if (ch==CR && in.available()>=1 && in.markSupported()) 530 in.mark(1); 531 ch=in.read(); 533 in.reset();
|
/external/junit/src/junit/textui/ |
TestRunner.java | 129 System.in.read();
|
/external/kernel-headers/original/uapi/linux/ |
netfilter.h | 7 #include <linux/in.h> 76 struct in_addr in; member in union:nf_inet_addr
|