Searched refs:dump (Results 1 - 25 of 999) sorted by last modified time

1234567891011>>

/external/zlib/src/
H A Dmake_vms.com417 $! If MMS/MMK are available dump out the descrip.mms if required
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c206 const char *dump)
223 "(user,realm,sessionid,timestamp,notes,dump,addr)"
228 dump ? dump : "", ctx->addr ? ctx->addr : "");
203 hs20_eventlog(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *notes, const char *dump) argument
/external/wpa_supplicant_8/hs20/server/www/
H A Dusers.php22 $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...]
/external/vixl/test/
H A Dtest-utils-a64.cc331 Register dump = x1; local
334 Register dump_w = dump.W();
346 __ Push(xzr, dump_base, dump, tmp);
348 // Load the address where we will dump the state.
361 __ Add(dump, dump_base, x_offset);
364 MemOperand(dump, i * kXRegSizeInBytes));
368 __ Add(dump, dump_base, w_offset);
371 MemOperand(dump, i * kWRegSizeInBytes));
375 __ Add(dump, dump_base, d_offset);
378 MemOperand(dump,
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwired.conf12 dump_file=/tmp/hostapd.dump
/external/valgrind/main/
H A DAndroid.mk402 callgrind/dump.c \
/external/valgrind/main/auxprogs/
H A Dnightly-build-summary71 [--dump] write results suitable for post-processing
438 my ($from, $to, $dump, $readable);
441 $dump = $readable = 0;
446 "dump" => \$dump,
463 $readable = 1 if ($dump == 0 && $readable == 0);
471 dump_results(%dates) if ($dump);
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in77 print " --dump[=<s>] Request a dump optionally using <s> as description\n";
242 elsif ($arg =~ /^(-d|--dump)(|=.*)$/) {
248 # take next argument as dump hint
342 $vgdbCommand = "dump";
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c954 PRE_REG_READ2(int, "prctl", int, option, int, dump);
/external/valgrind/main/drd/scripts/
H A Dmeasurement-functions52 if [ ! -e /usr/sbin/dump-acct ]; then
58 if ! { dump-acct -h 2>&1 | grep -q -w format; }; then
59 echo "Error: the installed version of dump-acct is not recent enough." >&2
71 /usr/sbin/dump-acct "${pacct}" | \
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp130 --debug-dump=syms mimic /usr/bin/readelf --syms
131 --debug-dump=line mimic /usr/bin/readelf --debug-dump=line
132 --debug-dump=frames mimic /usr/bin/readelf --debug-dump=frames
167 --dump-error=<number> show translation for basic block associated
/external/tcpdump/
H A Dmakemib40 # dump will get a recursion error if you process LARGE mibs. While it would
168 dump("iso")
232 function dump(item, c, s) { function
237 dump(child[item])
242 dump(sibling[item])
/external/stlport/stlport/stl/
H A D_rope.h1571 void dump() { function in class:rope
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp472 fContext->getFontCache()->dump();
H A DGrContext.cpp684 fFontCache->dump();
H A DGrDistanceFieldTextContext.cpp246 fContext->getFontCache()->dump();
H A DGrDrawTarget.cpp1104 SkString GrDrawTargetCaps::dump() const { function in class:GrDrawTargetCaps
H A DGrDrawTargetCaps.h27 virtual SkString dump() const;
H A DGrTextStrike.cpp190 void GrFontCache::dump() const { function in class:GrFontCache
H A DGrTextStrike.h106 void dump() const;
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp698 SkString GrGLCaps::dump() const {
700 SkString r = INHERITED::dump();
H A DGrGLCaps.h268 virtual SkString dump() const SK_OVERRIDE;
H A DGrGpuGL.cpp144 GrPrintf(this->glCaps().dump().c_str());
/external/skia/src/pathops/
H A DSkIntersectionHelper.h151 void dump() const;
H A DSkOpAngle.h84 void dump() const;
162 void dump() const; // utility to be called by user from debugger

Completed in 403 milliseconds

1234567891011>>