Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/third_party/typescript/tests/baselines/reference/
DdeepExcessPropertyCheckingWhenTargetIsIntersection.js6 const TestComponent: StatelessComponent<TestProps> = (props) => { argument
22 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); property
24 const TestComponent2: StatelessComponent<TestProps | {props2: {x: number}}> = (props) => { argument
28 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); property
32 var TestComponent = function (props) { argument
35 TestComponent({ icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } }); property
36 var TestComponent2 = function (props) { argument
39 TestComponent2({ icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } }); property
DmappedTypeInferenceErrors.js8 declare function foo<P, C>(options: { props: P, computed: ComputedOf<C> } & ThisType<P & C>): void; property
11 props: { x: 10, y: 20 }, property
26 props: { x: 10, y: 20 }, property
DtsxStatelessFunctionComponents3.js10 var MainMenu: React.StatelessComponent<{}> = (props) => (<div> argument
24 var Foo = function (props) { return <div />; }; argument
28 var MainMenu = function (props) { return (<div> argument
DtsxGenericAttributesType1.js21 return function (props) { return <Component {...props}></Component>; }; argument
24 return function (props) { return <Component {...props} x={2}></Component>; }; argument
27 return function (props) { return <Component x={2} {...props}></Component>; }; argument
DjsxSpreadOverwritesAttributeStrict.js12 const props: Props = { a: 1, b: 1 }; variable
30 var props = { a: 1, b: 1 }; variable
31 var Foo = function (props) { return <div>{props.a}</div>; }; argument
DtsxReactPropsInferenceSucceedsOnIntersections.js16 const CustomButton: React.SFC<CustomButtonProps> = props => <Button {...props} />; argument
38 var CustomButton = function (props) { return react_1["default"].createElement(Button, __assign({}, … argument
DtsxGenericAttributesType7.js17 var decorator = function (props) { argument
20 var decorator1 = function (props) { argument
DtsxGenericAttributesType8.js17 var decorator = function (props) { argument
20 var decorator1 = function (props) { argument
DinlineJsxFactoryDeclarationsLocalTypes.js51 constructor(public props: {x: number, y: number, children?: predom.JSX.Element[]}) {}
74 constructor(public props: {x: number, y: number, children?: dom.JSX.Element[]}) {}
106 var MySFC = function (props) { return renderer2_1.predom.apply(void 0, __spreadArray(["p", null, pr… argument
113 function MyClass(props) { argument
147 var DOMSFC = function (props) { return (0, renderer_1.dom)("p", null, argument
155 function DOMClass(props) { argument
DcomplicatedIndexesOfIntersectionsAreInferencable.js19 validate: props => { argument
30 validate: function (props) { argument
/third_party/skia/third_party/externals/icu/source/common/
Duchar.cpp50 uint32_t props; in u_charType() local
91 uint32_t props; in u_islower() local
99 uint32_t props; in u_isupper() local
107 uint32_t props; in u_istitle() local
115 uint32_t props; in u_isdigit() local
122 uint32_t props; in u_isxdigit() local
139 uint32_t props; in u_isalpha() local
152 uint32_t props; in u_isalnum() local
169 uint32_t props; in u_isdefined() local
177 uint32_t props; in u_isbase() local
[all …]
Dubidi_props.cpp135 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getClass() local
141 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isMirrored() local
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
179 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getMirror() local
185 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isBidiControl() local
191 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isJoinControl() local
197 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getJoiningType() local
220 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracketType() local
226 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracket() local
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
/third_party/icu/icu4c/source/common/
Duchar.cpp50 uint32_t props; in u_charType() local
91 uint32_t props; in u_islower() local
99 uint32_t props; in u_isupper() local
107 uint32_t props; in u_istitle() local
115 uint32_t props; in u_isdigit() local
122 uint32_t props; in u_isxdigit() local
139 uint32_t props; in u_isalpha() local
152 uint32_t props; in u_isalnum() local
169 uint32_t props; in u_isdefined() local
177 uint32_t props; in u_isbase() local
[all …]
Dubidi_props.cpp135 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getClass() local
141 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isMirrored() local
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
179 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getMirror() local
185 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isBidiControl() local
191 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isJoinControl() local
197 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getJoiningType() local
220 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracketType() local
226 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracket() local
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
/third_party/node/deps/icu-small/source/common/
Duchar.cpp50 uint32_t props; in u_charType() local
91 uint32_t props; in u_islower() local
99 uint32_t props; in u_isupper() local
107 uint32_t props; in u_istitle() local
115 uint32_t props; in u_isdigit() local
122 uint32_t props; in u_isxdigit() local
139 uint32_t props; in u_isalpha() local
152 uint32_t props; in u_isalnum() local
169 uint32_t props; in u_isdefined() local
177 uint32_t props; in u_isbase() local
[all …]
Dubidi_props.cpp135 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getClass() local
141 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isMirrored() local
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
179 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getMirror() local
185 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isBidiControl() local
191 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isJoinControl() local
197 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getJoiningType() local
220 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracketType() local
226 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracket() local
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
/third_party/skia/src/core/
DSkSpecialSurface.cpp19 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps& props) in SkSpecialSurface_Base()
45 const SkSurfaceProps& props) in SkSpecialSurface()
70 const SkSurfaceProps& props) in SkSpecialSurface_Raster()
96 const SkSurfaceProps& props) { in MakeFromBitmap()
104 const SkSurfaceProps& props) { in MakeRaster()
160 const SkSurfaceProps& props) { in MakeRenderTarget()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java114 private static final int getExceptionsOffset(int props) { in getExceptionsOffset()
118 static final boolean propsHasException(int props) { in propsHasException()
188 int props=trie.get(c); in tolower() local
208 int props=trie.get(c); in toupper() local
228 int props=trie.get(c); in totitle() local
291 int props=trie.get(c); in addCaseClosure() local
486 int props=trie.get(c); in getDotType() local
499 int props=trie.get(c); in isCaseSensitive() local
995 int result, props; in toFullLower() local
1157 int props; in toUpperOrTitle() local
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java118 private static final int getExceptionsOffset(int props) { in getExceptionsOffset()
122 static final boolean propsHasException(int props) { in propsHasException()
192 int props=trie.get(c); in tolower() local
212 int props=trie.get(c); in toupper() local
232 int props=trie.get(c); in totitle() local
295 int props=trie.get(c); in addCaseClosure() local
490 int props=trie.get(c); in getDotType() local
503 int props=trie.get(c); in isCaseSensitive() local
995 int result, props; in toFullLower() local
1157 int props; in toUpperOrTitle() local
[all …]
/third_party/skia/src/image/
DSkSurface_Raster.cpp63 const SkSurfaceProps* props) in SkSurface_Raster()
71 const SkSurfaceProps* props) in SkSurface_Raster()
160 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc()
175 const SkSurfaceProps* props) { in MakeRasterDirect()
180 const SkSurfaceProps* props) { in MakeRaster()
/third_party/skia/tools/gpu/
DBackendSurfaceFactory.cpp24 const SkSurfaceProps* props) { in MakeBackendTextureSurface()
57 const SkSurfaceProps* props) { in MakeBackendTextureSurface()
67 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface()
102 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface()
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckJsdocTypeTag1.ts39 var props = {}; variable
44 var props = {}; variable

12345678910>>...19