OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dump
(Results
26 - 50
of
436
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/runtime/
stack_map.cc
93
void StackMapEncoding::
Dump
(VariableIndentationOutputStream* vios) const {
106
void InlineInfoEncoding::
Dump
(VariableIndentationOutputStream* vios) const {
117
void CodeInfo::
Dump
(VariableIndentationOutputStream* vios,
130
encoding.stack_map.encoding.
Dump
(vios);
132
encoding.inline_info.encoding.
Dump
(vios);
135
GetDexRegisterLocationCatalog(encoding).
Dump
(vios, *this);
140
stack_map.
Dump
(vios,
150
// TODO:
Dump
the stack map's inline information? We need to know more from the caller:
154
void DexRegisterLocationCatalog::
Dump
(VariableIndentationOutputStream* vios,
169
void DexRegisterMap::
Dump
(VariableIndentationOutputStream* vios
[
all
...]
/art/disassembler/
disassembler_arm64.cc
111
size_t DisassemblerArm64::
Dump
(std::ostream& os, const uint8_t* begin) {
119
void DisassemblerArm64::
Dump
(std::ostream& os, const uint8_t* begin, const uint8_t* end) {
121
Dump
(os, cur);
disassembler.h
75
//
Dump
a single instruction returning the length of that instruction.
76
virtual size_t
Dump
(std::ostream& os, const uint8_t* begin) = 0;
77
//
Dump
instructions within a range.
78
virtual void
Dump
(std::ostream& os, const uint8_t* begin, const uint8_t* end) = 0;
disassembler_arm64.h
79
size_t
Dump
(std::ostream& os, const uint8_t* begin) OVERRIDE;
80
void
Dump
(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE;
/external/drm_hwcomposer/
drmcompositor.h
41
void
Dump
(std::ostringstream *out) const;
51
// mutable for
Dump
() propagation
drmcompositor.cpp
101
void DrmCompositor::
Dump
(std::ostringstream *out) const {
104
compositor_map_[conn->display()].
Dump
(out);
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
AllCommands.java
31
return Arrays.asList(new
Dump
(), new Instrument(), new Merge(),
/system/connectivity/wifilogd/
command_processor.h
67
bool
Dump
(::android::base::unique_fd dump_fd);
/art/runtime/gc/accounting/
heap_bitmap.cc
49
<< "Bitmap " << bitmap->
Dump
() << " overlaps with existing bitmap "
50
<< cur_bitmap->
Dump
();
mod_union_table.h
97
virtual void
Dump
(std::ostream& os) = 0;
149
virtual void
Dump
(std::ostream& os) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
188
virtual void
Dump
(std::ostream& os) OVERRIDE;
remembered_set.h
61
void
Dump
(std::ostream& os);
/external/curl/docs/cmdline-opts/
libcurl.d
3
Help:
Dump
libcurl equivalent code of this command line
/hardware/intel/img/hwcomposer/merrifield/include/
BufferManager.h
19
#include <
Dump
.h>
38
//
dump
interface
39
void
dump
(
Dump
& d);
DisplayPlaneManager.h
19
#include <
Dump
.h>
74
//
dump
interface
75
virtual void
dump
(
Dump
& d);
IDisplayDevice.h
19
#include <
Dump
.h>
99
virtual void
dump
(
Dump
& d) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferManager.h
19
#include <common/utils/
Dump
.h>
38
//
dump
interface
39
void
dump
(
Dump
& d);
IDisplayDevice.h
19
#include <common/utils/
Dump
.h>
99
virtual void
dump
(
Dump
& d) = 0;
DummyDevice.h
58
virtual void
dump
(
Dump
& d);
/art/runtime/verifier/
reg_type.cc
69
std::string PreciseConstType::
Dump
() const {
86
std::string BooleanType::
Dump
() const {
90
std::string ConflictType::
Dump
() const {
94
std::string ByteType::
Dump
() const {
98
std::string ShortType::
Dump
() const {
102
std::string CharType::
Dump
() const {
106
std::string FloatType::
Dump
() const {
110
std::string LongLoType::
Dump
() const {
114
std::string LongHiType::
Dump
() const {
118
std::string DoubleLoType::
Dump
() const
[
all
...]
reg_type.h
192
DCHECK(!klass_.IsNull()) <<
Dump
();
200
virtual std::string
Dump
() const
381
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
416
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
461
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
485
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
510
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
534
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
558
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_);
582
std::string
Dump
() const OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_)
[
all
...]
/art/runtime/gc/
reference_queue_test.cc
64
TEST_F(ReferenceQueueTest,
Dump
) {
71
queue.
Dump
(oss);
88
queue.
Dump
(oss);
93
queue.
Dump
(oss);
/external/chromium-trace/catapult/devil/devil/android/sdk/
aapt.py
32
def
Dump
(what, apk, assets=None):
33
"""Returns the output of the aapt
dump
command.
36
what: What you want to
dump
.
37
apk: Path to apk you want to
dump
information for.
38
assets: List of assets in apk you want to
dump
information for.
43
return _RunAaptCmd(['
dump
', what, apk] + assets).splitlines()
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
aapt.py
32
def
Dump
(what, apk, assets=None):
33
"""Returns the output of the aapt
dump
command.
36
what: What you want to
dump
.
37
apk: Path to apk you want to
dump
information for.
38
assets: List of assets in apk you want to
dump
information for.
43
return _RunAaptCmd(['
dump
', what, apk] + assets).splitlines()
/frameworks/native/libs/vr/libvrflinger/include/dvr/
vr_flinger.h
32
//
dump
all vr flinger state.
33
std::string
Dump
();
/prebuilts/go/darwin-x86/test/fixedbugs/
issue4909b.go
15
//
Dump
types.
19
//
Dump
leaves
Completed in 435 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>