Searched refs:print (Results 176 - 195 of 195) sorted by relevance

12345678

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java140 " -r: print raw results (otherwise decode REPORT_KEY_STREAMRESULT). Use with\n" +
179 "am to-uri: print the given Intent specification as a URI.\n" +
181 "am to-intent-uri: print the given Intent specification as an intent: URI.\n" +
1065 System.out.print(stackTrace);
1094 System.out.print(processStats);
1390 * if a bundle includes Instrumentation.REPORT_KEY_STREAMRESULT, just print that.
1405 System.out.print(pretty);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1144 pw.print("iface="); pw.print(iface);
1145 pw.print(" ident="); pw.println(ident.toString());
/frameworks/base/tools/aapt/
H A DCommand.cpp205 res.print(false);
482 res.print(bundle->getValues());
1705 assets->print(String8());
H A DXMLNode.cpp533 NOISY(root->print());
1046 void XMLNode::print(int indent)
1092 mChildren.itemAt(i)->print(indent+1);
H A DResource.cpp1302 finalResTable.print();
H A DResourceTable.cpp81 NOISY(root->print());
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java300 System.out.print(" Missing! ");
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java959 pw.print(prefix + " " + key + "=");
964 pw.print(val.toString());
966 pw.print(String.format(" (%dx%d)",
974 pw.print(prefix + " " + Array.get(val, i));
976 pw.print("\n" + prefix + " }");
H A DLocationManagerService.java2236 pw.print(provider.getName() + " Internal State");
2239 pw.print(" (" + proxy.getConnectedPackageName() + ")");
H A DBackupManagerService.java6009 pw.print(" uid: ");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2044 pw.print(" mNavigationBarView=");
2055 pw.print (" ");
2061 pw.print (" ");
2102 pw.print(" status bar gestures: ");
/frameworks/base/media/java/android/media/
H A DAudioService.java632 pw.print("\n- mute affected streams = 0x");
3046 pw.print(" Mute count: ");
3048 pw.print(" Current: ");
3053 pw.print(Integer.toHexString(((Integer)entry.getKey()).intValue())
6631 pw.print("- ringer mode affected streams = 0x");
6633 pw.print("- ringer mode muted streams = 0x");
6648 pw.print(" mMainType=0x"); pw.println(Integer.toHexString(mCurAudioRoutes.mMainType));
6649 pw.print(" mBluetoothName="); pw.println(mCurAudioRoutes.mBluetoothName);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css918 @media print
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java446 * @param cursor the cursor to print
456 * @param cursor the cursor to print
457 * @param stream the stream to print to
477 * @param cursor the cursor to print
478 * @param sb the StringBuilder to print to
498 * @param cursor the cursor to print
510 * @param cursor the cursor to print from
519 * @param cursor the cursor to print
520 * @param stream the stream to print to
543 * @param cursor the cursor to print
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h1557 void print(bool inclValues) const;
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java953 pw.print(" ");
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp1252 Err.print(argv[0], errs());
1426 // Before executing passes, print the final values of the LLVM options.
/frameworks/native/libs/binder/
H A DParcel.cpp1324 void Parcel::print(TextOutput& to, uint32_t flags) const function in class:android::Parcel
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1646 /** Doesn't print mApnList of ApnContext's which would be recursive */
1673 pw.print("DataConnection ");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java1517 pw.print("mDisabled=0x");

Completed in 6329 milliseconds

12345678