Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 11921) sorted by relevance

12345678910>>...477

/third_party/ninja/src/
Dclparser_perftest.cc24 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\iostrea… in main()
25 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\istrea… in main()
26 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\ostre… in main()
27 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\ios\… in main()
28 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\xlo… in main()
29 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\cl… in main()
30 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\y… in main()
31 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\… in main()
32 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\\… in main()
33 …"Note: including file: C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\INCLUDE\… in main()
[all …]
Dclparser_test.cc25 CLParser::FilterShowIncludes("Note: including file: " in TEST()
28 CLParser::FilterShowIncludes("Note: including file: " in TEST()
52 "Note: inc file prefix: foo.h\r\n" in TEST()
54 "Note: inc file prefix:", &output, &err)); in TEST()
75 "Note: including file: c:\\Program Files\\foo.h\r\n" in TEST()
76 "Note: including file: d:\\Microsoft Visual Studio\\bar.h\r\n" in TEST()
77 "Note: including file: path.h\r\n", in TEST()
90 "Note: including file: foo.h\r\n" in TEST()
91 "Note: including file: bar.h\r\n" in TEST()
92 "Note: including file: foo.h\r\n", in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/link/
Dglobal_values_amount_test.cpp33 10u, // NOTE: Bound in SetUp()
34 0u, // NOTE: Schema; reserved in SetUp()
37 1u, // NOTE: Result ID in SetUp()
38 32u, // NOTE: Width in SetUp()
41 2u, // NOTE: Result ID in SetUp()
43 1u, // NOTE: Type ID in SetUp()
46 3u, // NOTE: Result ID in SetUp()
49 4u, // NOTE: Result ID in SetUp()
50 3u, // NOTE: Return type in SetUp()
53 3u, // NOTE: Result type in SetUp()
[all …]
Dids_limit_test.cpp30 0x2FFFFFu, // NOTE: Bound in TEST_F()
31 0u, // NOTE: Schema; reserved in TEST_F()
35 0x100000u, // NOTE: Bound in TEST_F()
36 0u, // NOTE: Schema; reserved in TEST_F()
49 0x2FFFFFu, // NOTE: Bound in TEST_F()
50 0u, // NOTE: Schema; reserved in TEST_F()
54 0x100000u, // NOTE: Bound in TEST_F()
55 0u, // NOTE: Schema; reserved in TEST_F()
59 3u, // NOTE: Bound in TEST_F()
60 0u, // NOTE: Schema; reserved in TEST_F()
/third_party/spirv-tools/test/link/
Dglobal_values_amount_test.cpp33 10u, // NOTE: Bound in SetUp()
34 0u, // NOTE: Schema; reserved in SetUp()
37 1u, // NOTE: Result ID in SetUp()
38 32u, // NOTE: Width in SetUp()
41 2u, // NOTE: Result ID in SetUp()
43 1u, // NOTE: Type ID in SetUp()
46 3u, // NOTE: Result ID in SetUp()
49 4u, // NOTE: Result ID in SetUp()
50 3u, // NOTE: Return type in SetUp()
53 3u, // NOTE: Result type in SetUp()
[all …]
Dids_limit_test.cpp30 0x2FFFFFu, // NOTE: Bound in TEST_F()
31 0u, // NOTE: Schema; reserved in TEST_F()
35 0x100000u, // NOTE: Bound in TEST_F()
36 0u, // NOTE: Schema; reserved in TEST_F()
49 0x2FFFFFu, // NOTE: Bound in TEST_F()
50 0u, // NOTE: Schema; reserved in TEST_F()
54 0x100000u, // NOTE: Bound in TEST_F()
55 0u, // NOTE: Schema; reserved in TEST_F()
59 3u, // NOTE: Bound in TEST_F()
60 0u, // NOTE: Schema; reserved in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp33 10u, // NOTE: Bound in SetUp()
34 0u, // NOTE: Schema; reserved in SetUp()
37 1u, // NOTE: Result ID in SetUp()
38 32u, // NOTE: Width in SetUp()
41 2u, // NOTE: Result ID in SetUp()
43 1u, // NOTE: Type ID in SetUp()
46 3u, // NOTE: Result ID in SetUp()
49 4u, // NOTE: Result ID in SetUp()
50 3u, // NOTE: Return type in SetUp()
53 3u, // NOTE: Result type in SetUp()
[all …]
Dids_limit_test.cpp30 0x2FFFFFu, // NOTE: Bound in TEST_F()
31 0u, // NOTE: Schema; reserved in TEST_F()
35 0x100000u, // NOTE: Bound in TEST_F()
36 0u, // NOTE: Schema; reserved in TEST_F()
49 0x2FFFFFu, // NOTE: Bound in TEST_F()
50 0u, // NOTE: Schema; reserved in TEST_F()
54 0x100000u, // NOTE: Bound in TEST_F()
55 0u, // NOTE: Schema; reserved in TEST_F()
59 3u, // NOTE: Bound in TEST_F()
60 0u, // NOTE: Schema; reserved in TEST_F()
/third_party/boost/status/
Dexplicit-failures-markup.xml55 <note author="Boris Gubenko" refid="42"/>
60 <note author="Boris Gubenko" refid="38"/>
65 <note author="Markus Schoepflin">
68 </note>
78 <note author="Boris Gubenko" refid="47"/>
84 <note author="Eric Niebler" refid="53"/>
97 <note author="Marshall Clow">
99 </note>
122 <note author="P.Droba">
124 </note>
[all …]
/third_party/mesa3d/src/util/
Dbuild_id.c44 char name[4]; /* Note name for build-id is "GNU\0" */
52 struct build_id_note *note; member
78 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback() local
83 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in build_id_find_nhdr_callback()
84 note->nhdr.n_descsz != 0 && in build_id_find_nhdr_callback()
85 note->nhdr.n_namesz == 4 && in build_id_find_nhdr_callback()
86 memcmp(note->name, "GNU", 4) == 0) { in build_id_find_nhdr_callback()
87 data->note = note; in build_id_find_nhdr_callback()
92 ALIGN_POT(note->nhdr.n_namesz, 4) + in build_id_find_nhdr_callback()
93 ALIGN_POT(note->nhdr.n_descsz, 4); in build_id_find_nhdr_callback()
[all …]
/third_party/icu/icu4c/source/test/testdata/
Dra.txt13 * @note Comments for tag named ra
19 * @note {0} represents the position of OSNAME and {1} represents the position of job name
25 * @note This resource is for test2
33 * @note This resource is for TestTable
39 * @note This resource is for test3
45 * @note This resource is for test4
51 * @note This resource is for test5
57 * @note This resource is for test6
64 * @note This resource is for Tag name: Array
70 * @note This resource is un-named string
[all …]
Dra.xlf15 <note>This resource is un-named string</note>
20 <note>This resource is un-named int</note>
27 <note>This resource is for un-named binary</note>
35 <note>This resource is for TestImport</note>
332 <note>This resource is for TestInclude</note>
339 <note>This resource is for element 1</note>
344 <note>This resource is for element 2</note>
349 <note>This resource is for element 3</note>
357 <note>This resource is for test3</note>
362 <note>This resource is for test4</note>
[all …]
/third_party/boost/libs/contract/meta/
Dexplicit-failures-markup.xml23 <note author="Lorenzo Caminiti">
31 </note>
36 <note author="Lorenzo Caminiti">
41 </note>
45 <note author="Lorenzo Caminiti">
54 </note>
62 <note author="Lorenzo Caminiti">
65 </note>
73 <note author="Lorenzo Caminiti">
77 </note>
[all …]
/third_party/typescript_eslint/packages/eslint-plugin-tslint/
DCHANGELOG.md8 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
16 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
24 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
32 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
51 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
59 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
67 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
75 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
83 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
91 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
[all …]
/third_party/boost/libs/container_hash/meta/
Dexplicit-failures-markup.xml15 <note author="Daniel James">
20 </note>
27 <note refid="2" author="Daniel James"/>
35 <note author="Daniel James">
41 </note>
48 <note author="Daniel James">
53 </note>
61 <note author="Daniel James">
65 </note>
71 <note author="Daniel James">
[all …]
/third_party/libxml2/test/valid/dtds/
Dnotes.dtd3 <!ELEMENT pfx:notes ( #PCDATA | note | pfx:note )* >
9 references of note
10 <!ELEMENT pfx:notes ( #PCDATA | pfx:note | note )* >
13 <!ELEMENT pfx:notes ( #PCDATA | pfx:note | note )* >
18 <!ELEMENT note EMPTY >
19 <!ELEMENT pfx:note EMPTY >
/third_party/typescript_eslint/packages/eslint-plugin-internal/
DCHANGELOG.md8 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
16 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
24 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
32 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
51 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
59 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
67 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
75 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
83 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
91 **Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
[all …]
/third_party/boost/libs/serialization/test/
Dlinks.html22 ../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
25 ../../../boost/archive/detail/oserializer.hpp:314:9: note: in instantiation of function template sp…
28 ../../../boost/archive/detail/oserializer.hpp:539:12: note: in instantiation of function template s…
31 ../../../boost/archive/detail/common_oarchive.hpp:71:18: note: in instantiation of function templat…
34 ../../../boost/archive/basic_text_oarchive.hpp:83:39: note: in instantiation of function template s…
37 ../../../boost/archive/detail/interface_oarchive.hpp:70:23: note: in instantiation of function temp…
40 test_check.cpp:85:12: note: in instantiation of function template specialization 'boost::archive::d…
43 ../../../boost/static_assert.hpp:79:26: note: template is declared here
55 ../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
58 ../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template s…
[all …]
/third_party/typescript_eslint/packages/shared-fixtures/
DCHANGELOG.md8 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
27 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
35 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
43 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
51 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
59 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
67 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
75 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
83 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
91 **Note:** Version bump only for package @typescript-eslint/shared-fixtures
[all …]
/third_party/boost/libs/type_traits/meta/
Dexplicit-failures-markup.xml9 <note author="John Maddock">
12 </note>
19 <note author="John Maddock">
22 </note>
40 <note author="Aleksey Gurtovoy">
47 </note>
70 <note author="John Maddock" refid="2"/>
80 <note author="AlisdairM" refid="2"/>
93 <note author="Alexander Nasonov">
97 </note>
[all …]
/third_party/boost/libs/lockfree/doc/
Dautodoc.xml49 <note><para>The result is only accurate, if no other thread modifies the queue. Therefore it is rar…
50 </note>
55 <note><para>Thread-safe. If internal memory pool is exhausted and the memory pool is not fixed-size…
56 </note>
62 <note><para>Thread-safe and non-blocking. If internal memory pool is exhausted, operation will fail…
63 </note>
70 <note><para>Not Thread-safe. If internal memory pool is exhausted and the memory pool is not fixed-…
71 </note>
78 <note><para>Thread-safe and non-blocking </para>
79 </note>
[all …]
/third_party/boost/doc/html/boost/process/extend/
Dhandler.html53 <div class="note"><table border="0" summary="Note">
55 …2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/not…
56 <th align="left">Note</th>
67 … function is invoked before the process launch. <div class="note"><table border="0" summary="Note">
69 …2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/not…
70 <th align="left">Note</th>
81 <div class="note"><table border="0" summary="Note">
83 …2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../doc/src/images/not…
84 <th align="left">Note</th>
94 <div class="note"><table border="0" summary="Note">
[all …]
/third_party/typescript_eslint/packages/visitor-keys/
DCHANGELOG.md8 **Note:** Version bump only for package @typescript-eslint/visitor-keys
27 **Note:** Version bump only for package @typescript-eslint/visitor-keys
35 **Note:** Version bump only for package @typescript-eslint/visitor-keys
43 **Note:** Version bump only for package @typescript-eslint/visitor-keys
51 **Note:** Version bump only for package @typescript-eslint/visitor-keys
59 **Note:** Version bump only for package @typescript-eslint/visitor-keys
67 **Note:** Version bump only for package @typescript-eslint/visitor-keys
75 **Note:** Version bump only for package @typescript-eslint/visitor-keys
83 **Note:** Version bump only for package @typescript-eslint/visitor-keys
91 **Note:** Version bump only for package @typescript-eslint/visitor-keys
[all …]
/third_party/boost/boost/asio/ssl/
Dcontext.hpp57 * @note Following the move, the following operations only are valid for the
70 * @note Following the move, the following operations only are valid for the
99 * @note Calls @c SSL_CTX_clear_options.
113 * @note Calls @c SSL_CTX_clear_options.
128 * @note Calls @c SSL_CTX_set_options.
142 * @note Calls @c SSL_CTX_set_options.
157 * @note Calls @c SSL_CTX_set_verify.
171 * @note Calls @c SSL_CTX_set_verify.
186 * @note Calls @c SSL_CTX_set_verify_depth.
200 * @note Calls @c SSL_CTX_set_verify_depth.
[all …]
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dcontext.hpp57 * @note Following the move, the following operations only are valid for the
70 * @note Following the move, the following operations only are valid for the
99 * @note Calls @c SSL_CTX_clear_options.
113 * @note Calls @c SSL_CTX_clear_options.
128 * @note Calls @c SSL_CTX_set_options.
142 * @note Calls @c SSL_CTX_set_options.
157 * @note Calls @c SSL_CTX_set_verify.
171 * @note Calls @c SSL_CTX_set_verify.
186 * @note Calls @c SSL_CTX_set_verify_depth.
200 * @note Calls @c SSL_CTX_set_verify_depth.
[all …]

12345678910>>...477