HomeSort by relevance Sort by last modified time
    Searched full:dump (Results 501 - 525 of 4862) sorted by null

<<21222324252627282930>>

  /ndk/tests/
run-tests.sh 208 dump "ERROR: Could not find the root (/) directory on the device!"
218 dump "ERROR: Could not mkdir '$FULLDIR' on the device!"
265 dump "ERROR: You can't use --ndk and --package at the same time!"
270 dump "Unpacking NDK package to $NDK_ROOT"
280 dump "ERROR: Your --ndk option does not point to a directory: $NDK_ROOT"
281 dump "Please use a valid path for this option."
285 dump "ERROR: Your --ndk option does not point to a valid NDK install: $NDK_ROOT"
286 dump "Please use a valid NDK install path for this option."
567 dump "ERROR: Missing samples directory: $SAMPLES_DIRS"
568 dump "Your NDK release installation is broken!
    [all...]
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ArrayMapTests.java 300 private static void dump(Map map, ArrayMap array) { method in class:ArrayMapTests
312 private static void dump(Set set, ArraySet array) { method in class:ArrayMapTests
323 private static void dump(ArrayMap map1, ArrayMap map2) { method in class:ArrayMapTests
368 dump(hashMap, arrayMap);
373 dump(hashSet, arraySet);
377 dump(hashMap, arrayMap);
381 dump(hashMap, arrayMap);
385 dump(hashSet, arraySet);
400 dump(hashMap, arrayMap);
412 dump(hashSet, arraySet)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 93 // Read the next RTP dump packet, whose RTP SSRC is the same as first_ssrc_.
106 // RTP dump packet read from the input stream.
129 // Start the sender thread, which reads rtp dump records, waits based on
134 // Create a rtp dump writer for the output RTP dump stream.
217 // TODO: Check the format of RTP dump input.
240 // TODO: Check the format of RTP dump input.
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdate.cpp 155 UBool dump = FALSE; local
157 dump = TRUE;
172 dump = TRUE;
182 dump = TRUE;
191 dump = TRUE;
205 dump = TRUE;
208 if (dump)
  /external/icu4c/test/intltest/
tsdate.cpp 155 UBool dump = FALSE; local
157 dump = TRUE;
172 dump = TRUE;
182 dump = TRUE;
191 dump = TRUE;
205 dump = TRUE;
208 if (dump)
  /external/skia/gm/
poly2poly.cpp 77 static void dump(const SkPath& path) { function
86 dump(path);
88 dump(path);
90 dump(path);
92 dump(path);
94 dump(path);
96 dump(path);
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.c 89 /* set up the FP and SSE state, and then dump it. */
164 /* Load up x87/xmm state and dump it. */
169 /* Zeroise x87/xmm state and dump it, to show that the
176 /* Reload x87/xmm state from buf1 and dump it in buf3. */
188 /* Load up x87/xmm state and dump it. */
193 /* Zeroise x87/xmm state and dump it, to show that the
200 /* Reload x87/xmm state from buf1 and dump it in buf3. */
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 142 // TODO: if "when" is non-zero and we want to see a dump
149 * Handle a "HeaP DUmp" request.
152 * the entire contents of the file and return them, but hprof dump
163 Log.d("ddm-heap", "Heap dump: file='" + fileName + "'");
183 * Handle a "HeaP Dump Streaming" request.
185 * This tells the VM to create a heap dump and send it directly to
195 Log.d("ddm-heap", "Heap dump: [DDMS]");
  /external/valgrind/main/callgrind/docs/
cl-manual.xml 196 <option><xref linkend="opt.dump-instr"/>=yes</option>. This will produce
228 dump (".part" is skipped for the dump at program termination), and
235 all methods trigger the same action, which is "dump all profile
236 information since the last dump or program start, and zero cost
243 <para><command>Dump on program termination.</command>
255 before the dump is completely written. Note that the application
256 must be actively running for detection of the dump command. So,
261 button <command>Force dump</command>. This will request a dump
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 171 // Check the elapsed time of the dump packet.
201 bool RtpTestUtility::VerifyPacket(const RtpDumpPacket* dump,
204 if (!dump || !raw) return false;
211 dump->GetRtpHeaderLen(&header_len);
212 return header_len == dump->data.size() &&
213 buf.Length() > dump->data.size() &&
214 0 == memcmp(buf.Data(), &dump->data[0], dump->data.size());
216 return buf.Length() == dump->data.size() &&
217 0 == memcmp(buf.Data(), &dump->data[0], dump->data.size())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_marshal.py 19 marshal.dump(expected, file(test_support.TESTFN, "wb"))
54 marshal.dump(b, file(test_support.TESTFN, "wb"))
70 marshal.dump(f, file(test_support.TESTFN, "wb"))
97 marshal.dump(f, file(test_support.TESTFN, "wb"))
101 marshal.dump(f, file(test_support.TESTFN, "wb"), 1)
113 marshal.dump(s, file(test_support.TESTFN, "wb"))
124 marshal.dump(s, file(test_support.TESTFN, "wb"))
137 marshal.dump(b, file(test_support.TESTFN, "wb"))
166 marshal.dump(self.d, file(test_support.TESTFN, "wb"))
175 marshal.dump(lst, file(test_support.TESTFN, "wb")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_marshal.py 19 marshal.dump(expected, file(test_support.TESTFN, "wb"))
54 marshal.dump(b, file(test_support.TESTFN, "wb"))
70 marshal.dump(f, file(test_support.TESTFN, "wb"))
97 marshal.dump(f, file(test_support.TESTFN, "wb"))
101 marshal.dump(f, file(test_support.TESTFN, "wb"), 1)
113 marshal.dump(s, file(test_support.TESTFN, "wb"))
124 marshal.dump(s, file(test_support.TESTFN, "wb"))
137 marshal.dump(b, file(test_support.TESTFN, "wb"))
166 marshal.dump(self.d, file(test_support.TESTFN, "wb"))
175 marshal.dump(lst, file(test_support.TESTFN, "wb")
    [all...]
  /art/runtime/base/
logging.h 211 // Prints a hex dump in this format:
218 void Dump(std::ostream& os) const;
229 // A convenience to allow any class with a "Dump(std::ostream& os)" member function
240 void Dump(std::ostream& os) const {
241 value_.Dump(os);
252 rhs.Dump(os);
263 void Dump(std::ostream& os) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
264 value_.Dump(os);
278 rhs.Dump(os);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 14 /* Debugging function - conditional printf and hex dump. Driver wrappers can
70 * wpa_hexdump - conditional hex dump
78 * configuration. The contents of buf is printed out has hex dump.
90 * wpa_hexdump_key - conditional hex dump, hide keys
98 * configuration. The contents of buf is printed out has hex dump. This works
112 * wpa_hexdump_ascii - conditional hex dump
120 * configuration. The contents of buf is printed out has hex dump with both
128 * wpa_hexdump_ascii_key - conditional hex dump, hide keys
136 * configuration. The contents of buf is printed out has hex dump with both
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 69 /* dump state of the object */
70 void dump() const;
71 /* Return the dump in the specified buffer */
155 /* dump */
156 void dump() const;
189 /* dump state of the object */
190 void dump() const;
191 /* Return the dump in the specified buffer */
425 dump();
overlayMem.h 68 /* dump the state of the object */
69 void dump() const;
201 inline void OvMem::dump() const function in class:overlay::OvMem
203 ALOGE("== Dump OvMem start ==");
205 ALOGE("== Dump OvMem end ==");
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 69 /* dump state of the object */
70 void dump() const;
71 /* Return the dump in the specified buffer */
158 /* dump */
159 void dump() const;
192 /* dump state of the object */
193 void dump() const;
194 /* Return the dump in the specified buffer */
430 dump();
overlayMdssRot.cpp 125 dump();
147 dump();
244 void MdssRot::dump() const { function in class:overlay::MdssRot
245 ALOGE("== Dump MdssRot start ==");
246 mFd.dump();
247 mMem.curr().m.dump();
248 mdp_wrapper::dump("mRotInfo", mRotInfo);
249 mdp_wrapper::dump("mRotData", mRotData);
250 ALOGE("== Dump MdssRot end ==");
overlayMem.h 68 /* dump the state of the object */
69 void dump() const;
202 inline void OvMem::dump() const function in class:overlay::OvMem
204 ALOGE("== Dump OvMem start ==");
206 ALOGE("== Dump OvMem end ==");
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdp.h 69 /* dump state of the object */
70 void dump() const;
71 /* Return the dump in the specified buffer */
155 /* dump */
156 void dump() const;
189 /* dump state of the object */
190 void dump() const;
191 /* Return the dump in the specified buffer */
425 dump();
  /ndk/build/tools/
build-device-llvm.sh 111 dump "Using C compiler: $CC"
112 dump "Using C++ compiler: $CXX"
123 dump "Copy : mclinker source"
142 dump "Rebuild for architecture $arch"
145 dump "Configure: $TOOLCHAIN toolchain build"
190 dump "Building : llvm toolchain [this can take a long time]."
203 dump "Configure: mclinker against $TOOLCHAIN"
222 dump "Building : mclinker"
236 dump "Done. Output is under $TOOLCHAIN_BUILD_PREFIX"
  /external/chromium_org/tools/deep_memory_profiler/lib/
subcommand.py 11 from lib.dump import Dump, DumpList
53 dump = Dump.load(dump_path)
73 return (bucket_set, dump)
  /external/clang/test/Modules/
cxx-templates.cpp 2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL
3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 56 DumpType("debug-dump", cl::init(DIDT_All),
57 cl::desc("Dump of debug sections:"),
59 clEnumValN(DIDT_All, "all", "Dump all debug sections"),
102 // Dump the complete DWARF structure.
103 DICtx->dump(outs(), DumpType);
  /external/oprofile/libopagent/
opagent.h 48 * Creates and opens a JIT dump file in /var/lib/oprofile/jitdump
49 * using the naming convention <process_id>.dump.
68 * Writes a JIT dump record to the open JIT dump file using
82 * If NULL is passed, no code will be copied into the JIT dump

Completed in 2872 milliseconds

<<21222324252627282930>>