/ndk/sources/host-tools/make-3.81/ |
build-make.sh | 106 dump "Packaging: $ARCHIVE"
|
/packages/services/Car/service/src/com/android/car/ |
CarNightService.java | 95 public synchronized void dump(PrintWriter writer) { method in class:CarNightService
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
ConnectionServiceRepository.java | 86 public void dump(IndentingPrintWriter pw) { method in class:ConnectionServiceRepository
|
DockManager.java | 114 public void dump(IndentingPrintWriter pw) { method in class:DockManager
|
WiredHeadsetManager.java | 129 public void dump(IndentingPrintWriter pw) { method in class:WiredHeadsetManager
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm_extplug.h | 147 * dump; optional 149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out); member in struct:snd_pcm_extplug_callback
|
pcm_ioplug.h | 185 * dump; optional 187 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_callback
|
pcm_rate.h | 116 void (*dump)(void *obj, snd_output_t *out); member in struct:snd_pcm_rate_ops
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
pcm_extplug.h | 147 * dump; optional 149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out); member in struct:snd_pcm_extplug_callback
|
pcm_ioplug.h | 185 * dump; optional 187 void (*dump)(snd_pcm_ioplug_t *io, snd_output_t *out); member in struct:snd_pcm_ioplug_callback
|
pcm_rate.h | 116 void (*dump)(void *obj, snd_output_t *out); member in struct:snd_pcm_rate_ops
|
/system/core/metricsd/include/metrics/ |
metrics_library.h | 129 // Dumps the histograms aggregated since metricsd started into |dump|. 130 // Returns true iff the dump succeeds. 131 bool GetHistogramsDump(std::string* dump);
|
/build/core/ |
product.mk | 129 define dump-product 136 define dump-products 137 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
|
/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 17 package com.android.dx.command.dump; 45 * Does the dump. 48 * @param out {@code non-null;} where to dump to 53 public static void dump(byte[] bytes, PrintStream out, method in class:SsaDumper 56 sd.dump(); 63 * @param out {@code non-null;} where to dump to
|
/external/autotest/client/site_tests/desktopui_SonicExtension/ |
desktopui_SonicExtension.py | 157 json.dump(test_info, open(info_json_file, 'wb')) 158 json.dump(cpu_usage, open(cpu_json_file, 'wb')) 159 json.dump(cpu_bound, open(cpu_bound_json_file, 'wb'))
|
/external/boringssl/src/crypto/cmac/ |
cmac_test.cc | 25 static void dump(const uint8_t *got, const uint8_t *want, size_t len) { function 42 dump(out, expected, sizeof(out)); 83 dump(out, expected, sizeof(out));
|
/external/clang/lib/Lex/ |
MacroInfo.cpp | 129 void MacroInfo::dump() const { function in class:MacroInfo 132 // FIXME: Dump locations. 160 // so preserve it in the dump output. 212 void MacroDirective::dump() const { function in class:MacroDirective 221 // FIXME: Dump SourceLocation. 232 Info->dump();
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DebugCheckers.cpp | 42 dom.dump(); 107 cfg->dump(mgr.getLangOpts(), 149 CG.dump(); 227 BT.reset(new BugType(this, "Dump hash components", "debug"));
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
FramesTest.java | 86 assertEquals(dump(expected), dump(actual)); 106 private String dump(byte[] bytes) {
|
/external/jetty/src/java/org/eclipse/jetty/server/bio/ |
SocketConnector.java | 177 public void dump(Appendable out, String indent) throws IOException method in class:SocketConnector 179 super.dump(out, indent); 185 AggregateLifeCycle.dump(out, indent, connections);
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JHdf.java | 241 public String dump() { method in class:JHdf 253 return dump(); 258 return dump();
|
/external/llvm/include/llvm/CodeGen/ |
RegisterPressure.h | 38 void dump(const TargetRegisterInfo *TRI) const; 141 LLVM_DUMP_METHOD void dump(const TargetRegisterInfo &TRI) const; 434 void dump() const;
|
/external/llvm/lib/Analysis/ |
CallGraph.cpp | 131 void CallGraph::dump() const { print(dbgs()); } function in class:CallGraph 200 void CallGraphNode::dump() const { print(dbgs()); } function in class:CallGraphNode 306 void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } function in class:CallGraphWrapperPass
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFUnitIndex.cpp | 28 void DWARFUnitIndex::Header::dump(raw_ostream &OS) const { function in class:llvm::DWARFUnitIndex::Header 35 // Make sure we don't try to dump anything 121 void DWARFUnitIndex::dump(raw_ostream &OS) const { function in class:llvm::DWARFUnitIndex 125 Header.dump(OS);
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.cpp | 198 Log.getLeft(I)->dump(); 203 Log.getLeft(I)->dump(); 208 Log.getRight(I)->dump();
|