Home
last modified time | relevance | path

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

/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/tools/viewer/
DViewer.cpp51 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 …]
DViewer.h21 class Viewer : public sk_app::Application {
23 Viewer(int argc, char** argv, void* platformData);
24 ~Viewer() override;
/external/skia/site/user/sample/
Dviewer.md1 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/
DViewer.java50 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/
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/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/include/views/
DSkWindow.h130 #error Android does not support SkOSWindow and SampleApp. Please use Viewer instead.
/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/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
DHISTORY.txt178 Viewer menu, not by the debugger.)
DNEWS.txt1110 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
/external/python/cpython2/Doc/library/
Dmacosa.rst19 point of view. In the Apple Help Viewer these books are located in the Developer
Didle.rst247 Stack Viewer
251 Auto-open Stack Viewer
Dlogging.handlers.rst571 to see the events as you intended in the Event Log Viewer - it needs to be
/external/libvncserver/webclients/java-applet/ssl/
DREADME27 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
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch185 + * 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";
Dultravnc-102-JavaViewer-ssl-etc.patch2757 + * 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/
DBUILD.gn1552 "tools/viewer/Viewer.cpp",
/external/python/cpython2/Misc/
DHISTORY4498 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/
DChangeLog4204 to UltraVNC Java Viewer (has filetransfer gui). Fix UltraVNC bugs