Home
last modified time | relevance | path

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

12345678910>>...188

/third_party/rust/rust/tests/assembly/stack-protector/
Dstack-protector-target-support.rs10 // [r1] needs-llvm-components: aarch64
12 // [r2] needs-llvm-components: x86
14 // [r3] needs-llvm-components: x86
16 // [r4] needs-llvm-components: x86
18 // [r5] needs-llvm-components: x86
20 // [r6] needs-llvm-components: x86
22 // [r7] needs-llvm-components: x86
24 // [r8] needs-llvm-components: x86
26 // [r9] needs-llvm-components: aarch64
28 // [r10] needs-llvm-components: aarch64
[all …]
/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", {"components/foo"}, false); 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/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_driver_params_to_ubo.c14 unsigned components, unsigned offset) in load_primitive_map_ubo() argument
18 b, components, &ir3_const_state(v)->primitive_map_ubo, offset); in load_primitive_map_ubo()
21 return ir3_load_driver_ubo(b, components, &const_state->primitive_map_ubo, in load_primitive_map_ubo()
27 unsigned components, unsigned offset) in load_primitive_param_ubo() argument
31 b, components, &ir3_const_state(v)->primitive_param_ubo, offset); in load_primitive_param_ubo()
34 return ir3_load_driver_ubo(b, components, &const_state->primitive_param_ubo, in load_primitive_param_ubo()
40 unsigned components, unsigned offset) in load_driver_params_ubo() argument
44 b, components, &ir3_const_state(v)->driver_params_ubo, offset); in load_driver_params_ubo()
47 return ir3_load_driver_ubo(b, components, &const_state->driver_params_ubo, in load_driver_params_ubo()
56 unsigned components = nir_intrinsic_dest_components(intr); in lower_driver_param_to_ubo() local
[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/skia/m133/src/sksl/ir/
DSkSLSwizzle.cpp112 std::string Swizzle::MaskString(const ComponentArray& components) { in MaskString() argument
114 for (int8_t component : components) { in MaskString()
123 ComponentArray components) { in optimize_constructor_swizzle() argument
128 int swizzleSize = components.size(); in optimize_constructor_swizzle()
173 for (int8_t c : components) { in optimize_constructor_swizzle()
196 for (int8_t c : components) { in optimize_constructor_swizzle()
215 // Since we know this argument uses components, it should already have at least one in optimize_constructor_swizzle()
254 "too many components in swizzle mask"); in Convert()
259 ComponentArray components; in Convert() local
263 case '0': components.push_back(SwizzleComponent::ZERO); break; in Convert()
[all …]
DSkSLSwizzle.h44 * Represents the components of a vector swizzle.
58 const ComponentArray& components) in Swizzle() argument
60 &base->type().componentType().toCompound(context, components.size(), 1)) in Swizzle()
62 , fComponents(components) { in Swizzle()
63 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4); in Swizzle()
80 ComponentArray components);
86 ComponentArray components);
96 const ComponentArray& components() const { in components() function
102 this->components())); in clone()
107 // Converts an array of swizzle components into a string.
[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/mesa3d/src/intel/compiler/
Dbrw_builder.cpp18 * components .xyz 16-bit vector on SIMD8 would be.
23 * This helper will return the following 2 32-bit components with the 16-bit
38 * The returned result would be the following 4 32-bit components unshuffled:
46 * - components units are measured in terms of the smaller type between
48 * components from/into the bigger ones.
49 * - first_component parameter allows skipping source components.
56 uint32_t components) in shuffle_src_to_dst() argument
60 brw_type_size_bytes(dst.type) * bld.dispatch_width() * components, in shuffle_src_to_dst()
62 brw_type_size_bytes(src.type) * bld.dispatch_width() * components)); in shuffle_src_to_dst()
63 for (unsigned i = 0; i < components; i++) { in shuffle_src_to_dst()
[all …]
/third_party/mesa3d/src/imagination/rogue/
Drogue_build_data.c59 coeffs += ROGUE_COEFF_ALIGN * args->components[u]; in alloc_iterator_regs()
73 * \param[in] components The number of components in the varying.
79 unsigned components) in reserve_iterator() argument
83 assert(components >= 1 && components <= 4); in reserve_iterator()
105 /* Number of components in this varying in reserve_iterator()
108 data.size = (components - 1); in reserve_iterator()
121 args->components[i] = components; in reserve_iterator()
166 unsigned components = glsl_get_components(var->type); in collect_io_data_fs() local
178 reserve_iterator(&fs_data->iterator_args, i, interp, f16, components); in collect_io_data_fs()
204 vs_outputs += outputs->components[u]; in alloc_vs_outputs()
[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.ts66 function validateComponents(components: string[], flags: ValidationFlags, hasTrailingSeparator: boo…
67 const hasRoot = !!components[0];
68 const hasDirname = components.length > 2;
69 const hasBasename = components.length > 1;
70 const hasExtname = hasBasename && extRegExp.test(components[components.length - 1]);
75 // Validate required components
82 // Required components indicate allowed components
89 // Validate disallowed components
97 if (invalidRootComponentRegExp.test(components[0])) return false;
98 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/gallium/frontends/va/
Dpicture_mjpeg.c41 STATIC_ASSERT(sizeof(mjpeg->components) == in vlVaHandlePictureParameterBufferMJPEG()
42 sizeof(context->desc.mjpeg.picture_parameter.components)); in vlVaHandlePictureParameterBufferMJPEG()
46 for (i = 0; i < MIN2(mjpeg->num_components, ARRAY_SIZE(mjpeg->components)); ++i) { in vlVaHandlePictureParameterBufferMJPEG()
47 context->desc.mjpeg.picture_parameter.components[i].component_id = in vlVaHandlePictureParameterBufferMJPEG()
48 mjpeg->components[i].component_id; in vlVaHandlePictureParameterBufferMJPEG()
49 context->desc.mjpeg.picture_parameter.components[i].h_sampling_factor = in vlVaHandlePictureParameterBufferMJPEG()
50 mjpeg->components[i].h_sampling_factor; in vlVaHandlePictureParameterBufferMJPEG()
51 context->desc.mjpeg.picture_parameter.components[i].v_sampling_factor = in vlVaHandlePictureParameterBufferMJPEG()
52 mjpeg->components[i].v_sampling_factor; in vlVaHandlePictureParameterBufferMJPEG()
53 context->desc.mjpeg.picture_parameter.components[i].quantiser_table_selector = in vlVaHandlePictureParameterBufferMJPEG()
[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/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 …]

12345678910>>...188