HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 151 - 175 of 436) sorted by null

1 2 3 4 5 67 8 91011>>

  /build/soong/androidmk/parser/
make_strings.go 83 func (ms *MakeString) Dump() string {
89 ret += ms.Variables[i].Dump()
  /external/chromium-trace/catapult/devil/devil/android/
apk_helper.py 40 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
  /external/drm_hwcomposer/
drmdisplaycomposition.cpp 507 region.frame.Dump(out);
521 void DrmDisplayComposition::Dump(std::ostringstream *out) const {
556 layer.source_crop.Dump(out);
558 layer.display_frame.Dump(out);
drmdisplaycomposition.h 182 void Dump(std::ostringstream *out) const;
  /external/libmojo/third_party/catapult/devil/devil/android/
apk_helper.py 38 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 158 void Dump() const;
  /external/python/cpython2/Demo/rpc/
mountclient.py 107 # The methods Mnt, Dump etc. each implement one Remote
142 def Dump(self):
  /external/skia/samplecode/
SamplePictFile.cpp 126 SkGlyphCache::Dump();
  /external/v8/src/heap/
object-stats.h 38 void Dump(std::stringstream& stream);
  /external/vixl/test/aarch32/
test-utils-aarch32.h 94 // The Dump method generates code to store a snapshot of the register values.
100 // register dump anyway.
101 void Dump(MacroAssembler* masm);
151 // Indicate whether the dump operation has been completed.
  /external/vixl/test/aarch64/
test-utils-aarch64.h 71 // The Dump method generates code to store a snapshot of the register values.
78 void Dump(MacroAssembler* assm);
139 // Indicate whether the dump operation has been completed.
144 // ::Dump method, or a failure in the simulator.
  /frameworks/base/tools/aapt2/cmd/
Dump.cpp 198 * Entry point for dump command.
200 int Dump(const std::vector<StringPiece>& args) {
203 if (!flags.Parse("aapt2 dump", args, &std::cerr)) {
  /frameworks/native/libs/vr/libvrflinger/
vr_flinger.cpp 136 std::string VrFlinger::Dump() {
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size,
gr_priv_handle.h 164 static void Dump(const private_handle_t *hnd) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.h 63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size,
gr_priv_handle.h 164 static void Dump(const private_handle_t *hnd) {
  /hardware/qcom/display/sdm845/libgralloc1/
gr_device_impl.h 63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size,
gr_priv_handle.h 164 static void Dump(const private_handle_t *hnd) {
  /prebuilts/go/darwin-x86/src/encoding/hex/
hex.go 108 // Dump returns a string that contains a hex dump of the given data. The format
109 // of the hex dump matches the output of `hexdump -C` on the command line.
110 func Dump(data []byte) string {
118 // Dumper returns a WriteCloser that writes a hex dump of all written data to
119 // w. The format of the dump matches the output of `hexdump -C` on the command
  /prebuilts/go/linux-x86/src/encoding/hex/
hex.go 108 // Dump returns a string that contains a hex dump of the given data. The format
109 // of the hex dump matches the output of `hexdump -C` on the command line.
110 func Dump(data []byte) string {
118 // Dumper returns a WriteCloser that writes a hex dump of all written data to
119 // w. The format of the dump matches the output of `hexdump -C` on the command
  /system/extras/simpleperf/
tracing.cpp 96 void Dump(size_t indent) const;
247 void TracingFile::Dump(size_t indent) const {
365 void Tracing::Dump(size_t indent) { tracing_file_->Dump(indent); }
  /system/update_engine/
omaha_response_handler_action.cc 143 install_plan_.Dump();
  /art/runtime/gc/accounting/
mod_union_table_test.cc 240 // Verify that dump doesn't crash.
242 table->Dump(oss);
258 // Verify that the dump still works.
260 table->Dump(oss2);
  /art/runtime/
jni_env_ext.cc 122 locals.Dump(os);
123 monitors.Dump(os);

Completed in 1594 milliseconds

1 2 3 4 5 67 8 91011>>