Home
last modified time | relevance | path

Searched refs:src_body (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/devtools/rootAnalysis/
H A DMakefile.in40 src_body.xdb src_comp.xdb: run_complete
45 callgraph.txt: src_body.xdb src_comp.xdb computeCallgraph.js
69 allFunctions.txt: src_body.xdb
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/devtools/rootAnalysis/
H A DMakefile.in40 src_body.xdb src_comp.xdb: run_complete
45 callgraph.txt: src_body.xdb src_comp.xdb computeCallgraph.js
69 allFunctions.txt: src_body.xdb
H A DREADME.md16 3. When the try job is complete, download the resulting src_body.xdb.bz2, src_comp.xdb.bz2,
/dports/www/firefox/firefox-99.0/js/src/devtools/rootAnalysis/
H A DMakefile.in40 src_body.xdb src_comp.xdb: run_complete
45 callgraph.txt: src_body.xdb src_comp.xdb computeCallgraph.js
69 allFunctions.txt: src_body.xdb
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/devtools/rootAnalysis/
H A DMakefile.in40 src_body.xdb src_comp.xdb: run_complete
45 callgraph.txt: src_body.xdb src_comp.xdb computeCallgraph.js
69 allFunctions.txt: src_body.xdb
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/devtools/rootAnalysis/
H A DMakefile.in40 src_body.xdb src_comp.xdb: run_complete
45 callgraph.txt: src_body.xdb src_comp.xdb computeCallgraph.js
69 allFunctions.txt: src_body.xdb
H A DREADME.md16 3. When the try job is complete, download the resulting src_body.xdb.bz2, src_comp.xdb.bz2,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/devtools/rootAnalysis/
H A DMakefile.in40 src_body.xdb src_comp.xdb: run_complete
45 callgraph.txt: src_body.xdb src_comp.xdb computeCallgraph.js
69 allFunctions.txt: src_body.xdb
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/devtools/rootAnalysis/
H A DMakefile.in40 src_body.xdb src_comp.xdb: run_complete
45 callgraph.txt: src_body.xdb src_comp.xdb computeCallgraph.js
69 allFunctions.txt: src_body.xdb
/dports/devel/onetbb/oneTBB-2021.4.0/doc/main/tbb_userguide/
H A DData_Flow_Graph.rst133 input_node< int > src( g, src_body(10) );
141 ``src_body`` until ``fc.stop()`` is invoked inside the body. You therefore
150 class src_body {
154 src_body(int l) : my_limit(l), my_next_value(1) {}
180 input_node< int > src( g, src_body(10) );
H A Duse_input_node.rst23 input_node< int > src( g, src_body(10), false );
42 input_node< int > src( g, src_body(10), false );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/url_loader/
H A Drequest_conversion.cc248 ResourceRequestBody src_body, in PopulateResourceRequest() argument
354 if (const EncodedFormData* body = src_body.FormBody().get()) { in PopulateResourceRequest()
360 } else if (src_body.StreamBody().is_valid()) { in PopulateResourceRequest()
364 stream_body = src_body.TakeStreamBody(); in PopulateResourceRequest()
H A Drequest_conversion.h24 ResourceRequestBody src_body,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/url_loader/
H A Drequest_conversion.h25 ResourceRequestBody src_body,
H A Drequest_conversion.cc232 ResourceRequestBody src_body, in PopulateResourceRequest() argument
330 if (const EncodedFormData* body = src_body.FormBody().get()) { in PopulateResourceRequest()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_msg.c2193 const pjsip_msg_body *src_body ) in pjsip_msg_body_copy() argument
2196 PJ_ASSERT_RETURN( src_body->clone_data!=NULL, PJ_EINVAL ); in pjsip_msg_body_copy()
2200 &src_body->content_type); in pjsip_msg_body_copy()
2203 dst_body->data = (*src_body->clone_data)(pool, src_body->data, in pjsip_msg_body_copy()
2204 src_body->len ); in pjsip_msg_body_copy()
2207 dst_body->len = src_body->len; in pjsip_msg_body_copy()
2210 dst_body->print_body = src_body->print_body; in pjsip_msg_body_copy()
2211 dst_body->clone_data = src_body->clone_data; in pjsip_msg_body_copy()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_composite_node.cpp33 class src_body{ class
38 src_body(int f, int s) : start(1), finish(f), step(s) {} in src_body() function in src_body
116 tbb::flow::input_node<int> src(g, src_body(20,5)); in add_all_nodes()
542 src_type src(g, src_body(finish, step)); in input_only_output_only_composite()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_composite_node.cpp33 class src_body{ class
38 src_body(int f, int s) : start(1), finish(f), step(s) {} in src_body() function in src_body
116 tbb::flow::input_node<int> src(g, src_body(20,5)); in add_all_nodes()
542 src_type src(g, src_body(finish, step)); in input_only_output_only_composite()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_composite_node.cpp33 class src_body{ class
38 src_body(int f, int s) : start(1), finish(f), step(s) {} in src_body() function in src_body
116 tbb::flow::input_node<int> src(g, src_body(20,5)); in add_all_nodes()
542 src_type src(g, src_body(finish, step)); in input_only_output_only_composite()
/dports/www/firefox-esr/firefox-91.8.0/js/src/doc/HazardAnalysis/
H A Drunning.md72 * When the try job is complete, download the resulting `src_body.xdb.bz2`,
/dports/www/firefox/firefox-99.0/js/src/doc/HazardAnalysis/
H A Drunning.md72 * When the try job is complete, download the resulting `src_body.xdb.bz2`,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/doc/HazardAnalysis/
H A Drunning.md72 * When the try job is complete, download the resulting `src_body.xdb.bz2`,
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsip/
H A Dsip_msg.h744 const pjsip_msg_body *src_body );