Home
last modified time | relevance | path

Searched defs:Methods (Results 1 – 25 of 41) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/docs/
Dengines.md109 #### `Engine::Create`
117 #### `Initialize`
134 #### `CreatePipeline`
145 #### `DoClearColor`
150 #### `DoClearStencil`
155 #### `DoClearDepth`
160 #### `DoClear`
165 #### `DoDrawRect`
171 #### `DoDrawGrid`
177 #### `DoDrawArrays`
[all …]
/third_party/node/deps/undici/src/docs/api/
DAgent.md37 ### `Agent.close([callback])`
41 ### `Agent.destroy([error, callback])`
45 ### `Agent.dispatch(options, handler: AgentDispatchOptions)`
58 ### `Agent.connect(options[, callback])`
62 ### `Agent.dispatch(options, handler)`
66 ### `Agent.pipeline(options, handler)`
70 ### `Agent.request(options[, callback])`
74 ### `Agent.stream(options, factory[, callback])`
78 ### `Agent.upgrade(options[, callback])`
DBalancedPool.md43 ### `BalancedPool.addUpstream(upstream)`
51 ### `BalancedPool.removeUpstream(upstream)`
55 ### `BalancedPool.close([callback])`
59 ### `BalancedPool.destroy([error, callback])`
63 ### `BalancedPool.connect(options[, callback])`
67 ### `BalancedPool.dispatch(options, handlers)`
71 ### `BalancedPool.pipeline(options, handler)`
75 ### `BalancedPool.request(options[, callback])`
79 ### `BalancedPool.stream(options, factory[, callback])`
83 ### `BalancedPool.upgrade(options[, callback])`
DPool.md40 ### `Pool.close([callback])`
44 ### `Pool.destroy([error, callback])`
48 ### `Pool.connect(options[, callback])`
52 ### `Pool.dispatch(options, handler)`
56 ### `Pool.pipeline(options, handler)`
60 ### `Pool.request(options[, callback])`
64 ### `Pool.stream(options, factory[, callback])`
68 ### `Pool.upgrade(options[, callback])`
DMockAgent.md43 ### `MockAgent.get(origin)`
283 ### `MockAgent.close()`
300 ### `MockAgent.dispatch(options, handlers)`
304 ### `MockAgent.request(options[, callback])`
334 ### `MockAgent.deactivate()`
351 ### `MockAgent.activate()`
372 ### `MockAgent.enableNetConnect([host])`
447 ### `MockAgent.disableNetConnect()`
466 ### `MockAgent.pendingInterceptors()`
511 ### `MockAgent.assertNoPendingInterceptors([options])`
DClient.md88 ### `Client.close([callback])`
92 ### `Client.destroy([error, callback])`
98 ### `Client.connect(options[, callback])`
102 ### `Client.dispatch(options, handlers)`
106 ### `Client.pipeline(options, handler)`
110 ### `Client.request(options[, callback])`
114 ### `Client.stream(options, factory[, callback])`
118 ### `Client.upgrade(options[, callback])`
DMockPool.md36 ### `MockPool.intercept(options)`
54 ### Parameter: `MockPoolInterceptOptions`
62 ### Return: `MockInterceptor`
77 ### Parameter: `MockResponseOptions`
82 ### Return: `MockScope`
495 ### `MockPool.close()`
512 ### `MockPool.dispatch(options, handlers)`
516 ### `MockPool.request(options[, callback])`
DMockClient.md37 ### `MockClient.intercept(options)`
41 ### `MockClient.close()`
45 ### `MockClient.dispatch(options, handlers)`
49 ### `MockClient.request(options[, callback])`
DDispatcher.md11 ### `Dispatcher.close([callback]): Promise`
56 ### `Dispatcher.connect(options[, callback])`
126 ### `Dispatcher.destroy([error, callback]): Promise`
177 ### `Dispatcher.dispatch(options, handler)`
367 ### `Dispatcher.pipeline(options, handler)`
447 ### `Dispatcher.request(options[, callback])`
631 ### `Dispatcher.stream(options, factory[, callback])`
758 ### `Dispatcher.upgrade(options[, callback])`
/third_party/node/deps/undici/src/
DREADME.md108 ### `undici.request([url, options]): Promise`
124 ### `undici.stream([url, options, ]factory): Promise`
141 ### `undici.pipeline([url, options, ]handler): Duplex`
158 ### `undici.connect([url, options]): Promise`
176 ### `undici.fetch(input[, init]): Promise`
308 ### `undici.upgrade([url, options]): Promise`
326 ### `undici.setGlobalDispatcher(dispatcher)`
332 ### `undici.getGlobalDispatcher()`
338 ### `undici.setGlobalOrigin(origin)`
354 ### `undici.getGlobalOrigin()`
[all …]
/third_party/python/Doc/c-api/
Dinit.rst1806 Methods subsection
1853 .. _thread-local-storage-api:
/third_party/rust/crates/cxx/book/src/
Dextern-rust.md109 ## Methods section in extern "Rust"
/third_party/python/Doc/library/
Dnntplib.rst202 Methods section in NNTP Objects
Dstdtypes.rst1876 .. _meth-str-join:
2264 .. _old-string-formatting:
5248 Methods section in Other Built-in Types
5292 .. _bltin-code-objects:
Dpathlib.rst713 Methods section in Concrete paths
/third_party/openssl/doc/man3/
DEVP_PKEY_meth_new.pod263 =head2 Methods section in DESCRIPTION
DEVP_PKEY_ASN1_METHOD.pod154 =head2 Methods section in DESCRIPTION
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauseRelationships.ts2 type Methods<T> = { [P in keyof T as T[P] extends Function ? P : never]: T[P] }; alias
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs79 public IList<MethodDescriptor> Methods property in Google.Protobuf.Reflection.ServiceDescriptor
/third_party/mesa3d/docs/gallium/
Dscreen.rst875 Methods chapter
Dcontext.rst13 Methods chapter
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc35 using Methods = std::array<Method, Method::kNumMethods>; typedef
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc679 static PyMethodDef Methods[] = { variable
996 static PyMethodDef Methods[] = { variable
1131 static PyMethodDef Methods[] = { variable
1271 static PyMethodDef Methods[] = { variable
1446 static PyMethodDef Methods[] = { variable
1606 static PyMethodDef Methods[] = { variable
1722 static PyMethodDef Methods[] = { variable
1835 static PyMethodDef Methods[] = { variable
/third_party/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h42 CObjectVector<CMethodFull> Methods; member
/third_party/node/deps/minimatch/src/
DREADME.md118 ### Methods subsection

12