Home
last modified time | relevance | path

Searched refs:ondemand (Results 51 – 75 of 637) sorted by relevance

12345678910>>...26

/dports/devel/simdjson/simdjson-0.9.6/tests/ondemand/
H A Dondemand_active_tests.cpp12 ondemand::parser parser; in parser_child()
15 ondemand::object parent = doc["parent"]; in parser_child()
17 ondemand::object c1 = parent["child1"]; in parser_child()
21 ondemand::object c2 = parent["child2"]; in parser_child()
29 ondemand::parser parser; in parser_doc_correct()
32 ondemand::object root_object = doc.get_object(); in parser_doc_correct()
41 ondemand::parser parser; in parser_doc_limits()
H A Dondemand_compilation_tests.cpp17 ondemand::parser parser; in compilation_test_1()
19 for (ondemand::object my_object : doc["mykey"]) { in compilation_test_1()
31 ondemand::parser parser; in compilation_test_2()
34 ondemand::array tweets = doc["statuses"].get_array(); in compilation_test_2()
37 ondemand::object user = tweet["user"].get_object(); in compilation_test_2()
48 ondemand::parser parser; in compilation_test_3()
50 ondemand::array tweets; in compilation_test_3()
H A Dondemand_scalar_tests.cpp8 using simdjson::ondemand::json_type;
34 ondemand::document doc; in test_scalar_value()
66 ondemand::document doc; in test_scalar_value()
87 for (simdjson_result<ondemand::value> val_result : doc_result) { in test_scalar_value()
105 for (simdjson_result<ondemand::value> val_result : doc_result) { in test_scalar_value()
106 ondemand::value val; in test_scalar_value()
131 for (simdjson_result<ondemand::value> val_result : doc_result) { in test_scalar_value()
151 ondemand::value val; in test_scalar_value()
207 ondemand::document doc; in null_value()
220 ondemand::value value; in null_value()
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/generic/ondemand/
H A Darray.h5 namespace ondemand {
176 …IMPLEMENTATION::ondemand::array> : public SIMDJSON_IMPLEMENTATION::implementation_simdjson_result_…
178 …simdjson_really_inline simdjson_result(SIMDJSON_IMPLEMENTATION::ondemand::array &&value) noexcept;…
182 …simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::array_iterator> begin() …
183 …simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::array_iterator> end() no…
187 …simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::value> at(size_t index) …
188 …simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::value> at_pointer(std::s…
H A Draw_json_string-inl.h4 namespace ondemand {
177 …djson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>::simdjson_result(SIMDJSON_IMPLEME… in simdjson_result()
178 …on_result_base<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>(std::forward<SIMDJSON_IMPLEMENT… in simdjson_result()
179 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>::simdjso… in simdjson_result()
180 …: implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>(error) {} in simdjson_result()
182 … simdjson_result<const char *> simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>… in raw()
186 …djson_result<std::string_view> simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>… in unescape()
190 …simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>::unescape(SIMDJSON_IMPLEMENTAT… in unescape()
H A Dtoken_iterator-inl.h3 namespace ondemand {
73 …djson_result<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>::simdjson_result(SIMDJSON_IMPLEMEN… in simdjson_result()
74 …on_result_base<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>(std::forward<SIMDJSON_IMPLEMENTA… in simdjson_result()
75 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>::simdjson… in simdjson_result()
76 … : implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>(error) {} in simdjson_result()
H A Djson_type-inl.h3 namespace ondemand {
111 …simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::json_type>::simdjson_result(SIMDJSON_IMPLEMENTA… in simdjson_result()
112 …djson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::json_type>(std::forward<SIMDJSON_IMPLEMENTATI… in simdjson_result()
113 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::json_type>::simdjson_resu… in simdjson_result()
114 : implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::json_type>(error) {} in simdjson_result()
H A Ddocument_stream-inl.h6 namespace ondemand {
84 ondemand::parser &_parser, in document_stream()
141 simdjson_really_inline simdjson_result<ondemand::document_reference> document_stream::iterator::ope…
143 return simdjson_result<ondemand::document_reference>(stream->doc, stream->error);
302 inline error_code document_stream::run_stage1(ondemand::parser &p, size_t _batch_start) noexcept { in run_stage1()
392 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::document_stream>::simdjso… in simdjson_result()
395 implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::document_stream>(error) in simdjson_result()
398 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::document_stream>::simdjso… in simdjson_result()
399 SIMDJSON_IMPLEMENTATION::ondemand::document_stream &&value in simdjson_result()
401 implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::document_stream>( in simdjson_result()
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/ondemand/
H A Dondemand_compilation_tests.cpp17 ondemand::parser parser; in compilation_test_1()
19 for (ondemand::object my_object : doc["mykey"]) { in compilation_test_1()
31 ondemand::parser parser; in compilation_test_2()
34 ondemand::array tweets = doc["statuses"].get_array(); in compilation_test_2()
37 ondemand::object user = tweet["user"].get_object(); in compilation_test_2()
48 ondemand::parser parser; in compilation_test_3()
50 ondemand::array tweets; in compilation_test_3()
H A Dondemand_object_find_field_tests.cpp8 using simdjson::ondemand::json_type;
14 ondemand::object object; in object_find_field_unordered()
26 simdjson_result<ondemand::object> object; in object_find_field_unordered()
44 ondemand::document doc; in document_object_find_field_unordered()
70 ondemand::value object; in value_object_find_field_unordered()
81 simdjson_result<ondemand::value> object = doc_result.find_field_unordered("outer"); in value_object_find_field_unordered()
97 ondemand::object object; in object_find_field()
109 simdjson_result<ondemand::object> object; in object_find_field()
127 ondemand::document doc; in document_object_find_field()
153 ondemand::value object; in value_object_find_field()
[all …]
H A Dondemand_object_index_tests.cpp8 using simdjson::ondemand::json_type;
14 ondemand::object object; in object_index()
26 simdjson_result<ondemand::object> object; in object_index()
44 ondemand::document doc; in document_object_index()
70 ondemand::value object; in value_object_index()
101 ondemand::document doc; in document_nested_object_index()
118 ondemand::object object; in nested_object_index()
130 simdjson_result<ondemand::value> x = doc_result["x"]; in value_nested_object_index()
135 ondemand::value x; in value_nested_object_index()
161 ondemand::object object; in object_index_partial_children()
[all …]
H A Dondemand_scalar_tests.cpp8 using simdjson::ondemand::json_type;
34 ondemand::document doc; in test_scalar_value()
66 ondemand::document doc; in test_scalar_value()
87 for (simdjson_result<ondemand::value> val_result : doc_result) { in test_scalar_value()
105 for (simdjson_result<ondemand::value> val_result : doc_result) { in test_scalar_value()
106 ondemand::value val; in test_scalar_value()
131 for (simdjson_result<ondemand::value> val_result : doc_result) { in test_scalar_value()
151 ondemand::value val; in test_scalar_value()
207 ondemand::document doc; in null_value()
220 ondemand::value value; in null_value()
[all …]
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/generic/ondemand/
H A Draw_json_string-inl.h4 namespace ondemand {
177 …djson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>::simdjson_result(SIMDJSON_IMPLEME… in simdjson_result()
178 …on_result_base<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>(std::forward<SIMDJSON_IMPLEMENT… in simdjson_result()
179 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>::simdjso… in simdjson_result()
180 …: implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>(error) {} in simdjson_result()
182 … simdjson_result<const char *> simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>… in raw()
186 …djson_result<std::string_view> simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>… in unescape()
190 …simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::raw_json_string>::unescape(SIMDJSON_IMPLEMENTAT… in unescape()
H A Darray.h5 namespace ondemand {
93 …IMPLEMENTATION::ondemand::array> : public SIMDJSON_IMPLEMENTATION::implementation_simdjson_result_…
95 …simdjson_really_inline simdjson_result(SIMDJSON_IMPLEMENTATION::ondemand::array &&value) noexcept;…
99 …simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::array_iterator> begin() …
100 …simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::array_iterator> end() no…
H A Dtoken_iterator-inl.h3 namespace ondemand {
66 …djson_result<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>::simdjson_result(SIMDJSON_IMPLEMEN… in simdjson_result()
67 …on_result_base<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>(std::forward<SIMDJSON_IMPLEMENTA… in simdjson_result()
68 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>::simdjson… in simdjson_result()
69 … : implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::token_iterator>(error) {} in simdjson_result()
H A Dparser-inl.h3 namespace ondemand {
96 … simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::parser>::simdjson_result(SIMDJSON_IMPLEMENTATI… in simdjson_result()
97 …mdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::parser>(std::forward<SIMDJSON_IMPLEMENTATION… in simdjson_result()
98 simdjson_really_inline simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::parser>::simdjson_result(… in simdjson_result()
99 : implementation_simdjson_result_base<SIMDJSON_IMPLEMENTATION::ondemand::parser>(error) {} in simdjson_result()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.sbs.com.au2 Noindex: /ondemand/video/single/
5 Noindex: /ondemand/play/v/
6 Noindex: /ondemand/playlist/
7 Noindex: /ondemand/subscribe/
H A Dwww.meltwater.com13 Disallow: /nl/ondemand-conversiegedreven-digitale-marketingmix/
135 Disallow: /se/ondemand-video-svenskarna-och-internet-video/
139 Disallow: /se/ondemand-video-viral-spridning-video/
145 Disallow: /se/ondemand-video-digitalisering-av-staden-video/
147 Disallow: /se/ondemand-video-varf%C3%B6r-medieanalys-video/
148 Disallow: /se/ondemand-video-demystifying-china-video/
149 Disallow: /se/ondemand-video-public-affairs-video/
213 Disallow: /no/ondemand-video-er-du-klar-for-gdpr-video/
218 Disallow: /no/ondemand-video-trender-i-sosiale-medier-video/
220 Disallow: /no/ondemand-video-inbound-marketing-video/
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/singleheader/
H A Dsimdjson.h10662 namespace ondemand {
12493 namespace ondemand {
14809 namespace ondemand {
17228 namespace ondemand {
19501 namespace ondemand {
20917 namespace ondemand {
20929 namespace ondemand {
21085 namespace ondemand {
21097 namespace ondemand {
21140 namespace ondemand {
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/compilation_failure_tests/
H A Dbad_array_count.cpp7 ondemand::parser parser; in main()
14 for(simdjson_unused ondemand::object elem : testArray) {} in main()
16 ondemand::array a = testArray.get_array(); in main()
19 for(simdjson_unused ondemand::object elem : a) {} in main()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/ondemand/compilation_failure_tests/
H A Dfirst_second_access.cpp9 ondemand::parser parser; in main()
10 ondemand::document doc; in main()
13 simdjson_result<ondemand::value> query = doc.at_pointer("/"); in main()
20 ondemand::value val; in main()
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DVimeoBridge.php23 'On Demand' => 'search/ondemand',
115 $item['uri'] = $element->ondemand->link;
116 $item['title'] = $element->ondemand->name;
119 if(isset($element->ondemand->film))
120 $item['timestamp'] = strtotime($element->ondemand->film->release_time);
123 end($element->ondemand->pictures->sizes)->link
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/cpupower/bench/
H A DREADME-BENCH64 Example of expected results with ondemand governor:
73 For example if ondemand governor is configured to have a 50ms
76 In round 1, ondemand should have rather static 50% load and probably
79 In round 2, if the ondemand sampling times exactly match the load/sleep
81 below possible ondemand sample kick ins (1)):
83 But if ondemand always kicks in in the middle of the load sleep cycles, it
85 switching up (compare with below possible ondemand sample kick ins (2))::
91 |-----|-----|-----|-----|-----|-----|-----|---- ondemand sampling (1)
92 100 0 100 0 100 0 100 load seen by ondemand(%)
93 |-----|-----|-----|-----|-----|-----|-----|-- ondemand sampling (2)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/cpupower/bench/
H A DREADME-BENCH64 Example of expected results with ondemand governor:
73 For example if ondemand governor is configured to have a 50ms
76 In round 1, ondemand should have rather static 50% load and probably
79 In round 2, if the ondemand sampling times exactly match the load/sleep
81 below possible ondemand sample kick ins (1)):
83 But if ondemand always kicks in in the middle of the load sleep cycles, it
85 switching up (compare with below possible ondemand sample kick ins (2))::
91 |-----|-----|-----|-----|-----|-----|-----|---- ondemand sampling (1)
92 100 0 100 0 100 0 100 load seen by ondemand(%)
93 |-----|-----|-----|-----|-----|-----|-----|-- ondemand sampling (2)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/cpupower/bench/
H A DREADME-BENCH64 Example of expected results with ondemand governor:
73 For example if ondemand governor is configured to have a 50ms
76 In round 1, ondemand should have rather static 50% load and probably
79 In round 2, if the ondemand sampling times exactly match the load/sleep
81 below possible ondemand sample kick ins (1)):
83 But if ondemand always kicks in in the middle of the load sleep cycles, it
85 switching up (compare with below possible ondemand sample kick ins (2))::
91 |-----|-----|-----|-----|-----|-----|-----|---- ondemand sampling (1)
92 100 0 100 0 100 0 100 load seen by ondemand(%)
93 |-----|-----|-----|-----|-----|-----|-----|-- ondemand sampling (2)
[all …]

12345678910>>...26