Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 5472) sorted by relevance

12345678910>>...219

/third_party/boost/doc/html/
Dasio_HTML.manifest77 boost_asio/reference.html
78 boost_asio/reference/asynchronous_operations.html
79 boost_asio/reference/read_write_operations.html
80 boost_asio/reference/synchronous_socket_operations.html
81 boost_asio/reference/asynchronous_socket_operations.html
82 boost_asio/reference/AcceptableProtocol.html
83 boost_asio/reference/AcceptHandler.html
84 boost_asio/reference/AsyncRandomAccessReadDevice.html
85 boost_asio/reference/AsyncRandomAccessWriteDevice.html
86 boost_asio/reference/AsyncReadStream.html
[all …]
/third_party/boost/libs/type_traits/doc/html/
Dstandalone_HTML.manifest23 boost_typetraits/reference.html
24 boost_typetraits/reference/add_const.html
25 boost_typetraits/reference/add_cv.html
26 boost_typetraits/reference/add_lvalue_reference.html
27 boost_typetraits/reference/add_pointer.html
28 boost_typetraits/reference/add_reference.html
29 boost_typetraits/reference/add_rvalue_reference.html
30 boost_typetraits/reference/add_volatile.html
31 boost_typetraits/reference/aligned_storage.html
32 boost_typetraits/reference/alignment_of.html
[all …]
/third_party/boost/libs/geometry/doc/html/
Dgeometry_HTML.manifest22 geometry/reference.html
23 geometry/reference/access.html
24 geometry/reference/access/get.html
25 geometry/reference/access/get/get_1.html
26 geometry/reference/access/get/get_1_with_index.html
27 geometry/reference/access/get/get_as_radian_1.html
28 geometry/reference/access/get/get_as_radian_1_0.html
29 geometry/reference/access/set.html
30 geometry/reference/access/set/set_2.html
31 geometry/reference/access/set/set_2_with_index.html
[all …]
/third_party/boost/libs/range/doc/html/
Dquickbook_HTML.manifest10 range/reference.html
11 range/reference/overview.html
12 range/reference/concept_implementation.html
13 range/reference/concept_implementation/synopsis.html
14 range/reference/concept_implementation/semantics.html
15 range/reference/concept_implementation/semantics/metafunctions.html
16 range/reference/concept_implementation/semantics/functions.html
17 range/reference/adaptors.html
18 range/reference/adaptors/introduction.html
19 range/reference/adaptors/general_requirements.html
[all …]
/third_party/boost/libs/spirit/doc/
Dindex.idx14 parse "" ".*qi.reference.parse_api.iterator_api.*" qi_index
15 phrase_parse "" ".*qi.reference.parse_api.iterator_api.*" qi_index
16 match "" ".*qi.reference.parse_api.stream_api.*" qi_index
17 phrase_match "" ".*qi.reference.parse_api.stream_api.*" qi_index
18 skip_flag::postskip "postskip" ".*qi.reference.parse_api.*_api.*" qi_index
19 skip_flag::dont_postskip "dont_postskip" ".*qi.reference.parse_api.*_api.*" qi_index
20 create_parser "" ".*qi.reference.parse_api.*" qi_index
21 create_parser_exists "" ".*qi.reference.parse_api.*" qi_index
23 parser "[P|p]arser" ".*qi.reference.parser_concepts.*" qi_index
27 generate "" ".*karma.reference.generate_api.iterator_api.*" karma_index
[all …]
Dspirit2.qbk57 [def __boost_iterator_range__ [@boost:/libs/range/doc/html/range/reference/utilities/iterator_ran…
89 [def __karma_char_encoding_namespace__ [link spirit.karma.reference.basics.character_encoding_names…
90 [def __sec_karma_reference__ [link spirit.karma.reference Karma Reference]]
93 [def __sec_qi_reference__ [link spirit.qi.reference Qi Reference]]
108 [def __sec_ref_lex_token__ [/ link spirit.lex.reference.token Token Class] Token Class]
109 [def __sec_ref_lex_token_def__ [/ link spirit.lex.reference.tokendef TokenDef Class] TokenDef Clas…
117 [template karma_format[str] [link spirit.karma.reference.generate_api.stream_api [str]]]
119 [def __generator_api__ [link spirit.karma.reference.generate_api The Generator API]]
127 [def __class_token_def__ [/ link spirit.lex.reference.tokendef `token_def<>`] `lex::token_de…
129 [def __class_lexertl_token__ [/ link spirit.lex.reference.token `lexertl_token<>`] `lex::lexertl…
[all …]
/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Dreferences.test.ts16 const reference = scope.references[0]; constant
18 expect(reference.from).toBe(scope);
19 expect(reference.identifier.name).toBe('a');
20 expect(reference.resolved).toBe(variables[0]);
21 expect(reference.writeExpr).not.toBeUndefined();
22 expect(reference.isWrite()).toBeTruthy();
23 expect(reference.isRead()).toBeFalsy();
42 const reference = scope.references[1]; constant
44 expect(reference.from).toBe(scope);
45 expect(reference.identifier.name).toBe('a');
[all …]
Des6-default-parameters.test.ts35 const reference = scope.references[0]; constant
37 expect(reference.from).toBe(scope);
38 expect(reference.identifier.name).toBe('b');
39 expect(reference.resolved).toBe(variables[numVars - 1]);
40 expect(reference.writeExpr).not.toBeUndefined();
41 expect(reference.isWrite()).toBeTruthy();
42 expect(reference.isRead()).toBeFalsy();
78 const reference = scope.references[1]; constant
80 expect(reference.from).toBe(scope);
81 expect(reference.identifier.name).toBe('a');
[all …]
/third_party/boost/libs/range/test/algorithm_test/
Dheap.cpp39 std::vector<int> reference; in test() local
40 reference += 1,2,3,4,5,6,7,8,9; in test()
42 std::vector<int> test_cont(reference); in test()
43 std::vector<int> test_cont2(reference); in test()
45 std::make_heap(reference.begin(), reference.end()); in test()
47 check_equal(reference, test_cont); in test()
49 check_equal(reference, test_cont2); in test()
51 std::push_heap(reference.begin(), reference.end()); in test()
53 check_equal(reference, test_cont); in test()
55 check_equal(reference, test_cont2); in test()
[all …]
/third_party/boost/libs/range/doc/
Dboost_range.qbk36 [def __iterator_range__ [link range.reference.utilities.iterator_range `iterator_range`]]
37 [def __sub_range__ [link range.reference.utilities.sub_range `sub_range`]]
38 [def __minimal_interface__ [link range.reference.extending minimal interface]]
39 [def __range_result_iterator__ [link range.reference.concept_implementation.semantics.metafunction…
40 [def __extending_for_udts__ [link range.reference.extending Extending the library for UDTs]]
41 [def __implementation_of_metafunctions__ [link range.reference.concept_implementation.semantics.met…
42 [def __implementation_of_functions__ [link range.reference.concept_implementation.semantics.fun…
44 [def __range_value__ [link range.reference.concept_implementation.semantics.metafunction…
45 [def __range_iterator__ [link range.reference.concept_implementation.semantics.metafunction…
46 [def __range_difference__ [link range.reference.concept_implementation.semantics.metafunction…
[all …]
/third_party/boost/libs/asio/doc/overview/
Dbsd_sockets.qbk32 [ For TCP: [link boost_asio.reference.ip__tcp.socket ip::tcp::socket],
33 [link boost_asio.reference.ip__tcp.acceptor ip::tcp::acceptor]
35 For UDP: [link boost_asio.reference.ip__udp.socket ip::udp::socket]
37 [link boost_asio.reference.basic_socket basic_socket],
38 [link boost_asio.reference.basic_stream_socket basic_stream_socket],
39 [link boost_asio.reference.basic_datagram_socket basic_datagram_socket],
40 [link boost_asio.reference.basic_raw_socket basic_raw_socket] ]
45 [ [link boost_asio.reference.ip__address ip::address],
46 [link boost_asio.reference.ip__address ip::address_v4],
47 [link boost_asio.reference.ip__address ip::address_v6] ]
[all …]
/third_party/boost/libs/asio/doc/
Dnet_ts.qbk35 [[link boost_asio.reference.io_context `io_context`]]
36 [[link boost_asio.reference.io_service `io_service`]]
40 [[link boost_asio.reference.dispatch `dispatch`]]
41 [[link boost_asio.reference.io_context.dispatch `io_service::dispatch`]]
43 boost_asio.reference.Executor1 Executor] or [link boost_asio.reference.ExecutionContext
47 [[link boost_asio.reference.post `post`]]
48 [[link boost_asio.reference.io_context.post `io_service::post`]]
50 boost_asio.reference.Executor1 Executor] or [link boost_asio.reference.ExecutionContext
54 [[link boost_asio.reference.defer `defer`]]
55 [[link boost_asio.reference.io_context.post `io_service::post`] when the [link
[all …]
/third_party/boost/libs/spirit/doc/html/
Dspirit2_HTML.manifest65 spirit/qi/reference.html
66 spirit/qi/reference/parser_concepts.html
67 spirit/qi/reference/parser_concepts/parser.html
68 spirit/qi/reference/parser_concepts/primitiveparser.html
69 spirit/qi/reference/parser_concepts/unaryparser.html
70 spirit/qi/reference/parser_concepts/binaryparser.html
71 spirit/qi/reference/parser_concepts/naryparser.html
72 spirit/qi/reference/parser_concepts/nonterminal.html
73 spirit/qi/reference/basics.html
74 spirit/qi/reference/parse_api.html
[all …]
/third_party/boost/libs/range/test/test_driver/
Drange_return_test_driver.hpp31 Container& reference, in test()
48 Container& reference, in test()
53 BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(), in test()
57 std::distance(reference.begin(), reference_it) ); in test()
69 Container& reference, in test()
74 BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(), in test()
77 if (reference_it == reference.end()) in test()
85 std::distance(reference.begin(), reference_it) + 1); in test()
98 Container& reference, in test()
103 BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(), in test()
[all …]
/third_party/boost/libs/type_traits/doc/
Dtype_traits.qbk29 …link linkend="boost_typetraits.reference.integral_constant">true_type</link>-or-<link linkend="boo…
31 [def __true_type [link boost_typetraits.reference.integral_constant true_type]]
32 [def __false_type [link boost_typetraits.reference.integral_constant false_type]]
33 [def __integral_constant [link boost_typetraits.reference.integral_constant integral_constant]]
45 [def __is_void [link boost_typetraits.reference.is_void is_void]]
46 [def __is_integral [link boost_typetraits.reference.is_integral is_integral]]
47 [def __is_floating_point [link boost_typetraits.reference.is_floating_point is_floating_point]]
48 [def __is_pointer [link boost_typetraits.reference.is_pointer is_pointer]]
49 [def __is_reference [link boost_typetraits.reference.is_reference is_reference]]
50 [def __is_lvalue_reference [link boost_typetraits.reference.is_lvalue_reference is_lvalue_reference…
[all …]
/third_party/boost/libs/range/test/algorithm_ext_test/
Derase.cpp30 Container reference(source); in test_erase_impl() local
35 iterator_t first_ref = reference.begin(); in test_erase_impl()
36 iterator_t last_ref = reference.end(); in test_erase_impl()
40 reference.erase(first_ref, last_ref); in test_erase_impl()
43 BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(), in test_erase_impl()
60 Container reference(source); in test_remove_erase_impl() local
65 reference.erase( std::find(reference.begin(), reference.end(), 5) ); in test_remove_erase_impl()
67 BOOST_CHECK_EQUAL_COLLECTIONS( reference.begin(), reference.end(), in test_remove_erase_impl()
91 Container reference; in test_remove_erase_if_impl() local
98 reference.push_back(*it_source); in test_remove_erase_if_impl()
[all …]
/third_party/boost/boost/proto/detail/preprocessed/
Dpoly_function_funop.hpp29 return impl(static_cast<typename normalize_arg<A0 const &> ::reference>(a0)); in operator ()()
52 …t<typename normalize_arg<A0 const &> ::reference>(a0) , static_cast<typename normalize_arg<A1 cons… in operator ()()
75 … &> ::reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_ca… in operator ()()
98reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
121reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
144reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
167reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
190reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
213reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
236reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-use-before-define.ts61 reference: TSESLint.Scope.Reference,
65 variable.scope.variableScope !== reference.from.variableScope
74 reference: TSESLint.Scope.Reference,
78 variable.scope.variableScope !== reference.from.variableScope
87 reference: TSESLint.Scope.Reference,
91 variable.scope.variableScope !== reference.from.variableScope
119 function isTypeReference(reference: TSESLint.Scope.Reference): boolean {
121 reference.isTypeReference ||
122 referenceContainsTypeQuery(reference.identifier)
148 reference: TSESLint.Scope.Reference,
[all …]
/third_party/libxml2/result/errors/
Drec_ext_ent.xml.ent1 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
4 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
7 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
10 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
13 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
16 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
19 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
22 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
25 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
28 test/errors/rec_ext.ent:1: parser error : Detected an entity reference loop
[all …]
/third_party/boost/libs/spirit/doc/x3/
Dspirit_x3.qbk43 [def __boost_iterator_range__ [@boost:/libs/range/doc/html/range/reference/utilities/iterator_ran…
76 [def __sec_x3_reference__ [/ link spirit_x3.reference] X3 Reference]
91 [def __parser_concept__ [/ link spirit_x3.reference.parser_concepts.parser] `Parser`]
92 [def __primitive_parser_concept__ [/ link spirit_x3.reference.parser_concepts.primitiveparser] `P…
93 [def __unary_parser_concept__ [/ link spirit_x3.reference.parser_concepts.unaryparser] `Unary…
94 [def __binary_parser_concept__ [/ link spirit_x3.reference.parser_concepts.binaryparser] `Bina…
95 [def __nary_parser_concept__ [/ link spirit_x3.reference.parser_concepts.naryparser] `NaryPa…
96 [def __x3_nonterminal__ [/ link spirit_x3.reference.parser_concepts.nonterminal] `Nonte…
97 [def __x3_nonterminal_attribute__ [/ link spirit_x3.reference.parser_concepts.nonterminal.attribu…
100 [def __x3_lazy_argument__ [/ link spirit_x3.reference.basics.lazy_argument] Lazy Argument]
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dtriple-slash-reference.md1 …e level for triple slash directives versus ES6-style import declarations (`triple-slash-reference`)
3reference type directives is discouraged in favor of the newer `import` style. This rule allows yo…
5 Consider using this rule in place of [`no-triple-slash-reference`](./no-triple-slash-reference.md) …
12 /// <reference path="foo" />
13 /// <reference types="bar" />
14 /// <reference lib="baz" />
20 /// <reference types="foo" />
25 /// <reference types="foo" />
32 /// <reference path="foo" />
33 /// <reference types="bar" />
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuBilinearImageCompare.cpp114 bool comparePixelRGBA8 (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& resu… in comparePixelRGBA8() argument
122 const deUint32 x2 = (deUint32)de::min(x+1, reference.getWidth()-1); in comparePixelRGBA8()
125 const deUint32 y2 = (deUint32)de::min(y+1, reference.getHeight()-1); in comparePixelRGBA8()
127 if (compareThreshold(resPix, readRGBA8(reference, x1, y1), threshold) || in comparePixelRGBA8()
128 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) || in comparePixelRGBA8()
129 compareThreshold(resPix, readRGBA8(reference, x2, y1), threshold) || in comparePixelRGBA8()
130 compareThreshold(resPix, readRGBA8(reference, x0, y0), threshold) || in comparePixelRGBA8()
131 compareThreshold(resPix, readRGBA8(reference, x1, y0), threshold) || in comparePixelRGBA8()
132 compareThreshold(resPix, readRGBA8(reference, x2, y0), threshold) || in comparePixelRGBA8()
133 compareThreshold(resPix, readRGBA8(reference, x0, y2), threshold) || in comparePixelRGBA8()
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dwsi.txt66 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.opaque.reference
68 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
70 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.post_multiplied.reference
72 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.inherit.reference
74 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.opaque.reference
76 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
78 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
80 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.inherit.reference
82 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.opaque.reference
84 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dwsi.txt66 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.opaque.reference
68 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.pre_multiplied.reference
70 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.post_multiplied.reference
72 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.identity.inherit.reference
74 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.opaque.reference
76 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.pre_multiplied.reference
78 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.post_multiplied.reference
80 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_90.inherit.reference
82 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.opaque.reference
84 dEQP-VK.wsi.xlib.incremental_present.scale_none.immediate.rotate_180.pre_multiplied.reference
[all …]
/third_party/boost/libs/callable_traits/doc/
Dcallable_traits.qbk67 # [libname] supports lvalue/rvalue reference member qualifiers.
121 …[[[link callable_traits.reference.ref_add_member_const [^add_member_const]]] …
122 …[[[link callable_traits.reference.ref_add_member_cv [^add_member_cv]]] …
123 …[[[link callable_traits.reference.ref_add_member_lvalue_reference [^add_member_lvalue_reference]]]…
124 …[[[link callable_traits.reference.ref_add_member_rvalue_reference [^add_member_rvalue_reference]]]…
125 …[[[link callable_traits.reference.ref_add_member_volatile [^add_member_volatile]]] …
126 …[[[link callable_traits.reference.ref_add_noexcept [^add_noexcept]]] …
127 …[[[link callable_traits.reference.ref_add_transaction_safe [^add_transaction_safe]]] …
128 …[[[link callable_traits.reference.ref_add_varargs [^add_varargs]]] …
129 …[[[link callable_traits.reference.ref_apply_member_pointer [^apply_member_pointer]]] …
[all …]

12345678910>>...219