Home
last modified time | relevance | path

Searched refs:prop (Results 151 - 175 of 646) sorted by relevance

12345678910>>...26

/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c1172 const ucd_record * prop = GET_UCD(c); in internal_dfa_match() local
1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1181 prop->chartype == ucp_Lt; in internal_dfa_match()
1185 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1189 OK = prop->chartype == code[2]; in internal_dfa_match()
1193 OK = prop->script == code[2]; in internal_dfa_match()
1197 OK = (prop->script == code[2] || in internal_dfa_match()
1198 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), code[2]) != 0); in internal_dfa_match()
1204 OK = PRIV(ucp_gentype)[prop in internal_dfa_match()
1444 const ucd_record * prop = GET_UCD(c); internal_dfa_match() local
1699 const ucd_record * prop = GET_UCD(c); internal_dfa_match() local
1979 const ucd_record * prop = GET_UCD(c); internal_dfa_match() local
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp58 const PROPVARIANT &prop = props[i]; in SetCoderProperties() local
62 if (prop.vt != VT_UI4) in SetCoderProperties()
67 delta = (UInt32)prop.ulVal; in SetCoderProperties()
82 const Byte prop = (Byte)(_delta - 1); in WriteCoderProperties() local
83 return outStream->Write(&prop, 1, NULL); in WriteCoderProperties()
/third_party/node/lib/internal/util/parse_args/
H A Dutils.js26 function objectGetOwn(obj, prop) {
27 if (ObjectHasOwn(obj, prop))
28 return obj[prop];
34 function optionsGetOwn(options, longOption, prop) {
36 return objectGetOwn(options[longOption], prop);
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dutils.js26 function objectGetOwn(obj, prop) {
27 if (ObjectHasOwn(obj, prop))
28 return obj[prop];
34 function optionsGetOwn(options, longOption, prop) {
36 return objectGetOwn(options[longOption], prop);
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp646 CPropVariant prop; in PrintItemInfo() local
649 case kpidSize: if (st.Size.Def) prop = st.Size.Val; break; in PrintItemInfo()
650 case kpidPackSize: if (st.PackSize.Def) prop = st.PackSize.Val; break; in PrintItemInfo()
655 prop.SetAsTimeFrom_FT_Prec_Ns100(mtime.FT, mtime.Prec, mtime.Ns100); in PrintItemInfo()
659 RINOK(Arc->Archive->GetProperty(index, f.PropID, &prop)) in PrintItemInfo()
661 if (f.PropID == kpidAttrib && (prop.vt == VT_EMPTY || prop.vt == VT_UI4)) in PrintItemInfo()
663 GetAttribString((prop.vt == VT_EMPTY) ? 0 : prop.ulVal, IsDir, techMode, temp + tempPos); in PrintItemInfo()
669 else if (prop in PrintItemInfo()
790 CPropVariant prop; GetUInt64Value() local
802 CPropVariant prop; GetItemMTime() local
902 PrintPropertyPair2(CStdOutStream &so, PROPID propID, const wchar_t *name, const CPropVariant &prop) PrintPropertyPair2() argument
923 CPropVariant prop; PrintArcProp() local
1008 CPropVariant prop; Print_OpenArchive_Props() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinKeywordTypeguard(strict=false).js69 class ClassWithUnionProp { prop: A | B }
72 if ("a" in x.prop) {
73 let y: string = x.prop.b;
75 let z: string = x.prop.a;
80 protected prop: A | B;
82 if ("a" in this.prop) {
83 let z: number = this.prop.b;
85 let y: string = this.prop.a;
335 if (typeof value === "object" && value !== null && "prop" in value) {
336 value; // A & object & Record<"prop", unknow
[all...]
H A DinKeywordTypeguard(strict=true).js69 class ClassWithUnionProp { prop: A | B }
72 if ("a" in x.prop) {
73 let y: string = x.prop.b;
75 let z: string = x.prop.a;
80 protected prop: A | B;
82 if ("a" in this.prop) {
83 let z: number = this.prop.b;
85 let y: string = this.prop.a;
335 if (typeof value === "object" && value !== null && "prop" in value) {
336 value; // A & object & Record<"prop", unknow
[all...]
H A DintersectionsOfLargeUnions.js22 V extends HTMLElementTagNameMap[T][P]>(node: Node | null, tagName: T, prop: P, value: V) {
24 node[prop];
47 function assertNodeProperty(node, tagName, prop, value) {
49 node[prop];
H A DintersectionsOfLargeUnions2.js32 V extends HTMLElementTagNameMap[T][P]>(node: Node | null, tagName: T, prop: P, value: V) {
34 node[prop];
57 function assertNodeProperty(node, tagName, prop, value) {
59 node[prop];
H A DtypeParameterExtendsPrimitive.js20 function h<T extends Record<K, number>, K extends string>(array: T[], prop: K): number {
23 result += v[prop];
44 function h(array, prop) {
48 result += v[prop];
/third_party/icu/icu4c/source/common/
H A Demojiprops.cpp183 for (int32_t prop = firstProp; prop <= lastProp; ++prop) { in hasBinaryPropertyImpl()
184 const UChar *trieUChars = stringTries[prop - UCHAR_BASIC_EMOJI]; in hasBinaryPropertyImpl()
208 for (int32_t prop = firstProp; prop <= lastProp; ++prop) { in addStrings()
209 const UChar *trieUChars = stringTries[prop - UCHAR_BASIC_EMOJI]; in addStrings()
/third_party/node/deps/icu-small/source/common/
H A Demojiprops.cpp183 for (int32_t prop = firstProp; prop <= lastProp; ++prop) { in hasBinaryPropertyImpl()
184 const char16_t *trieUChars = stringTries[prop - UCHAR_BASIC_EMOJI]; in hasBinaryPropertyImpl()
208 for (int32_t prop = firstProp; prop <= lastProp; ++prop) { in addStrings()
209 const char16_t *trieUChars = stringTries[prop - UCHAR_BASIC_EMOJI]; in addStrings()
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js195 [_get] (target, prop, receiver) {
196 if (this[_data].has(prop)) {
197 return this[_data].get(prop)
200 if (this[prop] !== undefined) {
201 return Reflect.get(this, prop, this)
204 return Reflect.get(target, prop, receiver)
208 [_set] (target, prop, value) {
209 if (prop === 'env') {
216 if (prop === 'argv') {
224 return this[_data].set(prop, valu
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafmodule.c176 FT_Prop_IncreaseXHeight* prop; in af_property_set() local
185 prop = (FT_Prop_IncreaseXHeight*)value; in af_property_set()
187 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_set()
189 globals->increase_x_height = prop->limit; in af_property_set()
300 FT_Prop_GlyphToScriptMap* prop = (FT_Prop_GlyphToScriptMap*)value; in af_property_get() local
304 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_get()
306 prop->map = globals->glyph_styles; in af_property_get()
332 FT_Prop_IncreaseXHeight* prop = (FT_Prop_IncreaseXHeight*)value; in af_property_get() local
336 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_get()
338 prop in af_property_get()
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h325 ObjectLiteralProperty* prop = props->at(i); in VisitObjectLiteral() local
326 RECURSE_EXPRESSION(Visit(prop->key())); in VisitObjectLiteral()
327 RECURSE_EXPRESSION(Visit(prop->value())); in VisitObjectLiteral()
481 ClassLiteralProperty* prop = private_members->at(i); in VisitClassLiteral() local
482 RECURSE_EXPRESSION(Visit(prop->value())); in VisitClassLiteral()
486 ClassLiteralProperty* prop = props->at(i); in VisitClassLiteral() local
487 if (!prop->key()->IsLiteral()) { in VisitClassLiteral()
488 RECURSE_EXPRESSION(Visit(prop->key())); in VisitClassLiteral()
490 RECURSE_EXPRESSION(Visit(prop->value())); in VisitClassLiteral()
500 ClassLiteralProperty* prop in VisitInitializeClassMembersStatement() local
517 ClassLiteral::Property* prop = element->property(); VisitInitializeClassStaticElementsStatement() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp175 const struct nv50_opProperties *prop = &_initProps[i]; in initOpInfo() local
178 if (prop->mNeg & (1 << s)) in initOpInfo()
179 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NEG; in initOpInfo()
180 if (prop->mAbs & (1 << s)) in initOpInfo()
181 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_ABS; in initOpInfo()
182 if (prop->mNot & (1 << s)) in initOpInfo()
183 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT; in initOpInfo()
184 if (prop->fConst & (1 << s)) in initOpInfo()
185 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST; in initOpInfo()
186 if (prop in initOpInfo()
[all...]
/third_party/libdrm/
H A Dxf86drmMode.c637 struct drm_mode_get_property prop; in drmModeGetProperty() local
640 memclear(prop); in drmModeGetProperty()
641 prop.prop_id = property_id; in drmModeGetProperty()
643 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPERTY, &prop)) in drmModeGetProperty()
646 if (prop.count_values) in drmModeGetProperty()
647 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t))); in drmModeGetProperty()
649 if (prop.count_enum_blobs && (prop.flags & (DRM_MODE_PROP_ENUM | DRM_MODE_PROP_BITMASK))) in drmModeGetProperty()
650 prop in drmModeGetProperty()
1310 struct drm_mode_obj_set_property prop; drmModeObjectSetProperty() local
[all...]
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A DnoEmit-changes-incremental.js19 prop = 1;
24 new indirectClass().classC.prop;
34 new indirectClass().classC.prop;
68 this.prop = 1;
79 new indirectClass_1.indirectClass().classC.prop;
100 new indirectClass_1.indirectClass().classC.prop;
122 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"545032748-export class classC {\n prop = 1;\n}","6324910780-import { classC } from './class';\nexport class indirectClass {\n classC = new classC();\n}","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","6714567633-export function writeLog(s: string) {\n}",{"version":"-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}","affectsGlobalScope":true}],"fileIdsList":[[3],[2]],"referencedMap":[[4,1],[3,2],[5,1]],"exportedModulesMap":[[4,1],[3,2],[5,1]],"semanticDiagnosticsPerFile":[1,2,4,3,5,6,[7,[{"file":"./src/nochangefilewithemitspecificerror.ts","start":18,"length":18,"messageText":"Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.","category":1,"code":2396,"skippedOn":"noEmit"}]]]},"version":"FakeTSVersion"}
151 "version": "545032748-export class classC {\n prop
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp197 NCOM::CPropVariant prop; in GetArchiveProperty() local
231 prop = s; in GetArchiveProperty()
234 case kpidSolid: prop = _db.IsSolid(); break; in GetArchiveProperty()
235 case kpidNumBlocks: prop = (UInt32)_db.NumFolders; break; in GetArchiveProperty()
236 case kpidHeadersSize: prop = _db.HeadersSize; break; in GetArchiveProperty()
237 case kpidPhySize: prop = _db.PhySize; break; in GetArchiveProperty()
238 case kpidOffset: if (_db.ArcInfo.StartPosition != 0) prop = _db.ArcInfo.StartPosition; break; in GetArchiveProperty()
240 case kpidIsTree: if (_db.IsTree) prop = true; break; in GetArchiveProperty()
241 case kpidIsAltStream: if (_db.ThereAreAltStreams) prop = true; break; in GetArchiveProperty()
242 case kpidIsAux: if (_db.IsTree) prop in GetArchiveProperty()
282 SetFileTimeProp_From_UInt64Def(PROPVARIANT *prop, const CUInt64DefVector &v, unsigned index) SetFileTimeProp_From_UInt64Def() argument
[all...]
/third_party/lzma/CPP/Common/
H A DSha256Reg.cpp54 const PROPVARIANT &prop = coderProps[i];
55 if (prop.vt != VT_UI4)
57 if (prop.ulVal > 2)
59 algo = (unsigned)prop.ulVal;
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_connector.cpp74 DrmProperty prop; in Init() local
78 // find dpms prop in Init()
79 int32_t ret = drmDevice.GetConnectorProperty(*this, PROP_DPMS, prop); in Init()
80 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("can not get mode prop id")); in Init()
81 mPropDpmsId = prop.propId; in Init()
82 mDpmsState = prop.value; in Init()
85 ret = drmDevice.GetConnectorProperty(*this, PROP_CRTCID, prop); in Init()
86 DISPLAY_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_LOGE("cat not get out fence prop id")); in Init()
87 mPropCrtcId = prop.propId; in Init()
91 ret = drmDevice.GetConnectorProperty(*this, PROP_BRIGHTNESS, prop); in Init()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c439 struct drm_property *prop; in drm_plane_create_color_properties() local
464 prop = drm_property_create_enum(dev, 0, "COLOR_ENCODING", enum_list, len); in drm_plane_create_color_properties()
465 if (!prop) { in drm_plane_create_color_properties()
468 plane->color_encoding_property = prop; in drm_plane_create_color_properties()
469 drm_object_attach_property(&plane->base, prop, default_encoding); in drm_plane_create_color_properties()
485 prop = drm_property_create_enum(dev, 0, "COLOR_RANGE", enum_list, len); in drm_plane_create_color_properties()
486 if (!prop) { in drm_plane_create_color_properties()
489 plane->color_range_property = prop; in drm_plane_create_color_properties()
490 drm_object_attach_property(&plane->base, prop, default_range); in drm_plane_create_color_properties()
/third_party/lzma/CPP/Windows/
H A DPropVariant.cpp259 HRESULT PropVariant_Clear(PROPVARIANT *prop) throw() in PropVariant_Clear() argument
261 switch ((unsigned)prop->vt) in PropVariant_Clear()
264 prop->vt = VT_EMPTY; in PropVariant_Clear()
268 const HRESULT res = ::VariantClear((VARIANTARG *)prop); in PropVariant_Clear()
269 if (res != S_OK || prop->vt != VT_EMPTY) in PropVariant_Clear()
274 prop->wReserved1 = 0; in PropVariant_Clear()
275 prop->wReserved2 = 0; in PropVariant_Clear()
276 prop->wReserved3 = 0; in PropVariant_Clear()
277 prop->uhVal.QuadPart = 0; in PropVariant_Clear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp54 const MDString *prop = dyn_cast<MDString>(md->getOperand(i)); in cacheAnnotationFromMD() local
55 assert(prop && "Annotation property not a string"); in cacheAnnotationFromMD()
61 std::string keyname = prop->getString().str(); in cacheAnnotationFromMD()
105 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() argument
113 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation()
115 retval = (*annotationCache)[m][gv][prop][0]; in findOneNVVMAnnotation()
119 bool findAllNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findAllNVVMAnnotation() argument
127 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findAllNVVMAnnotation()
129 retval = (*annotationCache)[m][gv][prop]; in findAllNVVMAnnotation()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Env.c32 char prop[PROP_VALUE_MAX + 1]; in Rockchip_OSAL_GetEnvU32() local
33 int len = __system_property_get(name, prop); in Rockchip_OSAL_GetEnvU32()
36 int base = (prop[0] == '0' && prop[1] == 'x') ? (16) : (10); in Rockchip_OSAL_GetEnvU32()
38 *value = strtoul(prop, &endptr, base); in Rockchip_OSAL_GetEnvU32()
39 if (errno || (prop == endptr)) { in Rockchip_OSAL_GetEnvU32()

Completed in 18 milliseconds

12345678910>>...26