/bionic/libc/upstream-netbsd/lib/libc/isc/ |
eventlib_p.h | 9 * copyright notice and this permission notice appear in all copies. 13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 17 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33 #include <netinet/in.h> 95 struct sockaddr_in in; member in union:evAccept::__anon1025 103 struct sockaddr_in in; member in union:evAccept::__anon1026 236 int maxnfds; /* # elements in above */
|
/cts/tests/app/src/android/app/cts/ |
LaunchpadActivity.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 54 public MyBadParcelable createFromParcel(Parcel in) { 55 return new MyBadParcelable(in); 63 public MyBadParcelable(Parcel in) { 64 in.readString(); 81 // Also used as the Binder interface descriptor string in these tests 219 * @param debugName for the lifecycle shown in the logs
|
/cts/tests/tests/content/src/android/content/cts/ |
IntentFilterTest.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 591 final InputStream in = new ByteArrayInputStream(out.toByteArray()); local 592 parser.setInput(in, "utf-8"); [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
CodecTest.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 67 InputStream in = p.getInputStream(); local 69 while ( ( ch = in.read() ) != -1 ) { 171 //in here
|
/cts/tests/tests/os/src/android/os/cts/ |
LaunchpadActivity.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 54 public MyBadParcelable createFromParcel(Parcel in) { 55 return new MyBadParcelable(in); 63 public MyBadParcelable(Parcel in) { 64 in.readString(); 81 // Also used as the Binder interface descriptor string in these tests 219 * @param debugName for the lifecycle shown in the logs
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.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 749 Allocation in = Allocation.createTyped(mRS, t); local 753 setUpAllocation(in, val); 754 s.forEach_root(in, out); 760 s.forEach_root(in, badOut); 788 // (depending on the order in which the invokes complete).
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.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 33 CodeInput in) throws EOFException { 46 CodeInput in) throws EOFException { 61 CodeInput in) throws EOFException { 80 CodeInput in) throws EOFException { 99 CodeInput in) throws EOFException { 115 CodeInput in) throws EOFException { 116 int baseAddress = in.cursor() - 1; 132 CodeInput in) throws EOFException [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
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 52 * Taken from the JB source code, can be found in: 61 * 0} and {@code Integer.MAX_VALUE} bytes in length. 63 * <p>The cache stores its data in a directory on the filesystem. This 70 * remove entries in the background until the limit is satisfied. The limit is 135 * Each of the subsequent lines in the file is a record of the state of a 215 public static String readAsciiLine(InputStream in) throws IOException { 220 int c = in.read(); 251 * Recursively delete everything in {@code dir} 340 InputStream in = new BufferedInputStream(new FileInputStream(journalFile), IO_BUFFER_SIZE); local 803 InputStream in = newInputStream(index); local [all...] |
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
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 52 * Taken from the JB source code, can be found in: 61 * 0} and {@code Integer.MAX_VALUE} bytes in length. 63 * <p>The cache stores its data in a directory on the filesystem. This 70 * remove entries in the background until the limit is satisfied. The limit is 135 * Each of the subsequent lines in the file is a record of the state of a 215 public static String readAsciiLine(InputStream in) throws IOException { 220 int c = in.read(); 251 * Recursively delete everything in {@code dir} 340 InputStream in = new BufferedInputStream(new FileInputStream(journalFile), IO_BUFFER_SIZE); local 803 InputStream in = newInputStream(index); local [all...] |
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
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 52 * Taken from the JB source code, can be found in: 61 * 0} and {@code Integer.MAX_VALUE} bytes in length. 63 * <p>The cache stores its data in a directory on the filesystem. This 70 * remove entries in the background until the limit is satisfied. The limit is 135 * Each of the subsequent lines in the file is a record of the state of a 215 public static String readAsciiLine(InputStream in) throws IOException { 220 int c = in.read(); 251 * Recursively delete everything in {@code dir} 340 InputStream in = new BufferedInputStream(new FileInputStream(journalFile), IO_BUFFER_SIZE); local 803 InputStream in = newInputStream(index); local [all...] |
/device/asus/grouper/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 60 /* minimum sleep time in out_write() when write threshold is not reached */ 246 static void do_in_standby(struct stream_in *in) 248 struct audio_device *adev = in->dev; 250 if (!in->standby) { 251 pcm_close(in->pcm); 252 in->pcm = NULL; 254 if (in->resampler) { 255 release_resampler(in->resampler) 296 struct stream_in *in = adev->active_in; local 410 struct stream_in *in; local 456 struct stream_in *in; local 828 struct stream_in *in = (struct stream_in *)stream; local 840 struct stream_in *in = (struct stream_in *)stream; local 872 struct stream_in *in = (struct stream_in *)stream; local 890 struct stream_in *in = (struct stream_in *)stream; local 941 struct stream_in *in = (struct stream_in *)stream; local 1201 struct stream_in *in; local 1247 struct stream_in *in = (struct stream_in *)stream; local [all...] |
/device/generic/goldfish/gps/ |
gps_qemu.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 21 * it will be loaded by the code in hardware/libhardware/hardware.c 190 char in[ NMEA_MAX_SIZE+1 ]; member in struct:__anon3035 412 // Possibly parse it from the NMEA sentence in the future. 428 D("Received: '%.*s'", r->pos, r->in); 434 nmea_tokenizer_init(tzer, r->in, r->in + r->pos); 484 D("in RMC, fixStatus=%c", tok_fixStatus.p[0]); 551 if (r->pos >= (int) sizeof(r->in)-1 ) [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
BaseTest.java | 6 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright 12 * notice, this list of conditions and the following disclaimer in the 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 81 lastTestFailed = false; // hope for the best, but set to true in asserts that fail 500 BufferedReader in; field in class:BaseTest.StreamVacuum 503 public StreamVacuum(InputStream in, String inputFile) { 504 this.in = new BufferedReader( new InputStreamReader(in) ) [all...] |
/external/bluetooth/bluedroid/audio_a2dp_hw/ |
audio_a2dp_hw.c | 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 155 pprev is optional in case a dedicated diff is required */ 557 /* only allow autostarting if we are in stopped or standby */ 581 ERROR("stream not in stopped or standby"); 775 /* volume controlled in audioflinger mixer (digital) */ 816 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local 819 return in->common.cfg.rate; 824 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local 828 if (in->common.cfg.rate > 0 && in->common.cfg.rate == rate 844 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local 918 struct a2dp_stream_in *in = (struct a2dp_stream_in *)stream; local 1211 struct a2dp_stream_in *in; local 1275 struct a2dp_stream_in* in = (struct a2dp_stream_in *)stream; local [all...] |
/external/chromium_org/chrome/browser/sync/sessions/ |
sessions_sync_manager_unittest.cc | 3 // found in the LICENSE file. 318 // Test that the SyncSessionManager can properly fill in a SessionHeader. 475 // A file:// entry isn't valid, even in addition to another entry. 647 // Tests that the local session header objects is created properly in 679 // Now take that header node and feed it in as input. 686 syncer::SyncDataList in(&d, &d + 1); 690 syncer::SESSIONS, in, 713 syncer::SyncDataList in; local 715 InitWithSyncDataTakeOutput(in, &out); 744 in.push_back(t0) [all...] |
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/ |
CoreImplTest.java | 3 // found in the LICENSE file. 60 private static void checkSendingMessage(MessagePipeHandle in, MessagePipeHandle out) { 68 in.writeMessage(buffer, null, MessagePipeHandle.WriteFlags.NONE);
|