/external/e2fsprogs/tests/progs/ |
test_icount_cmds.ct | 31 request do_dump, "Dump the icount structure", 32 dump;
|
/external/lldb/test/benchmarks/expression/ |
main.cpp | 42 bool dump = argc > 1; // Set breakpoint here. local 46 if (dump) {
|
/external/lldb/test/functionalities/non-overlapping-index-variable-i/ |
main.cpp | 42 bool dump = argc > 1; // Set breakpoint here. local 46 if (dump) {
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLoc.h | 53 void dump(raw_ostream &OS) const; 77 void dump(raw_ostream &OS) const;
|
DWARFCompileUnit.h | 23 void dump(raw_ostream &OS);
|
DWARFDebugAbbrev.cpp | 47 void DWARFAbbreviationDeclarationSet::dump(raw_ostream &OS) const { function in class:DWARFAbbreviationDeclarationSet 49 Decl.dump(OS); 89 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { function in class:DWARFDebugAbbrev 97 I.second.dump(OS);
|
/external/llvm/test/MC/MachO/ARM/ |
thumb-bl-jbits.s | 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | macho-dump --dump-section-data | FileCheck %s
|
thumb2-movt-fixup.s | 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
|
/external/skia/src/animator/ |
SkDrawGradient.h | 41 virtual void dump(SkAnimateMaker*); 54 virtual void dump(SkAnimateMaker*);
|
SkDrawText.cpp | 45 void SkText::dump(SkAnimateMaker* maker) { function in class:SkText 46 INHERITED::dump(maker);
|
SkDrawText.h | 22 virtual void dump(SkAnimateMaker* );
|
/frameworks/av/services/audioflinger/ |
AudioWatchdog.h | 38 void dump(int fd); // should only be called on a stable copy, not the original 65 // Where to store the dump, or NULL to not update 66 void setDump(AudioWatchdogDump* dump); 82 AudioWatchdogDump* mDump; // where to store the dump, always non-NULL 83 AudioWatchdogDump mDummyDump; // default area for dump in case setDump() is not called
|
AudioWatchdog.cpp | 28 void AudioWatchdogDump::dump(int fd) function in class:android::AudioWatchdogDump 132 void AudioWatchdog::setDump(AudioWatchdogDump *dump) 134 mDump = dump != NULL ? dump : &mDummyDump;
|
/ndk/build/tools/ |
make-release.sh | 204 dump "Using toolchain source directory: $TOOLCHAIN_SRCDIR" 208 dump "Downloading toolchain sources..." 213 dump "ERROR: Could not download toolchain sources" 228 dump "Building host toolchain binaries..." 235 dump "Building Darwin prebuilts through ssh to $DARWIN_SSH..." 247 dump "Generating NDK release packages" 250 dump "ERROR: Can't generate proper release packages." 256 dump "All clear. Good work! See $OUT_DIR"
|
build-target-prebuilts.sh | 57 dump "Building platforms and samples..." 101 dump "Building $GDB_TOOLCHAIN gdbserver binaries..." 111 dump "Building $ABIS compiler-rt binaries..." 116 dump "Building $ABIS gabi++ binaries..." 122 dump "Building $ABIS $UNKNOWN_ABIS stlport binaries..." 128 dump "Building $ABIS $UNKNOWN_ABIS libc++ binaries... with libc++abi" 138 dump "Rebuilding $abi libc++ binaries... with gabi++" 151 dump "Building $ABIS gnustl binaries..." 157 dump "Building $ABIS libportable binaries..." 162 dump "Done, see $PACKAGE_DIR [all...] |
/external/chromium_org/chrome/browser/media/ |
webrtc_rtp_dump_writer_unittest.cc | 65 // Verifies that the dump contains records of |rtp_packet| repeated 90 // Verifies the compressed dump file contains the expected number of packets. 91 bool VerifyCompressedDump(std::string* dump, size_t expected_packet_count) { 92 EXPECT_GT(dump->size(), 0U); 95 EXPECT_TRUE(Decompress(dump, &decompressed_dump)); 128 // Tries to read |dump| as a rtpplay dump file and returns the number of 129 // packets found in the dump. 130 bool ReadDecompressedDump(const std::vector<uint8>& dump, 139 EXPECT_EQ(memcmp(&dump[0], kFirstLine, arraysize(kFirstLine) - 1), 0) [all...] |
/external/chromium_org/remoting/host/installer/linux/debian/ |
postrm | 18 "$APT_CONFIG" dump | sed -e "/^$APTVAR /"'!d' -e "s/^$APTVAR \"\(.*\)\".*/\1/"
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawText.h | 22 virtual void dump(SkAnimateMaker* );
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpSpan.h | 38 void dump() const;
|
/external/chromium_org/third_party/skia/tests/ |
GrDrawTargetTest.cpp | 19 SkString result = caps->dump();
|
/external/chromium_org/tools/telemetry/telemetry/timeline/ |
inspector_timeline_data.py | 17 json.dump(self._event_data, f)
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 48 /// dump - Print the value to stderr. 49 void dump() const;
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.h | 61 /// dump - Print data structures to dbgs(). 62 void dump();
|
/external/skia/src/pathops/ |
SkOpSpan.h | 38 void dump() const;
|
/external/skia/tests/ |
GrDrawTargetTest.cpp | 19 SkString result = caps->dump();
|