HomeSort by relevance Sort by last modified time
    Searched refs:dump (Results 1401 - 1425 of 3569) sorted by null

<<51525354555657585960>>

  /cts/tests/tests/content/src/android/content/pm/cts/
ResolveInfoTest.java 70 // Test dump
73 resolveInfo.dump(printer, prefix);
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 58 * Test that {@link IBinder#dump(java.io.FileDescriptor, String[])} on all
60 * {@link android.Manifest.permission#DUMP} permission.
102 serviceBinder.dump(out.getFD(), new String[0]);
105 if ((msg == null) || msg.contains("android.permission.DUMP")) {
106 // Service correctly checked for DUMP permission, yay
109 // probably not checking for DUMP.
113 // SELinux likely prevented the dump - assume safe
119 // Verify that dump produced minimal output
134 fail("dump() for " + service + " produced several lines of output; this "
136 + "single line when the caller doesn't have DUMP permission.")
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 100 public void dump() { method in class:MonkeyNetworkMonitor
  /device/asus/fugu/libaudio/
AudioOutput.h 99 virtual void dump(String8& result) = 0;
AudioStreamOut.h 47 status_t dump(int fd);
  /device/generic/goldfish/camera/
EmulatedCamera.h 258 /* Actual handler for camera_device_ops_t::dump callback.
356 static int dump(struct camera_device* dev, int fd);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 149 status_t MemPool::dump(int fd, const Vector<String16>& args) const function in class:android::MemPool
155 snprintf(buffer, 255, "QualcommCameraHardware::AshmemPool::dump\n");
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 109 dump: android::dump,
517 int dump(struct camera_device * device, int fd) function in namespace:android
523 rc = hardware->dump( fd );
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 79 QCAMERA_SM_EVT_DUMP, // dump
173 String8 dump(); //returns the state information in a string
  /external/autotest/site_utils/autoupdate/
full_release_test_test.py 101 '--dump',
134 '--dump',
167 '--dump',
261 '--dump',
294 '--dump',
  /external/autotest/site_utils/
team_extract.py 77 json.dump(extracted, f)
  /external/chromium-trace/catapult/third_party/html5lib-python/utils/
entities.py 82 json.dump(tests_json, open("namedEntities.test", "w"), indent=4)
  /external/clang/lib/Serialization/
Module.cpp 68 void ModuleFile::dump() { function in class:ModuleFile
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
CoverageTransformer.java 92 classFileDumper.dump(classname, classfileBuffer);
  /external/jetty/src/java/org/eclipse/jetty/client/
AbstractHttpConnection.java 454 * @see org.eclipse.jetty.util.component.Dumpable#dump()
456 public String dump() method in class:AbstractHttpConnection
458 return AggregateLifeCycle.dump(this);
463 * @see org.eclipse.jetty.util.component.Dumpable#dump(java.lang.Appendable, java.lang.String)
465 public void dump(Appendable out, String indent) throws IOException method in class:AbstractHttpConnection
470 AggregateLifeCycle.dump(out,indent,Collections.singletonList(_endp));
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 507 FnIR->dump();
519 FnIR->dump();
532 FnIR->dump();
586 TheModule->dump();
  /external/llvm/include/llvm/Analysis/
IVUsers.h 178 /// dump - This method is used for debugging.
179 void dump() const;
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 57 void dump() const;
ScheduleDFS.h 62 void dump() const;
VirtRegMap.h 181 void dump() const;
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 143 virtual void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) = 0;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 41 void dump(raw_ostream &OS, DWARFUnit *u, unsigned recurseDepth,
  /external/llvm/include/llvm/IR/
ConstantRange.h 279 void dump() const;
  /external/llvm/include/llvm/Option/
Option.h 199 void dump() const;
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 31 void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType) {} function in class:PDBContext

Completed in 376 milliseconds

<<51525354555657585960>>