/external/llvm/tools/llvm-pdbdump/ |
ClassDefinitionDumper.h | 31 void dump(const PDBSymbolTypeBaseClass &Symbol) override; 32 void dump(const PDBSymbolData &Symbol) override; 33 void dump(const PDBSymbolTypeEnum &Symbol) override; 34 void dump(const PDBSymbolFunc &Symbol) override; 35 void dump(const PDBSymbolTypeTypedef &Symbol) override; 36 void dump(const PDBSymbolTypeUDT &Symbol) override; 37 void dump(const PDBSymbolTypeVTable &Symbol) override;
|
ExternalSymbolDumper.h | 25 void dump(const PDBSymbolPublicSymbol &Symbol) override;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/ |
DumpStackTraceTest.java | 29 String result = yaml.dump(input); 31 assertEquals(result, yaml.dump(yaml.load(result))); 41 String result = yaml.dump(input); 43 assertEquals(result, yaml.dump(yaml.load(result))); 51 String result = yaml.dump(input); 53 assertEquals(result, yaml.dump(yaml.load(result))); 59 String result = (String) yaml.dump(input);
|
/ndk/build/tools/ |
build-ccache.sh | 90 dump "Getting sources from $CCACHE_URL" 94 dump "Could not download $CCACHE_URL" 95 dump "Aborting." 101 dump "Could not unpack $CCACHE_PACKAGE in $BUILD_OUT" 108 dump "Could not build ccache in $BUILD_OUT" 114 dump "Could not copy ccache binary!" 118 dump "Done"
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/ |
ExecDumpClient.java | 27 private boolean dump; field in class:ExecDumpClient 33 * New instance with the defaults <code>dump==true</code>, 38 this.dump = true; 45 * Specifies whether a dump should be requested 47 * @param dump 48 * <code>true</code> if a dump should be requested 50 public void setDump(final boolean dump) { 51 this.dump = dump; 86 * Requests a dump from the given end-point 96 public ExecFileLoader dump(final String address, final int port) method in class:ExecDumpClient 112 public ExecFileLoader dump(final InetAddress address, final int port) method in class:ExecDumpClient [all...] |
/external/google-breakpad/src/processor/ |
synth_minidump.h | 39 // that eventually gets appended to the minidump. Dump, Memory, 45 // using google_breakpad::SynthMinidump::Dump; 49 // Dump minidump(MD_NORMAL, kLittleEndian); 74 // flexibility in how we put the dump together: minidump pieces can 77 // been placed by the time we call dump.GetContents to obtain the 81 // The dump.Add(thing) functions append THINGS's contents to the 84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the 89 // of list or directory, then dump.Add(THING) automatically creates 97 // the dump. For example, although the Thread constructor takes 99 // dump on the caller's behalf. Rather, the caller is responsible fo [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
mdpWrapper.h | 106 void dump(const char* const s, const msmfb_overlay_data& ov); 107 void dump(const char* const s, const msmfb_data& ov); 108 void dump(const char* const s, const mdp_overlay& ov); 109 void dump(const char* const s, const msmfb_overlay_3d& ov); 110 void dump(const char* const s, const uint32_t u[], uint32_t cnt); 111 void dump(const char* const s, const msmfb_img& ov); 112 void dump(const char* const s, const mdp_rect& ov); 115 void dump(const char* const s, const msm_rotator_img_info& rot); 116 void dump(const char* const s, const msm_rotator_data_info& rot); 119 void dump(const char* const s, const fb_fix_screeninfo& finfo) 297 inline void dump(const char* const s, const msmfb_overlay_data& ov) { function in namespace:overlay::mdp_wrapper 302 inline void dump(const char* const s, const msmfb_data& ov) { function in namespace:overlay::mdp_wrapper 306 inline void dump(const char* const s, const mdp_overlay& ov) { function in namespace:overlay::mdp_wrapper 320 inline void dump(const char* const s, const msmfb_img& ov) { function in namespace:overlay::mdp_wrapper 325 inline void dump(const char* const s, const mdp_rect& ov) { function in namespace:overlay::mdp_wrapper 330 inline void dump(const char* const s, const msmfb_overlay_3d& ov) { function in namespace:overlay::mdp_wrapper 335 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) { function in namespace:overlay::mdp_wrapper 341 inline void dump(const char* const s, const msm_rotator_img_info& rot) { function in namespace:overlay::mdp_wrapper 349 inline void dump(const char* const s, const msm_rotator_data_info& rot) { function in namespace:overlay::mdp_wrapper 357 inline void dump(const char* const s, const fb_fix_screeninfo& finfo) { function in namespace:overlay::mdp_wrapper 360 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { function in namespace:overlay::mdp_wrapper [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 17 package com.android.dx.command.dump; 26 /** whether to dump raw bytes where salient */ 29 /** whether to dump information about basic blocks */ 32 /** whether to dump regiserized blocks */ 35 /** whether to dump SSA-form blocks */ 50 /** whether to dump flow-graph in "dot" format */ 53 /** if non-null, an explicit method to dump */
|
/dalvik/dx/tests/097-dex-branch-offset-zero/ |
run | 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \ 25 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
|
/external/f2fs-tools/fsck/ |
Makefile.am | 6 fsck_f2fs_SOURCES = main.c fsck.c dump.c mount.c 10 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs
|
/external/parameter-framework/upstream/parameter/ |
Rule.h | 45 // Dump 46 virtual std::string dump() const = 0;
|
/external/skia/src/animator/ |
SkAnimateSet.h | 19 void dump(SkAnimateMaker* ) override;
|
/frameworks/base/libs/hwui/ |
OpDumper.h | 28 static void dump(const RecordedOp& op, std::ostream& output, int level = 0);
|
/frameworks/base/libs/hwui/tests/unit/ |
OpDumperTests.cpp | 25 TEST(OpDumper, dump) { 30 OpDumper::dump(op, stream); 34 OpDumper::dump(op, stream, 2); 41 OpDumper::dump(op, stream, 2);
|
/frameworks/compile/mclinker/include/mcld/Script/ |
ExprToken.h | 28 virtual void dump() const = 0;
|
/frameworks/native/services/sensorservice/ |
SensorServiceUtils.h | 28 virtual std::string dump() const = 0;
|
/toolchain/binutils/binutils-2.25/binutils/ |
objdump.h | 41 void (*dump)(bfd *abfd); member in struct:objdump_private_desc
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
memory_timeline.py | 17 """MemoryTimelineMetric reports summary stats from memory dump events.""" 25 def ContainedIn(dump, interaction): 26 return interaction.start < dump.start and dump.end < interaction.end 28 def OccursDuringInteractions(dump): 30 # Dump must contain the rendrerer process that requested it, 31 renderer_thread.parent.pid in dump.pids and 33 any(ContainedIn(dump, interaction) for interaction in interactions)) 43 for dump in memory_dumps: 44 for metric, value in dump.GetMemoryUsage().iteritems() [all...] |
/art/test/131-structural-change/ |
build | 34 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 36 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
|
/dalvik/dx/tests/044-dex-math-ops/ |
run | 19 --dump-method=Blort.blort *.class
|
/dalvik/dx/tests/045-dex-switch-ops/ |
run | 19 --dump-method=Blort.switchTest'*' *.class
|
/dalvik/dx/tests/046-dex-exceptions/ |
run | 18 dx --debug --dex --no-optimize --positions=none --no-locals --dump-method=Blort.exTest'*' *.class
|
/dalvik/dx/tests/047-dex-wide-args/ |
run | 19 --dump-method=Blort.test'*' *.class
|
/dalvik/dx/tests/049-dex-instanceof/ |
run | 19 --dump-method=Blort.test *.class
|
/dalvik/dx/tests/050-dex-checkcast/ |
run | 19 --dump-method=Blort.test *.class
|