/frameworks/base/telephony/java/com/android/ims/ |
ImsCallProfile.java | 317 public void writeToParcel(Parcel out, int flags) { 318 out.writeInt(mServiceType); 319 out.writeInt(mCallType); 320 out.writeParcelable(mCallExtras, 0); 321 out.writeParcelable(mMediaProfile, 0);
|
/frameworks/base/tests/net/java/android/net/ip/ |
IpManagerTest.java | 404 Set<B> out = new HashSet<>(in.length); local 407 out.add(fn.call(item)); 412 return out;
|
/frameworks/base/tests/net/java/com/android/server/net/ |
NetworkStatsCollectionTest.java | 511 OutputStream out = null; local 514 out = new FileOutputStream(file); 515 Streams.copy(in, out); 518 IoUtils.closeQuietly(out);
|
/frameworks/base/tools/aapt2/compile/ |
PngCrunch.cpp | 109 io::OutputStream* out = (io::OutputStream*)png_get_io_ptr(png_ptr); local 114 if (!out->Next(&out_buffer, &out_len)) { 115 if (out->HadError()) { 118 if (!out->GetError().empty()) { 119 err_msg_builder << ": " << out->GetError(); 121 std::string err = out->GetError(); 140 out->BackUp(out_len); 476 // safely go out of scope. 481 const NinePatch* nine_patch, io::OutputStream* out, 514 png_set_write_fn(write_ptr, (png_voidp)out, WriteDataToStream, nullptr) [all...] |
/frameworks/compile/mclinker/lib/Object/ |
ObjectLinker.cpp | 309 SectionMap::iterator out, outBegin, outEnd; local 312 for (out = outBegin; out != outEnd; ++out) { 314 LDSection* out_sect = (*out)->getSection(); 316 inBegin = (*out)->begin(); 317 inEnd = (*out)->end(); 320 if ((*out)->prolog().hasSubAlign()) { 321 evaluator.eval((*out)->prolog().subAlign(), in_align); 326 if ((*out)->prolog().hasSubAlign() 407 SectionMap::iterator out, outBegin, outEnd; local [all...] |
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/ |
LayoutXmlProcessor.java | 114 Preconditions.check(input.getRootOutputFolder().mkdirs(), "out dir should be re-created"); 178 final File out = convertToOutFile(file); 179 FileUtils.deleteQuietly(out); 397 StringBuilder out = new StringBuilder(); local 398 out.append("ResourceInput{") 402 logFiles(out, "added", mAdded); 403 logFiles(out, "removed", mRemoved); 404 logFiles(out, "changed", mChanged); 405 return out.toString(); 409 private static void logFiles(StringBuilder out, String name, List<File> files) [all...] |
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
RenderTestBase.java | 180 File out = new File(root, "out"); local 181 if (!out.isDirectory()) { 184 File host = new File(out, "host"); 200 private static String getPlatformDirFromHostOut(File out) { 201 if (!out.isDirectory()) { 204 File sdkDir = new File(out, "sdk"); 319 System.out.println("Objects still linked from the DelegateManager:"); 320 DelegateManager.dump(System.out); 392 System.out.println("Warning " + tag + ": " + message) [all...] |
/frameworks/minikin/libs/minikin/ |
CmapCoverage.cpp | 99 // Returns Range from given ranges vector. Returns InvalidRange if i is out of range. 107 std::vector<uint32_t> out; local 111 out.reserve(lsize + rsize); 122 addRange(out, r.start, r.end); // Input is sorted. Never returns false. 130 addRange(out, r.start, r.end); // Input is sorted. Never returns false. 137 addRange(out, left.start, left.end); // Input is sorted. Never returns false. 140 addRange(out, right.start, right.end); // Input is sorted. Never returns false. 160 addRange(out, merged.start, merged.end); // Input is sorted. Never returns false. 164 return out; 167 // Get the coverage information out of a Format 4 subtable, storing it in the coverage vecto [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 161 ostringstream out; local 163 out << '[' << this->c1() << ", " 167 return out.str(); 173 ostringstream out; local 175 out << '[' << this->width() << ", " 178 return out.str(); 197 ostringstream out; local 199 out << '['; 200 out << rect.left << ", "; 201 out << rect.top << ", " [all...] |
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 130 public void emitNativeDeclaration(JFunc jfunc, PrintStream out) { 132 out.println(" /* @hide C function " + jfunc.getCFunc().getOriginal() + " */"); 133 out.println(); 135 out.println(" // C function " + jfunc.getCFunc().getOriginal()); 136 out.println(); 139 emitFunction(jfunc, out, true, false); 142 public void emitJavaInterfaceCode(JFunc jfunc, PrintStream out) { 143 emitFunction(jfunc, out, false, true); 146 public void emitJavaCode(JFunc jfunc, PrintStream out) { 147 emitFunction(jfunc, out, false, false) [all...] |
/frameworks/support/compat/java/android/support/v4/app/ |
ShareCompat.java | 59 * to call out the app that the content was shared from. 693 StringBuilder out = new StringBuilder(); local 694 withinStyle(out, text, 0, text.length()); 695 result = out.toString(); 702 private static void withinStyle(StringBuilder out, CharSequence text, 708 out.append("<"); 710 out.append(">"); 712 out.append("&"); 714 out.append("&#" + ((int) c) + ";"); 717 out.append(" ") [all...] |
/frameworks/support/design/src/android/support/design/widget/ |
CoordinatorLayout.java | 407 private void getTopSortedChildren(List<View> out) { 408 out.clear(); 415 out.add(child); 419 Collections.sort(out, TOP_SORTED_CHILDREN_COMPARATOR); 578 Log.e(TAG, "Keyline index " + index + " out of range for " + this); 688 * @param out rect to set to the bounds of the descendant view 690 void getDescendantRect(View descendant, Rect out) { 691 ViewGroupUtils.getDescendantRect(this, descendant, out); 1168 final Rect out = acquireTempRect(); local 1170 child.getMeasuredHeight(), parent, out, layoutDirection); 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 224 static int start_output_stream(struct stream_out *out) 226 struct audio_device *adev = out->dev; 239 out->pcm_config.channels, 240 out->pcm_config.rate, 241 out->pcm_config.period_size, 242 out->pcm_config.period_count, 243 out->pcm_config.format); 245 out->pcm_config.start_threshold = 0 281 struct stream_out *out = (struct stream_out *)stream; local 295 struct stream_out *out = (struct stream_out *)stream; local 325 struct stream_out *out = (struct stream_out *)stream; local 347 struct stream_out *out = (struct stream_out *)stream; local 378 struct stream_out *out = (struct stream_out *)stream; local 472 struct stream_out *out = (struct stream_out *)stream; local 495 struct stream_out *out = (struct stream_out *)stream; local 549 struct stream_out *out = (struct stream_out *)stream; local 568 struct stream_out *out = (struct stream_out *)stream; local 685 struct stream_out *out; local 789 struct stream_out *out = (struct stream_out *)stream; local [all...] |
/hardware/libhardware_legacy/audio/ |
audio_hw_hal.cpp | 123 const struct legacy_stream_out *out = local 125 return out->legacy_out->sampleRate(); 130 struct legacy_stream_out *out = local 140 const struct legacy_stream_out *out = local 142 return out->legacy_out->bufferSize(); 147 const struct legacy_stream_out *out = local 149 return (audio_channel_mask_t) out->legacy_out->channels(); 154 const struct legacy_stream_out *out = local 157 return (audio_format_t) out->legacy_out->format(); 162 struct legacy_stream_out *out local 171 struct legacy_stream_out *out = local 178 const struct legacy_stream_out *out = local 186 struct legacy_stream_out *out = local 204 const struct legacy_stream_out *out = local 224 const struct legacy_stream_out *out = local 232 struct legacy_stream_out *out = local 240 struct legacy_stream_out *out = local 248 const struct legacy_stream_out *out = local 256 const struct legacy_stream_out *out = local 498 struct legacy_stream_out *out; local 547 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/test/java/libcore/java/lang/ |
StringTest.java | 44 protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out) { 45 chars = out.array(); 49 out.put('Y'); 66 protected CoderResult encodeLoop(CharBuffer in, ByteBuffer out) { 70 out.put((byte) 'y'); 481 assertGetCharsThrowsAIOOBException("abcd", 3, 4, new char[1], 1); // Out of range dstBegin 491 assertGetCharsThrowsSIOOBException("abcd", 0, 5, new char[4], 0); // Out of range srcEnd 499 assertGetCharsThrowsAIOOBException("abcd", 0, 0, new char[0], 1); // Out of range dstBegin 500 assertGetCharsThrowsAIOOBException("abcd", 0, 0, new char[1], 2); // Out of range dstBegin 501 assertGetCharsThrowsAIOOBException("abcd", 0, 0, new char[4], 5); // Out of range dstBegi [all...] |
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SocketChannelTest.java | 365 OutputStream out = acceptedSocket.getOutputStream(); local 366 out.write(writeContent);
|
/libcore/luni/src/test/java/libcore/java/text/ |
DecimalFormatSymbolsTest.java | 49 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 50 new ObjectOutputStream(out).writeObject(originalDfs); 51 byte[] bytes = out.toByteArray(); 98 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 99 new ObjectOutputStream(out).writeObject(dfs); 100 byte[] bytes = out.toByteArray();
|
/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();
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Executable.java | 285 final Type[] out = new Type[nonGenericParamTypes.length]; local 291 for (int i = 0; i < out.length; i++) { 296 out[i] = nonGenericParamTypes[i]; 299 out[i] = genericParamTypes[fromidx]; 306 // no way to figure out which parameters are 312 return out; 344 final Parameter[] out = new Parameter[realparams]; local 350 out[i] = new Parameter("arg" + i, 0, this, i); 351 return out; 610 return flags & 0xffff; // mask out bits not used by Jav [all...] |
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
PKCS7.java | 494 * @param out the output stream to write the encoded data to. 497 public void encodeSignedData(OutputStream out) throws IOException { 500 out.write(derout.toByteArray()); 506 * @param out the DerOutputStream to write the encoded data to. 509 public void encodeSignedData(DerOutputStream out) 579 // writing out the contentInfo sequence 580 block.encode(out); 769 String out = ""; local 771 out += contentInfo + "\n"; 773 out += "PKCS7 :: version: " + Debug.toHexString(version) + "\n" [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
DerValue.java | 412 public void encode(DerOutputStream out) 414 out.write(tag); 415 out.putLength(length); 425 out.write(value); 859 DerOutputStream out = new DerOutputStream(); local 861 encode(out); 863 return out.toByteArray();
|
/libcore/ojluni/src/main/native/ |
UNIXProcess_md.c | 684 int out[2]; member in struct:_ChildStuff 719 (closeSafely(p->out[0]) == -1) || 728 (moveDescriptor(p->out[1]!= -1 ? p->out[1] : p->fds[1], 844 int in[2], out[2], err[2], fail[2]; local 851 in[0] = in[1] = out[0] = out[1] = err[0] = err[1] = fail[0] = fail[1] = -1; 888 (fds[1] == -1 && pipe(out) < 0) || 899 copyPipe(out, c->out); [all...] |