HomeSort by relevance Sort by last modified time
    Searched defs:dump (Results 126 - 150 of 2757) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/lite/toco/
tensorflow_util.cc 49 string dump; local
50 toco::port::AppendF(&dump, R"MSG(
51 BEGIN DUMP OF TENSORFLOW GRAPHDEF (%s)
57 toco::port::AppendF(&dump, " %s\n", op);
59 dump.append(R"MSG(
60 PROTO DUMP
63 toco::port::AppendF(&dump, R"MSG(
70 toco::port::AppendF(&dump, " %s\n", input);
72 dump.append(" ]\n");
74 toco::port::AppendF(&dump, " ATTR: name = %s\n", attr.first)
    [all...]
  /frameworks/av/media/libaaudio/src/binding/
AAudioStreamRequest.cpp 91 void AAudioStreamRequest::dump() const { function in class:AAudioStreamRequest
96 mConfiguration.dump();
  /frameworks/av/services/audioflinger/
FastCaptureDumpState.cpp 36 void FastCaptureDumpState::dump(int fd) const function in class:android::FastCaptureDumpState
  /frameworks/av/services/mediaextractor/
MediaExtractorService.cpp 58 status_t MediaExtractorService::dump(int fd, const Vector<String16>& args) { function in class:android::MediaExtractorService
59 return MediaExtractorFactory::dump(fd, args) || dumpExtractors(fd, args);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
BasePipManager.java 28 void dump(PrintWriter pw); method in interface:BasePipManager
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeComponent.java 30 void dump(FileDescriptor fd, PrintWriter pw, String[] args); method in interface:VolumeComponent
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 51 void Operator::dump() const { function in class:mcld::Operator
OutputSectDesc.cpp 41 void OutputSectDesc::dump() const { function in class:mcld::OutputSectDesc
45 m_Prolog.vma().dump();
72 m_Prolog.lma().dump();
78 m_Prolog.align().dump();
84 m_Prolog.subAlign().dump();
105 (*it)->dump();
131 m_Epilog.fillExp().dump();
SectionsCmd.cpp 30 void SectionsCmd::dump() const { function in class:mcld::SectionsCmd
39 (*it)->dump();
  /frameworks/ml/nn/tools/test_generator/
slicing.py 109 def dump(self, model_file): member in class:slicing
130 # Dump operand definitions
169 s.dump(model_file)
  /frameworks/native/cmds/dumpstate/
DumpstateService.cpp 80 status_t DumpstateService::dump(int fd, const Vector<String16>&) { function in class:android::os::DumpstateService
87 ds_.progress_->Dump(fd, " ");
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestClientTarget.cpp 60 std::string Hwc2TestClientTargetSupport::dump() const function in class:Hwc2TestClientTargetSupport
67 dmp << property->dump();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DefaultModeManager.java 47 * Dump is not used in default mode.
49 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { } method in class:DefaultModeManager
  /hardware/qcom/display/msm8226/liboverlay/
overlayCtrl.cpp 48 dim.dump();
83 void Ctrl::dump() const { function in class:overlay::Ctrl
84 ALOGE("== Dump Ctrl start ==");
85 mInfo.dump("mInfo");
86 mMdp.dump();
87 ALOGE("== Dump Ctrl end ==");
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrl.cpp 48 dim.dump();
83 void Ctrl::dump() const { function in class:overlay::Ctrl
84 ALOGE("== Dump Ctrl start ==");
85 mInfo.dump("mInfo");
86 mMdp.dump();
87 ALOGE("== Dump Ctrl end ==");
  /packages/services/Car/service/src/com/android/car/
CarServiceBase.java 38 void dump(PrintWriter writer); method in interface:CarServiceBase
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_code.py 9 >>> dump(f.func_code)
20 >>> dump(f(4).func_code)
37 >>> dump(h.func_code)
53 >>> dump(attrs.func_code)
70 >>> dump(optimize_away.func_code)
97 def dump(co): function
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_code.py 9 >>> dump(f.func_code)
20 >>> dump(f(4).func_code)
37 >>> dump(h.func_code)
53 >>> dump(attrs.func_code)
70 >>> dump(optimize_away.func_code)
97 def dump(co): function
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
dumper.go 37 p.dump(reflect.ValueOf(n), n)
45 ptrmap map[Node]int // node -> dump line number
98 // dump prints the contents of x.
105 func (p *dumper) dump(x reflect.Value, n Node) { func
112 p.dump(x.Elem(), nil)
138 p.dump(x.Elem(), n)
151 p.dump(x.Index(i), nil)
176 // p.dump(reflect.ValueOf(c), nil) // a Comment is not a Node
190 p.dump(x.Field(i), nil)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
dumper.go 37 p.dump(reflect.ValueOf(n), n)
45 ptrmap map[Node]int // node -> dump line number
98 // dump prints the contents of x.
105 func (p *dumper) dump(x reflect.Value, n Node) { func
112 p.dump(x.Elem(), nil)
138 p.dump(x.Elem(), n)
151 p.dump(x.Index(i), nil)
176 // p.dump(reflect.ValueOf(c), nil) // a Comment is not a Node
190 p.dump(x.Field(i), nil)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 9 >>> dump(f.func_code)
20 >>> dump(f(4).func_code)
37 >>> dump(h.func_code)
53 >>> dump(attrs.func_code)
70 >>> dump(optimize_away.func_code)
97 def dump(co): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 9 >>> dump(f.func_code)
20 >>> dump(f(4).func_code)
37 >>> dump(h.func_code)
53 >>> dump(attrs.func_code)
70 >>> dump(optimize_away.func_code)
97 def dump(co): function
  /toolchain/binutils/binutils-2.27/binutils/
objdump.h 41 void (*dump)(bfd *abfd); member in struct:objdump_private_desc
  /build/make/core/
device.mk 22 define dump-device
29 define dump-devices
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
  /frameworks/base/core/java/android/util/
LocalLog.java 53 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:LocalLog
72 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:LocalLog.ReadOnlyLocalLog
73 mLog.dump(fd, pw, args);

Completed in 1129 milliseconds

1 2 3 4 56 7 8 91011>>