/third_party/typescript/tests/baselines/reference/ |
D | computedPropertyName.symbols | 6 === tests/cases/conformance/externalModules/typeOnly/component.ts === 8 >onInit : Symbol(onInit, Decl(component.ts, 0, 13)) 11 >Component : Symbol(Component, Decl(component.ts, 0, 48)) 14 >[onInit] : Symbol(Component[onInit], Decl(component.ts, 2, 21)) 15 >onInit : Symbol(onInit, Decl(component.ts, 0, 13)) 19 >T : Symbol(T, Decl(component.ts, 4, 1)) 22 >[onInit] : Symbol([onInit], Decl(component.ts, 6, 10)) 23 >onInit : Symbol(onInit, Decl(component.ts, 0, 13)) 27 >o : Symbol(o, Decl(component.ts, 10, 5)) 30 >[onInit] : Symbol([onInit], Decl(component.ts, 10, 11)) [all …]
|
D | jsxViaImport.symbols | 2 /// <reference path="component.d.ts" /> 8 >React.Component : Symbol(React.Component, Decl(component.d.ts, 3, 22)) 9 >React : Symbol(React, Decl(component.d.ts, 2, 1)) 10 >Component : Symbol(React.Component, Decl(component.d.ts, 3, 22)) 20 === tests/cases/compiler/component.d.ts === 22 >JSX : Symbol(JSX, Decl(component.d.ts, 0, 0)) 25 >ElementAttributesProperty : Symbol(ElementAttributesProperty, Decl(component.d.ts, 0, 20)) 26 >props : Symbol(ElementAttributesProperty.props, Decl(component.d.ts, 1, 39)) 29 >React : Symbol(React, Decl(component.d.ts, 2, 1)) 32 >Component : Symbol(Component, Decl(component.d.ts, 3, 22)) [all …]
|
D | jsxViaImport.2.symbols | 2 /// <reference path="component.d.ts" /> 8 >React.Component : Symbol(React.Component, Decl(component.d.ts, 3, 22)) 9 >React : Symbol(React, Decl(component.d.ts, 2, 1)) 10 >Component : Symbol(React.Component, Decl(component.d.ts, 3, 22)) 20 === tests/cases/compiler/component.d.ts === 22 >JSX : Symbol(JSX, Decl(component.d.ts, 0, 0)) 25 >ElementAttributesProperty : Symbol(ElementAttributesProperty, Decl(component.d.ts, 0, 20)) 26 >props : Symbol(ElementAttributesProperty.props, Decl(component.d.ts, 1, 39)) 29 >React : Symbol(React, Decl(component.d.ts, 2, 1)) 32 >Component : Symbol(Component, Decl(component.d.ts, 3, 22)) [all …]
|
D | tsxDeepAttributeAssignabilityError.symbols | 1 === tests/cases/compiler/my-component.tsx === 3 >React : Symbol(React, Decl(my-component.tsx, 0, 6)) 6 >MyProps : Symbol(MyProps, Decl(my-component.tsx, 0, 30)) 9 >x : Symbol(MyProps.x, Decl(my-component.tsx, 2, 19)) 12 >y : Symbol(MyProps.y, Decl(my-component.tsx, 3, 14)) 13 >MyInnerProps : Symbol(MyInnerProps, Decl(my-component.tsx, 5, 1)) 17 >MyInnerProps : Symbol(MyInnerProps, Decl(my-component.tsx, 5, 1)) 20 >value : Symbol(MyInnerProps.value, Decl(my-component.tsx, 7, 24)) 24 >MyComponent : Symbol(MyComponent, Decl(my-component.tsx, 9, 1)) 25 >_props : Symbol(_props, Decl(my-component.tsx, 11, 28)) [all …]
|
D | decoratorMetadataWithTypeOnlyImport.symbols | 5 === tests/cases/conformance/decorators/component.ts === 7 >Service : Symbol(Service, Decl(component.ts, 0, 13)) 10 >decorator : Symbol(decorator, Decl(component.ts, 2, 11)) 13 >decorator : Symbol(decorator, Decl(component.ts, 2, 11)) 16 >MyComponent : Symbol(MyComponent, Decl(component.ts, 2, 27)) 19 >Service : Symbol(MyComponent.Service, Decl(component.ts, 6, 16)) 20 >Service : Symbol(Service, Decl(component.ts, 0, 13)) 24 >decorator : Symbol(decorator, Decl(component.ts, 2, 11)) 27 >method : Symbol(MyComponent.method, Decl(component.ts, 7, 5)) 28 >x : Symbol(x, Decl(component.ts, 10, 11))
|
D | decoratorMetadata.symbols | 5 === tests/cases/conformance/decorators/component.ts === 7 >Service : Symbol(Service, Decl(component.ts, 0, 6)) 10 >decorator : Symbol(decorator, Decl(component.ts, 2, 11)) 13 >decorator : Symbol(decorator, Decl(component.ts, 2, 11)) 16 >MyComponent : Symbol(MyComponent, Decl(component.ts, 2, 27)) 19 >Service : Symbol(MyComponent.Service, Decl(component.ts, 6, 16)) 20 >Service : Symbol(Service, Decl(component.ts, 0, 6)) 24 >decorator : Symbol(decorator, Decl(component.ts, 2, 11)) 27 >method : Symbol(MyComponent.method, Decl(component.ts, 7, 5)) 28 >x : Symbol(x, Decl(component.ts, 10, 11))
|
D | inlineJsxFactoryDeclarationsLocalTypes.symbols | 103 === tests/cases/conformance/jsx/inline/component.tsx === 106 >predom : Symbol(predom, Decl(component.tsx, 1, 8)) 109 >MySFC : Symbol(MySFC, Decl(component.tsx, 3, 12)) 110 >props : Symbol(props, Decl(component.tsx, 3, 22)) 111 >x : Symbol(x, Decl(component.tsx, 3, 30)) 112 >y : Symbol(y, Decl(component.tsx, 3, 40)) 113 >children : Symbol(children, Decl(component.tsx, 3, 51)) 114 >predom : Symbol(predom, Decl(component.tsx, 1, 8)) 118 >props.x : Symbol(x, Decl(component.tsx, 3, 30)) 119 >props : Symbol(props, Decl(component.tsx, 3, 22)) [all …]
|
D | jsxCheckJsxNoTypeArgumentsAllowed.symbols | 1 === tests/cases/conformance/jsx/component.d.ts === 3 >React : Symbol(React, Decl(component.d.ts, 0, 6)) 6 >MyComp : Symbol(MyComp, Decl(component.d.ts, 0, 31)) 7 >P : Symbol(P, Decl(component.d.ts, 1, 28)) 9 >React : Symbol(React, Decl(component.d.ts, 0, 6)) 11 >P : Symbol(P, Decl(component.d.ts, 1, 28)) 14 >internalProp : Symbol(MyComp.internalProp, Decl(component.d.ts, 1, 63)) 15 >P : Symbol(P, Decl(component.d.ts, 1, 28)) 19 >Prop : Symbol(Prop, Decl(component.d.ts, 3, 1)) 22 >a : Symbol(Prop.a, Decl(component.d.ts, 5, 23)) [all …]
|
D | declarationEmitCrossFileImportTypeOfAmbientModule.types | 1 === tests/cases/compiler/types/component.d.ts === 2 declare module '@namespace/component' { 3 >'@namespace/component' : typeof import("@namespace/component") 9 import { Foo } from "@namespace/component"; 18 >item : typeof import("@namespace/component").Foo 21 >reeexported : typeof import("@namespace/component").Foo 22 >item : typeof import("@namespace/component").Foo
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | SetupProcessor.cpp | 107 for(int component = 0; component < 4; component++) in update() local 109 state.gradient[interpolant][component].attribute = Unused; in update() 110 state.gradient[interpolant][component].flat = false; in update() 111 state.gradient[interpolant][component].wrap = false; in update() 127 for(int component = 0; component < 4; component++) in update() local 129 int project = context->isProjectionComponent(interpolant - 2, component) ? 1 : 0; in update() 130 …const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component - project… in update() 137 if(semantic == context->vertexShader->getOutput(i, component - project)) in update() 152 state.gradient[interpolant][component].attribute = input; in update() 153 state.gradient[interpolant][component].flat = flat; in update() [all …]
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLBlend.cpp | 23 char component = kComponents[i]; in hard_light() local 24 fsBuilder->codeAppendf("if (2.0 * %s.%c <= %s.a) {", src, component, src); in hard_light() 26 final, component, src, component, dst, component); in hard_light() 29 final, component, src, dst, dst, dst, component, src, src, in hard_light() 30 component); in hard_light() 42 const char component) { in color_dodge_component() argument 49 fsBuilder->codeAppendf("if (0.0 == %s.%c) {", dst, component); in color_dodge_component() 51 final, component, src, component, dst); in color_dodge_component() 53 fsBuilder->codeAppendf("half d = %s.a - %s.%c;", src, src, component); in color_dodge_component() 56 final, component, src, dst, src, component, dst, dst, component, in color_dodge_component() [all …]
|
/third_party/selinux/libselinux/src/ |
D | context.c | 14 char *(component[4]); member 38 n->current_str = n->component[0] = n->component[1] = n->component[2] = in context_new() 39 n->component[3] = 0; in context_new() 62 n->component[3] = 0; in context_new() 71 n->component[i] = (char *)malloc(p - tok + 1); in context_new() 72 if (n->component[i] == 0) in context_new() 74 strncpy(n->component[i], tok, p - tok); in context_new() 75 n->component[i][p - tok] = '\0'; in context_new() 107 conditional_free(&n->component[i]); in context_free() 126 if (n->component[i]) { in context_str() [all …]
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | alternative_function.hpp | 65 bool call(Component const& component, mpl::true_) const in call() 68 return component.parse(first, last, context, skipper, attr); in call() 72 bool call_optional_or_variant(Component const& component, mpl::true_) const in call_optional_or_variant() 87 if (component.parse(first, last, context, skipper, val)) in call_optional_or_variant() 96 bool call_variant(Component const& component, mpl::false_) const in call_variant() 107 if (component.parse(first, last, context, skipper, val)) in call_variant() 116 bool call_variant(Component const& component, mpl::true_) const in call_variant() 121 return component.parse(first, last, context, skipper, attr); in call_variant() 125 bool call_optional_or_variant(Component const& component, mpl::false_) const in call_optional_or_variant() 132 return call_variant(component, in call_optional_or_variant() [all …]
|
/third_party/weex-loader/test/spec/ |
D | o.we | 21 // component 22 {name: 'component/text-demo', title: 'Text'}, 23 {name: 'component/image-demo', title: 'Image'}, 24 {name: 'component/input-demo', title: 'Input'}, 25 {name: 'component/scroller-demo', title: 'Scroller'}, 26 {name: 'component/list/list-basic', title: 'List (Basic)'}, 27 {name: 'component/list/list-demo', title: 'List (Advanced)'}, 28 {name: 'component/slider/index', title: 'Slider'}, 29 {name: 'component/a-demo', title: 'A'}, 30 {name: 'component/video-demo', title: 'Video'}, [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
D | array-component-io.frag | 3 layout(location = 1, component = 0) out float A[2]; 4 layout(location = 1, component = 2) out vec2 B[2]; 5 layout(location = 0, component = 1) out float C[3]; 6 layout(location = 0, component = 3) out float D; 8 layout(location = 1, component = 0) flat in float InA[2]; 9 layout(location = 1, component = 2) flat in vec2 InB[2]; 10 layout(location = 0, component = 1) flat in float InC[3]; 11 layout(location = 3, component = 1) sample in float InD; 12 layout(location = 4, component = 2) noperspective in float InE; 13 layout(location = 5, component = 3) centroid in float InF;
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | nicetransport.c | 57 _gst_component_to_nice (GstWebRTCICEComponent component) in _gst_component_to_nice() argument 59 switch (component) { in _gst_component_to_nice() 71 _nice_component_to_gst (NiceComponentType component) in _nice_component_to_gst() argument 73 switch (component) { in _nice_component_to_gst() 152 NiceComponentType component, NiceCandidate * lcandidate, in _on_new_selected_pair() argument 156 GstWebRTCICEComponent comp = _nice_component_to_gst (component); in _on_new_selected_pair() 163 if (comp != ice->component) in _on_new_selected_pair() 171 NiceComponentType component, NiceComponentState state, in _on_component_state_changed() argument 175 GstWebRTCICEComponent comp = _nice_component_to_gst (component); in _on_component_state_changed() 182 if (comp != ice->component) in _on_component_state_changed() [all …]
|
/third_party/boost/libs/graph/example/ |
D | strong_components.expected | 14 Vertex a is in component 3 15 Vertex b is in component 3 16 Vertex c is in component 3 17 Vertex d is in component 0 18 Vertex e is in component 0 19 Vertex f is in component 1 20 Vertex g is in component 1 21 Vertex h is in component 3 22 Vertex i is in component 3 23 Vertex j is in component 2
|
D | components_on_edgelist.expected | 5 Vertex 0 is in the component who's representative is 1 6 Vertex 1 is in the component who's representative is 1 7 Vertex 2 is in the component who's representative is 5 8 Vertex 3 is in the component who's representative is 3 9 Vertex 4 is in the component who's representative is 1 10 Vertex 5 is in the component who's representative is 5 12 component 0 contains: 4 1 0 13 component 1 contains: 3 14 component 2 contains: 5 2
|
D | connected_components.expected | 2 Vertex 0 is in component 0 3 Vertex 1 is in component 0 4 Vertex 2 is in component 1 5 Vertex 3 is in component 2 6 Vertex 4 is in component 0 7 Vertex 5 is in component 1
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 30 uint32_t composite_type_id, std::vector<uint32_t> component, in TransformationCompositeConstruct() argument 34 for (auto a_component : component) { in TransformationCompositeConstruct() 90 for (auto component : message_.component()) { in IsApplicable() local 91 auto* inst = ir_context->get_def_use_mgr()->GetDef(component); in IsApplicable() 97 component)) { in IsApplicable() 118 for (auto& component_id : message_.component()) { in Apply() 153 if (static_cast<uint32_t>(message_.component().size()) != array_size) { in ComponentsForArrayConstructionAreOK() 159 for (auto component_id : message_.component()) { in ComponentsForArrayConstructionAreOK() 179 if (static_cast<uint32_t>(message_.component().size()) != in ComponentsForMatrixConstructionAreOK() 186 for (auto component_id : message_.component()) { in ComponentsForMatrixConstructionAreOK() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 30 uint32_t composite_type_id, std::vector<uint32_t> component, in TransformationCompositeConstruct() argument 34 for (auto a_component : component) { in TransformationCompositeConstruct() 90 for (auto component : message_.component()) { in IsApplicable() local 91 auto* inst = ir_context->get_def_use_mgr()->GetDef(component); in IsApplicable() 97 component)) { in IsApplicable() 118 for (auto& component_id : message_.component()) { in Apply() 153 if (static_cast<uint32_t>(message_.component().size()) != array_size) { in ComponentsForArrayConstructionAreOK() 159 for (auto component_id : message_.component()) { in ComponentsForArrayConstructionAreOK() 179 if (static_cast<uint32_t>(message_.component().size()) != in ComponentsForMatrixConstructionAreOK() 186 for (auto component_id : message_.component()) { in ComponentsForMatrixConstructionAreOK() [all …]
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | alternative_function.hpp | 54 call(Component const& component, OutputIterator& sink, Context& ctx in call() 58 component; // suppresses warning: C4100: 'component' : unreferenced formal parameter in call() 61 return component.generate(sink, ctx, d, unused); in call() 86 call(Component const& component, OutputIterator& sink in call() 90 component; // suppresses warning: C4100: 'component' : unreferenced formal parameter in call() 92 return call(component, sink, ctx, d, attr in call() 98 call(Component const& component, OutputIterator& sink in call() 102 component; // suppresses warning: C4100: 'component' : unreferenced formal parameter in call() 104 return component.generate(sink, ctx, d, attr); in call() 109 call(Component const& component, OutputIterator& sink in call() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vert/ |
D | array-component-io.for-tess.vert | 3 layout(location = 1, component = 0) out float A[2]; 4 layout(location = 1, component = 2) out vec2 B[2]; 5 layout(location = 0, component = 1) out float C[3]; 6 layout(location = 0, component = 3) out float D; 8 layout(location = 1, component = 0) in float InA[2]; 9 layout(location = 1, component = 2) in vec2 InB[2]; 10 layout(location = 0, component = 1) in float InC[3]; 11 layout(location = 0, component = 3) in float InD;
|
D | array-component-io.vert | 3 layout(location = 1, component = 0) out float A[2]; 4 layout(location = 1, component = 2) out vec2 B[2]; 5 layout(location = 0, component = 1) out float C[3]; 6 layout(location = 0, component = 3) out float D; 8 layout(location = 1, component = 0) in float InA[2]; 9 layout(location = 1, component = 2) in vec2 InB[2]; 10 layout(location = 0, component = 1) in float InC[3]; 11 layout(location = 0, component = 3) in float InD;
|
/third_party/pcre2/pcre2/cmake/ |
D | pcre2-config.cmake.in | 84 # Check if at least one component has been specified. 87 … "No components have been specified. This is not allowed. Please, specify at least one component.") 91 # When POSIX component has been specified make sure that also 8BIT component is specified. 94 foreach(component ${PCRE2_FIND_COMPONENTS}) 95 if (component STREQUAL "8BIT") 97 elseif (component STREQUAL "POSIX") 103 …(FATAL_ERROR "The component POSIX is specified while the 8BIT one is not. This is not allowed. Ple… 120 foreach(component ${PCRE2_FIND_COMPONENTS}) 122 add_library(PCRE2::${component} STATIC IMPORTED) 123 target_compile_definitions(PCRE2::${component} INTERFACE PCRE2_STATIC) [all …]
|