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

1234567891011>>

/frameworks/native/services/surfaceflinger/tests/transform/
H A DTransformTest.cpp31 tr90.dump("tr90");
32 trFH.dump("trFH");
33 trFV.dump("trFV");
35 tr90FH.dump("tr90FH");
36 tr90FV.dump("tr90FV");
38 (trFH*tr90).dump("trFH*tr90");
39 (trFV*tr90).dump("trFV*tr90");
41 (tr90*trFH).dump("tr90*trFH");
42 (tr90*trFV).dump("tr90*trFV");
/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/tests/src/android/support/v17/leanback/widget/
H A DSingleRowTest.java33 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
36 assertEquals(dump(mSingleRow) + " Should filled 3 items",
40 assertEquals(dump(mSingleRow) + " Should filled 4 items",
44 assertEquals(dump(mSingleRow) + " Should filled 6 items",
54 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
57 assertEquals(dump(mSingleRow) + " Should filled 6 items",
61 assertEquals(dump(mSingleRow) + " visible index should start from 1",
65 assertEquals(dump(mSingleRow) + " visible index should start from 0",
77 assertEquals(dump(mSingleRow) + " Should filled 2 items", 1, mSingleRow.mLastVisibleIndex);
80 assertEquals(dump(mSingleRo
[all...]
H A DStaggeredGridDefaultTest.java35 assertEquals(dump(mStaggeredGrid) + " Should fill 8 items",
39 assertEquals(dump(mStaggeredGrid) + " Should fill 9 items",
42 assertEquals(dump(mStaggeredGrid) + " last item should be placed on row 1",
51 assertEquals(dump(mStaggeredGrid) + " should fill 9 items",
55 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
H A DAudioWatchdog.cpp28 void AudioWatchdogDump::dump(int fd) function in class:android::AudioWatchdogDump
132 void AudioWatchdog::setDump(AudioWatchdogDump *dump) argument
134 mDump = dump != NULL ? dump : &mDummyDump;
/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);
H A DInputHost.h46 virtual void dump(String8& result) = 0;
55 virtual void dump(String8& result) override;
/frameworks/support/v4/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/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
46 log("dump: +");
47 PhoneFactory.dump(fd, pw, args);
48 log("dump: -");
/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/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 DEffectDescriptor.h31 status_t dump(int fd);
53 status_t dump(int fd);
H A DAudioGain.h31 void dump(int fd, int spaces, int index) const;
/frameworks/av/services/camera/libcameraservice/utils/
H A DCameraTraces.h36 * <p>Use CameraTraces::dump to print out the traces.</p>
45 static status_t dump(int fd, const Vector<String16>& args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeComponent.java31 void dump(FileDescriptor fd, PrintWriter pw, String[] args); method in interface:VolumeComponent

Completed in 530 milliseconds

1234567891011>>