Home
last modified time | relevance | path

Searched refs:Basic (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/third_party/typescript/tests/baselines/reference/
DnarrowingByTypeofInSwitch.types75 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 …]
DnarrowingByTypeofInSwitch.js38 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) {
DnarrowingByTypeofInSwitch.symbols75 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/
DnarrowingByTypeofInSwitch.ts39 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/
DREADME.md29 --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/
DREADME.md27 --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/
Dindexv3.drv59 // Basic-D
62 ModelName "Basic-D V3"
82 // Basic-S
85 ModelName "Basic-S V3"
Dindexv4.drv82 // 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/
DREADME.md15 …ken` and `type`, or `undefined` if no token can be found. `type` can be either `Bearer` or `Basic`.
53 {token: 'someOtherToken', type: 'Basic'}
DCHANGELOG.md53 - 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/
Dindex.tsx9 const Basic = () => (
94 export default Basic;
/third_party/flutter/engine/flutter/fml/synchronization/
Dwaitable_event_unittest.cc41 TEST(AutoResetWaitableEventTest, Basic) { in TEST() argument
128 TEST(ManualResetWaitableEventTest, Basic) { in TEST() argument
/third_party/elfio/cmake/
DelfioConfig.cmake.in1 # Basic CMake package config file
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.fbo.no_attachments.txt48 Basic functioning of the framebuffer is tested by rendering a full buffer quad
56 Basic functionality tests iterate a number of size & sampling parameters,
Dfunctional.ssbo.txt26 + Basic SSBO usage
37 - Basic scalar, vector and matrix types in buffer blocks
/third_party/mesa3d/src/intel/ci/
Ddeqp-anv-tgl-vk.toml1 # Basic test set
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dmethod_call_unittests.cc14 TEST(MethodCallTest, Basic) { in TEST() argument
/third_party/skia/resources/sksl/runtime/
DSwitch.rts4 // Basic switch test.
/third_party/skia/third_party/externals/tint/src/utils/
Ddefer_test.cc23 TEST(DeferTest, Basic) { in TEST() argument
/third_party/skia/resources/sksl/shared/
DSwitch.sksl6 // Basic switch test.
/third_party/vk-gl-cts/doc/testspecs/VK/
Dpipeline.spec_constant.txt9 + Basic specialization constants (OpSpecConstant, OpSpecConstantTrue,
57 // Basic specialization constants and const expressions
/third_party/mesa3d/src/panfrost/ci/
Ddeqp-panfrost-t760.toml1 # Basic test set
Ddeqp-panfrost-t720.toml1 # Basic test set
/third_party/ninja/src/
Dstate_test.cc23 TEST(State, Basic) { in TEST() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSyncQueriesTest.cpp41 TEST_P(SyncQueriesTest, Basic) in TEST_P() argument

12345678910>>...24