Home
last modified time | relevance | path

Searched full:components (Results 1 – 25 of 4030) sorted by relevance

12345678910>>...162

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_aligned.hpp71 /// 2 components vector of high single-precision floating-point numbers.
75 /// 2 components vector of medium single-precision floating-point numbers.
79 /// 2 components vector of low single-precision floating-point numbers.
83 /// 2 components vector of high double-precision floating-point numbers.
87 /// 2 components vector of medium double-precision floating-point numbers.
91 /// 2 components vector of low double-precision floating-point numbers.
95 /// 2 components vector of high precision signed integer numbers.
99 /// 2 components vector of medium precision signed integer numbers.
103 /// 2 components vector of low precision signed integer numbers.
107 /// 2 components vector of high precision unsigned integer numbers.
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitObjectAssignedDefaultExport.types1 === tests/cases/compiler/node_modules/styled-components/node_modules/hoist-non-react-statics/index.…
13 === tests/cases/compiler/node_modules/styled-components/index.d.ts ===
52 import styled from "styled-components";
53 >styled : import("tests/cases/compiler/node_modules/styled-components/index").StyledInterface
56 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
57 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
58 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
59 >styled : import("tests/cases/compiler/node_modules/styled-components/index").StyledInterface
60 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
64 …piler/node_modules/styled-components/index").StyledComponent<"div", import("tests/cases/compiler/n…
[all …]
DsymbolLinkDeclarationEmitModuleNamesImportRef.types3 …: import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
6 …> import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
9 …: import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
13 export declare const styles: import("styled-components").InterpolationValue[];
14 …: import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
16 === tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components.d.ts ===
DpathMappingBasedModuleResolution5_node.trace.json22 "======== Resolving module 'components/file3' from 'c:/root/folder1/file1.ts'. ========",
24 …ion is set to 'c:/root', using this value to resolve non-relative module name 'components/file3'.",
25 "'paths' option is specified, looking for a pattern to match module name 'components/file3'.",
26 "Module name 'components/file3', matched pattern 'components/*'.",
27 …"Trying substitution 'shared/components/*', candidate module location: 'shared/components/file3'.",
28 …"Loading module as file / folder, candidate module location 'c:/root/shared/components/file3', tar…
29 "File 'c:/root/shared/components/file3.ts' does not exist.",
30 "File 'c:/root/shared/components/file3.tsx' does not exist.",
31 "File 'c:/root/shared/components/file3.d.ts' does not exist.",
32 "File 'c:/root/shared/components/file3.ets' does not exist.",
[all …]
/third_party/gn/src/gn/
Dohos_components_unittest.cc19 "\"path\": \"components/foo\","
21 "\"label\": \"//components/foo/interfaces/innerapis/libfoo:libfoo\","
27 "\"path\": \"components/bar\","
29 "\"label\": \"//components/bar/interfaces/innerapis/libbar:libbar\","
35 "\"path\": \"components/baz\","
37 "\"label\": \"//components/baz/interfaces/innerapis/libbaz:libbaz\","
44 OhosComponent com("foo", "samples", "components/foo"); in TEST()
47 EXPECT_EQ("//components/foo", com.path()); in TEST()
50 const std::string fooLabel = "//components/foo/interfaces/innerapis/libfoo:libfoo"; in TEST()
52 const std::string barLabel = "//components/bar/interfaces/innerapis/libbar:libbar"; in TEST()
[all …]
/third_party/libwebsockets/contrib/
Dcross-esp32.cmake38 -I${IDF_PATH}/components/newlib/platform_include \
39 -I${IDF_PATH}/components/mdns/include \
40 -I${IDF_PATH}/components/heap/include \
41 -I${IDF_PATH}/components/driver/include \
42 -I${IDF_PATH}/components/spi_flash/include \
43 -I${IDF_PATH}/components/nvs_flash/include \
44 -I${IDF_PATH}/components/tcpip_adapter/include \
45 -I${IDF_PATH}/components/lwip/include/lwip/posix \
46 -I${IDF_PATH}/components/lwip/include/lwip \
47 -I${IDF_PATH}/components/lwip/include/lwip/port \
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp64 …typedef tvec2<bool, highp> bool2; //!< \brief boolean type with 2 components. (From GLM_GTX_co…
65 …typedef tvec3<bool, highp> bool3; //!< \brief boolean type with 3 components. (From GLM_GTX_co…
66 …typedef tvec4<bool, highp> bool4; //!< \brief boolean type with 4 components. (From GLM_GTX_co…
69 …typedef tmat2x2<bool, highp> bool2x2; //!< \brief boolean matrix with 2 x 2 components. (From GL…
70 …typedef tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GL…
71 …typedef tmat2x4<bool, highp> bool2x4; //!< \brief boolean matrix with 2 x 4 components. (From GL…
72 …typedef tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GL…
73 …typedef tmat3x3<bool, highp> bool3x3; //!< \brief boolean matrix with 3 x 3 components. (From GL…
74 …typedef tmat3x4<bool, highp> bool3x4; //!< \brief boolean matrix with 3 x 4 components. (From GL…
75 …typedef tmat4x2<bool, highp> bool4x2; //!< \brief boolean matrix with 4 x 2 components. (From GL…
[all …]
Dtype_trait.hpp46 static length_t const components = 0; member
59 components = 1 enumerator
71 components = 2 enumerator
83 components = 3 enumerator
95 components = 4 enumerator
107 components = 2, enumerator
121 components = 2, enumerator
135 components = 2, enumerator
149 components = 3, enumerator
163 components = 3, enumerator
[all …]
/third_party/libwebsockets/lib/
DCMakeLists.txt42 $ENV{IDF_PATH}/components/freertos/include
43 $ENV{IDF_PATH}/components/esp_hw_support/include/soc/
44 $ENV{IDF_PATH}/components/esp_common/include
45 $ENV{IDF_PATH}/components/esp_timer/include
46 $ENV{IDF_PATH}/components/soc/include
47 $ENV{IDF_PATH}/components/soc/src/esp32/include
48 $ENV{IDF_PATH}/components/lwip/port/esp32/include
49 $ENV{IDF_PATH}/components/lwip/lwip/src/include
50 $ENV{IDF_PATH}/components/lwip/port/esp32/include
52 $ENV{IDF_PATH}/components/esp_rom/include
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp305 /// Low precision 8 bit signed integer vector of 2 components type.
309 /// Low precision 8 bit signed integer vector of 3 components type.
313 /// Low precision 8 bit signed integer vector of 4 components type.
322 /// Medium precision 8 bit signed integer vector of 2 components type.
326 /// Medium precision 8 bit signed integer vector of 3 components type.
330 /// Medium precision 8 bit signed integer vector of 4 components type.
339 /// High precision 8 bit signed integer vector of 2 components type.
343 /// High precision 8 bit signed integer vector of 3 components type.
347 /// High precision 8 bit signed integer vector of 4 components type.
366 /// Default precision 8 bit signed integer vector of 2 components type.
[all …]
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.cpp50 FilePath::FilePath (const std::vector<std::string>& components) in FilePath() argument
52 for (size_t ndx = 0; ndx < components.size(); ndx++) in FilePath()
56 m_path += components[ndx]; in FilePath()
60 void FilePath::split (std::vector<std::string>& components) const in split()
62 components.clear(); in split()
68 components.push_back(separator + separator); in split()
70 components.push_back(separator); in split()
79 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split()
86 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split()
89 FilePath FilePath::join (const std::vector<std::string>& components) in join() argument
[all …]
/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp100 static String mask_string(const ComponentArray& components) { in mask_string() argument
102 for (int8_t component : components) { in mask_string()
110 ComponentArray components) { in optimize_constructor_swizzle() argument
115 int swizzleSize = components.size(); in optimize_constructor_swizzle()
160 for (int8_t c : components) { in optimize_constructor_swizzle()
183 for (int8_t c : components) { in optimize_constructor_swizzle()
202 // Since we know this argument uses components, it should already have at least one in optimize_constructor_swizzle()
239 ComponentArray components; in Convert() local
242 case '0': components.push_back(SwizzleComponent::ZERO); break; in Convert()
243 case '1': components.push_back(SwizzleComponent::ONE); break; in Convert()
[all …]
DSkSLSwizzle.h26 const ComponentArray& components) in Swizzle()
28 &base->type().componentType().toCompound(context, components.size(), 1)) in Swizzle()
30 , fComponents(components) { in Swizzle()
31 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4); in Swizzle()
59 const ComponentArray& components() const { in components() function
69 this->components())); in clone()
74 for (int x : this->components()) { in description()
81 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle()
84 , fComponents(components) { in Swizzle()
85 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4); in Swizzle()
/third_party/typescript/src/harness/
DvpathUtil.ts64 …function validateComponents(components: string[], flags: ValidationFlags, hasTrailingSeparator: bo…
65 const hasRoot = !!components[0];
66 const hasDirname = components.length > 2;
67 const hasBasename = components.length > 1;
68 const hasExtname = hasBasename && extRegExp.test(components[components.length - 1]);
73 // Validate required components
80 // Required components indicate allowed components
87 // Validate disallowed components
95 if (invalidRootComponentRegExp.test(components[0])) return false;
96 for (let i = 1; i < components.length; i++) {
[all …]
/third_party/openGLES/extensions/ATI/
DWGL_ATI_pixel_format_float.txt36 components.
38 The size of each float components is specified using the same
41 defining the size of fixed-point components. 32 bit floating-
42 point components are in the standard IEEE float format. 16 bit
43 floating-point components have 1 sign bit, 5 exponent bits,
46 In standard OpenGL RGBA color components are normally clamped to
47 the range [0,1]. The color components of a float buffer are
116 is the number of bits in an index buffer. For RGBA components the
117 conversion is based on whether the components in the destination
119 destination buffers components are clamped to [0,1]. The resulting
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DWGL_ATI_pixel_format_float.txt36 components.
38 The size of each float components is specified using the same
41 defining the size of fixed-point components. 32 bit floating-
42 point components are in the standard IEEE float format. 16 bit
43 floating-point components have 1 sign bit, 5 exponent bits,
46 In standard OpenGL RGBA color components are normally clamped to
47 the range [0,1]. The color components of a float buffer are
116 is the number of bits in an index buffer. For RGBA components the
117 conversion is based on whether the components in the destination
119 destination buffers components are clamped to [0,1]. The resulting
[all …]
/third_party/mesa3d/src/imagination/rogue/
Drogue_build_data.c63 coeffs += ROGUE_COEFF_ALIGN * args->components[u]; in alloc_iterator_regs()
77 * \param[in] components The number of components in the varying.
83 size_t components) in reserve_iterator() argument
87 assert(components >= 1 && components <= 4); in reserve_iterator()
109 /* Number of components in this varying in reserve_iterator()
112 data.size = (components - 1); in reserve_iterator()
125 args->components[i] = components; in reserve_iterator()
159 size_t components = glsl_get_components(var->type); in collect_io_data_fs() local
171 reserve_iterator(&fs_data->iterator_args, i, interp, f16, components); in collect_io_data_fs()
199 vs_inputs += inputs->components[u]; in alloc_vs_inputs()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_select.txt27 purpose of these new formats is to reorganize the components of a
28 texture into groups of components. The currently selected group
32 selection of these groups of components.
35 specified. Now there are two groups of components, where each group has
37 selected. components can be selected and then interpreted as a LUMINANCE
54 components. Specifically, once a texture is defined with a DUAL*
71 The query applies to the selected group of components.
80 additional query is required to determine which group of components
90 Accepted by the <components> parameter of TexImage1D and TexImage2D, and
128 The selection of a group of components is specified by using
[all …]
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_select.txt27 purpose of these new formats is to reorganize the components of a
28 texture into groups of components. The currently selected group
32 selection of these groups of components.
35 specified. Now there are two groups of components, where each group has
37 selected. components can be selected and then interpreted as a LUMINANCE
54 components. Specifically, once a texture is defined with a DUAL*
71 The query applies to the selected group of components.
80 additional query is required to determine which group of components
90 Accepted by the <components> parameter of TexImage1D and TexImage2D, and
128 The selection of a group of components is specified by using
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec.hpp128 /// 2 components vector of high single-precision floating-point numbers.
135 /// 2 components vector of medium single-precision floating-point numbers.
142 /// 2 components vector of low single-precision floating-point numbers.
149 /// 2 components vector of high double-precision floating-point numbers.
156 /// 2 components vector of medium double-precision floating-point numbers.
163 /// 2 components vector of low double-precision floating-point numbers.
170 /// 2 components vector of high precision signed integer numbers.
177 /// 2 components vector of medium precision signed integer numbers.
184 /// 2 components vector of low precision signed integer numbers.
191 /// 2 components vector of high precision unsigned integer numbers.
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/reflow-tests/
Dexpect-table-noreflow.adoc15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 | etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 | etext:USCALED | OpTypeFloat | The components are unsigned integer values that get conv…
18 | etext:SSCALED | OpTypeFloat | The components are signed integer values that get conver…
19 | etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 | etext:SINT | OpTypeInt | The components are signed integer values in the range [-…
21 | etext:UFLOAT | OpTypeFloat | The components are unsigned floating-point numbers (used…
22 | etext:SFLOAT | OpTypeFloat | The components are signed floating-point numbers
23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
29 …n is a short-hand that indicates that the format has etext:m groups of components (which may or ma…
Dsrc-table.adoc15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 | etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 | etext:USCALED | OpTypeFloat | The components are unsigned integer values that get conv…
18 | etext:SSCALED | OpTypeFloat | The components are signed integer values that get conver…
19 | etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 | etext:SINT | OpTypeInt | The components are signed integer values in the range [-…
21 | etext:UFLOAT | OpTypeFloat | The components are unsigned floating-point numbers (used…
22 | etext:SFLOAT | OpTypeFloat | The components are signed floating-point numbers
23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
29 …n is a short-hand that indicates that the format has etext:m groups of components (which may or ma…
Dexpect-table-default.adoc15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 | etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 | etext:USCALED | OpTypeFloat | The components are unsigned integer values that get conv…
18 | etext:SSCALED | OpTypeFloat | The components are signed integer values that get conver…
19 | etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 | etext:SINT | OpTypeInt | The components are signed integer values in the range [-…
21 | etext:UFLOAT | OpTypeFloat | The components are unsigned floating-point numbers (used…
22 | etext:SFLOAT | OpTypeFloat | The components are signed floating-point numbers
23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
31 etext:m groups of components (which may or may not be stored in separate
Dexpect-table-noreflow-novuid.adoc15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 | etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 | etext:USCALED | OpTypeFloat | The components are unsigned integer values that get conv…
18 | etext:SSCALED | OpTypeFloat | The components are signed integer values that get conver…
19 | etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 | etext:SINT | OpTypeInt | The components are signed integer values in the range [-…
21 | etext:UFLOAT | OpTypeFloat | The components are unsigned floating-point numbers (used…
22 | etext:SFLOAT | OpTypeFloat | The components are signed floating-point numbers
23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
29 …n is a short-hand that indicates that the format has etext:m groups of components (which may or ma…
Dexpect-table-novuid.adoc15 | etext:UNORM | OpTypeFloat | The components are unsigned normalized values in the ran…
16 | etext:SNORM | OpTypeFloat | The components are signed normalized values in the range…
17 | etext:USCALED | OpTypeFloat | The components are unsigned integer values that get conv…
18 | etext:SSCALED | OpTypeFloat | The components are signed integer values that get conver…
19 | etext:UINT | OpTypeInt | The components are unsigned integer values in the range …
20 | etext:SINT | OpTypeInt | The components are signed integer values in the range [-…
21 | etext:UFLOAT | OpTypeFloat | The components are unsigned floating-point numbers (used…
22 | etext:SFLOAT | OpTypeFloat | The components are signed floating-point numbers
23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
31 etext:m groups of components (which may or may not be stored in separate

12345678910>>...162