/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/eslint-utils/ |
D | astUtilities.ts | 37 const getPropertyName = eslintUtils.getPropertyName as ( constant 121 getPropertyName,
|
/third_party/jsframework/mock-generate/src/declaration-node/ |
D | methodSignatureDeclaration.ts | 18 getFunctionAndMethodReturnInfo, getParameter, getPropertyName, 33 functionName = getPropertyName(methodSignatureNode.name, sourceFile);
|
D | callSignatureDeclaration.ts | 18 getFunctionAndMethodReturnInfo, getParameter, getPropertyName, 34 functionName = getPropertyName(callSignatureNode.name, sourceFile);
|
D | propertySignatureDeclaration.ts | 17 import { getPropertyName } from '../common/commonUtils'; 30 propertyName = getPropertyName(node.name, sourceFile);
|
D | enumDeclaration.ts | 17 import { getExportKeyword, getPropertyName } from '../common/commonUtils'; 35 const enumValueName = getPropertyName(value.name, sourceFile);
|
D | propertyDeclaration.ts | 17 import { getPropertyName } from '../common/commonUtils'; 44 propertyName = getPropertyName(node.name, sourceFile);
|
D | methodDeclaration.ts | 19 getPropertyName, ParameterEntity, ReturnTypeEntity 44 functionName.name = getPropertyName(methodNode.name, sourceFile);
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 42 name = UCharacter.getPropertyName(p, choice); in TestPropertyNames() 61 String pname = UCharacter.getPropertyName(p, UProperty.NameChoice.LONG); in TestPropertyNames()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UPropertyAliasesTest.java | 39 name = UCharacter.getPropertyName(p, choice); in TestPropertyNames() 58 String pname = UCharacter.getPropertyName(p, UProperty.NameChoice.LONG); in TestPropertyNames()
|
/third_party/typescript_eslint/packages/experimental-utils/typings/ |
D | eslint-utils.d.ts | 6 export const getPropertyName: unknown; constant
|
/third_party/node/deps/icu-small/source/common/ |
D | propname.cpp | 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData 294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
|
D | propname.h | 101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | propname.cpp | 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData 294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
|
D | propname.h | 101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
|
/third_party/icu/icu4c/source/common/ |
D | propname.cpp | 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData 294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
|
D | propname.h | 101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | propname.cpp | 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() function in PropNameData 294 return PropNameData::getPropertyName(property, nameChoice); in u_getPropertyName()
|
D | propname.h | 101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | prefer-string-starts-ends-with.ts | 10 getPropertyName, 151 getPropertyName(node, globalScope) === 'length' &&
|
/third_party/jsframework/mock-generate/src/common/ |
D | commonUtils.ts | 118 export function getPropertyName(node: PropertyName, sourceFile: SourceFile): string { function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UPropertyAliases.java | 241 public String getPropertyName(int property, int nameChoice) { in getPropertyName() method in UPropertyAliases
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UPropertyAliases.java | 242 public String getPropertyName(int property, int nameChoice) { in getPropertyName() method in UPropertyAliases
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 108 String propName = UCharacter.getPropertyName(propNum, NameChoice.LONG);
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 105 String propName = UCharacter.getPropertyName(propNum, NameChoice.LONG);
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | azure-sdk.log | 135 22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.M… 138 22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.M…
|