/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/tools/viewer/ |
D | Viewer.cpp | 51 return new Viewer(argc, argv, platformData); in Create() 55 Viewer* vv = reinterpret_cast<Viewer*>(userData); in on_backend_created_func() 61 Viewer* vv = reinterpret_cast<Viewer*>(userData); in on_paint_handler() 68 Viewer* viewer = reinterpret_cast<Viewer*>(userData); in on_touch_handler() 74 Viewer* viewer = reinterpret_cast<Viewer*>(userData); in on_ui_state_changed_handler() 92 Viewer* viewer = reinterpret_cast<Viewer*>(userData); in on_mouse_handler() 111 Viewer* viewer = reinterpret_cast<Viewer*>(userData); in on_key_handler() 124 Viewer* viewer = reinterpret_cast<Viewer*>(userData); in on_char_handler() 244 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer 451 void Viewer::initSlides() { in initSlides() [all …]
|
D | Viewer.h | 21 class Viewer : public sk_app::Application { 23 Viewer(int argc, char** argv, void* platformData); 24 ~Viewer() override;
|
/external/skia/site/user/sample/ |
D | viewer.md | 1 Skia Viewer 3 The Skia Viewer is another windowed app similar to SampleApp. Its main advantages over SampleApp ar… 9 In addition to displaying various aspects of Skia, the Viewer is used to debug and understand diffe… 11 * Observe rendering performance - pressing the 'f' key places the Viewer in frame rate mode. It con… 13 …`--skps <skp-file-path>` to load any `.skp` files to be displayed by the Viewer. Using `--match <s… 18 The Viewer can be built using the regular GN build process, e.g. 25 The Viewer APK must be built by gradle which can be invoked on the command line with the following …
|
/external/javassist/src/main/javassist/tools/web/ |
D | Viewer.java | 50 public class Viewer extends ClassLoader { class 59 Viewer cl = new Viewer(args[0], Integer.parseInt(args[1])); in main() 75 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/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/include/views/ |
D | SkWindow.h | 130 #error Android does not support SkOSWindow and SampleApp. Please use Viewer instead.
|
/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/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
|
D | HISTORY.txt | 178 Viewer menu, not by the debugger.)
|
D | NEWS.txt | 1110 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
|
/external/python/cpython2/Doc/library/ |
D | macosa.rst | 19 point of view. In the Apple Help Viewer these books are located in the Developer
|
D | idle.rst | 247 Stack Viewer 251 Auto-open Stack Viewer
|
D | logging.handlers.rst | 571 to see the events as you intended in the Event Log Viewer - it needs to be
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | README | 27 By default this Vnc Viewer will only do SSL. To do unencrypted traffic 223 Applet, so this is only reasonable security if the VNC Viewer
|
D | tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch | 185 + * SSLSocketToMe.java: add SSL encryption to Java VNC Viewer. 1635 ++ "If you do so, then you will only have to click \"Yes\" when this VNC Viewer\n" 1641 ++ "and thereby see no dialog from this VNC Viewer applet.\n" 2021 +m += "This VNC Viewer applet does not have its own keystore to track\n"; 2038 +m += "Should this VNC Viewer applet now connect to the above VNC server?\n";
|
D | ultravnc-102-JavaViewer-ssl-etc.patch | 2757 + * SSLSocketToMe.java: add SSL encryption to Java VNC Viewer. 4207 ++ "If you do so, then you will only have to click \"Yes\" when this VNC Viewer\n" 4213 ++ "and thereby see no dialog from this VNC Viewer applet.\n" 4593 +m += "This VNC Viewer applet does not have its own keystore to track\n"; 4610 +m += "Should this VNC Viewer applet now connect to the above VNC server?\n";
|
/external/skia/ |
D | BUILD.gn | 1552 "tools/viewer/Viewer.cpp",
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4498 in Apple Help Viewer format. 5992 (and Apple's Carbon and Cocoa documentation) through the Help Viewer. 5994 Help Viewer compatible form and installing it.
|
/external/libvncserver/ |
D | ChangeLog | 4204 to UltraVNC Java Viewer (has filetransfer gui). Fix UltraVNC bugs
|