| /third_party/typescript/tests/baselines/reference/ |
| D | narrowingByTypeofInSwitch.types | 75 function assertAll(x: Basic) { 76 >assertAll : (x: Basic) => Basic 77 >x : Basic 80 >x : Basic 99 type Basic = number | boolean | string | symbol | object | Function | undefined; 100 >Basic : Basic 102 function testUnion(x: Basic) { 103 >testUnion : (x: Basic) => void 104 >x : Basic 108 >x : Basic [all …]
|
| D | narrowingByTypeofInSwitch.js | 38 function assertAll(x: Basic) { argument 50 type Basic = number | boolean | string | symbol | object | Function | undefined; 52 function testUnion(x: Basic) { argument 65 function testExtendsUnion<T extends Basic>(x: T) { 95 function testUnionExplicitDefault(x: Basic) { 105 function testUnionImplicitDefault(x: Basic) { 115 function testExtendsExplicitDefault<T extends Basic>(x: T) { 126 function testExtendsImplicitDefault<T extends Basic>(x: T) { 269 function testUnionWithTempalte(x: Basic) {
|
| D | narrowingByTypeofInSwitch.symbols | 75 function assertAll(x: Basic) { 78 >Basic : Symbol(Basic, Decl(narrowingByTypeofInSwitch.ts, 46, 1)) 100 type Basic = number | boolean | string | symbol | object | Function | undefined; 101 >Basic : Symbol(Basic, Decl(narrowingByTypeofInSwitch.ts, 46, 1)) 104 function testUnion(x: Basic) { 107 >Basic : Symbol(Basic, Decl(narrowingByTypeofInSwitch.ts, 46, 1)) 145 function testExtendsUnion<T extends Basic>(x: T) { 148 >Basic : Symbol(Basic, Decl(narrowingByTypeofInSwitch.ts, 46, 1)) 236 function testUnionExplicitDefault(x: Basic) { 239 >Basic : Symbol(Basic, Decl(narrowingByTypeofInSwitch.ts, 46, 1)) [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | narrowingByTypeofInSwitch.ts | 39 function assertAll(x: Basic) { 51 type Basic = number | boolean | string | symbol | object | Function | undefined; alias 53 function testUnion(x: Basic) { 66 function testExtendsUnion<T extends Basic>(x: T) { 96 function testUnionExplicitDefault(x: Basic) { 106 function testUnionImplicitDefault(x: Basic) { 116 function testExtendsExplicitDefault<T extends Basic>(x: T) { 127 function testExtendsImplicitDefault<T extends Basic>(x: T) { 270 function testUnionWithTempalte(x: Basic) {
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/ |
| D | README.md | 29 --user <username>| Set Basic Auth username 30 --password <password> | Set Basic Auth password 71 You can also test the client Basic Auth support against the http-server/minimal-http-server-basicau… 78 The Basic Auth credentials for the test server are literally username "user" and password "password…
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
| D | README.md | 27 --user <username>| Set Basic Auth username 28 --password <password> | Set Basic Auth password 88 You can also test the client Basic Auth support against the http-server/minimal-http-server-basicau… 95 The Basic Auth credentials for the test server are literally username "user" and password "password…
|
| /third_party/cups-filters/drv/ |
| D | indexv3.drv | 59 // Basic-D 62 ModelName "Basic-D V3" 82 // Basic-S 85 ModelName "Basic-S V3"
|
| D | indexv4.drv | 82 // Basic-D 85 ModelName "Basic-D V4/V5" 109 // Basic-S 112 ModelName "Basic-S V4/V5"
|
| /third_party/node/deps/npm/node_modules/registry-auth-token/ |
| D | README.md | 15 …ken` and `type`, or `undefined` if no token can be found. `type` can be either `Bearer` or `Basic`. 53 {token: 'someOtherToken', type: 'Basic'}
|
| D | CHANGELOG.md | 53 - Return the password and username for Basic authorization (Zoltan Kochan) 66 - Support for Basic Authentication (username/password) (Lukas Eipert)
|
| /third_party/typescript/tests/cases/user/formik/ |
| D | index.tsx | 9 const Basic = () => ( 94 export default Basic;
|
| /third_party/flutter/engine/flutter/fml/synchronization/ |
| D | waitable_event_unittest.cc | 41 TEST(AutoResetWaitableEventTest, Basic) { in TEST() argument 128 TEST(ManualResetWaitableEventTest, Basic) { in TEST() argument
|
| /third_party/elfio/cmake/ |
| D | elfioConfig.cmake.in | 1 # Basic CMake package config file
|
| /third_party/vk-gl-cts/doc/testspecs/GLES31/ |
| D | functional.fbo.no_attachments.txt | 48 Basic functioning of the framebuffer is tested by rendering a full buffer quad 56 Basic functionality tests iterate a number of size & sampling parameters,
|
| D | functional.ssbo.txt | 26 + Basic SSBO usage 37 - Basic scalar, vector and matrix types in buffer blocks
|
| /third_party/mesa3d/src/intel/ci/ |
| D | deqp-anv-tgl-vk.toml | 1 # Basic test set
|
| /third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
| D | method_call_unittests.cc | 14 TEST(MethodCallTest, Basic) { in TEST() argument
|
| /third_party/skia/resources/sksl/runtime/ |
| D | Switch.rts | 4 // Basic switch test.
|
| /third_party/skia/third_party/externals/tint/src/utils/ |
| D | defer_test.cc | 23 TEST(DeferTest, Basic) { in TEST() argument
|
| /third_party/skia/resources/sksl/shared/ |
| D | Switch.sksl | 6 // Basic switch test.
|
| /third_party/vk-gl-cts/doc/testspecs/VK/ |
| D | pipeline.spec_constant.txt | 9 + Basic specialization constants (OpSpecConstant, OpSpecConstantTrue, 57 // Basic specialization constants and const expressions
|
| /third_party/mesa3d/src/panfrost/ci/ |
| D | deqp-panfrost-t760.toml | 1 # Basic test set
|
| D | deqp-panfrost-t720.toml | 1 # Basic test set
|
| /third_party/ninja/src/ |
| D | state_test.cc | 23 TEST(State, Basic) { in TEST() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | SyncQueriesTest.cpp | 41 TEST_P(SyncQueriesTest, Basic) in TEST_P() argument
|