HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1726 - 1750 of 3847) sorted by null

<<61626364656667686970>>

  /frameworks/support/exifinterface/tests/src/android/support/media/
ExifInterfaceTest.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
75 // We translate double to rational in a 1/10000 precision.
781 InputStream in = null; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 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
31 // dlopen() does not go through default library path search if there is a "/" in the library name.
274 struct stream_in *in; member in union:stream_ptr
360 snd_device_t last_logged_snd_device[AUDIO_USECASE_MAX][2]; /* [out, in] */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest2.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
54 private void readObject(java.io.ObjectInputStream in)
56 in.defaultReadObject();
60 milliseconds = in.readLong();
112 private void readObject(java.io.ObjectInputStream in)
114 ObjectInputStream.GetField fields = in.readFields();
142 private void readObject(java.io.ObjectInputStream in)
144 ObjectInputStream.GetField fields = in.readFields();
163 private void readObject(java.io.ObjectInputStream in)
    [all...]