/frameworks/base/media/libmediaplayerservice/ |
MediaPlayerService.h | 94 virtual status_t dump(int fd, const Vector<String16>& args) const; 157 virtual status_t dump(int fd, const Vector<String16>& args) const; 196 virtual status_t dump(int fd, const Vector<String16>& args); 238 virtual status_t dump(int fd, const Vector<String16>& args) const;
|
MetadataRetrieverClient.h | 52 virtual status_t dump(int fd, const Vector<String16>& args) const;
|
/frameworks/base/services/java/com/android/server/am/ |
AppBindRecord.java | 34 void dump(PrintWriter pw, String prefix) { method in class:AppBindRecord
|
/frameworks/base/services/java/com/android/server/status/ |
NotificationViewList.java | 140 dump(notification); 179 dump(notification); 197 dump(notification); 201 void dump(StatusBarNotification notification) { method in class:NotificationViewList
|
/frameworks/base/tests/DumpRenderTree/ |
AndroidManifest.xml | 20 <activity android:name="Menu" android:label="Dump Render Tree"
|
/ndk/build/core/ |
check-cygwin-make.mk | 21 # case, early, we will be able to dump a human-readable error
|
/build/core/ |
product.mk | 84 define dump-product 91 define dump-products 92 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ActivityInfoTest.java | 147 method = "dump", 159 mActivityInfo.dump(p, prefix); 165 mActivityInfo.dump(null, "");
|
/cts/tests/tests/util/src/android/util/cts/ |
StateSetTest.java | 58 notes = "test dump state set", 59 method = "dump", 69 String string = StateSet.dump(stateSet);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoItem.java | 93 * directly after a code dump (with the real local list actually 105 * Does a human-friendly dump of this instance. 107 * @param out {@code non-null;} where to dump
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
ViewDebug$ViewServer.class | |
/dalvik/libcore/xml/src/test/java/tests/xml/ |
SimpleBuilderTest.java | 138 // dump("", root); 141 private void dump(String prefix, Element element) { method in class:SimpleBuilderTest 156 dump(prefix + " ", (Element)item);
|
/dalvik/vm/hprof/ |
Hprof.c | 20 * we generate some of the data (strings and classes) while we dump the 119 * Finish up the hprof dump. Returns true on success. 208 LOGI("hprof: heap dump completed, temp file removed\n");
|
/external/clearsilver/java-jni/ |
javatest.gold | 1 Testing HDF set and dump 42 Testing debug dump 51 Final HDF dump
|
/external/iproute2/doc/ |
nstat.sgml | 36 <item><tt/-z/ - dump zero counters too. By default they are not shown. 37 <item><tt/-a/ - dump absolute values of counters. By default <tt/Xstat/ 53 History is just dump saved in file <tt>/tmp/.Xstat.uUID</tt>
|
/external/proguard/src/proguard/ant/ |
ProGuardTask.java | 266 public void setDump(File dump) 268 configuration.dump = optionalFile(dump);
|
/external/skia/src/animator/ |
SkDisplayTypes.cpp | 48 void SkDisplayBoolean::dump(SkAnimateMaker* maker){ function in class:SkDisplayBoolean 69 void SkDisplayInt::dump(SkAnimateMaker* maker){ function in class:SkDisplayInt 90 void SkDisplayFloat::dump(SkAnimateMaker* maker) { function in class:SkDisplayFloat
|
SkDrawGradient.cpp | 126 color->dump(maker); 185 void SkLinearGradient::dump(SkAnimateMaker* maker) { function in class:SkLinearGradient 220 void SkRadialGradient::dump(SkAnimateMaker* maker) { function in class:SkRadialGradient
|
/frameworks/base/core/java/android/inputmethodservice/ |
AbstractInputMethodService.java | 177 * Implement this to handle {@link android.os.Binder#dump Binder.dump()} 180 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:AbstractInputMethodService
|
/frameworks/base/libs/audioflinger/ |
AudioHardwareGeneric.h | 55 virtual status_t dump(int fd, const Vector<String16>& args); 87 virtual status_t dump(int fd, const Vector<String16>& args); 135 virtual status_t dump(int fd, const Vector<String16>& args);
|
AudioHardwareInterface.cpp | 104 LOGV("opening PCM dump interface"); 176 dump(fd, args); // Dump the state of the concrete child.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleHeap.java | 234 * We will get an HPDU response when the heap dump has completed. On 257 * We will get an HPDS response when the heap dump has completed. On 261 * heap dump is held in RAM instead of spooled out to a temp file. On 278 * Handle notification of completion of a HeaP DUmp. 283 // get the filename and make the client not have pending HPROF dump anymore. 287 // get the dump result 290 // get the app-level handler for HPROF dump 296 Log.d("ddm-heap", "Heap dump request has finished"); 299 Log.w("ddm-heap", "Heap dump request failed (check device log)"); 305 * Handle HeaP Dump Streaming response. "data" contains the ful [all...] |
/sdk/files/ |
ant_test_rules_r1.xml | 17 <property name="emma.dump.file" 75 <arg value="${emma.dump.file}" /> 81 <arg value="${emma.dump.file}" />
|
ant_test_rules_r2.xml | 17 <property name="emma.dump.file" 75 <arg value="${emma.dump.file}" /> 81 <arg value="${emma.dump.file}" />
|
/external/bluetooth/bluez/test/ |
scotest.c | 49 DUMP, 339 "\t-d dump (server)\n" 363 mode = DUMP; 395 if (!(argc - optind) && (mode != RECV && mode != DUMP)) { 417 case DUMP:
|