HomeSort by relevance Sort by last modified time
    Searched refs:doPrint (Results 1 - 3 of 3) sorted by null

  /external/skia/include/utils/
SkRTConf.h 46 void doPrint(char *s) const;
110 doPrint(&(outline[30]));
121 void SkRTConf<T>::doPrint(char *s) const {
125 template<> inline void SkRTConf<bool>::doPrint(char *s) const {
131 template<> inline void SkRTConf<int>::doPrint(char *s) const {
137 template<> inline void SkRTConf<unsigned int>::doPrint(char *s) const {
143 template<> inline void SkRTConf<float>::doPrint(char *s) const {
149 template<> inline void SkRTConf<double>::doPrint(char *s) const {
155 template<> inline void SkRTConf<const char *>::doPrint(char *s) const {
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 323 boolean doPrint = false, doFile = false;
327 doPrint = true;
359 if (doPrint) out.append("========================================\n");
374 if (doFile || (doPrint && (entry.flags & DropBoxManager.IS_TEXT) == 0)) {
375 if (!doPrint) out.append(" ");
379 if ((entry.flags & DropBoxManager.IS_TEXT) != 0 && (doPrint || !doFile)) {
386 if (doPrint) {
424 if (doPrint) out.append("\n");
430 if (!doPrint) out.append("\n");
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 363 // doPrint - Implements the 'p' operation. This function traverses the archive
367 bool doPrint(std::string* ErrMsg) {
758 case Print: haveError = doPrint(&ErrMsg); break;

Completed in 337 milliseconds