Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 25 of 56) sorted by relevance

123

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-unsafe-member-access.ts60 const propertyName = sourceCode.getText(node.property); constant
95 const propertyName = sourceCode.getText(node); constant
Dexplicit-member-accessibility.ts210 const propertyName = util.getNameFromMember(classProperty, sourceCode); constant
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp132 const wchar_t *propertyName, in GetOptionalPropertyValue()
174 const wchar_t *propertyName, in GetOptionalSizePropertyValue()
240 const wchar_t *propertyName, in GetOptionalSinglePropertyValue()
DSwapChainPanelNativeWindow_unittest.cpp431 const wchar_t *propertyName, in SetInspectablePropertyValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp132 const wchar_t *propertyName, in GetOptionalPropertyValue()
174 const wchar_t *propertyName, in GetOptionalSizePropertyValue()
240 const wchar_t *propertyName, in GetOptionalSinglePropertyValue()
DSwapChainPanelNativeWindow_unittest.cpp431 const wchar_t *propertyName, in SetInspectablePropertyValue()
/third_party/typescript/tests/cases/fourslash/
DformattingOptionsChangeJsx.ts15 const propertyName = "InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces"; constant
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dcall_get.js35 var makeGetter = function (propertyName) { argument
108 Promise.prototype.get = function (propertyName) { argument
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils.cpp35 std::string GetEnvironmentVarOrAndroidProperty(const char *variableName, const char *propertyName) in GetEnvironmentVarOrAndroidProperty()
53 const char *propertyName) in GetEnvironmentVarOrUnCachedAndroidProperty()
Dstring_utils.cpp276 const char *propertyName, in GetStringsFromEnvironmentVarOrAndroidProperty()
285 const char *propertyName, in GetCachedStringsFromEnvironmentVarOrAndroidProperty()
/third_party/jsframework/mock-generate/src/declaration-node/
DpropertySignatureDeclaration.ts54 propertyName: string, property
DpropertyDeclaration.ts64 propertyName: string, property
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_android.cpp23 bool GetAndroidSystemProperty(const std::string &propertyName, std::string *value) in GetAndroidSystemProperty()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs48 private readonly string propertyName; // Annoyingly, needed in Crosslink. field in Google.Protobuf.Reflection.FieldDescriptor
96 … MessageDescriptor parent, int index, string propertyName, Extension extension) in FieldDescriptor()
/third_party/grpc/src/csharp/Grpc.Core.Api/
DAuthContext.cs102 public IEnumerable<AuthProperty> FindPropertiesByName(string propertyName) in FindPropertiesByName()
/third_party/typescript/src/compiler/factory/
Dutilities.ts699 const propertyName = tryGetPropertyNameOfBindingOrAssignmentElement(bindingElement); constant
712 const propertyName = bindingElement.propertyName; constant
729 const propertyName = bindingElement.name; constant
/third_party/typescript/src/compiler/transformers/
Ddestructuring.ts149 const propertyName = tryGetPropertyNameOfBindingOrAssignmentElement(element); constant
326 const propertyName = getPropertyNameOfBindingOrAssignmentElement(element)!; constant
445 const propertyName = tryGetPropertyNameOfBindingOrAssignmentElement(element); constant
/third_party/typescript/src/services/codefixes/
DconvertLiteralTypeToMappedType.ts38 const propertyName = token.getText(sourceFile); constant
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp78 const char* propertyName = propertyStructCreationData.name; in DeviceProperties() local
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_android.cpp114 bool GetAndroidSystemProperty(const std::string &propertyName, std::string *value) in GetAndroidSystemProperty()
/third_party/typescript/src/services/refactors/
DconvertImport.ts150 const propertyName = (element.propertyName || element.name).text; constant
/third_party/typescript/src/harness/
DharnessUtils.ts209 …for (const propertyName of Object.getOwnPropertyNames(n) as readonly (keyof ts.SourceFile | keyof … constant
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dajv.d.ts304 propertyName?: string; property
379 propertyName: string; property
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeInFunctionsNegative.ts57 function propertyName(this: { y: number }, x: number): number { function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dsceneio.cpp214 string propertyName = in.substr(startIndex, endIndex - startIndex); in importSceneFromTXTHelper() local

123