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

<<51525354555657585960>>

  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 136 File out = new File(root, "out"); local
137 if (!out.isDirectory()) {
140 File host = new File(out, "host");
160 private static String getPlatformDirFromHostOut(File out) {
161 if (!out.isDirectory()) {
164 File sdkDir = new File(out, "sdk" + File.separator + "sdk");
312 System.out.println("Warning " + tag + ": " + message);
319 System.out.println("FidelityWarning " + tag + ": " + message);
328 System.out.println("Error " + tag + ": " + message)
    [all...]
  /frameworks/base/tools/preload/
MemoryUsage.java 192 System.err.println("Timed out while measuring "
274 private static void copy(InputStream in, OutputStream out) {
279 out.write(buffer, 0, read);
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 119 int bitwidth, GeneratedFile &out) {
121 out.indent() << "// return byte array representation of the " << bitwidth
123 out.indent() << "public static byte[] getBitCode" << bitwidth << "()";
124 out.startBlock();
125 out.indent() << "return getBitCode" << bitwidth << "Internal();\n";
126 out.endBlock(true);
133 int seg_num, GeneratedFile &out) {
134 out.indent() << "private static byte[] getSegment" << bitwidth << "_"
136 out.startBlock();
137 out.indent() << "byte[] data = {"
274 GeneratedFile out; local
    [all...]
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 358 StringBuilder out = new StringBuilder("[OperationScheduler:"); local
366 out.append(" ").append(key.substring(PREFIX.length(), key.length() - 10));
367 out.append("=").append(time.format("%Y-%m-%d/%H:%M:%S"));
369 out.append(" ").append(key.substring(PREFIX.length()));
372 out.append("=(null)");
374 out.append("=").append(v.toString());
379 return out.append("]").toString();
  /frameworks/native/services/surfaceflinger/
Transform.cpp 226 Region out; local
232 out.orSelf(transform(*it++));
235 out.set(transform(reg.bounds()));
240 out = reg.translate(xpos, ypos);
242 return out;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 66 uchar4 *out = (uchar4 *)p->out; local
90 rsdIntrinsic3DLUT_K(out, in, len,
94 out += len;
155 *out = ret;
159 out++;
rsCpuIntrinsicBlur.cpp 116 static void OneVU4(const RsForEachStubParamStruct *p, float4 *out, int32_t x, int32_t y,
131 out[0] = blurredPixel;
134 static void OneVU1(const RsForEachStubParamStruct *p, float *out, int32_t x, int32_t y,
148 out[0] = blurredPixel;
152 extern "C" void rsdIntrinsicBlurU1_K(uchar *out, uchar const *in, size_t w, size_t h,
154 extern "C" void rsdIntrinsicBlurU4_K(uchar4 *out, uchar4 const *in, size_t w, size_t h,
163 static void OneVFU4(float4 *out,
166 out += x1;
172 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
175 out += t
295 uchar4 *out = (uchar4 *)p->out; local
365 uchar *out = (uchar *)p->out; local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 89 static void OneU4(const RsForEachStubParamStruct *p, uint32_t x, uchar4 *out,
129 *out = convert_uchar4(px);
132 static void OneU2(const RsForEachStubParamStruct *p, uint32_t x, uchar2 *out,
172 *out = convert_uchar2(px);
175 static void OneU1(const RsForEachStubParamStruct *p, uint32_t x, uchar *out,
215 *out = px;
218 static void OneF4(const RsForEachStubParamStruct *p, uint32_t x, float4 *out,
257 *out = px;
260 static void OneF2(const RsForEachStubParamStruct *p, uint32_t x, float2 *out,
299 *out = px
372 uchar4 *out = (uchar4 *)p->out; local
432 uchar2 *out = (uchar2 *)p->out; local
481 uchar *out = (uchar *)p->out; local
530 float4 *out = (float4 *)p->out; local
579 float2 *out = (float2 *)p->out; local
628 float *out = (float *)p->out; local
    [all...]
rsCpuIntrinsicResize.cpp 206 uchar4 *out = ((uchar4 *)p->out) + xstart; local
212 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
213 out++;
246 uchar2 *out = ((uchar2 *)p->out) + xstart; local
252 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
253 out++;
286 uchar *out = ((uchar *)p->out) + xstart local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 231 DECLARE_ALIGNED(32, int16_t, out[4 * 4]);
232 int16_t *outptr = out;
246 vp9_idct4_columns_add_blk_dspr2(&out[0], dest, dest_stride);
253 int32_t out; local
266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);
268 "addi %[out], %[out], 8 \n\t"
269 "sra %[a1], %[out], 4 \n\t"
271 : [out] "+r" (out), [a1] "=r" (a1
    [all...]
vp9_itrans8_dspr2.c 453 DECLARE_ALIGNED(32, int16_t, out[8 * 8]);
454 int16_t *outptr = out;
468 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride);
552 DECLARE_ALIGNED(32, int16_t, out[8 * 8]);
553 int16_t *outptr = out;
567 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride);
573 iadst8_dspr2(&out[i * 8], temp_out);
590 temp_in[i * 8 + j] = out[j * 8 + i];
604 temp_in[j] = out[j * 8 + i];
622 DECLARE_ALIGNED(32, int16_t, out[8 * 8])
668 int32_t out; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 454 uint8_t *out = NULL; local
467 const uint8_t *const in = (s == 0 ? input : out);
469 out = output;
471 out = (s & 1 ? otmp2 : otmp);
473 down2_symodd(in, filteredlength, out);
475 down2_symeven(in, filteredlength, out);
479 interpolate(out, filteredlength, output, olength);
  /hardware/intel/img/hwcomposer/common/base/
Drm.cpp 523 DrmOutput *out = &mOutputs[output]; local
524 if (!out->connected) {
530 for (int i = 0; i < out->connector->count_props; i++) {
531 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
539 out->connector->connector_id,
  /hardware/libhardware/modules/audio/
audio_hw.c 225 struct stub_stream_out *out; local
228 out = (struct stub_stream_out *)calloc(1, sizeof(struct stub_stream_out));
229 if (!out)
232 out->stream.common.get_sample_rate = out_get_sample_rate;
233 out->stream.common.set_sample_rate = out_set_sample_rate;
234 out->stream.common.get_buffer_size = out_get_buffer_size;
235 out->stream.common.get_channels = out_get_channels;
236 out->stream.common.get_format = out_get_format;
237 out->stream.common.set_format = out_set_format;
238 out->stream.common.standby = out_standby
    [all...]
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 81 A2dpAudioStreamOut* out = new A2dpAudioStreamOut(); local
82 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
83 mOutput = out;
87 delete out;
95 void A2dpAudioInterface::closeOutputStream(AudioStreamOut* out) {
96 if (mOutput == 0 || mOutput != out) {
97 mHardwareInterface->closeOutputStream(out);
AudioHardwareGeneric.cpp 81 AudioStreamOutGeneric* out = new AudioStreamOutGeneric(); local
82 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate);
87 mOutput = out;
89 delete out;
94 void AudioHardwareGeneric::closeOutputStream(AudioStreamOut* out) {
95 if (mOutput && out == mOutput) {
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 29 * TODO: factor out ID constants.
166 public void writeHeader(Dex.Section out) throws IOException {
167 out.write(DexFormat.apiToMagic(DexFormat.API_NO_EXTENDED_OPCODES).getBytes("UTF-8"));
168 out.writeInt(checksum);
169 out.write(signature);
170 out.writeInt(fileSize);
171 out.writeInt(SizeOf.HEADER_ITEM);
172 out.writeInt(DexFormat.ENDIAN_TAG);
173 out.writeInt(linkSize);
174 out.writeInt(linkOff)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileWriterTest.java 72 char[] out = new char[first.length() + second.length() + 10]; local
73 int length = fileReader.read(out);
75 assertEquals(first + second, new String(out, 0, length));
88 out = new char[first.length() + second.length() + 10];
89 length = fileReader.read(out);
91 assertEquals(second, new String(out, 0, length));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 85 ByteBuffer out = ByteBuffer.allocate(10); local
87 encoder.encode(CharBuffer.wrap("\ud800"), out, true));
88 assertTrue(encoder.flush(out).isMalformed());
91 out = ByteBuffer.allocate(10);
94 assertSame(CoderResult.UNDERFLOW, encoder.encode(buffer1, out, false));
99 assertTrue(encoder.encode(buffer2, out, true).isUnmappable());
140 ByteBuffer out = ByteBuffer.allocate(0x10); local
144 encoder.encode(in, out, false);
146 encoder.encode(in, out, true);
147 encoder.flush(out);
162 ByteBuffer out = ByteBuffer.allocate(0x10); local
170 ByteBuffer out = ByteBuffer.allocate(0x10); local
177 ByteBuffer out = ByteBuffer.allocate(0x10); local
189 ByteBuffer out = ByteBuffer.allocate(0x10); local
196 ByteBuffer out = ByteBuffer.allocate(0x10); local
204 ByteBuffer out = ByteBuffer.allocate(0x10); local
214 ByteBuffer out = ByteBuffer.allocate(0x10); local
228 ByteBuffer out = ByteBuffer.allocate(0x10); local
247 ByteBuffer out = ByteBuffer.allocate(0x10); local
254 ByteBuffer out = ByteBuffer.allocate(0x10); local
263 ByteBuffer out = ByteBuffer.allocate(0x10); local
273 ByteBuffer out = ByteBuffer.allocate(0x10); local
283 ByteBuffer out = ByteBuffer.allocate(0x10); local
301 ByteBuffer out = ByteBuffer.allocate(0x10); local
315 ByteBuffer out = ByteBuffer.allocate(0x10); local
330 ByteBuffer out = ByteBuffer.allocate(0x10); local
345 ByteBuffer out = ByteBuffer.allocate(0x10); local
354 ByteBuffer out = ByteBuffer.allocate(0x10); local
380 ByteBuffer out = ByteBuffer.allocate(0x10); local
390 ByteBuffer out = ByteBuffer.allocate(0x10); local
400 ByteBuffer out = ByteBuffer.allocate(0x10); local
422 ByteBuffer out = ByteBuffer.allocate(0x10); local
434 ByteBuffer out = ByteBuffer.allocate(0x10); local
443 ByteBuffer out = newEncoder.encode(in); local
    [all...]
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 731 private synchronized void writeObject(ObjectOutputStream out)
733 ObjectOutputStream.PutField fields = out.putFields();
737 out.writeFields();
StringBuilder.java 688 * @param out
696 private void writeObject(ObjectOutputStream out) throws IOException {
697 out.defaultWriteObject();
698 out.writeInt(length());
699 out.writeObject(getValue());
Throwable.java 433 private void writeObject(ObjectOutputStream out) throws IOException {
436 out.defaultWriteObject();
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoderICU.java 102 @Override protected final CoderResult implFlush(CharBuffer out) {
109 data[OUTPUT_OFFSET] = getArray(out);
124 setPosition(out);
129 @Override protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out) {
135 data[OUTPUT_OFFSET]= getArray(out);
154 setPosition(out);
167 private int getArray(CharBuffer out) {
168 if (out.hasArray()) {
169 output = out.array();
170 outEnd = out.arrayOffset() + out.limit()
    [all...]
CharsetEncoderICU.java 130 @Override protected CoderResult implFlush(ByteBuffer out) {
137 data[OUTPUT_OFFSET] = getArray(out);
152 setPosition(out);
157 @Override protected CoderResult encodeLoop(CharBuffer in, ByteBuffer out) {
163 data[OUTPUT_OFFSET]= getArray(out);
183 setPosition(out);
196 private int getArray(ByteBuffer out) {
197 if (out.hasArray()) {
198 output = out.array();
199 outEnd = out.arrayOffset() + out.limit()
    [all...]
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 316 private void writeObject(ObjectOutputStream out) throws IOException {
317 out.defaultWriteObject();
318 out.writeInt(elements.length);
320 out.writeObject(elements[i]);

Completed in 761 milliseconds

<<51525354555657585960>>