/toolchain/binutils/binutils-2.25/bfd/ |
coffswap.h | 12 This program is distributed in the hope that it will be useful, 41 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ 42 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr) 45 #define PUT_FCN_ENDNDX(abfd, in, ext) \ 46 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx) 57 #define PUT_LNSZ_LNNO(abfd, in, ext) \ 58 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 61 #define PUT_LNSZ_SIZE(abfd, in, ext) \ 62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 77 #define PUT_SCN_SCNLEN(abfd, in, ext) 308 struct internal_syment *in = (struct internal_syment *) in1; local 340 struct internal_syment *in = (struct internal_syment *) inp; local 389 union internal_auxent *in = (union internal_auxent *) in1; local 492 union internal_auxent * in = (union internal_auxent *) inp; local 583 struct internal_lineno *in = (struct internal_lineno *) in1; local 592 struct internal_lineno *in = (struct internal_lineno *) inp; local [all...] |
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
ResponseCacheTest.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 129 // Test each documented HTTP/1.1 code, plus the first unused value in each range. 240 InputStream in = urlConnection.getInputStream(); local 242 reliableSkip(in, "puppies but hate ".length()); 244 assertEquals(-1, in.read()); 245 in.close(); 248 in = urlConnection.getInputStream(); 254 assertEquals(-1, in.read()); 255 in.close() 514 InputStream in = connection.getInputStream(); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
ObjectOutputStreamTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 170 private void readObject(java.io.ObjectInputStream in) 173 in.readObject(); 192 public void readObject(java.io.ObjectInputStream in) 195 in.readObject(); 222 private void readObject(java.io.ObjectInputStream in) 225 in.defaultReadObject(); 318 private void readObject(java.io.ObjectInputStream in) 320 in.defaultReadObject() [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
SocketTest.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 132 SocketChannel in = ssc.accept(); local 134 in.socket().setTcpNoDelay(false); 137 InetSocketAddress listenAddress = (InetSocketAddress) in.socket().getLocalSocketAddress(); 140 InetSocketAddress inLocalAddress = (InetSocketAddress) in.socket().getLocalSocketAddress(); 141 InetSocketAddress inRemoteAddress = (InetSocketAddress) in.socket().getRemoteSocketAddress(); 159 assertTrue(in.isConnected()); 160 assertTrue(in.socket().isConnected()); 164 in.close() 278 InputStream in = socket.getInputStream(); local 341 InputStream in = socket.getInputStream(); local 502 InputStream in = socket.getInputStream(); local [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
ProcessStats.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 159 // In-memory Parcel magic number, used to detect attempts to unmarshall bad data 213 public ProcessStats(Parcel in) { 215 readFromParcel(in); 323 public ProcessStats createFromParcel(Parcel in) { 324 return new ProcessStats(in); 460 // Finally prune out any common processes that are no longer in use. 467 // be back down to one package. In that case, we want to revert back 642 private void readCompactedLongArray(Parcel in, int version, long[] array, int num) 876 Parcel in = Parcel.obtain(); local [all...] |
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/ |
disklrucache-SNAPSHOT.jar | |
/prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/ |
dtd-parser-1.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.6.2/ |
gson-2.6.2.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/ |
gson-2.8.0.jar | |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.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 202 * result in too many bytes wasted, compact the result. To compact, 234 * merged dex file. Populates maps from old to new indices in the process. 261 // Fill in values with the first value of each dex. 288 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, 290 int offset = in != null ? in.getPosition() : -1; 292 T v = read(in, indexMap, index); 305 * sorting in memory 345 Dex.Section in = source.open(section.off); local 603 Dex in = type.getDex(); local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MessageFormat.java | 53 * The arguments can occur in any order, which is necessary for translation 57 * with arguments in {curly braces} which will be replaced by formatted values. 60 * classes in that you create a <code>MessageFormat</code> object with one 71 * <p>An argument might not specify any format type. In this case, 87 * a typeless argument in the pattern string 135 * <li>Quotable syntax characters are the {curly braces} in all messageText parts, 136 * plus the '#' sign in a messageText immediately inside a pluralStyle, 137 * and the '|' symbol in a messageText immediately inside a choiceStyle. 139 * <li>In argStyleText, every single ASCII apostrophe begins and ends quoted literal text, 140 * and unquoted {curly braces} must occur in matched pairs [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessageFormat.java | 52 * The arguments can occur in any order, which is necessary for translation 56 * with arguments in {curly braces} which will be replaced by formatted values. 59 * classes in that you create a <code>MessageFormat</code> object with one 70 * <p>An argument might not specify any format type. In this case, 86 * a typeless argument in the pattern string 134 * <li>Quotable syntax characters are the {curly braces} in all messageText parts, 135 * plus the '#' sign in a messageText immediately inside a pluralStyle, 136 * and the '|' symbol in a messageText immediately inside a choiceStyle. 138 * <li>In argStyleText, every single ASCII apostrophe begins and ends quoted literal text, 139 * and unquoted {curly braces} must occur in matched pairs [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
CacheTest.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 103 // Test each documented HTTP/1.1 code, plus the first unused value in each range. 207 * Skipping bytes in the input stream caused ResponseCache corruption. 258 BufferedSource in = response1.body().source(); local 259 assertEquals("ABC", in.readUtf8()); 375 * in practice redirects mean that each can do either. 546 BufferedSource in = response1.body().source(); local 547 assertEquals("ABCDE", in.readUtf8(5)); 548 in.close() [all...] |
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
UrlConnectionCacheTest.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 // Test each documented HTTP/1.1 code, plus the first unused value in each range. 224 InputStream in = urlConnection.getInputStream(); local 226 reliableSkip(in, "puppies but hate ".length()); 228 assertEquals(-1, in.read()); 229 in.close(); 234 in = urlConnection.getInputStream(); 240 assertEquals(-1, in.read()); 241 in.close() 447 InputStream in = connection.getInputStream(); local [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.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 73 * Display progress bars to a user in a non-interruptive way. 74 * Show the progress bar in your app's user interface or in a notification 96 * For example, the percent remaining of a file being retrieved, the amount records in 206 /** Value used to track progress animation, in the range [0...1]. */ 404 final StateListDrawable in = (StateListDrawable) dr; local 405 final int N = in.getStateCount(); 407 if (needsTileify(in.getStateDrawable(i))) 460 final StateListDrawable in = (StateListDrawable) drawable; local [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.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 170 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */ 181 * CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] 196 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */ 242 * which must be enclosed in double quotation marks 244 * hex digits, which are not enclosed in quotes 252 * a string in the format of an Ethernet MAC address, e.g., 287 * Pre-shared key for use with WPA-PSK. Either an ASCII string enclosed in 298 * Up to four WEP keys. Either an ASCII string enclosed in doubl [all...] |
/art/test/004-ThreadStress/src/ |
Main.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 119 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS. 273 private static Map<Operation, Double> updateFrequencyMap(Map<Operation, Double> in, 311 if (in == null) { 312 in = new HashMap<Operation, Double>(); 314 in.put(op, d); 316 return in; 404 // In this case, the output should not contain all the required 425 // Fill in the Operation[] array for each thread by layin [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_cm.h | 46 __u16 in; member in struct:ib_ucm_cmd_hdr
|
/bionic/libc/kernel/uapi/sound/ |
hdspm.h | 137 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
|
/build/kati/ |
ninja.cc | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 118 ERROR("Cannot find the depfile in %s", cmd.as_string().c_str()); 236 // A hack to exclude out phony target in Android. If this exists, 260 StringPiece TranslateCommand(const char* in, string* cmd_buf) { 267 for (; *in; in++) { 268 switch (*in) { 271 while (in[1] && *in != '\n' 413 const char* in = c->cmd.c_str(); local [all...] |
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
CreatePrivateDataTest.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 139 * Check to ensure the private file created in testCreatePrivateData does not exist. 227 InputStream in = socket.getInputStream(); local 231 int n = in.read(buf);
|
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.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 39 // We can't assume a mobile network is even present in this test, so 161 InputStream in = socket.getInputStream(); local 164 int n = in.read(buf);
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
StdAttributeFactory.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 601 ByteArray.MyDataInputStream in = bytes.makeDataInputStream(); local 606 int startPc = in.readUnsignedShort(); 607 int length = in.readUnsignedShort(); 608 int nameIdx = in.readUnsignedShort(); 609 int typeIdx = in.readUnsignedShort(); 610 int index = in.readUnsignedShort();
|
/dalvik/tools/hprof-conv/ |
HprofConv.c | 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 158 * Get the amount of data currently in the buffer. 210 static int ebReadString(ExpandBuf* pBuf, FILE* in) 217 ic = getc(in); 218 if (feof(in) || ferror(in)) { 235 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) 242 actual = fread(pBuf->storage + pBuf->curLen, 1, count, in); 244 if (eofExpected && feof(in) && !ferror(in)) 711 FILE* in = NULL; local [all...] |
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssReader.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 51 * rss data in the background and post the results to a ListView in the UI. 52 * It also shows how to display custom data in a ListView 60 * <li>Override of getView() in the adapter provides the display view 64 * RssItem in the browser. 103 // Keys used for data in the onSaveInstanceState() Map. 114 * here, not in a constructor. 132 // Get pointers to the UI elements in the rss_layou 313 InputStream in = connection.getInputStream(); local [all...] |