HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1826 - 1850 of 3043) sorted by null

<<71727374757677787980>>

  /frameworks/rs/cpu_ref/
rsCpuCore.h 44 void *out; member in struct:android::renderscript::__anon39021
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 57 * to call out the app that the content was shared from.
92 StringBuilder out = new StringBuilder(); local
93 withinStyle(out, text, 0, text.length());
94 return out.toString();
97 private static void withinStyle(StringBuilder out, CharSequence text,
103 out.append("&lt;");
105 out.append("&gt;");
107 out.append("&amp;");
109 out.append("&#" + ((int) c) + ";");
112 out.append("&nbsp;")
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/media/routing/
MediaRouterJellybean.java 49 List out = new ArrayList(count); local
51 out.add(router.getRouteAt(i));
53 return out;
60 List out = new ArrayList(count); local
62 out.add(router.getCategoryAt(i));
64 return out;
186 List out = new ArrayList(count); local
188 out.add(group.getRouteAt(i));
190 return out;
245 ArrayList out = new ArrayList() local
    [all...]
  /frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
MediaRouterJellybean.java 49 List out = new ArrayList(count); local
51 out.add(router.getRouteAt(i));
53 return out;
60 List out = new ArrayList(count); local
62 out.add(router.getCategoryAt(i));
64 return out;
186 List out = new ArrayList(count); local
188 out.add(group.getRouteAt(i));
190 return out;
245 ArrayList out = new ArrayList() local
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 45 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
147 * following order: hw device > out stream
239 static int start_output_stream(struct stream_out *out)
241 struct audio_device *adev = out->dev;
255 out->pcm_config.channels,
256 out->pcm_config.rate,
257 out->pcm_config.period_size,
258 out->pcm_config.period_count,
259 out->pcm_config.format);
261 out->pcm_config.start_threshold = 0
297 struct stream_out *out = (struct stream_out *)stream; local
311 struct stream_out *out = (struct stream_out *)stream; local
341 struct stream_out *out = (struct stream_out *)stream; local
363 struct stream_out *out = (struct stream_out *)stream; local
394 struct stream_out *out = (struct stream_out *)stream; local
489 struct stream_out *out = (struct stream_out *)stream; local
512 struct stream_out *out = (struct stream_out *)stream; local
566 struct stream_out *out = (struct stream_out *)stream; local
585 struct stream_out *out = (struct stream_out *)stream; local
702 struct stream_out *out; local
806 struct stream_out *out = (struct stream_out *)stream; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 1222 int32_t out; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 120 int16_t out[4 * 4]; local
121 int16_t *outptr = out;
135 temp_in[j] = out[j * 4 + i];
146 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
147 out = dct_const_round_shift(out * cospi_16_64);
148 a1 = ROUND_POWER_OF_TWO(out, 4);
205 int16_t out[8 * 8]; local
206 int16_t *outptr = out;
220 temp_in[j] = out[j * 8 + i]
231 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
293 int16_t out[4 * 4]; local
401 int16_t out[8 * 8]; local
425 int16_t out[8 * 8] = { 0 }; local
615 int16_t out[16 * 16]; local
819 int16_t out[16 * 16]; local
843 int16_t out[16 * 16] = { 0 }; local
870 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
1248 int16_t out[32 * 32]; local
1285 int16_t out[32 * 32] = {0}; local
1313 int16_t out = dct_const_round_shift(input[0] * cospi_16_64); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 57 int16_t *out = intermediate; local
87 out[0] = fdct_round_shift(temp1);
88 out[2] = fdct_round_shift(temp2);
91 out[1] = fdct_round_shift(temp1);
92 out[3] = fdct_round_shift(temp2);
95 out += 4;
97 // Setup in/out for next pass.
99 out = output;
163 int16_t out[4 * 4]; local
164 int16_t *outptr = &out[0]
325 int16_t *out = intermediate; local
575 int16_t out[64]; local
972 int16_t out[256]; local
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 121 const struct legacy_stream_out *out = local
123 return out->legacy_out->sampleRate();
128 struct legacy_stream_out *out = local
138 const struct legacy_stream_out *out = local
140 return out->legacy_out->bufferSize();
145 const struct legacy_stream_out *out = local
147 return (audio_channel_mask_t) out->legacy_out->channels();
152 const struct legacy_stream_out *out = local
155 return (audio_format_t) out->legacy_out->format();
160 struct legacy_stream_out *out local
169 struct legacy_stream_out *out = local
176 const struct legacy_stream_out *out = local
184 struct legacy_stream_out *out = local
202 const struct legacy_stream_out *out = local
222 const struct legacy_stream_out *out = local
230 struct legacy_stream_out *out = local
238 struct legacy_stream_out *out = local
246 const struct legacy_stream_out *out = local
254 const struct legacy_stream_out *out = local
496 struct legacy_stream_out *out; local
545 struct legacy_stream_out *out = reinterpret_cast<struct legacy_stream_out *>(stream); local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 144 const struct qcom_stream_out *out = local
146 return out->qcom_out->sampleRate();
151 struct qcom_stream_out *out = local
161 const struct qcom_stream_out *out = local
163 return out->qcom_out->bufferSize();
168 const struct qcom_stream_out *out = local
170 return out->qcom_out->channels();
175 const struct qcom_stream_out *out = local
177 return (audio_format_t)out->qcom_out->format();
182 struct qcom_stream_out *out local
191 struct qcom_stream_out *out = local
198 const struct qcom_stream_out *out = local
206 struct qcom_stream_out *out = local
224 const struct qcom_stream_out *out = local
244 const struct qcom_stream_out *out = local
252 struct qcom_stream_out *out = local
260 struct qcom_stream_out *out = local
268 const struct qcom_stream_out *out = local
286 const struct qcom_stream_out *out = local
525 struct qcom_stream_out *out; local
562 struct qcom_stream_out *out; local
613 struct qcom_stream_out *out = reinterpret_cast<struct qcom_stream_out *>(stream); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest3.java 347 private void writeObject(java.io.ObjectOutputStream out)
349 ObjectOutputStream.PutField fields = out.putFields();
352 // Use fields.write() instead of out.writeFields();
353 fields.write(out);
366 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
367 DataOutputStream dos = new DataOutputStream(out);
379 new ByteArrayInputStream(out.toByteArray()));
391 System.out.println("Error " + err + " when testing BLOCKDATALONG");
407 System.out.println("Obj = " + objToSave);
419 System.out.println("Error when obj = " + objToSave)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTestSupport.java 107 // System.out.println(str.toString());
127 System.out.println("IOException during processing the file: "
152 System.out.println("for "+KEYS[i]+": original:" +
154 System.out.println();
155 System.out.println(" result:" + result.get(KEYS[i]));
156 System.out.println();
200 System.out.print(data_isStartDocument.toString() + SEPARATOR_DATA +
361 System.out.print(data_isStartDocument.toString() + SEPARATOR_DATA +
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 535 * System.out.println(NumericShaper.getShaper(NumericShaper.EASTERN_ARABIC));
538 * System.out.println(NumericShaper.getContextualShaper(
542 * System.out.println(NumericShaper.getContextualShaper(
818 * @param out the out
822 private void writeObject(java.io.ObjectOutputStream out)
825 out.defaultWriteObject();
    [all...]
  /libcore/luni/src/main/java/java/lang/
System.java 77 public static final PrintStream out; field in class:System
106 out = new PrintStream(new FileOutputStream(FileDescriptor.out));
132 setFieldImpl("out", "Ljava/io/PrintStream;", newOut);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 368 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) {
370 out.add(new MyThread(group, "MyThread " + i + " of " + threadCount));
376 populateGroupsWithThreads(element, threadCount, out);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest2Test.java 102 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
103 DataOutputStream output = new DataOutputStream(out);
152 byte[] data = out.toByteArray();
162 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
163 DataOutputStream output = new DataOutputStream(out);
195 byte[] data = out.toByteArray();
  /ndk/sources/android/support/src/stdio/
vfprintf.c 20 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
187 static void out(FILE *f, const char *s, size_t l) function
203 out(f, pad, sizeof pad);
204 out(f, pad, l);
254 out(f, prefix, pl);
255 out(f, s, 3);
305 out(f, prefix, pl);
307 out(f, buf, s-buf);
309 out(f, estr, ebuf-estr);
422 out(f, prefix, pl)
701 FakeFILE out[1]; local
723 FakeFILE out[1]; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 21 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
205 /* watch out in match(), etc. */
220 uschar out[NSTATES]; member in struct:fa
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifOutputStream.java 42 * // Write the original jpeg out, the header will be add into the file.
114 * Writes the image out. The input data should be a valid JPEG format. After
129 out.write(buffer, offset, byteToProcess);
149 out.write(mBuffer.array(), 0, 2);
164 out.write(mBuffer.array(), 0, 2);
177 out.write(mBuffer.array(), 0, 4);
180 out.write(mBuffer.array(), 0, 4);
187 out.write(buffer, offset, length);
192 * Writes the one bytes out. The input data should be a valid JPEG format.
222 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 82 public void writeToParcel(Parcel out, int flags) {
83 out.writeInt(mLocation.ordinal());
84 out.writeInt(mInclusion);
85 out.writeInt(mSort);
86 out.writeString(mBucketId);
87 out.writeParcelable(mSingleImageUri, flags);
88 out.writeInt(mIsEmptyImageList ? 1 : 0);
171 /* This is commented out because isVideo is not calling this now.
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 42 * // Write the original jpeg out, the header will be add into the file.
114 * Writes the image out. The input data should be a valid JPEG format. After
129 out.write(buffer, offset, byteToProcess);
149 out.write(mBuffer.array(), 0, 2);
164 out.write(mBuffer.array(), 0, 2);
177 out.write(mBuffer.array(), 0, 4);
180 out.write(mBuffer.array(), 0, 4);
187 out.write(buffer, offset, length);
192 * Writes the one bytes out. The input data should be a valid JPEG format.
222 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifOutputStream.java 42 * // Write the original jpeg out, the header will be add into the file.
114 * Writes the image out. The input data should be a valid JPEG format. After
129 out.write(buffer, offset, byteToProcess);
149 out.write(mBuffer.array(), 0, 2);
164 out.write(mBuffer.array(), 0, 2);
177 out.write(mBuffer.array(), 0, 4);
180 out.write(mBuffer.array(), 0, 4);
187 out.write(buffer, offset, length);
192 * Writes the one bytes out. The input data should be a valid JPEG format.
222 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out);
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifOutputStream.java 44 * // Write the original jpeg out, the header will be add into the file.
116 * Writes the image out. The input data should be a valid JPEG format. After
131 out.write(buffer, offset, byteToProcess);
151 out.write(mBuffer.array(), 0, 2);
166 out.write(mBuffer.array(), 0, 2);
179 out.write(mBuffer.array(), 0, 4);
182 out.write(mBuffer.array(), 0, 4);
189 out.write(buffer, offset, length);
194 * Writes the one bytes out. The input data should be a valid JPEG format.
224 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out);
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 367 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
368 SmilXmlSerializer.serialize(document, out);
369 Log.v(TAG, out.toString());
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 245 * due to the sanitizer stripping out nodes between Text nodes. It is
253 List<HtmlDocument.Node> out = local
261 mergeTextNodes(textNodes, out);
262 out.add(node);
265 mergeTextNodes(textNodes, out);
266 return out;
    [all...]

Completed in 1625 milliseconds

<<71727374757677787980>>