Home
last modified time | relevance | path

Searched refs:about (Results 1 – 25 of 2910) sorted by relevance

12345678910>>...117

/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Deu_member_states_raw.txt7 Read more about Austria
15 Read more about Belgium
23 Read more about Bulgaria
30 Read more about Croatia
37 Read more about Cyprus
44 Read more about Czech Republic
51 Read more about Denmark
58 Read more about Estonia
65 Read more about Finland
72 Read more about France
[all …]
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DGraphValidationScopingTest.java67 assert_().about(javaSources()).that(asList(componentFile, typeFile, moduleFile)) in componentWithoutScopeIncludesScopedBindings_Fail()
118 assert_().about(javaSources()).that(asList(componentFile, scopeFile, typeFile, moduleFile)) in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
188 assert_().about(javaSources()) in componentWithScopeMayDependOnOnlyOneScopedComponent()
229 assert_().about(javaSources()) in componentWithoutScopeCannotDependOnScopedComponent()
276 assert_().about(javaSources()) in componentWithSingletonScopeMayNotDependOnOtherScope()
342 assert_().about(javaSources()) in componentScopeAncestryMustNotCycle()
DValidationReportTest.java51 ValidationReport.about(getTypeElement("test.TestClass")); in basicReport()
71 ValidationReport.about(getTypeElement("test.TestClass")); in messageOnDifferentElement()
91 ValidationReport.about(getTypeElement("test.TestClass")); in subreport()
94 ValidationReport.about(getTypeElement(String.class)) in subreport()
DMultipleRequestTest.java40 assert_().about(javaSources()) in multipleRequests_constructor()
65 assert_().about(javaSources()) in multipleRequests_field()
92 assert_().about(javaSources()) in multipleRequests_providesMethod()
/external/v8/tools/clang/plugins/tests/
Dblacklisted_dirs.txt2 virtual void foo(); // Should warn about missing 'override'.
6 virtual void foo(); // Should warn about missing 'override'.
9 virtual void foo(); // Should warn about missing 'override'.
13 virtual void foo(); // Should warn about missing 'override'.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst26 This manual describes what we know about the PDB file format today. The layout
71 For more information about the MSF container format, stream directory, and
82 by name, and various other information about how the program was compiled such
133 More information about the structure of each of these can be found on the
137 Information about the PDB Info Stream and how it is used to match PDBs to EXEs.
140 Information about the TPI stream and the CodeView records contained within.
143 Information about the DBI stream and relevant substreams including the Module Substreams,
147 Information about the Module Information Stream, of which there is one for each compilation
151 Information about the Public Symbol Stream.
154 Information about the Global Symbol Stream.
[all …]
/external/clang/test/Index/
Dannotate-comments-typedef.m34 /** Comment about Foo */
38about Foo </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LI…
39about Foo] FullCommentAsHTML=[<p class="para-brief"> Comment about Foo </p>] FullCommentAsXML=[<Cl…
Dcomment-misc-tags.m14 Many discussions about text
15 Many1 discussions about text
16 Many2 discussions about text
33 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many discussions about text])
34 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many1 discussions about text])
35 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many2 discussions about text]))
/external/u-boot/cmd/mvebu/
DKconfig9 For details about bubt command please see the documentation
22 For details about bubt command please see the documentation
31 For details about bubt command please see the documentation
40 For details about bubt command please see the documentation
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi37 # We don't care about the internals
44 # don't worry about writing out the members of grpc_slice; we never access
90 # We don't care about the internals.
146 # We don't care about the internals (and in fact don't know them)
150 # We don't care about the internals (and in fact don't know them)
154 # We don't care about the internals (and in fact don't know them)
158 # We don't care about the internals (and in fact don't know them)
415 # We don't care about the internals
419 # We don't care about the internals
450 # We don't care about the internals (and in fact don't know them)
[all …]
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt7 thoughts about some things for us to think about discuss:
16 different. Architects and many compiler people care much more about
18 about the first one.
28 a. A single-assignment VM, which we've both already been thinking about.
66 of a dependence DAG earlier in the semester. When we talked about
D2001-02-09-AdveComments.txt1 Ok, here are my comments and suggestions about the LLVM instruction set.
22 enable some significant optimizations, though we should think about which.
50 o I still have some major concerns about including malloc and free in the
77 concern about an explicit 'icall' instruction?
80 o A pair of important synchronization instr'ns to think about:
100 We once talked about adding a symbolic thread-id field to each
112 o And finally, another thought about the syntax for arrays :-)
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt7 thoughts about some things for us to think about discuss:
16 different. Architects and many compiler people care much more about
18 about the first one.
28 a. A single-assignment VM, which we've both already been thinking about.
66 of a dependence DAG earlier in the semester. When we talked about
D2001-02-09-AdveComments.txt1 Ok, here are my comments and suggestions about the LLVM instruction set.
22 enable some significant optimizations, though we should think about which.
50 o I still have some major concerns about including malloc and free in the
77 concern about an explicit 'icall' instruction?
80 o A pair of important synchronization instr'ns to think about:
100 We once talked about adding a symbolic thread-id field to each
112 o And finally, another thought about the syntax for arrays :-)
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt7 thoughts about some things for us to think about discuss:
16 different. Architects and many compiler people care much more about
18 about the first one.
28 a. A single-assignment VM, which we've both already been thinking about.
66 of a dependence DAG earlier in the semester. When we talked about
D2001-02-09-AdveComments.txt1 Ok, here are my comments and suggestions about the LLVM instruction set.
22 enable some significant optimizations, though we should think about which.
50 o I still have some major concerns about including malloc and free in the
77 concern about an explicit 'icall' instruction?
80 o A pair of important synchronization instr'ns to think about:
100 We once talked about adding a symbolic thread-id field to each
112 o And finally, another thought about the syntax for arrays :-)
/external/tensorflow/.github/ISSUE_TEMPLATE/
D50-other-issues.md3 about: Use this template for any other non-support related issues
13 For high-level discussions about TensorFlow, please post to discuss@tensorflow.org, for questions a…
/external/clang/test/Analysis/
DMissingDealloc.m25 // Do not warn about missing -dealloc method. Not enough context to know
37 // Do not warn about missing -dealloc method. These properties are not
55 // Warn about missing -dealloc method.
112 // Don't warn about iVars that are selectors.
133 // Don't warn about iVars that are IBOutlets.
/external/perfetto/protos/perfetto/config/android/
Dpackages_list_config.proto22 // Data source that lists details (such as version code) about packages on an
25 // If not empty, emit info about only the following list of package names
26 // (exact match, no regex). Otherwise, emit info about all packages.
/external/tensorflow/tensorflow/compiler/tf2xla/
Dhost_compute_metadata.proto21 // and metadata about the list of tensors being transferred.
33 // Metadata about each device_to_host transfer
36 // Metadata about each host_to_device transfer
/external/gemmlowp/
DREADME.txt24 gemmlowp-related discussion, about either development or usage, is welcome
240 communicate about it on the gemmlowp mailing list.
250 1. We care not only about speed, but also about minimizing power usage.
251 We specifically care about charge usage in mobile/embedded devices.
252 This implies that we care doubly about minimizing memory bandwidth usage:
253 we care about it, like any GEMM, because of the impact on speed, and we
254 also care about it because it is a key factor of power usage.
257 We do care about large sizes, but we also care specifically about the
/external/wayland/
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,
111 - A wayland settings protocol to tell clients about themes (icons,
135 - what about multiple crtcs? what about frame event for other
143 - what about maintaining cursor position? what about pointer
/external/libgsm/
DCOPYRIGHT10 As a matter of courtesy, the authors request to be informed about uses
11 this software has found, about bugs in this software, and about any
DNOTICE10 As a matter of courtesy, the authors request to be informed about uses
11 this software has found, about bugs in this software, and about any
/external/catch2/.github/ISSUE_TEMPLATE/
Dfeature_request.md3 about: Create an issue that requests a feature or other improvement
14 Add any other context or screenshots about the feature request here.

12345678910>>...117