HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 676 - 700 of 2359) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 255 DEBUG(dbgs() << "FixLEA: Candidate to replace:"; MBI->dump(););
257 DEBUG(dbgs() << "FixLEA: Replaced by: "; NewMI->dump(););
301 DEBUG(dbgs() << "FixLEA: Candidate to replace:"; I->dump(););
314 DEBUG(NewMI->dump(););
324 DEBUG(NewMI->dump(););
  /external/openssl/apps/
asn1pars.c 93 int informat,indent=0, noout = 0, dump = 0; local
159 else if (strcmp(*argv,"-dump") == 0)
161 dump= -1;
166 dump= atoi(*(++argv));
167 if (dump <= 0) goto bad;
206 BIO_printf(bio_err," -dump dump unknown data in hex form\n");
207 BIO_printf(bio_err," -dlimit arg dump the first arg bytes of unknown data in hex form\n");
366 indent,dump))
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 237 public void dump(Printer pw, String prefix) { method in class:ResolveInfo
240 filter.dump(pw, prefix + " ");
257 activityInfo.dump(pw, prefix + " ");
260 serviceInfo.dump(pw, prefix + " ");
263 providerInfo.dump(pw, prefix + " ");
  /ndk/build/tools/
gen-platforms.sh 401 dump "ERROR: $ARCH toolchain not installed: $CC"
402 dump "Important: Use the --minimal flag to use this script without generated system shared libraries."
403 dump "This is generally useful when you want to generate the host cross-toolchain programs."
438 dump "ERROR: Can't generate shared library for: $LIBNAME"
439 dump "See the content of $TMPC and $TMPL for details."
448 dump "ERROR: Can't copy shared library for: $LIBNAME"
449 dump "target location is: $DSTFILE"
527 dump "ERROR: Could not generate $CRTBRAND_S from $COMMON_SRC_DIR/crtbrand.c"
528 dump "Please see the content of $TMPL for details!"
566 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 62 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) { function in class:DWARFContext
65 getDebugAbbrev()->dump(OS);
71 D->dump(OS);
77 CU->dump(OS);
84 DWOCU->dump(OS);
90 TU->dump(OS);
97 DWOTU->dump(OS);
102 getDebugLoc()->dump(OS);
107 getDebugLocDWO()->dump(OS);
112 getDebugFrame()->dump(OS)
    [all...]
  /external/chromium_org/third_party/re2/re2/
onepass.cc 555 if (Debug) { // For debugging, dump one-pass NFA to LOG(ERROR).
556 string dump = "prog dump:\n" + Dump() + "node dump\n"; local
562 StringAppendF(&dump, "byte ranges:\n");
568 StringAppendF(&dump, "\t%d: %#x-%#x\n", b, lo, i - 1);
578 StringAppendF(&dump, "node %d id=%d: matchcond=%#x\n",
583 StringAppendF(&dump, " %d cond %#x -> %d id=%d\n",
589 LOG(ERROR) << dump;
    [all...]
  /external/regex-re2/re2/
onepass.cc 555 if (Debug) { // For debugging, dump one-pass NFA to LOG(ERROR).
556 string dump = "prog dump:\n" + Dump() + "node dump\n"; local
562 StringAppendF(&dump, "byte ranges:\n");
568 StringAppendF(&dump, "\t%d: %#x-%#x\n", b, lo, i - 1);
578 StringAppendF(&dump, "node %d id=%d: matchcond=%#x\n",
583 StringAppendF(&dump, " %d cond %#x -> %d id=%d\n",
589 LOG(ERROR) << dump;
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 135 void dump(const char* what) const;
136 void dump(String8& res, const char* what) const;
254 void MemoryDealer::dump(const char* what) const function in class:android::MemoryDealer
256 allocator()->dump(what);
408 void SimpleBestFitAllocator::dump(const char* what) const function in class:android::SimpleBestFitAllocator
421 void SimpleBestFitAllocator::dump(String8& result, function in class:android::SimpleBestFitAllocator
  /hardware/libhardware/modules/camera/
Camera.cpp 470 void Camera::dump(int fd) function in class:default_camera_hal::Camera
478 // TODO: dump all settings
484 mStreams[i]->dump(fd);
568 static void dump(const camera3_device_t *dev, int fd) function
570 camdev_to_camera(dev)->dump(fd);
589 .dump = default_camera_hal::dump,
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /external/chromium_org/content/browser/media/
webrtc_internals_browsertest.cc 416 // Verifies |dump| contains |peer_connection_number| peer connection dumps,
418 void VerifyPageDumpStructure(base::Value* dump,
422 EXPECT_NE((base::Value*)NULL, dump);
423 EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType());
426 static_cast<base::DictionaryValue*>(dump);
453 // Verifies |dump| contains the correct statsTable and statsDataSeries for
455 void VerifyStatsDump(base::Value* dump,
460 EXPECT_NE((base::Value*)NULL, dump);
461 EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType());
464 static_cast<base::DictionaryValue*>(dump);
769 scoped_ptr<base::Value> dump; local
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 87 cverb << vxml << "<!-- classes dump" << endl;
416 void dump();
455 void dump();
473 void dump();
505 void dump();
567 void module_info::dump() function in class:module_info
612 void binary_info::dump() function in class:binary_info
619 my_modules[i].dump();
759 processes[p].dump();
809 binaries[p].dump();
924 void thread_info::dump() function in class:thread_info
962 void process_info::dump() function in class:process_info
    [all...]
  /build/tools/zipalign/
ZipEntry.h 262 void dump(void) const;
322 void dump(void) const;
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 17 package com.android.dx.command.dump;
41 /** {@code non-null;} where to dump to */
65 /** the offset of the next byte to dump */
76 * @param out {@code non-null;} where to dump to
130 println("<dump skipped backwards to " + Hex.u4(offset) + ">");
156 * Gets the current dump cursor (that is, the offset of the expected
157 * next byte to dump).
159 * @return {@code >= 0;} the dump cursor
166 * Sets the dump cursor to the indicated offset in the given array.
222 * Gets whether this dump is to include raw bytes
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera2.h 147 virtual int dump(int fd);
238 static int dump(const camera2_device_t *, int fd);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 63 void dump() const;
112 void dump() const;
  /external/chromium_org/third_party/jinja2/
bccache.py 29 marshal_dump = marshal.dump
35 marshal.dump(code, f)
91 """Dump the bytecode into the file or file like object passed."""
95 pickle.dump(self.checksum, f, 2)
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermodule_unittest.cc 276 std::stringstream dump; local
364 WritePresence(dump, roster->outgoing_presence());
365 EXPECT_EQ(dump.str(),
373 dump.str("");
495 std::stringstream dump; local
496 WritePresence(dump, presence);
497 EXPECT_EQ(dump.str(),
506 dump.str("");
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 108 c1.dump();
109 c2.dump();
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayList.cpp 137 void SkDisplayList::dump(SkAnimateMaker* maker) { function in class:SkDisplayList
145 fDrawList[fDumpIndex]->dump(maker);
SkDisplayMovie.cpp 89 void SkDisplayMovie::dump(SkAnimateMaker* maker) { function in class:SkDisplayMovie
100 fMovie.fMaker->fEvents.dump(*fMovie.fMaker);
SkDrawPath.cpp 81 void SkDrawPath::dump(SkAnimateMaker* maker) { function in class:SkDrawPath
91 (*part)->dump(maker);
  /external/chromium_org/third_party/skia/tools/lua/
bitmap_statistics.lua 27 -- dump the params in t, specifically showing the verb first, which we
  /external/clang/lib/AST/
CommentLexer.cpp 13 void Token::dump(const Lexer &L, const SourceManager &SM) const { function in class:clang::comments::Token
15 Loc.dump(SM);
  /external/jsilver/src/org/clearsilver/
DelegatedHdf.java 181 public String dump() { method in class:DelegatedHdf
182 return getHdf().dump();

Completed in 822 milliseconds

<<21222324252627282930>>