/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/themes/ |
H A D | dark.ts | 60 /* Log Viewer */ 61 --sys-log-viewer-color-primary: var(--md-sys-color-primary); 62 --sys-log-viewer-color-on-primary: var(--md-sys-color-on-primary); 63 --sys-log-viewer-color-bg: var(--md-sys-color-surface); 66 --sys-log-viewer-color-view-outline: var(--md-sys-color-outline-variant); 69 --sys-log-viewer-color-controls-bg: var( 72 --sys-log-viewer-color-controls-text: var( 75 --sys-log-viewer-color-controls-input-outline: transparent; 76 --sys-log-viewer-color-controls-input-bg: var(--md-sys-color-surface); 77 --sys-log-viewer-color-controls-button-enabled: var( [all …]
|
H A D | light.ts | 63 /* Log Viewer */ 64 --sys-log-viewer-color-primary: var(--md-sys-color-primary); 65 --sys-log-viewer-color-on-primary: var(--md-sys-color-on-primary); 66 --sys-log-viewer-color-bg: var(--md-sys-color-surface); 69 --sys-log-viewer-color-view-outline: var(--md-sys-color-outline); 72 --sys-log-viewer-color-controls-bg: var(--md-sys-color-primary-90); 73 --sys-log-viewer-color-controls-text: var( 76 --sys-log-viewer-color-controls-input-outline: transparent; 77 --sys-log-viewer-color-controls-input-bg: var( 80 --sys-log-viewer-color-controls-button-enabled: var( [all …]
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/html/ |
H A D | style.css | 20 background-color: var(--sys-log-viewer-color-bg); 43 --sys-log-viewer-view-outline-width: 1px; 44 --sys-log-viewer-view-corner-radius: 0.5rem; 111 /* Log Viewer */ 112 --sys-log-viewer-color-bg: var(--md-sys-color-surface); 115 --sys-log-viewer-color-view-outline: var(--md-sys-color-outline-variant); 118 --sys-log-viewer-color-controls-bg: var(--md-sys-color-surface-container-high); 119 --sys-log-viewer-color-controls-text: var(--md-sys-color-on-surface-variant); 120 --sys-log-viewer-color-controls-input-outline: transparent; 121 --sys-log-viewer-color-controls-input-bg: var(--md-sys-color-surface); [all …]
|
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
HD | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | CommandOptionsTest.kt | 40 private const val TEST_VIEWER_CONFIG_FILE_PATH = "/some/viewer/config/file/path.pb" 42 "/some/viewer/config/file/path.json.gz" 74 "--viewer-config-file-path $TEST_VIEWER_CONFIG_FILE_PATH " + in transformClasses() 75 "--legacy-viewer-config-file-path $TEST_LEGACY_VIEWER_CONFIG_FILE_PATH " + in transformClasses() 96 "--legacy-viewer-config-file-path $TEST_LEGACY_VIEWER_CONFIG_FILE_PATH " + in transformClasses_noViewerConfigFile() 102 assertThat(exception).hasMessageThat().contains("--viewer-config-file-path") in transformClasses_noViewerConfigFile() 111 "--viewer-config-file-path $TEST_VIEWER_CONFIG_FILE_PATH " + in transformClasses_noLegacyViewerConfigFile() 132 "--viewer-config-file-path $TEST_VIEWER_CONFIG_FILE_PATH " + in transformClasses_noLegacyOutputFile() 133 "--legacy-viewer-config-file-path $TEST_LEGACY_VIEWER_CONFIG_FILE_PATH " + in transformClasses_noLegacyOutputFile() 152 "--viewer-config-file-path $TEST_VIEWER_CONFIG_FILE_PATH " + in transformClasses_noProtoLogClass() [all …]
|
/aosp_15_r20/external/skia/ |
H A D | BUILD.gn | 3070 # sk_app can work without GL but viewer always runs raster through a GL window context. 3072 test_app("viewer") { 3075 "tools/viewer/3DSlide.cpp", 3076 "tools/viewer/AndroidShadowsSlide.cpp", 3077 "tools/viewer/AnimBlurSlide.cpp", 3078 "tools/viewer/AnimTimer.h", 3079 "tools/viewer/AnimatedImageSlide.cpp", 3080 "tools/viewer/AnimatedRectsSlide.cpp", 3081 "tools/viewer/AnimatedTextSlide.cpp", 3082 "tools/viewer/ArcSlide.cpp", [all …]
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/components/log-list/ |
H A D | log-list.styles.ts | 23 background-color: var(--sys-log-viewer-color-table-bg); 24 color: var(--sys-log-viewer-color-table-text); 57 background-color: var(--sys-log-viewer-color-table-header-bg); 58 color: var(--sys-log-viewer-color-table-header-text); 65 border-bottom: 1px solid var(--sys-log-viewer-color-table-cell-outline); 75 --icon-color: var(--sys-log-viewer-color-info); 79 --bg-color: var(--sys-log-viewer-color-surface-yellow); 80 --text-color: var(--sys-log-viewer-color-on-surface-yellow); 81 --icon-color: var(--sys-log-viewer-color-orange-bright); 86 --bg-color: var(--sys-log-viewer-color-surface-error); [all …]
|
/aosp_15_r20/development/tools/winscope/src/app/ |
H A D | mediator.ts | 53 import {View, Viewer, ViewType} from 'viewers/viewer'; 75 private viewers: Viewer[] = []; 242 for (const viewer of this.viewers) { constant 243 await viewer.onWinscopeEvent(activeTraceChanged); 274 for (const viewer of this.viewers) { constant 275 await viewer.onWinscopeEvent(event); 282 for (const viewer of this.viewers) { constant 283 await viewer.onWinscopeEvent(event); 311 (viewer) => viewer.getViews()[0].type === ViewType.GLOBAL_SEARCH, 342 (viewer) => viewer.getViews()[0].type === ViewType.GLOBAL_SEARCH, [all …]
|
/aosp_15_r20/external/skia/site/docs/user/sample/ |
H A 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. 22 ninja -C out/Release viewer 26 <skia-path>/out/Release/viewer --resourcePath <skia-path>/resources 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 [all …]
|
/aosp_15_r20/external/javassist/src/main/javassist/tools/web/ |
H A D | Viewer.java | 25 * A sample applet viewer. 27 * <p>This is a sort of applet viewer that can run any program even if 33 * <pre>% java javassist.tools.web.Viewer <i>host port</i> Main arg1, ...</pre> 38 * Only the class file for <code>Viewer</code> must exist 41 * <code>Viewer</code> uses only Java core API classes. 43 * <p>Note: since a <code>Viewer</code> object is a class loader, 44 * a program loaded by this object can call a method in <code>Viewer</code>. 48 * Viewer v = (Viewer)this.getClass().getClassLoader(); 53 public class Viewer extends ClassLoader { class 62 Viewer cl = new Viewer(args[0], Integer.parseInt(args[1])); in main() [all …]
|
/aosp_15_r20/frameworks/base/tools/protologtool/ |
H A D | README.md | 3 Code transformation tool and viewer for ProtoLog. 15 --viewer-config-file-path <protobuf viewer config file path> 16 --legacy-viewer-config-file-path <legacy json.gz viewer config file path> 46 ### Viewer config generation 48 Command: `generate-viewer-config 52 --viewer-config-type <proto|json> 53 --viewer-config <viewer.json> 57 it writes a viewer configuration file with following schema: 80 Command: `read-log --viewer-config <viewer.json> <wm_log.pb>` 89 * log viewer for reading binary logs, [all …]
|
/aosp_15_r20/development/tools/winscope/src/app/components/ |
H A D | app_component.ts | 63 import {Viewer} from 'viewers/viewer'; 352 viewers: Viewer[] = []; 408 if (!customElements.get('viewer-input-method')) { 410 'viewer-input-method', 414 if (!customElements.get('viewer-protolog')) { 416 'viewer-protolog', 420 if (!customElements.get('viewer-media-based')) { 422 'viewer-media-based', 426 if (!customElements.get('viewer-surface-flinger')) { 428 'viewer-surface-flinger', [all …]
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 22 cl::desc("Execute graph viewer in the background. Creates tmp file litter.")); 80 // Execute the graph viewer. Return true if there were errors. 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() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 33 cl::desc("Execute graph viewer in the background. Creates tmp file litter.")); 92 // Execute the graph viewer. Return true if there were errors. 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() [all …]
|
/aosp_15_r20/external/pigweed/pw_web/ |
H A D | docs.rst | 164 Log Viewer Component 166 The NPM package also includes a log viewer component that can be embedded in any 168 supports defining your own log source. See :ref:`module-pw_web-log-viewer` for 176 <div id="log-viewer-container"></div> 183 '#log-viewer-container' 191 The code above will render a working log viewer that just streams mock 199 <div id="log-viewer-container"></div> 212 '#log-viewer-container' 221 You can define a custom log source that works with the log viewer component by 259 Only fields that exist in the Log Source will render as columns in the Log Viewer. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 44 cl::desc("Execute graph viewer in the background. " in call() 134 // Execute the graph viewer. Return true if there were errors. 249 ViewerKind Viewer = VK_None; in DisplayGraph() local 251 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph() 252 Viewer = VK_OSXOpen; in DisplayGraph() 254 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph() 255 Viewer = VK_Ghostview; in DisplayGraph() 256 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph() 257 Viewer = VK_XDGOpen; in DisplayGraph() 259 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | youtube_v3.commentThreads.html | 121 "canRate": True or False, # Whether the current viewer can rate this comment. 128 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 131 …"viewerRating": "A String", # The rating the viewer has given to this comment.… 137 …Reply": True or False, # Whether the current viewer of the thread can reply to it. This is vi… 151 "canRate": True or False, # Whether the current viewer can rate this comment. 158 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 161 …"viewerRating": "A String", # The rating the viewer has given to this comment.… 194 "canRate": True or False, # Whether the current viewer can rate this comment. 201 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 204 …"viewerRating": "A String", # The rating the viewer has given to this comment.… [all …]
|
D | youtube_v3.youtube.v3.html | 114 "canRate": True or False, # Whether the current viewer can rate this comment. 121 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 124 …"viewerRating": "A String", # The rating the viewer has given to this comment.… 130 …Reply": True or False, # Whether the current viewer of the thread can reply to it. This is vi… 144 "canRate": True or False, # Whether the current viewer can rate this comment. 151 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 154 …"viewerRating": "A String", # The rating the viewer has given to this comment.… 188 "canRate": True or False, # Whether the current viewer can rate this comment. 195 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 198 …"viewerRating": "A String", # The rating the viewer has given to this comment.… [all …]
|
D | youtube_v3.comments.html | 140 "canRate": True or False, # Whether the current viewer can rate this comment. 147 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 150 …"viewerRating": "A String", # The rating the viewer has given to this comment.… 173 "canRate": True or False, # Whether the current viewer can rate this comment. 180 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 183 …"viewerRating": "A String", # The rating the viewer has given to this comment.… 226 "canRate": True or False, # Whether the current viewer can rate this comment. 233 …ext will only be returned if it is accessible to the viewer, which is only guaranteed if the viewe… 236 …"viewerRating": "A String", # The rating the viewer has given to this comment.… 319 "canRate": True or False, # Whether the current viewer can rate this comment. [all …]
|
/aosp_15_r20/development/tools/winscope/src/viewers/ |
H A D | viewer_factory.ts | 22 import {Viewer, ViewType} from './viewer'; 58 createViewers(traces: Traces, storage: Store): Viewer[] { 59 const viewers: Viewer[] = []; 68 // instantiate one viewer for one trace 70 ViewerFactory.SINGLE_TRACE_VIEWERS.forEach((Viewer) => { 71 assertTrue(Viewer.DEPENDENCIES.length === 1); 72 const isViewerDepSatisfied = trace.type === Viewer.DEPENDENCIES[0]; 74 viewers.push(new Viewer(trace as Trace<any>, traces, storage)); 79 // instantiate one viewer for N traces 82 ViewerFactory.MULTI_TRACE_VIEWERS.forEach((Viewer) => { [all …]
|
/aosp_15_r20/external/perfmark/traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/catapult/ |
H A D | index.html | 36 #trace-viewer { 40 #trace-viewer:focus { 48 let viewer; 92 viewer.model = model; 93 viewer.viewTitle = url; 107 viewer = document.createElement('tr-ui-timeline-view'); 108 viewer.track_view_container = container; 109 Polymer.dom(viewer).appendChild(container); 111 viewer.id = 'trace-viewer'; 112 viewer.globalMode = true; [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/ |
H A D | PolicyTest.java | 44 private static final Role VIEWER = Role.viewer(); field in PolicyTest 49 VIEWER, 55 .addIdentity(VIEWER, USER, SERVICE_ACCOUNT, ALL_USERS) 80 assertEquals(ImmutableMap.of(VIEWER, BINDINGS.get(VIEWER)), policy.getBindings()); in testBuilder() 86 .removeIdentity(VIEWER, USER, ALL_USERS) in testBuilder() 87 .addIdentity(VIEWER, DOMAIN, GROUP) in testBuilder() 90 ImmutableMap.of(VIEWER, ImmutableSet.of(SERVICE_ACCOUNT, DOMAIN, GROUP)), in testBuilder() 96 .removeIdentity(VIEWER, USER) in testBuilder() 146 Policy.newBuilder().addIdentity(VIEWER, null, USER); in testIllegalPolicies() 152 Policy.newBuilder().addIdentity(VIEWER, USER, (Identity[]) null); in testIllegalPolicies() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/ |
H A D | AuditUserLink.java | 184 * Format: predefinedRoles/viewer 201 * Format: predefinedRoles/viewer 218 * Format: predefinedRoles/viewer 236 * Format: predefinedRoles/viewer 260 * Format: predefinedRoles/viewer 276 * Format: predefinedRoles/viewer 292 * Format: predefinedRoles/viewer 309 * Format: predefinedRoles/viewer 998 * Format: predefinedRoles/viewer 1015 * Format: predefinedRoles/viewer [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/ |
D | http.go | 66 <h1>cmd/trace: the Go trace event viewer</h1> 289 …urce.com/catapult/+/9508452e18f130c98499cb4c4f1e1efaedee8962/tracing/docs/embedding-trace-viewer.md 318 #trace-viewer { 322 #trace-viewer:focus { 329 var viewer; 372 viewer.model = model; 373 viewer.viewTitle = "trace"; 384 viewer.trackView.viewport.interestRange.set(range); 398 viewer = document.createElement('tr-ui-timeline-view'); 399 viewer.track_view_container = container; [all …]
|
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/ |
D | mbox.py | 20 global folderbox, foldermenu, scanbox, scanmenu, viewer 120 viewer = None 178 global viewer 195 if viewer: viewer.destroy() 197 viewer = MimeViewer(bot, '+%s/%d' % (folder, num), m) 198 viewer.pack() 199 viewer.show() 272 global viewer 273 if viewer: 274 viewer.destroy() [all …]
|