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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 82 doPrint();
90 private void doPrint() {
  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 46 void doPrint(char *s) const;
133 doPrint(outptr);
142 void SkRTConf<T>::doPrint(char *s) const {
146 template<> inline void SkRTConf<bool>::doPrint(char *s) const {
152 template<> inline void SkRTConf<int>::doPrint(char *s) const {
158 template<> inline void SkRTConf<unsigned int>::doPrint(char *s) const {
164 template<> inline void SkRTConf<float>::doPrint(char *s) const {
170 template<> inline void SkRTConf<double>::doPrint(char *s) const {
176 template<> inline void SkRTConf<const char *>::doPrint(char *s) const {
  /external/skia/include/utils/
SkRTConf.h 46 void doPrint(char *s) const;
133 doPrint(outptr);
142 void SkRTConf<T>::doPrint(char *s) const {
146 template<> inline void SkRTConf<bool>::doPrint(char *s) const {
152 template<> inline void SkRTConf<int>::doPrint(char *s) const {
158 template<> inline void SkRTConf<unsigned int>::doPrint(char *s) const {
164 template<> inline void SkRTConf<float>::doPrint(char *s) const {
170 template<> inline void SkRTConf<double>::doPrint(char *s) const {
176 template<> inline void SkRTConf<const char *>::doPrint(char *s) const {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 271 static void doPrint(StringRef Name, object::Archive::child_iterator I) {
381 doPrint(Name, I);

Completed in 3306 milliseconds