/frameworks/native/services/sensorservice/ |
SensorFusion.h | 71 void dump(String8& result);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
FramebufferSurface.h | 48 // Implementation of DisplaySurface::dump(). Note that ConsumerBase also 49 // has a non-virtual dump() with the same signature. 50 virtual void dump(String8& result) const;
|
/hardware/intel/img/hwcomposer/include/ |
DummyDevice.h | 58 virtual void dump(Dump& d);
|
/hardware/libhardware/modules/camera/ |
Stream.h | 47 void dump(int fd);
|
/hardware/qcom/display/msm8084/liboverlay/pipes/ |
overlayGenPipe.h | 74 /* dump the state of the object */ 75 void dump() const; 76 /* Return the dump in the specified buffer */
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
overlayGenPipe.h | 72 /* dump the state of the object */ 73 void dump() const; 74 /* Return the dump in the specified buffer */
|
/hardware/qcom/display/msm8960/liboverlay/pipes/ |
overlayGenPipe.cpp | 208 void GenericPipe::dump() const function in class:overlay::GenericPipe 210 ALOGE("== Dump Generic pipe start =="); 213 mCtrlData.ctrl.dump(); 214 mCtrlData.data.dump(); 215 mRot->dump(); 216 ALOGE("== Dump Generic pipe end ==");
|
overlayGenPipe.h | 73 /* dump the state of the object */ 74 void dump() const; 75 /* Return the dump in the specified buffer */
|
/hardware/qcom/display/msm8974/liboverlay/pipes/ |
overlayGenPipe.h | 72 /* dump the state of the object */ 73 void dump() const; 74 /* Return the dump in the specified buffer */
|
/ndk/build/tools/ |
build-llvm.sh | 142 dump "Using C compiler: $CC" 143 dump "Using C++ compiler: $CXX" 181 dump "Disable polly because $SRC_DIR/$TOOLCHAIN/polly doesn't exist" 242 dump "Configure: $TOOLCHAIN toolchain build" 284 dump "Building : llvm toolchain [this can take a long time]." 291 dump "Running : llvm toolchain regression test" 296 dump "Running : polly toolchain regression test" 304 dump "Install : llvm toolchain binaries" 327 dump "Copy : mclinker source" 341 dump "Configure: mclinker against $TOOLCHAIN [all...] |
patch-sources.sh | 83 dump "Done!"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
tool.py | 34 json.dump(obj, outfile, sort_keys=True,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_constants.py | 218 def dump(f, d, prefix): function 242 dump(f, OPCODES, "SRE_OP") 243 dump(f, ATCODES, "SRE") 244 dump(f, CHCODES, "SRE")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
tool.py | 34 json.dump(obj, outfile, sort_keys=True,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_constants.py | 218 def dump(f, d, prefix): function 242 dump(f, OPCODES, "SRE_OP") 243 dump(f, ATCODES, "SRE") 244 dump(f, CHCODES, "SRE")
|
/system/core/healthd/ |
BatteryPropertiesRegistrar.h | 43 status_t dump(int fd, const Vector<String16>& args);
|
/system/core/include/sysutils/ |
NetlinkEvent.h | 52 void dump();
|
/system/core/include/utils/ |
CallStack.h | 38 // Immediately dump it to logcat using the given logtag. 46 // The default is to dump the stack of the current call. 49 // Dump a stack trace to the log using the supplied logtag. 54 // Dump a stack trace to the specified file descriptor. 55 void dump(int fd, int indent = 0, const char* prefix = 0) const; 60 // Dump a serialized representation of the stack trace to the specified printer.
|
ProcessCallStack.h | 48 // Dump all stack traces to the specified file descriptor. 49 void dump(int fd, int indent = 0, const char* prefix = 0) const; 54 // Dump a serialized representation of all the stack traces to the specified printer.
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
ViewDebug$ViewServer.class | |
/dalvik/dx/tests/101-verify-wide-math/ |
run | 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
|
/dalvik/dx/tests/102-verify-nonwide-math/ |
run | 22 dx --debug --dex --dump-method="op_$1.test*" op_"$1".class
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateSet.cpp | 39 void SkSet::dump(SkAnimateMaker* maker) { function in class:SkSet 40 INHERITED::dump(maker);
|
/external/chromium_org/third_party/skia/tools/lua/ |
dumpops.lua | 26 -- dump the params in t, specifically showing the verb first, which we
|
/external/llvm/lib/IR/ |
ValueSymbolTable.cpp | 109 // dump - print out the symbol table 111 void ValueSymbolTable::dump() const { function in class:ValueSymbolTable 115 I->getValue()->dump();
|