HomeSort by relevance Sort by last modified time
    Searched full:doprint (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 46 void doPrint(char *s) const;
134 doPrint(outptr);
143 void SkRTConf<T>::doPrint(char *s) const {
147 template<> inline void SkRTConf<bool>::doPrint(char *s) const {
153 template<> inline void SkRTConf<int>::doPrint(char *s) const {
159 template<> inline void SkRTConf<unsigned int>::doPrint(char *s) const {
165 template<> inline void SkRTConf<float>::doPrint(char *s) const {
171 template<> inline void SkRTConf<double>::doPrint(char *s) const {
177 template<> inline void SkRTConf<const char *>::doPrint(char *s) const {
  /external/skia/include/utils/
SkRTConf.h 46 void doPrint(char *s) const;
135 doPrint(outptr);
144 void SkRTConf<T>::doPrint(char *s) const {
148 template<> inline void SkRTConf<bool>::doPrint(char *s) const {
154 template<> inline void SkRTConf<int>::doPrint(char *s) const {
160 template<> inline void SkRTConf<unsigned int>::doPrint(char *s) const {
166 template<> inline void SkRTConf<float>::doPrint(char *s) const {
172 template<> inline void SkRTConf<double>::doPrint(char *s) const {
178 template<> inline void SkRTConf<const char *>::doPrint(char *s) const {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 82 doPrint();
90 private void doPrint() {
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 329 boolean doPrint = false, doFile = false;
333 doPrint = true;
365 if (doPrint) out.append("========================================\n");
380 if (doFile || (doPrint && (entry.flags & DropBoxManager.IS_TEXT) == 0)) {
381 if (!doPrint) out.append(" ");
385 if ((entry.flags & DropBoxManager.IS_TEXT) != 0 && (doPrint || !doFile)) {
392 if (doPrint) {
435 if (doPrint) out.append("\n");
441 if (!doPrint) out.append("\n");
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 542 #ifdef DOPRINT
623 #else /* !DOPRINT */
627 #endif /* DOPRINT */
  /ndk/sources/android/support/src/msun/
math_private.h 542 #ifdef DOPRINT
623 #else /* !DOPRINT */
627 #endif /* DOPRINT */
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 667 void print (ostream& os) const { this->doPrint(os); }
672 virtual void doPrint (ostream& os) const = 0;
714 void doPrint (ostream& os) const
776 void doPrint (ostream& os) const
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler.h 252 void DoPrint(const JobDetails& job_details,
printer_job_handler.cc 525 FROM_HERE, base::Bind(&PrinterJobHandler::DoPrint, this, job_details_,
786 void PrinterJobHandler::DoPrint(const JobDetails& job_details,
  /external/mksh/src/
lex.c 1525 bool doprint = (ntruncate != -1); local
    [all...]
edit.c 1170 x_init_prompt(bool doprint)
1172 prompt_trunc = pprompt(prompt, doprint ? 0 : -1);
1179 if (doprint)
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 274 static void doPrint(StringRef Name, object::Archive::child_iterator I) {
385 doPrint(Name, I);
  /frameworks/base/docs/html/training/printing/
custom-docs.jd 53 private void doPrint() {
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 539 milliseconds