/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jsch.jar | |
ant-antlr.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 193 * result in too many bytes wasted, compact the result. To compact, 224 * merged dex file. Populates maps from old to new indices in the process. 299 * sorting in memory. 333 Dex.Section in = source.open(section.off); local 335 int offset = in.getPosition(); 336 T value = read(in, indexMap, 0); 343 abstract T read(Dex.Section in, IndexMap indexMap, int index); 384 @Override String read(Dex.Section in, IndexMap indexMap, int index) 540 Dex in = type.getDex(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessageFormat.java | 50 * The arguments can occur in any order, which is necessary for translation 54 * with arguments in {curly braces} which will be replaced by formatted values. 57 * classes in that you create a <code>MessageFormat</code> object with one 68 * <p>An argument might not specify any format type. In this case, 84 * a typeless argument in the pattern string 132 * <li>Quotable syntax characters are the {curly braces} in all messageText parts, 133 * plus the '#' sign in a messageText immediately inside a pluralStyle, 134 * and the '|' symbol in a messageText immediately inside a choiceStyle. 136 * <li>In argStyleText, every single ASCII apostrophe begins and ends quoted literal text, 137 * 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 109 // Test each documented HTTP/1.1 code, plus the first unused value in each range. 210 * Skipping bytes in the input stream caused ResponseCache corruption. 261 BufferedSource in = response1.body().source(); local 262 assertEquals("ABC", in.readUtf8()); 378 * in practice redirects mean that each can do either. 529 BufferedSource in = response1.body().source(); local 530 assertEquals("ABCDE", in.readUtf8(5)); 531 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 118 // Test each documented HTTP/1.1 code, plus the first unused value in each range. 230 InputStream in = urlConnection.getInputStream(); local 232 reliableSkip(in, "puppies but hate ".length()); 234 assertEquals(-1, in.read()); 235 in.close(); 240 in = urlConnection.getInputStream(); 246 assertEquals(-1, in.read()); 247 in.close() 453 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 68 * Visual indicator of progress in some operation. Displays a bar to the user 77 * A progress bar can also be made indeterminate. In indeterminate mode, the 103 * // Start lengthy operation in a background thread 428 final StateListDrawable in = (StateListDrawable) dr; local 429 final int N = in.getStateCount(); 431 if (needsTileify(in.getStateDrawable(i))) { 484 final StateListDrawable in = (StateListDrawable) drawable; local 486 final int N = in.getStateCount() [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.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 * List of settings that are backed up are stored in the Settings.java file 89 // Slots in the checksum array. Never insert new items in the middle 101 // Number of entries in the checksum array at various version numbers 140 // stored in the full-backup tarfile as well, so should not be changed. 143 // Delay in milliseconds between the restore operation and when we will bounce 144 // wifi in order to rewrite the supplicant config etc. 164 public static Network readFromStream(BufferedReader in) { 626 DataInputStream in = new DataInputStream(instream); local 898 DataInputStream in = new DataInputStream(bais); local 1098 BufferedReader in = new BufferedReader(new FileReader(FILE_WIFI_SUPPLICANT)); local 1109 BufferedReader in = new BufferedReader(new CharArrayReader(restoredAsBytes)); local [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_cm.h | 52 __u16 in; member in struct:ib_ucm_cmd_hdr
|
/bionic/libc/kernel/uapi/sound/ |
hdspm.h | 165 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
|
/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 143 * Check to ensure the private file created in testCreatePrivateData does not exist. 231 InputStream in = socket.getInputStream(); local 235 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);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ForEachTest.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 65 Allocation in = Allocation.createTyped(mRS, t); local 68 fe_all.forEach_test_i8(in, out); 71 fe_all.forEach_test_i8(in, badOut); 79 in = Allocation.createTyped(mRS, t); 82 fe_all.forEach_test_i8_2(in, out); 85 fe_all.forEach_test_i8_2(in, badOut); 93 in = Allocation.createTyped(mRS, t); 96 fe_all.forEach_test_i8_3(in, out) [all...] |
KernelTest.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 65 Allocation in = Allocation.createTyped(mRS, t); local 68 kernel_all.forEach_test_i8(in, out); 71 kernel_all.forEach_test_i8(in, badOut); 79 in = Allocation.createTyped(mRS, t); 82 kernel_all.forEach_test_i8_2(in, out); 85 kernel_all.forEach_test_i8_2(in, badOut); 93 in = Allocation.createTyped(mRS, t); 96 kernel_all.forEach_test_i8_3(in, out) [all...] |
/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 153 * Get the amount of data currently in the buffer. 205 static int ebReadString(ExpandBuf* pBuf, FILE* in) 212 ic = getc(in); 213 if (feof(in) || ferror(in)) { 230 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) 237 actual = fread(pBuf->storage + pBuf->curLen, 1, count, in); 239 if (eofExpected && feof(in) && !ferror(in)) 706 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...] |
/device/generic/goldfish/audio/ |
audio_hw.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 260 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 273 in->device, 274 in->dev); 281 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 296 in->device = (int)val; 309 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 318 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device); 338 struct generic_stream_in *in = (struct generic_stream_in *)stream local 533 struct generic_stream_in *in; local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLClassLoaderTest.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 137 assertEquals("Returned incorrect resource/or in wrong order", 484 InputStream in = this.getClass() local 486 assertNotNull(in); 487 in = this.getClass().getResourceAsStream("test%25.properties"); 488 assertNull(in);
|
/external/clang/test/Sema/ |
designated-initializers.c | 21 [3] 2, // expected-warning{{use of GNU 'missing =' extension in designator}} 33 .a = 4.0, // expected-error{{field designator 'a' does not refer to any field in type 'struct point'}} 43 [2].z = 3.0, // expected-error{{field designator 'z' does not refer to any field in type 'struct point'}} 73 [2].top_left = { { .x = 1.1 } }, // expected-error{{designator in initializer for scalar type}} 98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { member in struct:outer 99 [0].in.x = 2, &zz[0].in.x, &zz[0].in, 100 0, &anint, &zz[1].in, 101 [3].in = { .y = &anint, .x = 17 } [all...] |
/external/elfutils/src/libdwfl/ |
link_map.c | 18 or both in parallel, as here. 20 elfutils is distributed in the hope that it will be useful, but 61 data, because note payloads in a core file are not aligned. 227 /* Report a module for each struct link_map in the linked list at r_map 228 in the struct r_debug at R_DEBUG_VADDR. For r_debug_info description 229 see dwfl_link_map_report in libdwflP.h. If R_DEBUG_INFO is not NULL then no 230 modules get added to DWFL, caller has to add them from filled in 284 } *in = vaddr - read_vaddr + buffer; 290 addrs[i] = BE32 (in->a32[i]); 293 addrs[i] = LE32 (in->a32[i]) 282 } *in = vaddr - read_vaddr + buffer; local 784 Elf_Data in = local 935 Elf_Data in = local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
IslamicCalendar.java | 21 * is used as the civil calendar in most of the Arab world and the 31 * earlier in the corresponding Gregorian year. 34 * at sunset. However, in order to keep the time fields in this class 39 * There are three main variants of the Islamic calendar in existence. The first 42 * every 30 years. This calendar is easily calculated and thus predictable in 43 * advance, so it is used as the civil calendar in a number of Arab countries. 50 * observations are made, seasonal variations in the time of sunset, the 52 * site. This makes it impossible to calculate in advance, and it causes the 53 * start of a month in the religious calendar to differ from the civil calenda [all...] |
SimpleTimeZone.java | 22 * example, if Daylight Savings Time starts or ends at the last Sunday in a month, use 81 * By default, this constructor specifies day-of-week-in-month rules. That 83 * indicates the first Sunday in the startMonth. A startDay of -1 likewise 111 * day-of-week-in-month. Please see the member 115 * @param startTime The daylight savings starting time in local wall 116 * time, which is standard time in this case. Please see the 120 * @param endDay The daylight savings ending day-of-week-in-month. 124 * @param endTime The daylight savings ending time in local wall time, 125 * which is daylight time in this case. Please see the 155 * day-of-week-in-month. Please see the membe [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
MapMaker.java | 6 * 1.1 (the "License"); you may not use this file except in compliance with 337 int in = cur.incoming; local 338 if (in > 1) 340 else if (in < 1)
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
ProxyServlet.java | 78 * <li>timeout - the period in ms the client will wait for a response from the proxied server 79 * <li>idleTimeout - the period in ms a connection to proxied server can be idle for before it is closed 171 * Create and return a logger based on the ServletConfig for use in the 419 final InputStream in = request.getInputStream(); local 635 exchange.setRequestContentSource(in); 693 InputStream in = request.getInputStream(); local 704 IO.copy(in,socket.getOutputStream()); 745 * Extension point for subclasses to customize the Continuation after it's initial creation in the service method. Useful for setting timeouts etc. The
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Spline.java | 3 * and open the template in the editor. 45 * in the appropriate way. Each point 'p' describing control position in the scene 74 * in the appropriate way. Each point 'p' describing control position in the scene 151 * @param controlPoint a position in world space 428 InputCapsule in = im.getCapsule(this); local 430 controlPoints = (ArrayList<Vector3f>) in.readSavableArrayList("wayPoints", null); 431 float list[] = in.readFloatArray("segmentsLength", null); 438 type = in.readEnum("pathSplineType", SplineType.class, SplineType.CatmullRom) [all...] |