OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doPrint
(Results
1 - 5
of
5
) sorted by null
/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 {
/development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java
82
doPrint
();
90
private void
doPrint
() {
/frameworks/base/services/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
) {
430
if (
doPrint
) out.append("\n");
436
if (!
doPrint
) out.append("\n");
/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 419 milliseconds