| /third_party/vk-gl-cts/external/amber/src/docs/ |
| D | engines.md | 109 #### `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/ |
| D | Agent.md | 37 ### `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])`
|
| D | BalancedPool.md | 43 ### `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])`
|
| D | Pool.md | 40 ### `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])`
|
| D | MockAgent.md | 43 ### `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])`
|
| D | Client.md | 88 ### `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])`
|
| D | MockPool.md | 36 ### `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])`
|
| D | MockClient.md | 37 ### `MockClient.intercept(options)` 41 ### `MockClient.close()` 45 ### `MockClient.dispatch(options, handlers)` 49 ### `MockClient.request(options[, callback])`
|
| D | Dispatcher.md | 11 ### `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/ |
| D | README.md | 108 ### `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/ |
| D | init.rst | 1806 Methods subsection 1853 .. _thread-local-storage-api:
|
| /third_party/rust/crates/cxx/book/src/ |
| D | extern-rust.md | 109 ## Methods section in extern "Rust"
|
| /third_party/python/Doc/library/ |
| D | nntplib.rst | 202 Methods section in NNTP Objects
|
| D | stdtypes.rst | 1876 .. _meth-str-join: 2264 .. _old-string-formatting: 5248 Methods section in Other Built-in Types 5292 .. _bltin-code-objects:
|
| D | pathlib.rst | 713 Methods section in Concrete paths
|
| /third_party/openssl/doc/man3/ |
| D | EVP_PKEY_meth_new.pod | 263 =head2 Methods section in DESCRIPTION
|
| D | EVP_PKEY_ASN1_METHOD.pod | 154 =head2 Methods section in DESCRIPTION
|
| /third_party/typescript/tests/cases/conformance/types/mapped/ |
| D | mappedTypeAsClauseRelationships.ts | 2 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/ |
| D | ServiceDescriptor.cs | 79 public IList<MethodDescriptor> Methods property in Google.Protobuf.Reflection.ServiceDescriptor
|
| /third_party/mesa3d/docs/gallium/ |
| D | screen.rst | 875 Methods chapter
|
| D | context.rst | 13 Methods chapter
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cordz_update_tracker_test.cc | 35 using Methods = std::array<Method, Method::kNumMethods>; typedef
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | descriptor.cc | 679 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/ |
| D | 7zCompressionMode.h | 42 CObjectVector<CMethodFull> Methods; member
|
| /third_party/node/deps/minimatch/src/ |
| D | README.md | 118 ### Methods subsection
|