/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.cpp | 464 // Dump a block by name 473 B->dump(); 495 // Dump an instruction by nane 499 I->dump(); 502 // Dump an instruction and all dependent instructions 514 I->dump(); 518 // Dump an instruction and all dependent instructions 527 // Dump the parent for Instruction, block or function 530 I->getParent()->dump(); 535 B->getParent()->dump(); [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_shader.c | 673 bool dump; local 675 dump = debug_get_bool_option("RADEON_DUMP_SHADERS", FALSE); 698 /* Dump TGSI code before doing TGSI->LLVM conversion in case the 700 if (dump) { 712 if (dump) { 715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump); 716 if (dump) {
|
/external/skia/src/core/ |
SkClipStack.cpp | 850 void SkClipStack::Element::dump() const { function in class:SkClipStack::Element 886 this->getRect().dump(); 890 this->getRRect().dump(); 894 this->getPath().dump(true); 899 void SkClipStack::dump() const { function in class:SkClipStack 903 e->dump();
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/ |
proguard-gradle-4.10.jar | |
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/ |
proguard-gradle-4.11.jar | |
/build/core/ |
product_config.mk | 216 ifneq (,$(filter product-graph dump-products, $(MAKECMDGOALS))) 233 ifneq ($(filter dump-products, $(MAKECMDGOALS)),) 234 $(dump-products)
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
icuzdump.cpp | 127 void dump(ostream& out) { function in class:ICUZDump 308 << "\t-a : Dump all available zones." << endl 314 << "\t : When specified, dump transitions starting <low_year>" << endl 396 dumper.dump(*fout); 418 dumper.dump(cout);
|
/external/icu/icu4c/source/tools/tzcode/ |
icuzdump.cpp | 127 void dump(ostream& out) { function in class:ICUZDump 308 << "\t-a : Dump all available zones." << endl 314 << "\t : When specified, dump transitions starting <low_year>" << endl 396 dumper.dump(*fout); 418 dumper.dump(cout);
|
/external/llvm/lib/CodeGen/ |
LexicalScopes.cpp | 333 /// dump - Print data structures. 334 void LexicalScope::dump(unsigned Indent) const { function in class:LexicalScope 341 N->dump(); 349 Children[i]->dump(Indent + 2);
|
/external/llvm/utils/TableGen/ |
CodeGenSchedule.h | 92 void dump() const; 156 void dump(const CodeGenSchedModels *SchedModels) const; 214 void dump() const;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
PowerUI.java | 220 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { method in class:PowerUI 246 mWarnings.dump(pw); 258 void dump(PrintWriter pw); method in interface:PowerUI.WarningsUI
|
/frameworks/native/libs/ui/ |
FramebufferNativeWindow.cpp | 202 void FramebufferNativeWindow::dump(String8& result) { function in class:android::FramebufferNativeWindow 203 if (fbDev->common.version >= 1 && fbDev->dump) { 207 fbDev->dump(fbDev, buffer, SIZE);
|
/hardware/libhardware/modules/audio/ |
audio_hw.c | 239 out->stream.common.dump = out_dump; 351 in->stream.common.dump = in_dump; 420 adev->device.dump = adev_dump;
|
/ndk/build/tools/ |
build-host-python.sh | 347 dump "$TEXT Building" 405 dump "$(bh_host_text) python-$BH_HOST_ARCH-$2: Installing" 445 dump "$(bh_host_text) $PACKAGENAME: Packaging"
|
/ndk/tests/abcc/jni/ |
Abcc.cpp | 177 runCmd(cmd, /*dump=*/true); 207 runCmd(os.str(), /*dump=*/true); 252 runCmd(cmd, /*dump=*/true); 274 void BitcodeCompiler::runCmd(std::string cmd, bool dump) { 277 if (dump) { 283 if (dump) {
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ApplicationInfoTest.java | 93 mApplicationInfo.dump(p, prefix);
|
ResolveInfoTest.java | 70 // Test dump 73 resolveInfo.dump(printer, prefix);
|
/cts/tests/tests/security/src/android/security/cts/ |
ServicePermissionsTest.java | 57 * Test that {@link IBinder#dump(java.io.FileDescriptor, String[])} on all 59 * {@link android.Manifest.permission#DUMP} permission. 101 serviceBinder.dump(out.getFD(), new String[0]); 104 if ((msg == null) || msg.contains("android.permission.DUMP")) { 105 // Service correctly checked for DUMP permission, yay 108 // probably not checking for DUMP. 112 // SELinux likely prevented the dump - assume safe 118 // Verify that dump produced minimal output 133 fail("dump() for " + service + " produced several lines of output; this " 135 + "single line when the caller doesn't have DUMP permission.") [all...] |
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
EditorInfoTest.java | 76 info.dump(printer, prefix);
|
/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 | 45 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/lge/mako/camera/QCamera/HAL/wrapper/ |
QualcommCamera.cpp | 108 dump: android::dump, 494 int dump(struct camera_device * device, int fd) function in namespace:android 500 rc = hardware->dump( fd );
|
/device/lge/mako/camera/ |
QualcommCamera2.cpp | 108 .dump = android::dump, 513 int dump(struct camera_device * device, int fd) function in namespace:android 519 rc = hardware->dump( fd );
|