Home
last modified time | relevance | path

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

12345678910>>...503

/external/selinux/python/sepolicy/sepolicy/templates/
Dnetwork.py105 ## <summary>
107 ## </summary>
109 ## <summary>
111 ## </summary>
124 ## <summary>
126 ## </summary>
128 ## <summary>
130 ## </summary>
143 ## <summary>
145 ## </summary>
[all …]
/external/wayland-protocols/chromium.org/components/exo/wayland/protocol/
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 …]
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 …]
/external/wpa_supplicant_8/wpa_supplicant/examples/
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 …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs35 /// <summary>
37 /// </summary>
40 /// <summary>
42 /// </summary>
44 /// <summary>
46 /// </summary>
48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
[all …]
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs35 /// <summary>
37 /// </summary>
40 /// <summary>
42 /// </summary>
44 /// <summary>
46 /// </summary>
48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs35 /// <summary>
37 /// </summary>
40 /// <summary>
42 /// </summary>
44 /// <summary>
46 /// </summary>
48 /// <summary>
50 /// </summary>
52 /// <summary>
54 /// </summary>
[all …]
/external/wayland/tests/data/
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 …]
/external/tensorflow/tensorflow/python/summary/
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 …]
/external/wayland-protocols/chromium.org/third_party/wayland-protocols/unstable/remote-shell/
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 …]
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 …]
/external/autotest/client/bin/result_tools/
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 …]
/external/wayland/protocol/
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 …]
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DDynamicallyAccessedMemberTypes.cs37 /// <summary>
42 /// </summary>
46 /// <summary>
48 /// </summary>
51 /// <summary>
53 /// </summary>
56 /// <summary>
58 /// </summary>
61 /// <summary>
63 /// </summary>
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DDynamicallyAccessedMemberTypes.cs37 /// <summary>
42 /// </summary>
46 /// <summary>
48 /// </summary>
51 /// <summary>
53 /// </summary>
56 /// <summary>
58 /// </summary>
61 /// <summary>
63 /// </summary>
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DDynamicallyAccessedMemberTypes.cs37 /// <summary>
42 /// </summary>
46 /// <summary>
48 /// </summary>
51 /// <summary>
53 /// </summary>
56 /// <summary>
58 /// </summary>
61 /// <summary>
63 /// </summary>
[all …]
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs43 /// <summary>
45 /// </summary>
60 /// <summary>
63 /// </summary>
66 /// <summary>
68 /// </summary>
71 /// <summary>
74 /// </summary>
77 /// <summary>
80 /// </summary>
[all …]
DParseContext.cs46 /// <summary>
51 /// </summary>
61 /// <summary>
64 /// </summary>
77 /// <summary>
79 /// </summary>
87 /// <summary>
91 /// </summary>
126 /// <summary>
129 /// </summary>
[all …]
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs43 /// <summary>
45 /// </summary>
60 /// <summary>
63 /// </summary>
66 /// <summary>
68 /// </summary>
71 /// <summary>
74 /// </summary>
77 /// <summary>
80 /// </summary>
[all …]
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs43 /// <summary>
45 /// </summary>
60 /// <summary>
63 /// </summary>
66 /// <summary>
68 /// </summary>
71 /// <summary>
74 /// </summary>
77 /// <summary>
80 /// </summary>
[all …]
DParseContext.cs46 /// <summary>
51 /// </summary>
61 /// <summary>
64 /// </summary>
77 /// <summary>
79 /// </summary>
87 /// <summary>
91 /// </summary>
126 /// <summary>
129 /// </summary>
[all …]
/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 …]
/external/wayland-protocols/chromium.org/third_party/wayland-protocols/unstable/gaming-input/
Dgaming-input-unstable-v2.xml28 <description summary="extends wl_seat with gaming input devices">
44 <description summary="get a gaming seat">
53 <description summary="release the memory for the gaming input object">
61 <description summary="controller object for all gaming devices of a seat">
67 <description summary="release the memory for the gaming seat object">
74 <description summary="gamepad added event">
77 <arg name="gamepad" type="new_id" interface="zcr_gamepad_v2" summary="new connected gamepad"/>
81 <description summary="gamepad device bus type">
84 <entry name="usb" value="0" summary="Universal Serial Bus" />
85 <entry name="bluetooth" value="1" summary="Bluetooth" />
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/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 …]
/external/tensorflow/tensorflow/python/ops/
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 …]

12345678910>>...503