/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | GraphWriter.cpp | 207 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/ |
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/skia/site/docs/user/sample/ |
D | viewer.md | 3 title: "Skia Viewer" 4 linkTitle: "Skia Viewer" 8 …Viewer 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/ |
D | Viewer.java | 53 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/ |
D | Viewer.java | 7 public class Viewer extends Applet class 70 Viewer view = new Viewer(); in main()
|
/external/javassist/sample/rmi/ |
D | CountApplet.java | 8 import javassist.tools.web.Viewer; 33 Viewer cl = (Viewer)getClass().getClassLoader(); in applicationInit()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 99 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 …]
|
D | Viewer.h | 32 class Viewer : public sk_app::Application, sk_app::Window::Layer { 34 Viewer(int argc, char** argv, void* platformData); 35 ~Viewer() override;
|
D | SkSLSlide.cpp | 112 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
|
/external/python/cpython2/Demo/turtle/ |
D | about_turtledemo.txt | 6 Tiny demo Viewer to view turtle graphics example scripts.
|
/external/skia/platform_tools/android/bin/ |
D | android_install_app | 33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
|
/external/skia/site/docs/user/modules/ |
D | skottie.md | 88 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/ |
D | CONTRIBUTING.rst | 97 - 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/ |
D | viewer_bindings.cpp | 46 EMSCRIPTEN_BINDINGS(Viewer) { in EMSCRIPTEN_BINDINGS() argument
|
/external/skia/src/core/ |
D | SkVMBlitter.h | 111 friend class Viewer; variable
|
/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/skia/site/docs/dev/testing/ |
D | tests.md | 74 4. Run the GM inside Viewer:
|
/external/python/cpython2/Lib/idlelib/ |
D | README.txt | 171 Stack Viewer # StackViewer, PyShell.open_stack_viewer 172 Auto-open Stack Viewer # StackViewer
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 171 Stack Viewer # stackviewer, PyShell.open_stack_viewer 172 Auto-open Stack Viewer # stackviewer
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | pod_viewer.proto | 2 // the Pod Viewer tool.
|
/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/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.debuginfo.hlsl.frag | 162 // Viewer to fragment
|
D | spv.debuginfo.glsl.frag | 159 // Viewer to fragment
|
/external/deqp-deps/glslang/Test/ |
D | spv.debuginfo.glsl.frag | 159 // Viewer to fragment
|
D | spv.debuginfo.hlsl.frag | 162 // Viewer to fragment
|