Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGraphWriter.cpp207 ViewerKind Viewer = VK_None; in DisplayGraph() local
209 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()
210 Viewer = VK_OSXOpen; in DisplayGraph()
212 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()
213 Viewer = VK_Ghostview; in DisplayGraph()
214 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph()
215 Viewer = VK_XDGOpen; in DisplayGraph()
217 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph()
218 Viewer = VK_CmdStart; in DisplayGraph()
224 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/docs/user/sample/
Dviewer.md3 title: "Skia Viewer"
4 linkTitle: "Skia Viewer"
8Viewer displays a series of slides that exhibit specific features of Skia, including the Skia GMs …
10 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
19 The Viewer can be built using the regular GN build process, e.g.
29 for display within the Viewer.
52 To build Viewer as an Android App, first follow the
68 The Viewer APK must be built by gradle which can be invoked on the command line
77 To load resources in the Android Viewer place them in
86 Viewer on iOS is built using the regular GN process, e.g.
[all …]
/external/javassist/src/main/javassist/tools/web/
DViewer.java53 public class Viewer extends ClassLoader { class
62 Viewer cl = new Viewer(args[0], Integer.parseInt(args[1])); in main()
78 public Viewer(String host, int p) { in Viewer() method in Viewer
/external/javassist/sample/duplicate/
DViewer.java7 public class Viewer extends Applet class
70 Viewer view = new Viewer(); in main()
/external/javassist/sample/rmi/
DCountApplet.java8 import javassist.tools.web.Viewer;
33 Viewer cl = (Viewer)getClass().getClassLoader(); in applicationInit()
/external/skia/tools/viewer/
DViewer.cpp99 GrContextOptions::ShaderErrorHandler* Viewer::ShaderErrorHandler() { return &gShaderErrorHandler; } in ShaderErrorHandler()
108 return new Viewer(argc, argv, platformData); in Create()
339 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer
766 void Viewer::initSlides() { in initSlides()
934 Viewer::~Viewer() { in ~Viewer()
963 void Viewer::updateTitle() { in updateTitle()
1129 int Viewer::startupSlide() const { in startupSlide()
1146 void Viewer::listNames() const { in listNames()
1153 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide()
1174 SkISize Viewer::currentSlideSize() const { in currentSlideSize()
[all …]
DViewer.h32 class Viewer : public sk_app::Application, sk_app::Window::Layer {
34 Viewer(int argc, char** argv, void* platformData);
35 ~Viewer() override;
DSkSLSlide.cpp112 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
/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/skia/site/docs/user/modules/
Dskottie.md88 Example code embedding Skottie into our Viewer app is
91 The Viewer or Skottie Android apps can be built following
/external/python/google-auth-library-python/
DCONTRIBUTING.rst97 - Pub/Sub Viewer (for gRPC tests)
98 - Storage Object Viewer (for impersonated credentials tests)
99 - DNS Viewer (for workload identity federation tests)
/external/skia/modules/canvaskit/
Dviewer_bindings.cpp46 EMSCRIPTEN_BINDINGS(Viewer) { in EMSCRIPTEN_BINDINGS() argument
/external/skia/src/core/
DSkVMBlitter.h111 friend class Viewer; variable
/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/skia/site/docs/dev/testing/
Dtests.md74 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
/external/python/cpython3/Lib/idlelib/
DREADME.txt171 Stack Viewer # stackviewer, PyShell.open_stack_viewer
172 Auto-open Stack Viewer # stackviewer
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dpod_viewer.proto2 // the Pod Viewer tool.
/external/python/cpython2/Doc/library/
Dmacosa.rst19 point of view. In the Apple Help Viewer these books are located in the Developer
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.debuginfo.hlsl.frag162 // Viewer to fragment
Dspv.debuginfo.glsl.frag159 // Viewer to fragment
/external/deqp-deps/glslang/Test/
Dspv.debuginfo.glsl.frag159 // Viewer to fragment
Dspv.debuginfo.hlsl.frag162 // Viewer to fragment

12