Home
last modified time | relevance | path

Searched refs:Viewer (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DGraphWriter.cpp208 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/
DGraphWriter.cpp199 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/skia/site/user/sample/
Dviewer.md1 Skia Viewer
3Viewer 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.
24 for display within the Viewer.
47 To build Viewer as an Android App, first follow the
63 The Viewer APK must be built by gradle which can be invoked on the command line
72 To load resources in the Android Viewer place them in
81 Viewer on iOS is built using the regular GN process, e.g.
92 Viewer will
[all …]
/external/skqp/site/user/sample/
Dviewer.md1 Skia Viewer
3Viewer 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/skqp/tools/viewer/
DViewer.cpp60 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 …]
DViewer.h25 class Viewer : public sk_app::Application, sk_app::Window::Layer {
27 Viewer(int argc, char** argv, void* platformData);
28 ~Viewer() override;
/external/skia/tools/viewer/
DViewer.cpp79 return new Viewer(argc, argv, platformData); in Create()
250 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer
625 void Viewer::initSlides() { in initSlides()
771 Viewer::~Viewer() { in ~Viewer()
796 void Viewer::updateTitle() { in updateTitle()
969 int Viewer::startupSlide() const { in startupSlide()
986 void Viewer::listNames() const { in listNames()
993 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide()
1010 void Viewer::setupCurrentSlide() { in setupCurrentSlide()
1042 void Viewer::changeZoomLevel(float delta) { in changeZoomLevel()
[all …]
DViewer.h30 class Viewer : public sk_app::Application, sk_app::Window::Layer {
32 Viewer(int argc, char** argv, void* platformData);
33 ~Viewer() override;
/external/python/cpython2/Demo/turtle/
Dabout_turtledemo.txt6 Tiny demo Viewer to view turtle graphics example scripts.
/external/skia/platform_tools/android/bin/
Dandroid_install_app33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
/external/skqp/platform_tools/android/bin/
Dandroid_install_app33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
/external/skqp/site/user/modules/
Dskottie.md74 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/modules/
Dskottie.md77 Example code embedding Skottie into our Viewer app is
80 The Viewer or Skottie Android apps can be built following [these](https://skia.org/user/sample/view…
/external/skia/site/user/special/
Dlua.md24 and `Viewer` should now have a `Lua` sample.
/external/skqp/site/user/special/
Dlua.md24 and `Viewer` should now have a `Lua` sample.
/external/owasp/sanitizer/lib/htmlparser-1.3/
DLICENSE.txt2 the named character classes and the Live DOM Viewer.
76 The following license applies to the Live DOM Viewer:
/external/skqp/site/dev/testing/
Dtests.md81 4. Run the GM inside Viewer:
/external/skia/site/dev/testing/
Dtests.md81 4. Run the GM inside Viewer:
/external/python/cpython2/Lib/idlelib/
DREADME.txt171 Stack Viewer # StackViewer, PyShell.open_stack_viewer
172 Auto-open Stack Viewer # StackViewer
Dhelp.txt86 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/
DREADME.txt170 Stack Viewer # stackviewer, PyShell.open_stack_viewer
171 Auto-open Stack Viewer # stackviewer
DHISTORY.txt178 Viewer menu, not by the debugger.)
/external/skqp/site/dev/tools/
Dtracing.md12 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
/external/skia/site/dev/tools/
Dtracing.md12 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
/external/python/cpython2/Doc/library/
Dmacosa.rst19 point of view. In the Apple Help Viewer these books are located in the Developer

12