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

<<31323334353637383940>>

  /frameworks/native/include/gui/
ConsumerBase.h 66 // dump writes the current state to a string. Child classes should add
67 // their state to the dump by overriding the dumpLocked method, which is
69 void dump(String8& result) const;
70 void dump(String8& result, const char* prefix) const;
153 // Derived classes should override this method to dump their internal
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.h 19 #include <Dump.h>
45 // dump interface
46 virtual void dump(Dump& d);
69 void dump();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.h 19 #include <common/utils/Dump.h>
45 // dump interface
46 virtual void dump(Dump& d);
68 void dump();
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPRequest.java 80 private static final boolean dump = debug != null && Debug.isOn("ocsp"); field in class:OCSPRequest
140 if (dump) {
  /ndk/build/tools/
build-docs.sh 110 dump "Done!"
112 dump "Done, see $OUT_DIR"
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java 46 public static void dump(JobContext jc, InputStream is, OutputStream os) method in class:DownloadUtils
70 dump(jc, input, output); method
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleNode.java 75 public void dump(String prefix) { method in class:SimpleNode
81 n.dump(prefix + " ");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_priority_queue.h 95 AK_FORCE_INLINE void dump() { function in class:latinime::DicNodePriorityQueue
96 mDicNodePool.dump();
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
SimpleNode.java 75 public void dump(String prefix) { method in class:SimpleNode
81 n.dump(prefix + " ");
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 33 file is written by calling dump() (after loading the grammar
87 def dump(self, filename): member in class:Grammar
88 """Dump the grammar tables to a pickle file."""
90 pickle.dump(self.__dict__, f, 2)
114 """Dump the grammar tables to standard output, for debugging."""
  /system/core/crash_reporter/
kernel_collector_test.cc 96 std::string dump; local
97 dump.clear();
102 ASSERT_TRUE(collector_.LoadPreservedDump(&dump));
103 ASSERT_EQ("CrashRecordWithoutRamoopsHeader\n<6>[ 0.078852]", dump);
107 ASSERT_TRUE(collector_.LoadPreservedDump(&dump));
108 ASSERT_EQ("something", dump);
112 ASSERT_FALSE(collector_.LoadPreservedDump(&dump));
113 ASSERT_EQ("", dump);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
symver.d 9 dump.o: file format .*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-big-delta.d 4 Raw dump of debug contents of section \.debug_line:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
hexprefix.d 5 dump.o: file format elf32-m68hc12
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
movw.d 6 tmpdir/dump: file format elf32-m68hc12
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
tls-hidden3.d 14 # Any order would be acceptable, but it must match the .got dump.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormat.java 154 boolean dump = false;
166 dump = true;
177 dump = true;
184 dump = true;
195 dump = true;
198 if (dump) {
IntlTestNumberFormat.java 166 boolean dump = false;
177 dump = true;
190 dump = true;
198 dump = true;
211 dump = true;
214 if (dump)
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormat.java 150 boolean dump = false;
162 dump = true;
173 dump = true;
180 dump = true;
191 dump = true;
194 if (dump) {
IntlTestNumberFormat.java 162 boolean dump = false;
173 dump = true;
186 dump = true;
194 dump = true;
207 dump = true;
210 if (dump)
  /external/skia/src/animator/
SkMatrixParts.cpp 187 void SkRectToRect::dump(SkAnimateMaker* maker) { function in class:SkRectToRect
194 source->dump(maker);
201 destination->dump(maker);
255 void SkPolyToPoly::dump(SkAnimateMaker* maker) { function in class:SkPolyToPoly
262 source->dump(maker);
269 destination->dump(maker);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
ImplicitTagsTest.java 45 String carYaml1 = new Yaml().dump(car1);
48 String carYaml2 = new Yaml().dump(car2);
83 String carYaml1 = new Yaml().dump(car1);
87 assertEquals(carYaml1, new Yaml().dump(car2));
102 String carYaml1 = new Yaml().dump(car);
108 String carYaml2 = yaml.dump(car);

Completed in 669 milliseconds

<<31323334353637383940>>