HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 501 - 525 of 3569) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_8/hs20/server/www/
users.php 22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch();
23 $dump = $row['dump']; variable
24 if ($dump[0] == '<') {
27 echo $dump;
30 echo $dump;
110 $dump = 0; variable
114 if (isset($_GET["dump"])) {
115 $dump = $_GET["dump"]; variable
117 $dump = 0; variable
119 $dump = 0; variable
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 103 void IOProfile::dump(int fd) function in class:android::IOProfile
109 AudioPort::dump(fd, 4);
114 mSupportedDevices.dump(fd, String8("Supported"), 4, false);
VolumeCurve.cpp 63 void VolumeCurve::dump(int fd) const function in class:android::VolumeCurve
79 void VolumeCurvesForStream::dump(int fd, int spaces = 0, bool curvePoints) const function in class:android::VolumeCurvesForStream
104 valueAt(i)->dump(fd);
110 status_t VolumeCurvesCollection::dump(int fd) const function in class:android::VolumeCurvesCollection
115 snprintf(buffer, SIZE, "\nStreams dump:\n");
123 valueAt(i).dump(fd);
125 snprintf(buffer, SIZE, "\nVolume Curves for Use Cases (aka Stream types) dump:\n");
134 valueAt(i).dump(fd, 2, true);
  /frameworks/base/core/java/android/content/pm/
ServiceInfo.java 83 public void dump(Printer pw, String prefix) { method in class:ServiceInfo
84 dump(pw, prefix, DUMP_FLAG_ALL); method
88 void dump(Printer pw, String prefix, int flags) { method in class:ServiceInfo
  /frameworks/base/core/java/android/util/
LocalLog.java 51 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:LocalLog
69 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:LocalLog.ReadOnlyLocalLog
70 mLog.dump(fd, pw, args);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUISecondaryUserService.java 40 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUISecondaryUserService
46 ui.dump(fd, pw, args);
55 ui.dump(fd, pw, args);
  /packages/services/Car/service/src/com/android/car/
CarService.java 60 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:CarService
61 writer.println("*dump car service*");
62 writer.println("*dump HAL*");
63 VehicleHal.getInstance().dump(writer);
64 writer.println("*dump services*");
65 ICarImpl.getInstance(this).dump(writer);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
EmitterTest.java 48 String output = yaml.dump(map);
61 String output = yaml.dump(map);
74 String output = yaml.dump(map);
90 String output = yaml.dump(map);
103 String output = yaml.dump(map);
116 String output = yaml.dump(map);
150 output = yaml.dump(map);
157 output = yaml.dump(map);
169 String output = yaml.dump(map);
185 output = yaml.dump(Arrays.asList("1111111111", "2222222222"))
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerState.java 65 // the dump. We try a few times to get the information we need before giving up.
68 String dump = null; local
88 dump = outputReceiver.getOutput();
89 parseSysDump(dump);
96 log(dump);
279 static ActivityStack create(LinkedList<String> dump, Pattern stackIdPattern,
281 final String line = dump.peek().trim();
289 dump.pop();
297 stack.extract(dump, exitPatterns);
301 private void extract(LinkedList<String> dump, Pattern[] exitPatterns)
    [all...]
  /external/google-breakpad/src/processor/
synth_minidump.cc 40 Section::Section(const Dump &dump)
41 : test_assembler::Section(dump.endianness()) { }
55 SystemInfo::SystemInfo(const Dump &dump,
58 : Stream(dump, MD_SYSTEM_INFO_STREAM) {
114 String::String(const Dump &dump, const string &contents) : Section(dump) {
129 Context::Context(const Dump &dump, const MDRawContextX86 &context
    [all...]
minidump_processor.cc 78 Minidump *dump, ProcessState *process_state) {
79 assert(dump);
84 const MDRawHeader *header = dump->header();
86 BPLOG(ERROR) << "Minidump " << dump->path() << " has no header";
92 GetProcessCreateTime(dump, &process_state->process_create_time_);
94 bool has_cpu_info = GetCPUInfo(dump, &process_state->system_info_);
95 bool has_os_info = GetOSInfo(dump, &process_state->system_info_);
102 MinidumpBreakpadInfo *breakpad_info = dump->GetBreakpadInfo();
109 MinidumpException *exception = dump->GetException();
115 dump, &process_state->crash_address_)
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
RepresenterTest.java 34 yaml.dump(bean));
73 yaml.dump(bean));
110 String str = yaml.dump(bean);
117 String str = yaml.dump(bean2);
172 yaml.dump(bean);
  /external/jetty/src/java/org/eclipse/jetty/util/component/
AggregateLifeCycle.java 36 * An unmanaged bean is associated with the aggregate for the purposes of {@link #dump()}, but it's lifecycle must be managed externally.
327 dump(System.err,""); method
336 public String dump() method in class:AggregateLifeCycle
338 return dump(this);
342 public static String dump(Dumpable dumpable) method in class:AggregateLifeCycle
347 dumpable.dump(b,"");
357 public void dump(Appendable out) throws IOException method in class:AggregateLifeCycle
359 dump(out,""); method
385 public void dump(Appendable out,String indent) throws IOException method in class:AggregateLifeCycle
400 ((Dumpable)b._bean).dump(out,indent+(i==size?" ":" | "))
413 public static void dump(Appendable out,String indent,Collection<?>... collections) throws IOException method in class:AggregateLifeCycle
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
ExecDumpClientTest.java 75 client.dump((String) null, getFreePort());
89 client.dump((String) null, getFreePort());
110 ExecFileLoader loader = client.dump((String) null, port);
124 client.dump((String) null, port);
157 public void visitDumpCommand(boolean dump, boolean reset)
159 dumpRequested = dump;
161 if (dump) {
  /external/llvm/bindings/python/llvm/tests/
test_core.py 83 f.dump()
89 f.dump()
104 bb.dump()
111 bb.dump()
131 o.dump()
132 inst.dump()
140 inst.dump()
  /frameworks/compile/mclinker/lib/Script/
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();
  /packages/apps/Settings/src/com/android/settings/
SettingsDumpService.java 45 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:SettingsDumpService
46 JSONObject dump = new JSONObject(); local
49 dump.put("service", "Settings State");
50 dump.put("storage", dumpStorage());
51 dump.put("datausage", dumpDataUsage());
52 dump.put("memory", dumpMemory());
57 writer.println(dump);
  /external/boringssl/src/crypto/asn1/
asn1_par.c 69 int offset, int depth, int indent, int dump);
108 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump)
110 return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
114 int depth, int indent, int dump)
191 indent,dump);
201 indent,dump);
291 else if (!dump)
293 * as hex dump */
295 if (BIO_puts(bp, "[HEX DUMP]:") <= 0)
305 /* print the normal dump */
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 292 JSONObject dump = new JSONObject(); local
301 dump.put("current", aggregatedStats);
308 dump.put("historical", mSQLiteLog.dumpJson(filter));
313 return dump;
316 public synchronized void dump(PrintWriter pw, String indent, DumpFilter filter) { method in class:NotificationUsageStats
321 as.dump(pw, indent);
327 mSQLiteLog.dump(pw, indent, filter);
557 public void dump(PrintWriter pw, String indent) { method in class:NotificationUsageStats.AggregatedStats
648 JSONObject dump = new JSONObject(); local
649 dump.put("key", key)
1273 public void dump(PrintWriter pw, String indent, DumpFilter filter) { method in class:NotificationUsageStats.SQLiteLog
1278 JSONObject dump = new JSONObject(); local
    [all...]
  /external/vixl/test/
test-utils-a64.cc 354 void RegisterDump::Dump(MacroAssembler* masm) {
363 Register dump = x1; local
366 Register dump_w = dump.W();
379 __ Push(xzr, dump_base, dump, tmp);
381 // Load the address where we will dump the state.
384 // Dump the stack pointer (sp and wsp).
393 // Dump X registers.
394 __ Add(dump, dump_base, x_offset);
397 MemOperand(dump, i * kXRegSizeInBytes));
400 // Dump W registers
    [all...]
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.cpp 67 // Try to dump symbols organized by member access level. Public members
138 (*iter)->dump(*this);
143 (*iter)->dump(*this);
148 (*iter)->dump(*this);
154 void ClassDefinitionDumper::dump(const PDBSymbolTypeBaseClass &Symbol) {} function in class:ClassDefinitionDumper
156 void ClassDefinitionDumper::dump(const PDBSymbolData &Symbol) { function in class:ClassDefinitionDumper
161 void ClassDefinitionDumper::dump(const PDBSymbolFunc &Symbol) { function in class:ClassDefinitionDumper
170 void ClassDefinitionDumper::dump(const PDBSymbolTypeVTable &Symbol) {} function in class:ClassDefinitionDumper
172 void ClassDefinitionDumper::dump(const PDBSymbolTypeEnum &Symbol) { function in class:ClassDefinitionDumper
181 void ClassDefinitionDumper::dump(const PDBSymbolTypeTypedef &Symbol) function in class:ClassDefinitionDumper
190 void ClassDefinitionDumper::dump(const PDBSymbolTypeUDT &Symbol) {} function in class:ClassDefinitionDumper
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 172 public static void dump(PrintWriter pw) { method in class:DozeLog
187 sPickupPulseNearVibrationStats.dump(pw, "Pickup pulse (near vibration)");
188 sPickupPulseNotNearVibrationStats.dump(pw, "Pickup pulse (not near vibration)");
189 sNotificationPulseStats.dump(pw, "Notification pulse");
190 sScreenOnPulsingStats.dump(pw, "Screen on (pulsing)");
191 sScreenOnNotPulsingStats.dump(pw, "Screen on (not pulsing)");
192 sEmergencyCallStats.dump(pw, "Emergency call");
195 sProxStats[i][0].dump(pw, "Proximity near (" + reason + ")"); method
196 sProxStats[i][1].dump(pw, "Proximity far (" + reason + ")"); method
219 public void dump(PrintWriter pw, String type) method in class:DozeLog.SummaryStats
    [all...]
  /external/elfutils/tests/
run-readelf-zdebug.sh 57 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug
59 cat loc.out | sed -e "s/.debug_loc' at offset 0xa17/.zdebug_loc' at offset 0x1a27/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-zdebug
76 cat aranges.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=aranges testfile-debug
78 cat aranges.out | sed -e "s/.debug_aranges' at offset 0xa65/.zdebug_aranges' at offset 0x1a5f/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=aranges testfile-zdebug
86 cat ranges.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=ranges testfile-debug
88 cat ranges.out | sed -e "s/.debug_ranges' at offset 0xa95/.zdebug_ranges' at offset 0x1a87/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=ranges testfile-zdebug
347 cat macro.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=macro testfile-debug
349 cat macro.out | sed -e "s/.debug_macro' at offset 0xab5/.zdebug_macro' at offset 0x1aa7/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=macro testfile-zdebug
401 cat line.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=line testfile-debug
403 cat line.out | sed -e "s/.debug_line' at offset 0x104c/.zdebug_line' at offset 0x1d53/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=line testfile-zdebu
    [all...]
  /external/snakeyaml/src/test/java/org/pyyaml/
PyRecursiveTest.java 39 String output1 = yaml.dump(value);
62 String output1 = yaml.dump(value);
80 String output1 = yaml.dump(value);
102 String output1 = yaml.dump(value);
121 String output1 = yaml.dump(value);
138 yaml.dump(set);
  /hardware/qcom/display/msm8084/liboverlay/
overlayCtrlData.h 84 /* dump the state of the object */
85 void dump() const;
86 /* Return the dump in the specified buffer */
110 void dump() const;
111 /* Return the dump in the specified buffer */
162 inline void Ctrl::dump() const { function in class:overlay::Ctrl
163 ALOGE("== Dump Ctrl start ==");
164 mMdp->dump();
165 ALOGE("== Dump Ctrl end ==");
236 inline void Data::dump() const function in class:overlay::Data
    [all...]

Completed in 1740 milliseconds

<<21222324252627282930>>