/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
RawContactTest.java | 113 Parcelable out = parcel.readParcelable(parcelable.getClass().getClassLoader()); local 114 assertEquals(parcelable, out);
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
ProvisioningParams.java | 76 public void writeToParcel(Parcel out, int flags) { 77 out.writeString(mTimeZone); 78 out.writeLong(mLocalTime); 79 out.writeSerializable(mLocale); 80 out.writeString(mWifiSsid); 81 out.writeInt(mWifiHidden ? 1 : 0); 82 out.writeString(mWifiSecurityType); 83 out.writeString(mWifiPassword); 84 out.writeString(mWifiProxyHost); 85 out.writeInt(mWifiProxyPort) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
ByteArrayOutputStream.java | 245 * @param out the output stream to write to 249 public synchronized void writeTo(OutputStream out) throws IOException { 254 out.write(buf, 0, c);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 54 struct snd_pcm_rate_side_info out; member in struct:snd_pcm_rate_info 116 void (*dump)(void *obj, snd_output_t *out);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
codecvt.h | 117 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 235 * the value returned. @see out for more information.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm_rate.h | 54 struct snd_pcm_rate_side_info out; member in struct:snd_pcm_rate_info 116 void (*dump)(void *obj, snd_output_t *out);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
codecvt.h | 116 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 234 * the value returned. @see out for more information.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
codecvt.h | 116 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 234 * the value returned. @see out for more information.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
codecvt.h | 117 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 235 * the value returned. @see out for more information.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
codecvt.h | 117 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 235 * the value returned. @see out for more information.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
codecvt.h | 117 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 235 * the value returned. @see out for more information.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
codecvt.h | 117 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 235 * the value returned. @see out for more information.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
codecvt.h | 116 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 234 * the value returned. @see out for more information.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
codecvt.h | 116 out(state_type& __state, const intern_type* __from, function in class:__codecvt_abstract_base 234 * the value returned. @see out for more information.
|
/system/core/libsparse/ |
sparse.c | 104 static void sparse_file_write_block(struct output_file *out, 109 write_data_chunk(out, backed_block_len(bb), backed_block_data(bb)); 112 write_file_chunk(out, backed_block_len(bb), 116 write_fd_chunk(out, backed_block_len(bb), 120 write_fill_chunk(out, backed_block_len(bb), 126 static int write_all_blocks(struct sparse_file *s, struct output_file *out) 136 write_skip_chunk(out, (int64_t)blocks * s->block_size); 138 sparse_file_write_block(out, bb); 146 write_skip_chunk(out, pad); 157 struct output_file *out; local 177 struct output_file *out; local 205 struct output_file *out; local [all...] |
/system/media/audio_utils/include/audio_utils/ |
primitives.h | 33 * Dither and clamp pairs of 32-bit input samples (sums) to 16-bit output samples (out). 41 * and out is an array of interleaved pairs of 16-bit samples per channel. 42 * For mono, c is the number of samples / 2, and out is an array of 16-bit samples. 45 * The out and sums buffers must either be completely separate (non-overlapping), or 48 void ditherAndClamp(int32_t* out, const int32_t *sums, size_t c); 708 int32_t out; local 709 asm( "smlabb %[out], %[in], %[v], %[a] \n" 710 : [out]"=r"(out) 713 return out; 726 int32_t out; local 744 int32_t out; local 773 int32_t out; local [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
VectorDrawableTest.java | 161 FileOutputStream out = null; local 178 out = new FileOutputStream(outputFile, false); 179 bitmap.compress(Bitmap.CompressFormat.PNG, 100, out); 184 if (out != null) { 185 out.close();
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestFmax.java | 40 public Target.Floaty out; field in class:TestFmax.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFmaxFloatFloatFloat(inX, out); 50 verifyResultsFmaxFloatFloatFloat(inX, inY, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testFmaxFloatFloatFloat(inX, out); 58 verifyResultsFmaxFloatFloatFloat(inX, inY, out, true); 64 private void verifyResultsFmaxFloatFloatFloat(Allocation inX, Allocation inY, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 323 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 331 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 392 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 400 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 461 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 469 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFmin.java | 40 public Target.Floaty out; field in class:TestFmin.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFminFloatFloatFloat(inX, out); 50 verifyResultsFminFloatFloatFloat(inX, inY, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testFminFloatFloatFloat(inX, out); 58 verifyResultsFminFloatFloatFloat(inX, inY, out, true); 64 private void verifyResultsFminFloatFloatFloat(Allocation inX, Allocation inY, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 323 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 331 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 392 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 400 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 461 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 469 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFract.java | 40 public Target.Floaty out; field in class:TestFract.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFractFloatFloatFloat(inV, out); 50 verifyResultsFractFloatFloatFloat(inV, outFloor, out, false); 56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 58 scriptRelaxed.forEach_testFractFloatFloatFloat(inV, out); 59 verifyResultsFractFloatFloatFloat(inV, outFloor, out, true); 65 private void verifyResultsFractFloatFloatFloat(Allocation inV, Allocation outFloor, Allocation out, boolean relaxed) { 71 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 134 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 203 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 212 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 290 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 357 public Target.Floaty out; field in class:TestFract.ArgumentsFloatFloat 363 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 370 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 422 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 429 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 481 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 488 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 540 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 547 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestLdexp.java | 40 public Target.Floaty out; field in class:TestLdexp.ArgumentsFloatIntFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testLdexpFloatIntFloat(inX, out); 50 verifyResultsLdexpFloatIntFloat(inX, inY, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testLdexpFloatIntFloat(inX, out); 58 verifyResultsLdexpFloatIntFloat(inX, inY, out, true); 64 private void verifyResultsLdexpFloatIntFloat(Allocation inX, Allocation inY, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 123 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 251 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 259 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 319 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 327 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 387 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 395 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 455 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 463 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestLgamma.java | 39 public Target.Floaty out; field in class:TestLgamma.ArgumentsFloatFloat 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 46 script.forEach_testLgammaFloatFloat(in, out); 47 verifyResultsLgammaFloatFloat(in, out, false); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 53 scriptRelaxed.forEach_testLgammaFloatFloat(in, out); 54 verifyResultsLgammaFloatFloat(in, out, true); 60 private void verifyResultsLgammaFloatFloat(Allocation in, Allocation out, boolean relaxed) { 64 out.copyTo(arrayOut); 70 // Figure out what the outputs should have been 104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 281 public float out; field in class:TestLgamma.ArgumentsFloatIntFloat 288 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 297 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 349 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 358 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 410 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 419 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 471 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 480 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestMix.java | 41 public Target.Floaty out; field in class:TestMix.ArgumentsFloatFloatFloatFloat 49 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testMixFloatFloatFloatFloat(inStart, out); 53 verifyResultsMixFloatFloatFloatFloat(inStart, inStop, inAmount, out, false); 58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 61 scriptRelaxed.forEach_testMixFloatFloatFloatFloat(inStart, out); 62 verifyResultsMixFloatFloatFloatFloat(inStart, inStop, inAmount, out, true); 68 private void verifyResultsMixFloatFloatFloatFloat(Allocation inStart, Allocation inStop, Allocation inAmount, Allocation out, boolean relaxed) { 76 out.copyTo(arrayOut); 84 // Figure out what the outputs should have been 128 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 216 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 286 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 295 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 365 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 374 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 444 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 453 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 523 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 532 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
IndexMap.java | 227 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(32); local 228 new EncodedValueTransformer(out).transform(new EncodedValueReader(encodedValue)); 229 return new EncodedValue(out.toByteArray()); 233 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(32); local 234 new EncodedValueTransformer(out).transformArray( 236 return new EncodedValue(out.toByteArray()); 240 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(32); local 241 new EncodedValueTransformer(out).transformAnnotation( 244 new EncodedValue(out.toByteArray())); 251 private final ByteOutput out; field in class:IndexMap.EncodedValueTransformer [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageFetcher.java | 269 BufferedOutputStream out = null; local 276 out = new BufferedOutputStream(outputStream, IO_BUFFER_SIZE); 280 out.write(b); 290 if (out != null) { 291 out.close();
|