Home
last modified time | relevance | path

Searched full:about (Results 1 – 25 of 9750) sorted by relevance

12345678910>>...390

/third_party/FreeBSD/sys/dev/usb/
Dusb_debug.h53 * composite, about composite.c
54 * dwc_pcd, about dwc_otg_pcd.c
55 * dwc_intr, about dwc_ptg_pcd_intr.c
56 * ehci, about ehci.c
57 * fmass, about f_mass_storage.c
58 * axe, about if_axe.c
59 * cdce, about if_cdce.c
60 * urndis, about if_urndis.c
61 * u3g, about u3g.c
62 * umass, about umass.c
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dsparse.143 Warn about code which mixes pointers to different address spaces.
66 Warn about unsupported operations or type mismatches with restricted integer
88 specific operations that know about *that* particular type.
101 Warn about casts which remove an address space from a pointer type.
110 Warn about casts which add an address space to a pointer type.
120 Warn about casts that truncate constant values.
148 Warn about potential errors in synchronization or other delimited contexts.
165 releasing it). Sparse will also warn about blocks of code which may
173 Warn about any non-\fBstatic\fR variable or function definition that has no
182 \fB-Wdecl\fR, Sparse warns about any symbol definition with neither
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_help_about.py16 About = help_about.AboutDialog variable
29 cls.dialog = About(cls.root, 'About IDLE', _utest=True)
42 """Test about dialog title"""
43 self.assertEqual(self.dialog.title(), 'About IDLE')
46 """Test about dialog logo."""
97 cls.dialog = About(cls.root, _utest=True)
107 """Test about dialog title"""
109 f'About IDLE {python_version()}'
121 cls.dialog = About(cls.root, 'About IDLE', _utest=True)
139 idle_credits = About.show_idle_credits
[all …]
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json35 "base": "about:blank",
50 "base": "about:blank",
65 "base": "about:blank",
80 "base": "about:blank",
170 "base": "about:blank",
1043 "base": "about:blank",
1048 "base": "about:blank",
1053 "base": "about:blank",
1058 "base": "about:blank",
1722 "base": "about:blank",
[all …]
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.h64 /// @param entry_point name of the entry point to get information about.
69 /// @param entry_point name of the entry point to get information about.
74 /// @param entry_point name of the entry point to get information about.
79 /// @param entry_point name of the entry point to get information about.
84 /// @param entry_point name of the entry point to get information about.
89 /// @param entry_point name of the entry point to get information about.
94 /// @param entry_point name of the entry point to get information about.
99 /// @param entry_point name of the entry point to get information about.
104 /// @param entry_point name of the entry point to get information about.
109 /// @param entry_point name of the entry point to get information about.
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclFileMethods.js9 public fooWithParameters(/** this is comment about a*/a: string,
29 private privateFooWithParameters(/** this is comment about a*/a: string,
48 static staticFooWithParameters(/** this is comment about a*/a: string,
67 private static privateStaticFooWithParameters(/** this is comment about a*/a: string,
87 fooWithParameters(/** this is comment about a*/a: string,
103 public fooWithParameters(/** this is comment about a*/a: string,
123 private privateFooWithParameters(/** this is comment about a*/a: string,
142 static staticFooWithParameters(/** this is comment about a*/a: string,
161 private static privateStaticFooWithParameters(/** this is comment about a*/a: string,
181 fooWithParameters(/** this is comment about a*/a: string,
[all …]
/third_party/typescript_eslint/docs/getting-started/plugin-development/
DREADME.md5 - talk about how to setup the folder structure
6 - talk about how to consume `experimental-utils` to create an empty rule
7 - talk about https://eslint.org/docs/developer-guide/selectors and how to use the strict types
8 - talk about how to write tests
12 - talk about how to use type information
/third_party/typescript/.github/ISSUE_TEMPLATE/
Dconfig.yml5 about: "Please ask and answer usage questions on Stack Overflow."
9 about: "Alternatively, you can use the TypeScript Community Discord."
13 about: "Please check the FAQ before filing new issues"
17 about: "Please raise issues about the site on its own repo."
/third_party/typescript/tests/cases/compiler/
DdeclFileMethods.ts12 public fooWithParameters(/** this is comment about a*/a: string,
32 private privateFooWithParameters(/** this is comment about a*/a: string,
51 static staticFooWithParameters(/** this is comment about a*/a: string,
70 private static privateStaticFooWithParameters(/** this is comment about a*/a: string,
90 fooWithParameters(/** this is comment about a*/a: string,
106 public fooWithParameters(/** this is comment about a*/a: string,
126 private privateFooWithParameters(/** this is comment about a*/a: string,
145 static staticFooWithParameters(/** this is comment about a*/a: string,
164 private static privateStaticFooWithParameters(/** this is comment about a*/a: string,
184 fooWithParameters(/** this is comment about a*/a: string,
/third_party/abseil-cpp/
DREADME.md9 - [About Abseil](#about)
16 <a name="about"></a>
17 ## About Abseil
39 contains information about setting up your development environment, downloading
107 For more information about Abseil:
109 * Consult our [Abseil Introduction](https://abseil.io/about/intro)
110 * Read [Why Adopt Abseil](https://abseil.io/about/philosophy) to understand our
113 [Abseil Compatibility Guarantees](https://abseil.io/about/compatibility) to
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi40 # We don't care about the internals
52 # don't worry about writing out the members of grpc_slice; we never access
104 # We don't care about the internals.
164 # We don't care about the internals (and in fact don't know them)
168 # We don't care about the internals (and in fact don't know them)
172 # We don't care about the internals (and in fact don't know them)
176 # We don't care about the internals (and in fact don't know them)
460 # We don't care about the internals
464 # We don't care about the internals
495 # We don't care about the internals (and in fact don't know them)
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DREADME.md9 - [About Abseil](#about)
18 <a name="about"></a>
19 ## About Abseil
41 contains information about setting up your development environment, downloading
123 management](https://abseil.io/about/releases) document for more details.
132 For more information about Abseil:
134 * Consult our [Abseil Introduction](https://abseil.io/about/intro)
135 * Read [Why Adopt Abseil](https://abseil.io/about/philosophy) to understand our
138 [Abseil Compatibility Guarantees](https://abseil.io/about/compatibility) to
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst128 * Add warning about duplicate initializers
135 * Teach sparse about the __COUNTER__ predefined macro
171 * unssa: update comment about the unneeded copies
177 * C11: teach sparse about '_Thread_local'
178 * C11: teach sparse about '_Noreturn'
179 * C11: teach sparse about '_Alignof()'
180 * C11: teach sparse about '_Alignas()'
181 * C11: teach sparse about '--std={c11,gnu11}'
259 * add test case for warnings about overlapping initializers
274 * teach sparse about -Waddress
[all …]
/third_party/alsa-utils/alsa-info/
Dalsa-info.sh.13 alsa-info.sh \- command\-line utility to gather information about
10 about the ALSA subsystem. It is used mostly for debugging purposes.
45 \fI\-\-about\fP
46 Print information about authors.
62 \fBalsa-info.sh\fP was created by the ALSA team, see \fI\-\-about\fP .
/third_party/typescript/tests/baselines/reference/extractConstant/
DextractConstant_VariableList_MultipleLines.js2 const /*About A*/a = 1,
3 /*About B*/b = /*[#|*/a + 1/*|]*/;
5 const /*About A*/a = 1,
6 newLocal = a + 1, /*About B*/b = /*RENAME*/newLocal;
DextractConstant_VariableList_MultipleLines.ts2 const /*About A*/a = 1,
3 /*About B*/b = /*[#|*/a + 1/*|]*/;
5 const /*About A*/a = 1,
6 newLocal = a + 1, /*About B*/b = /*RENAME*/newLocal;
/third_party/parse5/test/data/sax/lhc/
Dsrc.html24 <meta content="The Large Hadron Collider" about="/topics/large-hadron-collider" property="dc:title"…
95 … menu</h2><ul id="nav" class="menu"><li class="menu-461 first"><a href="/about">About CERN</a></li>
143about/how-accelerator-works">particle accelerator</a>. It first started up on 10 September 2008, a…
145about/engineering/vacuum-empty-interplanetary-space">ultrahigh vacuum</a>. They are guided around …
151about/how-detector-works">particle detectors</a> – <a href="/about/experiments/atlas">ATLAS</a>, <…
163 …How low&nbsp;is the pressure in the beam pipe? Discover facts and figures about the in the handy L…
171 <h3><a href="http://press.web.cern.ch/backgrounders/safety-lhc">Read about the safety of the LHC</a…
203 …<a href="/about/updates/2014/02/pictures-access-last-lhc-splice"><img typeof="foaf:Image" src="htt…
204 …<div class="views-field views-field-title"> <h3 class="field-content"><a href="/about/updat…
209 …<div class="views-field views-field-title"> <h3 class="field-content"><a href="/about/updat…
[all …]
Dexpected.html24 <meta content="The Large Hadron Collider" about="/topics/large-hadron-collider" property="dc:title"…
95 … menu</h2><ul id="nav" class="menu"><li class="menu-461 first"><a href="/about">About CERN</a></li>
143about/how-accelerator-works">particle accelerator</a>. It first started up on 10 September 2008, a…
145about/engineering/vacuum-empty-interplanetary-space">ultrahigh vacuum</a>. They are guided around …
151about/how-detector-works">particle detectors</a> – <a href="/about/experiments/atlas">ATLAS</a>, <…
163 … LHC? How lowis the pressure in the beam pipe? Discover facts and figures about the in the handy L…
171 <h3><a href="http://press.web.cern.ch/backgrounders/safety-lhc">Read about the safety of the LHC</a…
203 …<a href="/about/updates/2014/02/pictures-access-last-lhc-splice"><img typeof="foaf:Image" src="htt…
204 …<div class="views-field views-field-title"> <h3 class="field-content"><a href="/about/updat…
209 …<div class="views-field views-field-title"> <h3 class="field-content"><a href="/about/updat…
[all …]
/third_party/mindspore/mindspore/lite/include/train/
Dtrain_loop_callback.h50 /// \param[in] cb_data info about current execution
55 /// \param[in] cb_data info about current execution
60 /// \param[in] cb_data info about current execution
65 /// \param[in] cb_data info about current execution
75 /// \param[in] cb_data info about current execution
80 /// \param[in] cb_data info about current execution
/third_party/mindspore/include/api/callback/
Dcallback.h54 /// \param[in] cb_data info about current execution
59 /// \param[in] cb_data info about current execution
64 /// \param[in] cb_data info about current execution
69 /// \param[in] cb_data info about current execution
79 /// \param[in] cb_data info about current execution
84 /// \param[in] cb_data info about current execution
/third_party/wayland_standard/
DTODO82 I'm about to show your buffer that I threw away, what was it
95 - Details about pointer grabs. wayland doesn't have active grabs,
108 - A wayland settings protocol to tell clients about themes (icons,
132 - what about multiple crtcs? what about frame event for other
140 - what about maintaining cursor position? what about pointer
/third_party/cef/cmake/
Dcef_variables.cmake.in94 -Wno-missing-field-initializers # Don't warn about missing field initializers
95 -Wno-unused-parameter # Don't warn about unused parameters
96 -Wno-error=comment # Don't warn about code in comments
97 -Wno-comment # Don't warn about code in comments
98 -Wno-deprecated-declarations # Don't warn about using deprecated methods
109 -Wsign-compare # Warn about mixed signed/unsigned type comparisons
151 -Wno-undefined-var-template # Don't warn about potentially uninstantiated static members
158 -Wno-unused-local-typedefs # Don't warn about unused local typedefs
165 -Wno-literal-suffix # Don't warn about invalid suffixes on literals
172 -Wno-narrowing # Don't warn about type narrowing
[all …]
/third_party/boost/libs/spirit/test/qi/
Dtest.hpp20 // we don't care about the result of the "what" function. in test()
35 // we don't care about the result of the "what" function. in test()
50 // we don't care about the result of the "what" function. in binary_test()
63 // we don't care about the result of the "what" function. in binary_test()
76 // we don't care about the result of the "what" function. in test_attr()
91 // we don't care about the result of the "what" function. in test_attr()
106 // we don't care about the result of the "what" function. in binary_test_attr()
119 // we don't care about the result of the "what" function. in binary_test_attr()
/third_party/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go31 // Instruction holds information about a specific SPIR-V instruction.
39 // Operand contains information about a logical operand for an instruction.
46 // OperandKind contains information about a specific operand kind.
54 // Enumerant contains information about an enumerant in an enum.
63 // Parameter contains information about a logical parameter for an enumerant.
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go31 // Instruction holds information about a specific SPIR-V instruction.
39 // Operand contains information about a logical operand for an instruction.
46 // OperandKind contains information about a specific operand kind.
54 // Enumerant contains information about an enumerant in an enum.
63 // Parameter contains information about a logical parameter for an enumerant.

12345678910>>...390