OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printing
(Results
101 - 125
of
2524
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/test/fixedbugs/issue11053.dir/
p_test.go
46
println("Before, *resp.V=", *resp.V) // Trashes *resp.V in process of
printing
.
/prebuilts/go/linux-x86/doc/progs/
defer2.go
35
fmt.Println("
Printing
in g", i)
run.go
124
{"defer2", `^Calling g.
Printing
in g 0
Printing
in g 1
Printing
in g 2
Printing
in g 3 Panicking! Defer in g 3 Defer in g 2 Defer in g 1 Defer in g 0 Recovered in f 4 Returned normally from f.$`},
/prebuilts/go/linux-x86/test/fixedbugs/issue11053.dir/
p_test.go
46
println("Before, *resp.V=", *resp.V) // Trashes *resp.V in process of
printing
.
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h
52
char *d_name; /* For
printing
*/
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen.py
14
# This results in Python being spawned and
printing
the sys.argv list.
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h
52
char *d_name; /* For
printing
*/
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen.py
14
# This results in Python being spawned and
printing
the sys.argv list.
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/
diverge.ll
8
; CHECK-LABEL:
Printing
analysis 'Divergence Analysis' for function 'no_diverge'
30
; CHECK-LABEL:
Printing
analysis 'Divergence Analysis' for function 'sync'
51
; CHECK-LABEL:
Printing
analysis 'Divergence Analysis' for function 'mixed'
76
; CHECK-LABEL:
Printing
analysis 'Divergence Analysis' for function 'device'
101
; CHECK-LABEL:
Printing
analysis 'Divergence Analysis' for function 'loop'
123
; CHECK-LABEL:
Printing
analysis 'Divergence Analysis' for function 'lcssa'
159
; CHECK-LABEL:
Printing
analysis 'Divergence Analysis' for function 'unstructured_loop'
/prebuilts/go/darwin-x86/src/go/types/
typestring.go
5
// This file implements
printing
of types.
41
// If gcCompatibilityMode is set,
printing
of types is modified
62
// The Qualifier controls the
printing
of
71
// The Qualifier controls the
printing
of
272
// The Qualifier controls the
printing
of
/prebuilts/go/linux-x86/src/go/types/
typestring.go
5
// This file implements
printing
of types.
41
// If gcCompatibilityMode is set,
printing
of types is modified
62
// The Qualifier controls the
printing
of
71
// The Qualifier controls the
printing
of
272
// The Qualifier controls the
printing
of
/external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc
306
static bool ClockFuzzer(bool
printing
) {
335
if (
printing
)
341
if (
printing
)
347
if (
printing
)
353
if (
printing
)
359
if (
printing
)
365
if (
printing
)
378
if (
printing
) {
394
if (!
printing
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h
80
__ISwprint = 6, /*
Printing
. */
93
_ISwprint = _ISwbit (__ISwprint), /*
Printing
. */
136
/* Test for any
printing
wide character. */
139
/* Test for any
printing
wide character that is one of a
255
/* Test for any
printing
wide character. */
258
/* Test for any
printing
wide character that is one of a
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wctype.h
80
__ISwprint = 6, /*
Printing
. */
93
_ISwprint = _ISwbit (__ISwprint), /*
Printing
. */
136
/* Test for any
printing
wide character. */
139
/* Test for any
printing
wide character that is one of a
255
/* Test for any
printing
wide character. */
258
/* Test for any
printing
wide character that is one of a
/external/strace/
strace.spec
176
- fix spurious "..." in
printing
of environment strings (#358241)
180
- fix biarch
printing
of negative argument kill (#430585)
192
- better futex syscall
printing
(##241467)
193
- fix argv/envp
printing
with small -s settings, and for biarch
200
- better quotactl
printing
(#118696)
235
- Improve msgrcv
printing
(#164757).
237
- Improve mount syscall
printing
(#165377).
238
- Correct
printing
of restarting syscalls (#165469).
256
- Better
printing
for Linux aio system calls.
274
- improve socket ioctl
printing
(#138223
[
all
...]
/external/libchrome/base/json/
string_escape.cc
23
// Format string for
printing
a \uXXXX escape sequence.
102
// Escape non-
printing
characters.
/external/libexif/contrib/examples/
photographer.c
35
/* Don't bother
printing
it if it's entirely blank */
56
/* Don't bother
printing
it if it's entirely blank */
/external/libweave/third_party/chromium/base/json/
string_escape.cc
23
// Format string for
printing
a \uXXXX escape sequence.
102
// Escape non-
printing
characters.
/external/llvm/docs/HistoricalNotes/
2002-06-25-MegaPatchInfo.txt
57
*
Printing
out a Value* has now changed:
Printing
a Value* will soon print out
/external/llvm/include/llvm/IR/
IRPrintingPasses.h
56
/// \brief Pass for
printing
a Module as LLVM's text IR assembly.
75
/// \brief Pass for
printing
a Function as LLVM's text IR assembly.
/external/proguard/src/proguard/
ClassMemberChecker.java
54
* Checks the classes mentioned in the given class specifications,
printing
85
* specifications,
printing
notes if necessary.
/external/v8/src/ast/
prettyprinter.h
38
int pos_; // current
printing
position
81
int pos_; // current
printing
position
/frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java
75
* If you are using this class to rasterize a PDF for
printing
or show a print
77
* to provide a consistent user experience when seeing a preview and
printing
,
82
* Respect the property whether the document would like to be scaled for
printing
86
* When scaling a document for
printing
the aspect ratio should be preserved.
193
* Gets whether the document prefers to be scaled for
printing
.
195
* for
printing
and the target media size differs from the page
283
* Mode to render the content for
printing
.
348
* Another useful application is for
printing
where the size of the bitmap holding
/frameworks/base/wifi/java/android/net/wifi/nan/
WifiNanSessionListener.java
229
* implementation
printing
out a log message). Override to implement your
242
* A dummy (empty implementation
printing
out a warning). Make sure to
254
* implementation
printing
out a log message). Override to implement your
268
* implementation
printing
out a warning). Make sure to override if
281
* implementation
printing
out a log message). Override to implement your
302
* received). It is dummy method (empty implementation
printing
out a log
318
* lost. It is dummy method (empty implementation
printing
out a log
334
* dummy method (empty implementation
printing
out a log message). Override
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceInfo.java
64
* # IP
Printing
over TCP (PTR) (RDATA=MyPrinter._ipp._tcp.local.)
67
* # IP
Printing
over TCP (TXT) (RDATA=txtvers=1,pdl=application/postscript)
Completed in 2372 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>