OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printing
(Results
451 - 475
of
2524
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rb.py
48
-f Continues silently (without
printing
error messages) despite
101
# Wrap WildcardIterator call in try/except so we can avoid
printing
errors
/external/clang/test/Sema/
nullability.c
75
//
Printing
of nullability.
79
// Check
printing
of nullability specifiers.
/external/google-breakpad/src/testing/gtest/
CHANGES
81
* New feature: the --help flag for
printing
the usage.
116
* New feature:
printing
elapsed time of tests.
/external/ppp/pppd/plugins/rp-pppoe/
debug.c
7
* Functions for
printing
debugging information
90
/* Sheesh...
printing
times is a pain... */
/external/protobuf/gtest/
CHANGES
49
* New feature: the --help flag for
printing
the usage.
84
* New feature:
printing
elapsed time of tests.
/external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc
131
// Check that errno isn't overwritten unless we're
printing
133
//
printing
in their badly written PLOG() statements.
/external/tcpdump/
print-openflow.c
2
* This module implements
printing
of the very basic (version-independent)
112
/* Decode known protocol versions further without
printing
the header (the
/external/v8/build/config/
features.gni
111
# Enable basic
printing
support and UI.
114
# Enable
printing
with print preview. It does not imply
/external/valgrind/coregrind/
pub_core_libcprint.h
3
/*---
Printing
libc stuff. pub_core_libcprint.h ---*/
36
// higher-level (ie. higher than DebugLog)
printing
, eg. VG_(printf)().
pub_core_stacktrace.h
2
/*--- Stack traces: getting, traversing,
printing
. ---*/
36
// traversing them, and
printing
them.
/external/vixl/src/vixl/a64/
disasm-a64.h
54
//
printing
elements in the disassembly. A sub-class can override these to
96
// Get/Set the offset that should be added to code addresses when
printing
/frameworks/native/cmds/installd/
otapreopt_chroot.cpp
43
UNUSED(result); // Ignore result.
Printing
to logcat will open a new descriptor
105
// 3) Ignore errors.
Printing
anything at this stage will open a file descriptor
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h
68
/* Error/warning
printing
defines to be used by all sub-components */
115
* Now, in your private header file, define easier macros for
printing
:
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Debug.h
93
/* Error/warning
printing
defines to be used by all sub-components */
140
* Now, in your private header file, define easier macros for
printing
:
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Debug.h
93
/* Error/warning
printing
defines to be used by all sub-components */
140
* Now, in your private header file, define easier macros for
printing
:
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pretty-print.h
37
/* The data type used to bundle information necessary for pretty-
printing
44
/* The datatype that contains information necessary for pretty-
printing
/prebuilts/go/darwin-x86/doc/
debugging_with_gdb.html
95
Pretty
printing
a string, slice, map, channel or interface:
108
(annoying when
printing
stacktraces, the pretty printer falls back to
printing
141
<li>String pretty
printing
only triggers for type string, not for types derived
362
When
printing
the argument, notice that it?s a pointer to a
451
<h3 id="Pretty_Printing">Pretty
Printing
</h3>
454
GDB's pretty
printing
mechanism is triggered by regexp matches on type names. An example for slices:
495
Interfaces are represented in the runtime as a pointer to a type descriptor and a pointer to a value. The Go GDB runtime extension decodes this and automatically triggers pretty
printing
for the runtime type. The extension function <code>$dtype</code> decodes the dynamic type for you (examples are taken from a breakpoint at <code>regexp.go</code> line 293.)
/prebuilts/go/linux-x86/doc/
debugging_with_gdb.html
95
Pretty
printing
a string, slice, map, channel or interface:
108
(annoying when
printing
stacktraces, the pretty printer falls back to
printing
141
<li>String pretty
printing
only triggers for type string, not for types derived
362
When
printing
the argument, notice that it?s a pointer to a
451
<h3 id="Pretty_Printing">Pretty
Printing
</h3>
454
GDB's pretty
printing
mechanism is triggered by regexp matches on type names. An example for slices:
495
Interfaces are represented in the runtime as a pointer to a type descriptor and a pointer to a value. The Go GDB runtime extension decodes this and automatically triggers pretty
printing
for the runtime type. The extension function <code>$dtype</code> decodes the dynamic type for you (examples are taken from a breakpoint at <code>regexp.go</code> line 293.)
/system/bt/embdrv/sbc/decoder/include/
oi_modules.h
66
OI_MODULE_BPP_SENDER, /**< 08 Basic
Printing
Profile */
67
OI_MODULE_BPP_PRINTER, /**< 09 Basic
Printing
Profile */
/cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java
95
// Start
printing
.
195
// Start
printing
.
283
// Start
printing
.
319
// now a fourth for the PDF printer as we are
printing
again.
322
// Cancel the
printing
.
/external/fio/
Makefile
167
gclient.o gcompat.o cairo_text_helpers.o
printing
.o
324
printing
.o:
printing
.c
printing
.h
325
$(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c
printing
.c
/frameworks/base/core/java/android/print/
PrintDocumentAdapter.java
53
* is useful for doing one time setup or resource allocation before
printing
. You
78
* is useful for doing one time cleanup or resource deallocation after
printing
.
90
* interact with it, doing the
printing
work on the main application thread
124
* Called when
printing
starts. You can use this callback to allocate
245
* Called when
printing
finishes. You can use this callback to release
/frameworks/base/core/java/android/printservice/
PrintJob.java
205
* resumed
printing
.
229
*
printing
. To resume the print job call {@link #start()}. To change the reason call
251
* #isStarted()} returns true and you are done
printing
.
269
* returns true you failed while
printing
.
369
* print server, if the
printing
is off handed to a cloud based service.
/external/clang/lib/AST/
ASTDiagnostic.cpp
1
//===--- ASTDiagnostic.cpp - Diagnostic
Printing
Hooks for AST Nodes ------===//
203
/// \brief Convert the given type to a string suitable for
printing
as part of
207
/// a.k.a. clause when pretty-
printing
a type:
352
// Don't fall-back during tree
printing
. The caller will handle
358
// and continue with regular type
printing
of the appropriate type.
464
/// Policy - Used during expression
printing
.
476
/// FromType - When single type
printing
is selected, this is the type to be
477
/// be printed. When tree
printing
is selected, this type will show up first
481
/// ToType - The type that FromType is compared to. Only in tree
printing
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java
40
* Static helper methods for
printing
nano protos.
69
return "Error
printing
proto: " + e.getMessage();
71
return "Error
printing
proto: " + e.getMessage();
Completed in 1177 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>