Home
last modified time | relevance | path

Searched refs:prop (Results 451 - 475 of 849) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/node/test/parallel/
H A Dtest-vm-global-property-interceptors.js34 const getDesc = (prop) => Object.getOwnPropertyDescriptor(this, prop);
/third_party/node/deps/npm/node_modules/debug/src/
H A Dnode.js128 const prop = key
147 obj[prop] = val;
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.h47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.h47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/
H A DFunctionsCGL.h44 (CGLRendererInfoObj rend, GLint rend_num, CGLRendererProperty prop, GLint *value),
45 (rend, rend_num, prop, value))
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.h47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()
/third_party/typescript/tests/baselines/reference/
H A DcommentsdoNotEmitComments.js63 myFoo(/*param prop*/a: number): string;
65 /** prop*/
66 prop: string;
158 prop: string;
H A DcommentsemitComments.js63 myFoo(/*param prop*/a: number): string;
65 /** prop*/
66 prop: string;
182 myFoo(/*param prop*/ a: number): string;
183 /** prop*/
184 prop: string;
H A DcontextualTypingOfOptionalMembers.js3 [prop: string]: (state: State) => State;
69 [prop: string]: ((state: State) => State) | State;
H A DdecoratorOnClassConstructor2.js11 constructor(@foo prop: any) {
60 function C(prop) {
H A DdecoratorOnClassConstructor3.js13 constructor(@foo prop: any) {
63 function C(prop) {
H A DtsxSpreadAttributesResolution4.js34 let e4 = <EmptyProp data-prop />
35 let e5 = <EmptyProp {...{ "data-prop": true}} />
88 var e4 = <EmptyProp data-prop/>;
89 var e5 = <EmptyProp {...{ "data-prop": true }}/>;
H A DtsxStatelessFunctionComponentOverload6.js52 const b9 = <MainButton to='/some/path' extra-prop>GO</MainButton>;
91 var b9 = <MainButton to='/some/path' extra-prop>GO</MainButton>;
H A DtsxUnionElementType4.js35 let c = <EmptyRCComp prop />;
104 var c = React.createElement(EmptyRCComp, { prop: true });
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.07/
H A D15.02.04.07-001.js16 prop: true
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp104 for (auto& prop : api->MetaData()) { in ConstructValues()
105 EnginePropertyParams params { handle, prop }; in ConstructValues()
186 for (auto& prop : api->MetaData()) { in ConstructValueImpl()
187 if (prop.name == root) { in ConstructValueImpl()
188 EnginePropertyParams params { handle, prop }; in ConstructValueImpl()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp458 auto prop = modifier->GetProperty(); in GetSizeFromDrawCmdModifiers() local
459 if (auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get()) { in GetSizeFromDrawCmdModifiers()
526 auto prop = modifier->GetProperty(); in AddDirtyType() local
527 if (prop == nullptr) { in AddDirtyType()
530 auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get(); in AddDirtyType()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_point_sprite.c502 struct tgsi_full_property *prop) in psprite_property()
504 switch (prop->Property.PropertyName) { in psprite_property()
506 prop->u[0].Data = PIPE_PRIM_TRIANGLE_STRIP; in psprite_property()
509 prop->u[0].Data *= 4; in psprite_property()
514 ctx->emit_property(ctx, prop); in psprite_property()
501 psprite_property(struct tgsi_transform_context *ctx, struct tgsi_full_property *prop) psprite_property() argument
H A Dtgsi_sanity.c485 struct tgsi_full_property *prop ) in iter_property()
490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
491 ctx->implied_array_size = u_vertices_per_prim(prop->u[0].Data); in iter_property()
494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT) in iter_property()
495 ctx->implied_out_array_size = prop->u[0].Data; in iter_property()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp_sdk.cpp589 TXMP_STRING_TYPE prop; in HasNameSpace() local
592 &prop, in HasNameSpace()
1554 TXMP_STRING_TYPE prop; in IteratePaths() local
1557 &prop, in IteratePaths()
1563 prop.c_str (), in IteratePaths()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp375 static void GeneratePropertyJs(napi_env env, const GetPropertyContext &prop, napi_value &dataJs) in GeneratePropertyJs() argument
379 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, prop.result, &napiResult)); in GeneratePropertyJs()
381 for (const auto &key : prop.request.keys) { in GeneratePropertyJs()
384 SetInt32ToJsProperty(env, prop.authSubType, "authSubType", dataJs); in GeneratePropertyJs()
388 SetInt32ToJsProperty(env, prop.remainTimes, "remainTimes", dataJs); in GeneratePropertyJs()
392 SetInt32ToJsProperty(env, prop.freezingTime, "freezingTime", dataJs); in GeneratePropertyJs()
398 env, prop.enrollmentProgress.c_str(), NAPI_AUTO_LENGTH, &napiEnrollmentProgress)); in GeneratePropertyJs()
406 napi_create_string_utf8(env, prop.sensorInfo.c_str(), NAPI_AUTO_LENGTH, &napiSensorInfo)); in GeneratePropertyJs()
411 SetInt32ToJsProperty(env, prop.nextPhaseFreezingTime, "nextPhaseFreezingTime", dataJs); in GeneratePropertyJs()
420 static void CreateExecutorProperty(napi_env env, GetPropertyContext &prop, napi_valu argument
[all...]
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp480 napi_value prop = nullptr; in ExportClass() local
481 NAPI_CALL_BASE(env, napi_create_string_utf8(env, seedRef, NAPI_AUTO_LENGTH, &prop), NAPI_ERR); in ExportClass()
482 NAPI_CALL_BASE(env, napi_set_named_property(env, seed, PROP_BACKEND_OBJ_REF, prop), NAPI_ERR); in ExportClass()
496 napi_value prop = nullptr; in ExportEnumerator() local
497 NAPI_CALL_BASE(env, napi_create_string_utf8(env, def.valueJson_.data(), NAPI_AUTO_LENGTH, &prop), NAPI_ERR); in ExportEnumerator()
498 NAPI_CALL_BASE(env, ValueStringConvert(env, prop, &prop, false), NAPI_ERR); in ExportEnumerator()
499 NAPI_CALL_BASE(env, napi_set_named_property(env, enumerator, def.name_.data(), prop), NAPI_ERR); in ExportEnumerator()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js253 const props = ArrayPrototypeMap(this.properties, (prop, idx) => {
254 const value = utilInspect(new PropertyPreview(prop));
255 if (prop.name === `${idx}`) return value;
256 return `${prop.name}: ${value}`;
333 this.completionGroup = ArrayPrototypeMap(properties, (prop) => {
334 const value = new RemoteObject(prop.value);
335 this.properties.set(prop.name, value);
336 return prop.name;
354 (prop) => {
355 const desc = ReflectGetOwnPropertyDescriptor(source, prop);
[all...]
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js880 * @param {string} prop The name of the non-existent property.
882 function emitCircularRequireWarning(prop) {
884 `Accessing non-existent property '${String(prop)}' of module exports ` +
894 get(target, prop) {
898 if (prop in target || prop === '__esModule') { return target[prop]; }
899 emitCircularRequireWarning(prop);
903 getOwnPropertyDescriptor(target, prop) {
904 if (ObjectPrototypeHasOwnProperty(target, prop) || pro
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp448 JSSpringProp* prop = JSRef<JSObject>::Cast(info[3])->Unwrap<JSSpringProp>(); in HandleSpringMotion() local
449 if (!prop) { in HandleSpringMotion()
452 RefPtr<SpringProperty> springProperty = prop->GetSpringProp(); in HandleSpringMotion()
467 JSSpringProp* prop = JSRef<JSObject>::Cast(info[4])->Unwrap<JSSpringProp>(); in HandleScrollMotion() local
468 if (!prop) { in HandleScrollMotion()
471 RefPtr<SpringProperty> springProperty = prop->GetSpringProp(); in HandleScrollMotion()

Completed in 18 milliseconds

1...<<11121314151617181920>>...34