Searched refs:dump (Results 1 - 25 of 823) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/util/
H A DDumpUtils.java38 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw, argument
45 dump.dump(lpw, prefix);
56 void dump(PrintWriter pw, String prefix); method in interface:DumpUtils.Dump
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DSingleRowTest.java46 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
49 assertEquals(dump(mSingleRow) + " Should filled 3 items",
53 assertEquals(dump(mSingleRow) + " Should filled 4 items",
57 assertEquals(dump(mSingleRow) + " Should filled 6 items",
67 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
70 assertEquals(dump(mSingleRow) + " Should filled 6 items",
74 assertEquals(dump(mSingleRow) + " visible index should start from 1",
78 assertEquals(dump(mSingleRow) + " visible index should start from 0",
91 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
94 assertEquals(dump(mSingleRo
[all...]
H A DStaggeredGridDefaultTest.java49 assertEquals(dump(mStaggeredGrid) + " Should fill 8 items",
53 assertEquals(dump(mStaggeredGrid) + " Should fill 9 items",
56 assertEquals(dump(mStaggeredGrid) + " last item should be placed on row 1",
65 assertEquals(dump(mStaggeredGrid) + " should fill 9 items",
69 assertEquals(dump(mStaggeredGrid) + " last item should be placed on row 1",
/frameworks/av/services/audioflinger/
H A DStateQueue.h111 void dump(int fd);
122 void dump(int fd);
177 // Register location of observer dump area
178 void setObserverDump(StateQueueObserverDump *dump) argument
179 { mObserverDump = dump != NULL ? dump : &mObserverDummyDump; }
181 // Register location of mutator dump area
182 void setMutatorDump(StateQueueMutatorDump *dump) argument
183 { mMutatorDump = dump != NULL ? dump
[all...]
H A DFastCaptureDumpState.h30 void dump(int fd) const; // should only be called on a stable copy, not the original
H A DAudioWatchdog.h38 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
/frameworks/base/libs/hwui/
H A DOpDumper.h28 static void dump(const RecordedOp& op, std::ostream& output, int level = 0);
/frameworks/base/libs/hwui/tests/unit/
H A DOpDumperTests.cpp25 TEST(OpDumper, dump) {
30 OpDumper::dump(op, stream);
34 OpDumper::dump(op, stream, 2);
41 OpDumper::dump(op, stream, 2);
/frameworks/compile/mclinker/lib/Script/
H A DAssertCmd.cpp34 void AssertCmd::dump() const { function in class:mcld::AssertCmd
37 m_RpnExpr.dump();
H A DEntryCmd.cpp27 void EntryCmd::dump() const { function in class:mcld::EntryCmd
H A DOutputArchCmd.cpp24 void OutputArchCmd::dump() const { function in class:mcld::OutputArchCmd
H A DOutputCmd.cpp26 void OutputCmd::dump() const { function in class:mcld::OutputCmd
H A DSearchDirCmd.cpp27 void SearchDirCmd::dump() const { function in class:mcld::SearchDirCmd
/frameworks/native/services/inputflinger/host/
H A DInputHost.cpp35 void InputHost::dump(String8& result) { function in class:android::InputHost
38 mDrivers[i]->dump(result);
/frameworks/support/compat/honeycomb/android/support/v4/app/
H A DActivityCompatHoneycomb.java32 static void dump(Activity activity, String prefix, FileDescriptor fd, method in class:ActivityCompatHoneycomb
34 activity.dump(prefix, fd, writer, args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIService.java40 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:SystemUIService
45 ui.dump(fd, pw, args);
52 ui.dump(fd, pw, args);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DBaseWifiLogger.java37 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:BaseWifiLogger
38 dump(pw);
43 protected synchronized void dump(PrintWriter pw) { method in class:BaseWifiLogger
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDebugService.java28 * A debug service that will dump telephony's state
32 * invokes the dump method.
45 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:DebugService
51 TelephonyMetrics.getInstance().dump(fd, pw, args);
56 PhoneFactory.dump(fd, pw, args);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioSourceDescriptor.cpp32 status_t AudioSourceDescriptor::dump(int fd) function in class:android::AudioSourceDescriptor
43 mDevice->dump(fd, 2 , 0);
48 status_t AudioSourceCollection::dump(int fd) const function in class:android::AudioSourceCollection
53 snprintf(buffer, SIZE, "\nAudio sources dump:\n");
56 snprintf(buffer, SIZE, "- Source %d dump:\n", keyAt(i));
58 valueAt(i)->dump(fd);
H A DAudioCollections.cpp40 status_t AudioRouteVector::dump(int fd, int spaces) const function in class:android::AudioRouteVector
53 itemAt(i)->dump(fd, 4);
/frameworks/base/tools/aapt/
H A DResourceIdCache.h26 static void dump(void);
/frameworks/compile/mclinker/include/mcld/Script/
H A DExprToken.h28 virtual void dump() const = 0;
/frameworks/native/services/sensorservice/
H A DSensorServiceUtils.h28 virtual std::string dump() const = 0;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h32 status_t dump(int fd, int spaces, int index) const;
52 status_t dump(int fd) const;
H A DAudioSourceDescriptor.h42 status_t dump(int fd);
56 status_t dump(int fd) const;

Completed in 1570 milliseconds

1234567891011>>