/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-unsafe-member-access.ts | 60 const propertyName = sourceCode.getText(node.property); constant 95 const propertyName = sourceCode.getText(node); constant
|
D | explicit-member-accessibility.ts | 210 const propertyName = util.getNameFromMember(classProperty, sourceCode); constant
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 132 const wchar_t *propertyName, in GetOptionalPropertyValue() 174 const wchar_t *propertyName, in GetOptionalSizePropertyValue() 240 const wchar_t *propertyName, in GetOptionalSinglePropertyValue()
|
D | SwapChainPanelNativeWindow_unittest.cpp | 431 const wchar_t *propertyName, in SetInspectablePropertyValue()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 132 const wchar_t *propertyName, in GetOptionalPropertyValue() 174 const wchar_t *propertyName, in GetOptionalSizePropertyValue() 240 const wchar_t *propertyName, in GetOptionalSinglePropertyValue()
|
D | SwapChainPanelNativeWindow_unittest.cpp | 431 const wchar_t *propertyName, in SetInspectablePropertyValue()
|
/third_party/typescript/tests/cases/fourslash/ |
D | formattingOptionsChangeJsx.ts | 15 const propertyName = "InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces"; constant
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | call_get.js | 35 var makeGetter = function (propertyName) { argument 108 Promise.prototype.get = function (propertyName) { argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | system_utils.cpp | 35 std::string GetEnvironmentVarOrAndroidProperty(const char *variableName, const char *propertyName) in GetEnvironmentVarOrAndroidProperty() 53 const char *propertyName) in GetEnvironmentVarOrUnCachedAndroidProperty()
|
D | string_utils.cpp | 276 const char *propertyName, in GetStringsFromEnvironmentVarOrAndroidProperty() 285 const char *propertyName, in GetCachedStringsFromEnvironmentVarOrAndroidProperty()
|
/third_party/jsframework/mock-generate/src/declaration-node/ |
D | propertySignatureDeclaration.ts | 54 propertyName: string, property
|
D | propertyDeclaration.ts | 64 propertyName: string, property
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_android.cpp | 23 bool GetAndroidSystemProperty(const std::string &propertyName, std::string *value) in GetAndroidSystemProperty()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 48 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/ |
D | AuthContext.cs | 102 public IEnumerable<AuthProperty> FindPropertiesByName(string propertyName) in FindPropertiesByName()
|
/third_party/typescript/src/compiler/factory/ |
D | utilities.ts | 699 const propertyName = tryGetPropertyNameOfBindingOrAssignmentElement(bindingElement); constant 712 const propertyName = bindingElement.propertyName; constant 729 const propertyName = bindingElement.name; constant
|
/third_party/typescript/src/compiler/transformers/ |
D | destructuring.ts | 149 const propertyName = tryGetPropertyNameOfBindingOrAssignmentElement(element); constant 326 const propertyName = getPropertyNameOfBindingOrAssignmentElement(element)!; constant 445 const propertyName = tryGetPropertyNameOfBindingOrAssignmentElement(element); constant
|
/third_party/typescript/src/services/codefixes/ |
D | convertLiteralTypeToMappedType.ts | 38 const propertyName = token.getText(sourceFile); constant
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceProperties.cpp | 78 const char* propertyName = propertyStructCreationData.name; in DeviceProperties() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo_android.cpp | 114 bool GetAndroidSystemProperty(const std::string &propertyName, std::string *value) in GetAndroidSystemProperty()
|
/third_party/typescript/src/services/refactors/ |
D | convertImport.ts | 150 const propertyName = (element.propertyName || element.name).text; constant
|
/third_party/typescript/src/harness/ |
D | harnessUtils.ts | 209 …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/ |
D | ajv.d.ts | 304 propertyName?: string; property 379 propertyName: string; property
|
/third_party/typescript/tests/cases/conformance/types/thisType/ |
D | thisTypeInFunctionsNegative.ts | 57 function propertyName(this: { y: number }, x: number): number { function
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | sceneio.cpp | 214 string propertyName = in.substr(startIndex, endIndex - startIndex); in importSceneFromTXTHelper() local
|