Home
last modified time | relevance | path

Searched full:summary (Results 1 – 25 of 21092) sorted by relevance

12345678910>>...844

/aosp_15_r20/external/wayland/tests/data/
H A Dexample.xml32 <description summary="core global object">
38 <description summary="asynchronous roundtrip">
52 summary="callback object for the sync request"/>
56 <description summary="get global registry object">
62 summary="global registry object"/>
66 <description summary="fatal error event">
75 <arg name="object_id" type="object" summary="object where the error occurred"/>
76 <arg name="code" type="uint" summary="error code"/>
77 <arg name="message" type="string" summary="error description"/>
81 <description summary="global error values">
[all …]
/aosp_15_r20/external/wayland/protocol/
H A Dwayland.xml32 <description summary="core global object">
38 <description summary="asynchronous roundtrip">
52 summary="callback object for the sync request"/>
56 <description summary="get global registry object">
68 summary="global registry object"/>
72 <description summary="fatal error event">
81 <arg name="object_id" type="object" summary="object where the error occurred"/>
82 <arg name="code" type="uint" summary="error code"/>
83 <arg name="message" type="string" summary="error description"/>
87 <description summary="global error values">
[all …]
/aosp_15_r20/external/wayland-protocols/chromium.org/components/exo/wayland/protocol/
H A Dchrome-color-management.xml36 <description summary="color management protocol">
47 <description summary="color manager singleton">
54 <description summary="well-known EOTF names">
61 <!-- <entry name="bt1886" value="" summary="BT.1886 transfer function"/> -->
62 <!-- <entry name="dci_p3" value="" summary="DCI-P3 transfer function"/> -->
63 <entry name="unknown" value="0" summary="unknown EOTF"/>
64 <entry name="linear" value="1" summary="Linear transfer function"/>
65 <entry name="srgb" value="2" summary="sRGB transfer function"/>
66 <entry name="bt2087" value="3" summary="BT.2087 transfer function"/>
67 <entry name="adobergb" value="4" summary="AdobeRGB transfer function"/>
[all …]
H A Daura-shell.xml28 <description summary="aura_shell">
37 summary="the surface already has an aura surface object associated"/>
39 summary="the output already has an aura output object associated"/>
43 <description summary="extend surface interface for aura shell">
51 summary="the new aura surface interface id"/>
53 summary="the surface"/>
59 <description summary="extend output interface for aura shell">
65 summary="the new aura output interface id"/>
67 summary="the output"/>
73 <description summary="the layout mode">
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddpp-nfc.py50 def summary(txt, color=None): function
61 summary(txt)
72 summary("Could not find wpa_supplicant: %s", str(error))
76 summary("No wpa_supplicant control interface found")
86 summary("Trying to use control interface " + ctrl)
91 summary("Could not connect to wpa_supplicant")
100 summary("Could not parse DPP URI from NFC URI record", color=C_RED)
103 summary("peer_id=%d for URI from NFC Tag: %s" % (peer_id, uri))
112 summary("Initiate DPP authentication: " + cmd)
115 summary("Failed to initiate DPP Authentication", color=C_RED)
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/summary/
H A Dsummary.py16 """Operations for writing summary data, for use in analysis and visualization.
27 # exports Summary, SummaryDescription, Event, TaggedRunMetadata, SessionLog
29 from tensorflow.core.framework.summary_pb2 import Summary
50 from tensorflow.python.summary.writer.writer import FileWriter
51 from tensorflow.python.summary.writer.writer_cache import FileWriterCache
59 @tf_export(v1=['summary.scalar'])
61 """Outputs a `Summary` protocol buffer containing a single scalar value.
63 The generated Summary has a Tensor.proto containing the input Tensor.
69 collections: Optional list of graph collections keys. The new summary op is
71 family: Optional; if provided, used as the prefix of the summary tag name,
[all …]
/aosp_15_r20/external/wayland-protocols/chromium.org/third_party/wayland-protocols/unstable/remote-shell/
H A Dremote-shell-unstable-v1.xml27 <description summary="Create remote desktop-style surfaces">
42 <description summary="remote_shell">
49 <description summary="containers for remote surfaces">
53 <entry name="default" value="1" summary="default container"/>
54 <entry name="overlay" value="2" summary="system modal container"/>
58 <description summary="state types for remote surfaces">
61 <entry name="normal" value="1" summary="normal window state"/>
62 <entry name="minimized" value="2" summary="minimized window state"/>
63 <entry name="maximized" value="3" summary="maximized window state"/>
64 <entry name="fullscreen" value="4" summary="fullscreen window state"/>
[all …]
H A Dremote-shell-unstable-v2.xml27 <description summary="Create remote desktop-style surfaces">
42 <description summary="remote_shell">
49 <entry name="role" value="0" summary="given wl_surface has another role"/>
50 <entry name="invalid_notification_key" value="1" summary="invalid notification key"/>
54 <description summary="destroy remote_shell">
64 <description summary="containers for remote surfaces">
68 <entry name="default" value="1" summary="default container"/>
69 <entry name="overlay" value="2" summary="system modal container"/>
73 <description summary="create a remote shell surface from a surface">
89 <description summary="create a notification surface from a surface">
[all …]
/aosp_15_r20/external/selinux/python/sepolicy/sepolicy/templates/
H A Dnetwork.py105 ## <summary>
107 ## </summary>
109 ## <summary>
111 ## </summary>
124 ## <summary>
126 ## </summary>
128 ## <summary>
130 ## </summary>
143 ## <summary>
145 ## </summary>
[all …]
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DSizeVoteTest.kt43 val summary = createVotesSummary(isDisplayResolutionRangeVotingEnabled = false) in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled() constant
44 summary.width = Vote.INVALID_SIZE in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
45 summary.height = Vote.INVALID_SIZE in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
46 summary.minWidth = 100 in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
47 summary.minHeight = 200 in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
49 sizeVote.updateSummary(summary) in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
51 assertThat(summary.width).isEqualTo(WIDTH) in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
52 assertThat(summary.height).isEqualTo(HEIGHT) in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
53 assertThat(summary.minWidth).isEqualTo(MIN_WIDTH) in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
54 assertThat(summary.minHeight).isEqualTo(MIN_HEIGHT) in updatesSize_widthAndHeightNotSet_resolutionVotingDisabled()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsummary_ops_v2.py49 # Name for graph collection of summary writer init ops, which is only exposed
50 # as a legacy API for tf.contrib.summary in TF 1.x.
89 # Flushes the summary writer in eager mode or in graph functions, but
101 Now the summary condition is decided by logical "and" of below conditions:
102 First, summary writer must be set. Given this constraint is met,
108 default_state: can be True or False. The default summary behavior when
109 summary writer is set and the user does not specify
129 @tf_export("summary.should_record_summaries", v1=[])
133 If no default summary writer is currently registered, this always returns
135 `tf.summary.record_if()` (except that it may return False for some replicas
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/epy/
Dgoogleapiclient.http-module.html69 <table class="summary" border="1" cellpadding="3"
85 <td width="15%" align="right" valign="top" class="summary">
86 <span class="summary-type">&nbsp;</span>
87 </td><td class="summary">
88 …<a href="googleapiclient.http.MediaUploadProgress-class.html" class="summary-name">MediaUploadProg…
93 <td width="15%" align="right" valign="top" class="summary">
94 <span class="summary-type">&nbsp;</span>
95 </td><td class="summary">
96 …<a href="googleapiclient.http.MediaDownloadProgress-class.html" class="summary-name">MediaDownload…
101 <td width="15%" align="right" valign="top" class="summary">
[all …]
Dgoogleapiclient.discovery-module.html68 <table class="summary" border="1" cellpadding="3"
84 <td width="15%" align="right" valign="top" class="summary">
85 <span class="summary-type">&nbsp;</span>
86 </td><td class="summary">
87 …<a href="googleapiclient.discovery._BytesGenerator-class.html" class="summary-name" onclick="show_…
91 <td width="15%" align="right" valign="top" class="summary">
92 <span class="summary-type">&nbsp;</span>
93 </td><td class="summary">
94 …<a href="googleapiclient.discovery.ResourceMethodParameters-class.html" class="summary-name" oncli…
99 <td width="15%" align="right" valign="top" class="summary">
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs43 /// <summary>
45 /// </summary>
60 /// <summary>
63 /// </summary>
66 /// <summary>
68 /// </summary>
71 /// <summary>
74 /// </summary>
77 /// <summary>
80 /// </summary>
[all …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs43 /// <summary>
45 /// </summary>
60 /// <summary>
63 /// </summary>
66 /// <summary>
68 /// </summary>
71 /// <summary>
74 /// </summary>
77 /// <summary>
80 /// </summary>
[all …]
/aosp_15_r20/external/wayland-protocols/freedesktop.org/unstable/tablet/
H A Dtablet-unstable-v2.xml30 <description summary="Wayland protocol for graphics tablets">
119 <description summary="controller object for graphic tablet devices">
126 <description summary="get the tablet seat">
131 …<arg name="seat" type="object" interface="wl_seat" summary="The wl_seat object to retrieve the tab…
135 <description summary="release the memory for the tablet manager object">
143 <description summary="controller object for graphic tablet devices of a seat">
150 <description summary="release the memory for the tablet seat object">
157 <description summary="new device notification">
163 … <arg name="id" type="new_id" interface="zwp_tablet_v2" summary="the newly added graphics tablet"/>
167 <description summary="a new tool has been used with a tablet">
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
57 /// <summary>
59 /// </summary>
62 /// <summary>
64 /// </summary>
67 /// <summary>
69 /// </summary>
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/WindowsDriver/
DMSVCSetupApi.h48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
57 /// <summary>
59 /// </summary>
62 /// <summary>
64 /// </summary>
67 /// <summary>
69 /// </summary>
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/WindowsDriver/
DMSVCSetupApi.h48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
57 /// <summary>
59 /// </summary>
62 /// <summary>
64 /// </summary>
67 /// <summary>
69 /// </summary>
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/WindowsDriver/
DMSVCSetupApi.h48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
57 /// <summary>
59 /// </summary>
62 /// <summary>
64 /// </summary>
67 /// <summary>
69 /// </summary>
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/WindowsDriver/
DMSVCSetupApi.h48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
57 /// <summary>
59 /// </summary>
62 /// <summary>
64 /// </summary>
67 /// <summary>
69 /// </summary>
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp196 void HexagonShuffler::restrictSlot1AOK(HexagonPacketSummary const &Summary) { in restrictSlot1AOK() argument
197 if (Summary.Slot1AOKLoc) in restrictSlot1AOK()
211 *Summary.Slot1AOKLoc, "Instruction can only be combined " in restrictSlot1AOK()
220 HexagonPacketSummary const &Summary) { in restrictNoSlot1Store() argument
225 if (!Summary.NoSlot1StoreLoc) in restrictNoSlot1Store()
245 std::make_pair(*Summary.NoSlot1StoreLoc, in restrictNoSlot1Store()
249 bool HexagonShuffler::applySlotRestrictions(HexagonPacketSummary const &Summary, in applySlotRestrictions() argument
254 restrictSlot1AOK(Summary); in applySlotRestrictions()
255 restrictNoSlot1Store(Summary); in applySlotRestrictions()
263 restrictStoreLoadOrder(Summary); in applySlotRestrictions()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs19 /// <summary>
21 /// </summary>
58 /// <summary>
60 /// </summary>
63 /// <summary>
65 /// </summary>
67 /// <summary>
69 /// </summary>
71 /// <summary>
73 /// </summary>
[all …]
/aosp_15_r20/external/autotest/client/bin/result_tools/
H A Dutils.py7 This is a utility to build a summary of the given directory. and save to a json
13 -p PATH Path to build directory summary.
71 # Minimum disk space should be available after saving the summary file.
84 """Get a unique file path to save the directory summary json string.
86 @param path: The directory path to save the summary file to.
89 # Make sure the summary file name is unique.
115 # Make sure the path ends with `/` so the root key of summary json is always
124 """Delete files/directories only exists in old summary.
126 When the new summary is final, i.e., it's built from the final result
130 @param summary_old: Old directory summary.
[all …]
/aosp_15_r20/external/pytorch/.github/scripts/
HDgql_mocks.json.gz ... Diff connected, this can be merged now", 73 "summary": "" 74 } 75 ], 76 "pageInfo": { ...

12345678910>>...844