HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1176 - 1200 of 2162) sorted by null

<<41424344454647484950>>

  /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);
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 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
78 /* Decodes a number in the range [0..255], by reading 1 - 11 bits. */
505 length < 8), we first need to expand the pattern in order to get the correct
522 This allows us to do very well in the special case of one single byte
659 BrotliInput in = BrotliInitMemInput(encoded_buffer, encoded_size, &memin); local
662 int success = BrotliDecompress(in, out);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv.c 40 /* size of intermediate and preflighting buffers in ucnv_convert() */
147 /* Creating a temporary stack-based object that can be used in one thread,
214 * on a 64-bit boundary in memory.
290 in multithreaded applications because the value never changes.
315 /*Decreases the reference counter in the shared immutable section of the object
334 /* In order to speed up the close, only call the callbacks when they have been changed.
380 in multithreaded applications because the value never changes.
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
2480 UConverter in, out; \/* stack-allocated *\/ local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c 121 /*These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
180 log_err("ERROR in unorm_normalize(%s)[%d]: "
190 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n",
197 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
230 log_err("ERROR in decomposition at index = %d. EXPECTED: %s , GOT: %s\n", index, expected,
338 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
344 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
350 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
356 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count])
702 static const UChar in[]={ 0x68, 0xe4 }; local
1032 const UChar *expect, *outLimit, *in; local
    [all...]
  /external/chromium_org/third_party/icu/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 */
157 parseFile(FileStream *in);
221 FileStream *in; local
234 "error in command line argument \"%s\"\n",
282 in=T_FileStream_open(path, "r");
283 if(in==NULL) {
287 parseFile(in);
288 T_FileStream_close(in);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
151 // been added so far. Returns the keys in sorted order in "*keys"
152 // and stores the key/value pairs in "*kvmap"
168 // Construct the data structure from the data in "data"
175 virtual DB* db() const { return NULL; } // Overridden in DBConstructor
790 fprintf(stderr, "Value %llu is not in range [%llu, %llu]\n",
832 Slice in = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; local
833 return port::Snappy_Compress(in.data(), in.size(), &out)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h 4 // Redistribution and use in source and binary forms, with or without
9 // 2. Redistributions in binary form must reproduce the above copyright notice,
10 // this list of conditions and the following disclaimer in the documentation
17 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
22 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
176 cricket::VideoCodec empty, in, out; local
186 in = max_settings;
187 EXPECT_TRUE(engine_.CanSendCodec(in, empty, &out));
188 EXPECT_PRED2(IsEqualCodec, out, in);
317 cricket::VideoCodec in, out, current; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_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.
1539 unsigned char *in = src[idx8x8]; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless_sse2.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
163 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
164 const __m128i in_00g0 = _mm_and_si128(in, mask); // 00g0|00g0|...
168 const __m128i out = _mm_sub_epi8(in, in_0g0g);
179 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
180 const __m128i in_00g0 = _mm_and_si128(in, mask); // 00g0|00g0|..
218 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
257 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
291 const __m128i* in = (const __m128i*)src; local
320 const __m128i* in = (const __m128i*)src; local
355 const __m128i* in = (const __m128i*)src; local
393 const __m128i* in = (const __m128i*)src; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
frame.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
30 // we allow 2k of extra head-room in PARTITION0 limit.
33 typedef struct { // struct for organizing convergence in either size or PSNR
52 : 40.; // default, just in case
476 const uint8_t* const in = it->yuv_in_; local
478 // Note: not totally accurate at boundary. And doesn't include in-loop filter
    [all...]

Completed in 1761 milliseconds

<<41424344454647484950>>