Home
last modified time | relevance | path

Searched refs:frontend (Results 1 – 25 of 167) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log4 node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importSc…
5 node_modules/chrome-devtools-frontend/front_end/Runtime.js(77,16): error TS7014: Function type, whi…
6 node_modules/chrome-devtools-frontend/front_end/Runtime.js(78,16): error TS7014: Function type, whi…
7 node_modules/chrome-devtools-frontend/front_end/Runtime.js(95,28): error TS2339: Property 'response…
8 node_modules/chrome-devtools-frontend/front_end/Runtime.js(147,37): error TS2339: Property '_import…
9 node_modules/chrome-devtools-frontend/front_end/Runtime.js(270,9): error TS2322: Type 'Promise<void…
11 node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise<void…
12 node_modules/chrome-devtools-frontend/front_end/Runtime.js(283,12): error TS2554: Expected 2-3 argu…
13 node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is n…
15 node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,49): error TS2352: Conversion of typ…
[all …]
/third_party/nghttp2/doc/bash_completion/
Dnghttpx11frontend-http2-dump-response-header --tls-ticket-key-file --verify-client-cacert --max-response-he…
/third_party/node/src/inspector/
Dworker_agent.cc14 explicit NodeWorkers(std::weak_ptr<NodeWorker::Frontend> frontend, in NodeWorkers() argument
16 : frontend_(frontend), thread_(thread) {} in NodeWorkers()
127 auto frontend = frontend_.lock(); in WorkerCreated() local
128 if (!frontend) in WorkerCreated()
135 frontend->attachedToWorker(id, WorkerInfo(id, title, url), waiting); in WorkerCreated()
139 auto frontend = frontend_.lock(); in Send() local
140 if (frontend) in Send()
141 frontend->receivedMessageFromWorker(id, message); in Send()
153 auto frontend = frontend_.lock(); in Detached() local
154 if (frontend) { in Detached()
[all …]
Dtracing_agent.cc20 std::weak_ptr<NodeTracing::Frontend> frontend) in DeletableFrontendWrapper() argument
21 : frontend_(frontend) {} in DeletableFrontendWrapper()
34 std::weak_ptr<NodeTracing::Frontend> frontend) in CreateFrontendWrapperRequest() argument
36 frontend_wrapper_ = std::make_unique<DeletableFrontendWrapper>(frontend); in CreateFrontendWrapperRequest()
71 auto frontend = frontend_wrapper->get(); in Call() local
72 if (frontend != nullptr) { in Call()
73 frontend->sendRawJSONNotification(message_); in Call()
/third_party/boost/libs/log/doc/
Dsink_frontends.qbk12frontend receives log records from the logging core and then passes them along to the associated s…
14frontend is associated with a backend, the corresponding backend will also be constructed by the f…
18 [section:basic_services Basic sink frontend services]
52 [section:unlocked Unlocked sink frontend]
56frontend is implemented with the [class_sinks_unlocked_sink] class template. This frontend provide…
62frontend part. If we tried to instantiate the frontend on the backend that requires more strict th…
66 [section:sync Synchronous sink frontend]
70frontend is implemented with the [class_sinks_synchronous_sink] class template. It is similar to t…
72 … accessed from other threads, unless the access is done through another frontend or a direct refer…
82 [section:async Asynchronous sink frontend]
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c63 struct draw_pt_front_end *frontend = NULL; in draw_pt_arrays() local
99 frontend = draw->pt.frontend; in draw_pt_arrays()
101 if (frontend) { in draw_pt_arrays()
109 frontend = NULL; in draw_pt_arrays()
116 frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE ); in draw_pt_arrays()
117 frontend = NULL; in draw_pt_arrays()
121 if (!frontend) { in draw_pt_arrays()
122 frontend = draw->pt.front.vsplit; in draw_pt_arrays()
124 frontend->prepare( frontend, prim, middle, opt ); in draw_pt_arrays()
126 draw->pt.frontend = frontend; in draw_pt_arrays()
[all …]
Ddraw_pt_vsplit.c200 static void vsplit_prepare(struct draw_pt_front_end *frontend, in vsplit_prepare() argument
205 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; in vsplit_prepare()
235 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) in vsplit_flush() argument
237 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; in vsplit_flush()
246 static void vsplit_destroy(struct draw_pt_front_end *frontend) in vsplit_destroy() argument
248 FREE(frontend); in vsplit_destroy()
/third_party/flutter/engine/flutter/frontend_server/lib/
Dserver.dart14 import 'package:vm/frontend_server.dart' as frontend show FrontendCompiler,
19 class _FlutterFrontendCompiler implements frontend.CompilerInterface{
20 final frontend.CompilerInterface _compiler;
24 _compiler = frontend.FrontendCompiler(output,
81 frontend.CompilerInterface compiler,
87 options = frontend.argParser.parse(args);
90 print(frontend.usage);
99 options = frontend.argParser.parse(<String>[
131 frontend.listenAndCompile(compiler, input ?? stdin, options, completer);
/third_party/boost/libs/parameter/test/
Dparameterized_inheritance.cpp188 struct frontend : public B struct
190 BOOST_PARAMETER_NO_SPEC_CONSTRUCTOR(frontend, (B))
194 frontend( in frontend() argument
206 frontend(frontend<O> const& copy) : B(copy) in frontend() function
233 test::frontend< in main()
237 test::frontend< in main()
241 test::frontend< in main()
259 test::frontend<test::backend0<std::string> > string_wrap(p, p + 3); in main()
/third_party/nghttp2/doc/sources/
Dnghttpx-howto.rst20 By default, frontend connection is encrypted using SSL/TLS. So
22 line (or through configuration file). In this case, the frontend
25 To turn off encryption on frontend connection, use ``no-tls`` keyword
26 in :option:`--frontend` option. HTTP/2 and HTTP/1 are available on
27 the frontend, and an HTTP/1 connection can be upgraded to HTTP/2 using
31 nghttpx can listen on multiple frontend addresses. This is achieved
32 by using multiple :option:`--frontend` options. For each frontend
66 protocols in frontend and backend connections are the same as in `default
71 By default, the frontend connection is encrypted. So this mode is
74 To turn off encryption on the frontend connection, use ``no-tls`` keyword
[all …]
/third_party/skia/third_party/externals/swiftshader/docs/
DANGLE.md7 …hile SwiftShader initially offered a GLES frontend, this has been deprecated and replaced by a Vul…
9 ## Why use ANGLE instead of SwiftShader's GLES frontend?
11 There are a few reasons why SwiftShader's GLES frontend has been deprecated, and that we now recomm…
19 …upport SwiftShader's GLES frontend allows our team to focus our efforts on implementing a solid an…
21 ## How to use ANGLE with SwiftShader's Vulkan frontend
/third_party/flutter/engine/flutter/frontend_server/test/
Dserver_test.dart6 import 'package:vm/frontend_server.dart' as frontend show CompilerInterface;
8 class _MockedCompiler extends Mock implements frontend.CompilerInterface {}
12 final frontend.CompilerInterface compiler = _MockedCompiler();
/third_party/mesa3d/src/gallium/frontends/xa/
DREADME30 The XA gallium frontend is intended as a versioned interface to gallium for
32 composite / video work for the Xorg gallium frontend.
34 The motivation behind this gallium frontend is that the Xorg gallium frontend has
42 Since Gallium3D is not versioned, the Xorg gallium frontend needs to be compiled
46 Therefore the xa gallium frontend is intended to supply the following
59 should investigate sharing the loadig mechanism with the EGL gallium frontend.
/third_party/mesa3d/docs/
Dsourcetree.rst170 - **clover** - OpenCL frontend
171 - **dri** - Meta frontend for DRI drivers, see mesa/state_tracker
172 - **glx** - Meta frontend for GLX
174 - **nine** - D3D9 frontend, see targets/d3dadapter9
175 - **omx** - OpenMAX Bellagio frontend
177 - **va** - VA-API frontend
178 - **vdpau** - VDPAU frontend
179 - **wgl** - Windows WGL frontend
180 - **xa** - XA frontend
181 - **xvmc** - XvMC frontend
[all …]
/third_party/boost/boost/interprocess/detail/
Dmanaged_multi_shared_memory.hpp126 group_services(frontend_t *const frontend) in group_services() argument
127 : mp_frontend(frontend), m_group(0), m_min_segment_size(0){} in group_services()
179 create_open_func(self_t * const frontend, in create_open_func()
181 : mp_frontend(frontend), m_type(type), m_segment_number(segment_number){} in create_open_func()
246 close_func(self_t * const frontend) in close_func()
247 : mp_frontend(frontend){} in close_func()
/third_party/gstreamer/gstplugins_bad/po/
Del.po88 msgid "Could not open frontend device \"%s\"."
89 msgstr "Αδυναμία ανοίγματος συσκευής frontend \"%s\"."
92 msgid "Could not get settings from frontend device \"%s\"."
93 msgstr "Αδυναμία λήψης ρυθμίσεων από τη συσκευή frontend \"%s\"."
96 msgid "Cannot enumerate delivery systems from frontend device \"%s\"."
97 msgstr "Αδυναμία λήψης ρυθμίσεων από τη συσκευή frontend \"%s\"."
Dfur.po87 msgid "Could not open frontend device \"%s\"."
88 msgstr "Impussibil vierzi il dispositîf di frontend \"%s\"."
91 msgid "Could not get settings from frontend device \"%s\"."
92 msgstr "Impussibil otignî impostazions dal dispositîf di frontend \"%s\"."
95 msgid "Cannot enumerate delivery systems from frontend device \"%s\"."
97 "Impussibil listâ i sistemis di consegne dal dispositîf di frontend \"%s\"."
Dhr.po92 msgid "Could not open frontend device \"%s\"."
93 msgstr "Nije moguće otvoriti korisnikov (frontend) uređaj „%s“."
96 msgid "Could not get settings from frontend device \"%s\"."
97 msgstr "Nije moguće dobiti postavke od korisnikovog (frontend) uređaja „%s“."
100 msgid "Cannot enumerate delivery systems from frontend device \"%s\"."
102 "Nije moguće enumerirati sustave dostave iz korisnikovog (frontend) uređaja "
Dsq.po31 msgstr "E pamundur hapja e dispozitivit frontend \"%s\"."
83 msgid "Could not open frontend device \"%s\"."
84 msgstr "E pamundur hapja e dispozitivit frontend \"%s\"."
87 msgid "Could not get settings from frontend device \"%s\"."
88 msgstr "E pamundur marrja e rregullimeve nga dispozitivi frontend \"%s\"."
91 msgid "Cannot enumerate delivery systems from frontend device \"%s\"."
92 msgstr "E pamundur marrja e rregullimeve nga dispozitivi frontend \"%s\"."
/third_party/nghttp2/doc/
Dnghttpx.1.rst23 "no-tls" parameter is used in :option:`--frontend` option.
28 "no-tls" parameter is used in :option:`--frontend` option. To
61 request host. For a request received on the frontend
206 backend requires that frontend connection is TLS
273 .. option:: -f, --frontend=(<HOST>,<PORT>|unix:<PATH>)[[;<PARAM>]...]
275 Set frontend host and port. If <HOST> is '\*', it
294 To make this frontend as API endpoint, specify "api"
296 important to limit the access to the API frontend.
301 To make this frontend as health monitor endpoint,
306 To accept PROXY protocol version 1 and 2 on frontend
[all …]
/third_party/typescript/tests/cases/docker/chrome-devtools-frontend-next/
DDockerfile7 RUN fetch devtools-frontend
8 WORKDIR devtools-frontend
/third_party/skia/third_party/externals/dawn/docs/
Ddevice_facilities.md4 There a number of facilities common to all backends that live in the frontend and backend-specific …
5 Example of frontend facilities are the management of content-less object caches, or the toggle mana…
22 …- The device initialization creates facilities in both the backend and the frontend, which can fai…
41 …he device, but in the underlying API commands are still running, so the frontend will finish all c…
46 After disconnecting, frontend will call `backend::Device::DestroyImpl` so that it can properly free…
80 - The frontend device default toggles are applied (unless already overriden).
97 The frontend has a `Format` structure that represent all the information that are known about a par…
/third_party/nghttp2/
Dnghttpx.conf.sample7 # option name with leading '--' stripped (e.g., frontend). Put '='
24 # frontend=0.0.0.0,3000
/third_party/mesa3d/
Dmeson_options.txt95 description : 'enable gallium vdpau frontend.',
108 description : 'enable gallium xvmc frontend.',
121 description : 'enable gallium omx frontend.',
134 description : 'enable gallium va frontend.',
147 description : 'enable gallium xa frontend.',
153 description : 'build gallium "nine" Direct3D 9.x frontend.',
159 description : 'build gallium D3D10 WDDM UMD frontend.',
166 description : 'build gallium "clover" OpenCL frontend.',
172 description : 'build gallium "clover" OpenCL frontend with SPIR-V binary support.',
178 description : 'build gallium "clover" OpenCL frontend with native LLVM codegen support.',
/third_party/mindspore/.jenkins/check/config/
Dfilter_cppcheck.txt8 "mindspore/mindspore/ccsrc/frontend/operator/ops_front_infer_function.cc" …
11 "mindspore/mindspore/ccsrc/frontend/operator/ops_front_infer_function.cc" …
20 "mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/rec_generate_strategy.cc" …

1234567