/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | GraphWriter.cpp | 208 ViewerKind Viewer = VK_None; in DisplayGraph() local 210 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph() 211 Viewer = VK_OSXOpen; in DisplayGraph() 213 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph() 214 Viewer = VK_Ghostview; in DisplayGraph() 215 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph() 216 Viewer = VK_XDGOpen; in DisplayGraph() 218 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph() 219 Viewer = VK_CmdStart; in DisplayGraph() 225 if (Viewer && in DisplayGraph() [all …]
|
/external/llvm/lib/Support/ |
D | GraphWriter.cpp | 199 ViewerKind Viewer = VK_None; in DisplayGraph() local 201 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph() 202 Viewer = VK_OSXOpen; in DisplayGraph() 204 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph() 205 Viewer = VK_Ghostview; in DisplayGraph() 206 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph() 207 Viewer = VK_XDGOpen; in DisplayGraph() 209 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph() 210 Viewer = VK_CmdStart; in DisplayGraph() 216 if (Viewer && in DisplayGraph() [all …]
|
/external/skqp/site/user/sample/ |
D | viewer.md | 1 Skia Viewer 3 …Viewer displays a series of slides that exhibit specific features of Skia, including the Skia gold… 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times. 14 The Viewer can be built using the regular GN build process, e.g. 23 …--skps <skp-file-path>` will load any `.skp` files in that directory for display within the Viewer. 40 To build Viewer as an Android App, you will need the 48 The Viewer APK must be built by gradle which can be invoked on the command line 57 To load resources in the Android Viewer place them in
|
/external/skia/site/user/sample/ |
D | viewer.md | 1 Skia Viewer 3 …Viewer displays a series of slides that exhibit specific features of Skia, including the Skia gold… 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times. 14 The Viewer can be built using the regular GN build process, e.g. 23 …--skps <skp-file-path>` will load any `.skp` files in that directory for display within the Viewer. 40 To build Viewer as an Android App, you will need the 48 The Viewer APK must be built by gradle which can be invoked on the command line 57 To load resources in the Android Viewer place them in
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 61 return new Viewer(argc, argv, platformData); in Create() 193 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer 541 void Viewer::initSlides() { in initSlides() 686 Viewer::~Viewer() { in ~Viewer() 711 void Viewer::updateTitle() { in updateTitle() 886 int Viewer::startupSlide() const { in startupSlide() 903 void Viewer::listNames() const { in listNames() 910 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide() 927 void Viewer::setupCurrentSlide() { in setupCurrentSlide() 959 void Viewer::changeZoomLevel(float delta) { in changeZoomLevel() [all …]
|
D | Viewer.h | 25 class Viewer : public sk_app::Application, sk_app::Window::Layer { 27 Viewer(int argc, char** argv, void* platformData); 28 ~Viewer() override;
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 60 return new Viewer(argc, argv, platformData); in Create() 172 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer 520 void Viewer::initSlides() { in initSlides() 651 Viewer::~Viewer() { in ~Viewer() 676 void Viewer::updateTitle() { in updateTitle() 835 int Viewer::startupSlide() const { in startupSlide() 852 void Viewer::listNames() const { in listNames() 859 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide() 876 void Viewer::setupCurrentSlide() { in setupCurrentSlide() 908 void Viewer::changeZoomLevel(float delta) { in changeZoomLevel() [all …]
|
D | Viewer.h | 25 class Viewer : public sk_app::Application, sk_app::Window::Layer { 27 Viewer(int argc, char** argv, void* platformData); 28 ~Viewer() override;
|
/external/python/cpython2/Demo/turtle/ |
D | about_turtledemo.txt | 6 Tiny demo Viewer to view turtle graphics example scripts.
|
/external/skqp/platform_tools/android/bin/ |
D | android_install_app | 33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
|
/external/skia/platform_tools/android/bin/ |
D | android_install_app | 33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
|
/external/skia/site/user/modules/ |
D | skottie.md | 74 Example code embedding Skottie into our Viewer app is 77 The Viewer or Skottie Android apps can be built following [these](https://skia.org/user/sample/view…
|
/external/skqp/site/user/modules/ |
D | skottie.md | 74 Example code embedding Skottie into our Viewer app is 77 The Viewer or Skottie Android apps can be built following [these](https://skia.org/user/sample/view…
|
/external/skia/site/user/special/ |
D | lua.md | 24 and `Viewer` should now have a `Lua` sample.
|
/external/skqp/site/user/special/ |
D | lua.md | 24 and `Viewer` should now have a `Lua` sample.
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | LICENSE.txt | 2 the named character classes and the Live DOM Viewer. 76 The following license applies to the Live DOM Viewer:
|
/external/skqp/site/dev/testing/ |
D | tests.md | 81 4. Run the GM inside Viewer:
|
/external/skia/site/dev/testing/ |
D | tests.md | 81 4. Run the GM inside Viewer:
|
/external/syzkaller/vendor/cloud.google.com/go/iam/ |
D | iam.go | 122 Viewer RoleName = "roles/viewer" const
|
/external/python/cpython2/Lib/idlelib/ |
D | README.txt | 171 Stack Viewer # StackViewer, PyShell.open_stack_viewer 172 Auto-open Stack Viewer # StackViewer
|
D | help.txt | 86 Stack Viewer -- Show the stack traceback of the last exception 87 Auto-open Stack Viewer (toggle) -- Open stack viewer on traceback
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 170 Stack Viewer # stackviewer, PyShell.open_stack_viewer 171 Auto-open Stack Viewer # stackviewer
|
/external/skia/site/dev/tools/ |
D | tracing.md | 12 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
|
/external/python/cpython2/Doc/library/ |
D | macosa.rst | 19 point of view. In the Apple Help Viewer these books are located in the Developer
|
/external/skqp/site/dev/tools/ |
D | tracing.md | 12 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
|