Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 7017) sorted by relevance

12345678910>>...281

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp59 LoadImageFunctionInfo A1RGB5_ANGLEX_to_A1R5G5B5_UNORM(GLenum type) in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM()
73 LoadImageFunctionInfo ALPHA_to_R16G16B16A16_FLOAT(GLenum type) in ALPHA_to_R16G16B16A16_FLOAT()
89 LoadImageFunctionInfo ALPHA_to_R32G32B32A32_FLOAT(GLenum type) in ALPHA_to_R32G32B32A32_FLOAT()
103 LoadImageFunctionInfo ALPHA_to_default(GLenum type) in ALPHA_to_default()
115 LoadImageFunctionInfo ALPHA16F_EXT_to_R16_FLOAT(GLenum type) in ALPHA16F_EXT_to_R16_FLOAT()
129 LoadImageFunctionInfo ALPHA16F_EXT_to_default(GLenum type) in ALPHA16F_EXT_to_default()
143 LoadImageFunctionInfo ALPHA32F_EXT_to_R32_FLOAT(GLenum type) in ALPHA32F_EXT_to_R32_FLOAT()
155 LoadImageFunctionInfo ALPHA32F_EXT_to_default(GLenum type) in ALPHA32F_EXT_to_default()
167 LoadImageFunctionInfo ALPHA8_EXT_to_A8_UNORM(GLenum type) in ALPHA8_EXT_to_A8_UNORM()
179 LoadImageFunctionInfo ALPHA8_EXT_to_R8G8B8A8_UNORM(GLenum type) in ALPHA8_EXT_to_R8G8B8A8_UNORM()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtype_trait.hpp41 struct type struct
43 static bool const is_vec = false;
44 static bool const is_mat = false;
45 static bool const is_quat = false;
46 static length_t const components = 0;
47 static length_t const cols = 0;
48 static length_t const rows = 0;
52 struct type<tvec1, T, P> struct
54 static bool const is_vec = true;
55 static bool const is_mat = false;
[all …]
/third_party/typescript/tests/baselines/reference/
DmappedTypes1.js2 type Item = { a: string, b: number, c: boolean }; variable
4 type T00 = { [P in "x" | "y"]: number }; variable
5 type T01 = { [P in "x" | "y"]: P }; variable
6 type T02 = { [P in "a" | "b"]: Item[P]; } variable
7 type T03 = { [P in keyof Item]: Date }; variable
9 type T10 = { [P in keyof Item]: Item[P] }; variable
14 type T20 = { [P in keyof Item]: Item[P] | null }; variable
15 type T21 = { [P in keyof Item]: Array<Item[P]> }; variable
17 type T30 = { [P in keyof any]: void }; variable
18 type T31 = { [P in keyof string]: void }; variable
[all …]
DmappedTypeWithAny.js2 type Item = { value: string }; variable
3 type ItemMap<T> = { [P in keyof T]: Item }; variable
13 type Data = { variable
17 type StrictDataMap<T> = { variable
31 type Arrayish<T extends unknown[]> = { [K in keyof T]: T[K] }; variable
32 type Objectish<T extends unknown> = { [K in keyof T]: T[K] }; variable
58 type Evolvable<E extends Evolver> = { variable
83 type Item = { variable
86 type ItemMap<T> = { variable
100 type Data = { variable
[all …]
DrecursiveMappedTypes.js4 type Recurse = { variable
8 type Recurse1 = { variable
12 type Recurse2 = { variable
18 export type Circular<T> = {[P in keyof T]: Circular<T>}; variable
39 type Transform<T> = { [K in keyof T]: Transform<T[K]> }; variable
58 type Remap1<T> = { [P in keyof T]: Remap1<T[P]>; }; variable
66 type NonOptionalKeys<T> = { [P in keyof T]: undefined extends T[P] ? never : P }[keyof T]; variable
67 type Child<T> = { [P in NonOptionalKeys<T>]: T[P] } variable
107 export type Circular<T> = { variable
110 type NonOptionalKeys<T> = { variable
[all …]
DvarianceAnnotations.js2 type Covariant<out T> = { variable
41 type Covariant1<in T> = { // Error variable
61 type Foo1<in T> = { // Error variable
66 type FooFn1<T> = (foo: Bar1<T[]>) => void; function
68 type Bar1<T> = { variable
72 type Foo2<out T> = { // Error variable
79 type Bar2<T> = { variable
83 type Foo3<in out T> = { variable
90 type Bar3<T> = { variable
223 type Covariant<out T> = { variable
[all …]
DtypedefOnStatements.js184 type B = { variable
187 type C = { variable
190 type D = { variable
193 type E = { variable
196 type F = { variable
199 type G = { variable
202 type H = { variable
205 type I = { variable
208 type J = { variable
211 type K = { variable
[all …]
DunionErrorMessageOnMatchingDiscriminant.js2 type A = { variable
3 type: 'a', property
7 type B = { variable
8 type: 'b', property
12 type C = { variable
13 type: 'c', property
21 type: 'a', property
29 type: 'a', property
DmappedTypesArraysTuples.js2 type Box<T> = { value: T }; variable
3 type Boxified<T> = { [P in keyof T]: Box<T[P]> }; variable
26 type A = { a: string }; variable
27 type B = { b: string }; variable
62 type Awaitified<T> = { [P in keyof T]: __Awaited<T[P]> }; variable
81 type Mapped<T> = { [K in keyof T]: T[K] }; variable
128 type Box<T> = { variable
131 type Boxified<T> = { variable
151 type A = { variable
154 type B = { variable
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/
Davailable_variables_expected.js9 "type": "Identifier", property
13 "type": "Identifier", property
19 "type": "Identifier", property
23 "type": "Identifier", property
31 "type": "Identifier", property
35 "type": "Identifier", property
39 "type": "Identifier", property
45 "type": "Identifier", property
49 "type": "Identifier", property
57 "type": "Identifier", property
[all …]
/third_party/mesa3d/src/compiler/
Dnir_types.cpp33 glsl_get_type_name(const glsl_type *type) in glsl_get_type_name()
39 glsl_array_size(const struct glsl_type *type) in glsl_array_size()
45 glsl_get_array_element(const glsl_type* type) in glsl_get_array_element()
55 glsl_without_array(const glsl_type *type) in glsl_without_array()
61 glsl_without_array_or_matrix(const glsl_type *type) in glsl_without_array_or_matrix()
70 glsl_get_bare_type(const glsl_type *type) in glsl_get_bare_type()
76 glsl_get_struct_field(const glsl_type *type, unsigned index) in glsl_get_struct_field()
82 glsl_get_struct_field_offset(const struct glsl_type *type, in glsl_get_struct_field_offset()
89 glsl_get_struct_field_data(const struct glsl_type *type, unsigned index) in glsl_get_struct_field_data()
97 glsl_get_explicit_stride(const struct glsl_type *type) in glsl_get_explicit_stride()
[all …]
/third_party/skia/bench/
Dmicrobench.json5 "type": "INTEGER" string
9 "type": "INTEGER" string
13 "type": "STRING" string
17 "type": "INTEGER" string
21 "type": "FLOAT" string
25 "type": "STRING" string
29 "type": "BOOLEAN" string
33 "type": "RECORD", string
37 "type": "STRING" string
41 "type": "STRING" string
[all …]
Dskpbench.json5 "type": "INTEGER" string
9 "type": "INTEGER" string
13 "type": "STRING" string
17 "type": "INTEGER" string
21 "type": "FLOAT" string
25 "type": "STRING" string
29 "type": "BOOLEAN" string
33 "type": "RECORD", string
37 "type": "STRING" string
41 "type": "STRING" string
[all …]
/third_party/mbedtls/scripts/data_files/driver_jsons/
Ddriver_transparent_schema.json3 "type": "object", string
6 "type": "string" string
9 "type": "string", string
12 "type": { object
13 "type": "string", string
17 "type": "string" string
20 "type": "array", string
22 "type": "string" string
27 "type": "array", string
30 "type": "object", string
[all …]
Ddriver_opaque_schema.json3 "type": "object", string
6 "type": "string" string
9 "type": "string", string
12 "type": { object
13 "type": "string", string
17 "type": ["integer","string"], array
21 "type": "string" string
24 "type": "array", string
26 "type": "string" string
31 "type": "array", string
[all …]
/third_party/node/deps/npm/test/schemas/spdx/
Dspdx-2.3.schema.json5 "type" : "object", string
8 "type" : "string", string
13 "type" : "array", string
15 "type" : "object", string
19 "type" : "string" string
23 "type" : "string", string
28 "type" : "string" string
31 "type" : "string" string
40 "type" : "string" string
43 "type" : "object", string
[all …]
/third_party/node/test/fixtures/x509-escaping/
Dcreate-certs.js27 type: 'pkcs1', property
33 type: 'pkcs8', property
56 { type: 'dNSName', value: 'good.example.com, DNS:evil.example.com' }, property
57 { type: 'uniformResourceIdentifier', value: 'http://example.com/' }, property
58 { type: 'uniformResourceIdentifier', value: 'http://example.com/?a=b&c=d' }, property
59 { type: 'uniformResourceIdentifier', value: 'http://example.com/a,b' }, property
60 { type: 'uniformResourceIdentifier', value: 'http://example.com/a%2Cb' }, property
62 type: 'uniformResourceIdentifier', property
65 { type: 'dNSName', value: Buffer.from('exämple.com', 'latin1') }, property
66 { type: 'dNSName', value: '"evil.example.com"' }, property
[all …]
/third_party/openssl/include/openssl/
Dpem.h69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \ argument
72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument
78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument
80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument
85 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument
89 # define PEM_write_cb_ex_fnsig(name, type, OUTTYPE, writename) \ argument
99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
[all …]
/third_party/node/deps/openssl/openssl/include/openssl/
Dpem.h69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \ argument
72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument
78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument
80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument
85 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument
89 # define PEM_write_cb_ex_fnsig(name, type, OUTTYPE, writename) \ argument
99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
[all …]
/third_party/skia/third_party/externals/dawn/
Ddawn_wire.json22 { "name": "buffer id", "type": "ObjectId" }, string
23 { "name": "request serial", "type": "uint64_t" }, string
24 { "name": "mode", "type": "map mode" }, string
25 { "name": "offset", "type": "uint64_t"}, string
26 { "name": "size", "type": "uint64_t"} string
29 { "name": "buffer id", "type": "ObjectId" }, string
30 { "name": "write data update info length", "type": "uint64_t" }, string
31 …{ "name": "write data update info", "type": "uint8_t", "annotation": "const*", "length": "write da… string
32 { "name": "offset", "type": "uint64_t"}, string
33 { "name": "size", "type": "uint64_t"} string
[all …]
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dsbcs-data-generated.js57 "type": "_sbcs", property
63 "type": "_sbcs", property
69 "type": "_sbcs", property
75 "type": "_sbcs", property
81 "type": "_sbcs", property
87 "type": "_sbcs", property
93 "type": "_sbcs", property
99 "type": "_sbcs", property
105 "type": "_sbcs", property
111 "type": "_sbcs", property
[all …]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/extensions/
Dschema.json3 "type": "object", string
8 "type": "object", string
12 "type": object
14 "type": "string", string
20 "type": "string", string
30 "type": "object", string
36 "type": "array", string
41 "type": "object", string
46 "type": "array", string
51 "type": "string" string
[all …]
/third_party/css-what/src/__fixtures__/
Dout.json7 "type": "attribute", string
15 "type": "descendant" string
18 "type": "tag", string
27 "type": "attribute", string
35 "type": "descendant" string
38 "type": "tag", string
47 "type": "attribute", string
55 "type": "descendant" string
58 "type": "tag", string
67 "type": "attribute", string
[all …]
/third_party/node/deps/v8/src/compiler/
Doperation-typer.cc129 Type OperationTyper::Rangify(Type type) { in Rangify()
187 Type type = Type::Range(array_min(results, 4), array_max(results, 4), zone()); in AddRanger() local
213 Type type = Type::Range(array_min(results, 4), array_max(results, 4), zone()); in SubtractRanger() local
240 Type type = Type::Range(min, max, zone()); in MultiplyRanger() local
254 Type OperationTyper::ConvertReceiver(Type type) { in ConvertReceiver()
267 Type OperationTyper::ToNumber(Type type) { in ToNumber()
303 Type OperationTyper::ToNumberConvertBigInt(Type type) { in ToNumberConvertBigInt()
314 Type OperationTyper::ToNumeric(Type type) { in ToNumeric()
324 Type OperationTyper::NumberAbs(Type type) { in NumberAbs()
354 Type OperationTyper::NumberAcos(Type type) { in NumberAcos()
[all …]
/third_party/typescript/tests/arkTSTest/
Dtsconfig.json209 "type": "AbilityComponentAttribute", string
214 "type": "AlphabetIndexerAttribute", string
219 "type": "AnimatorAttribute", string
224 "type": "BadgeAttribute", string
229 "type": "BlankAttribute", string
234 "type": "ButtonAttribute", string
239 "type": "CalendarAttribute", string
244 "type": "CalendarPickerAttribute", string
249 "type": "CameraAttribute", string
254 "type": "CanvasAttribute", string
[all …]

12345678910>>...281