/third_party/typescript/tests/baselines/reference/ |
D | unusedIdentifiersConsolidated1.symbols | 74 isAcceptable(s: string): boolean; 75 >isAcceptable : Symbol(StringValidator.isAcceptable, Decl(unusedIdentifiersConsolidated1.ts, 31, 38… 89 isAcceptable(s2: string) { 90 >isAcceptable : Symbol(LettersOnlyValidator.isAcceptable, Decl(unusedIdentifiersConsolidated1.ts, 3… 109 isAcceptable(s3: string) { 110 >isAcceptable : Symbol(ZipCodeValidator.isAcceptable, Decl(unusedIdentifiersConsolidated1.ts, 47, 6…
|
D | unusedIdentifiersConsolidated1.types | 77 isAcceptable(s: string): boolean; 78 >isAcceptable : (s: string) => boolean 93 isAcceptable(s2: string) { 94 >isAcceptable : (s2: string) => boolean 113 isAcceptable(s3: string) { 114 >isAcceptable : (s3: string) => boolean
|
D | unusedIdentifiersConsolidated1.js | 34 isAcceptable(s: string): boolean; 41 isAcceptable(s2: string) { 50 isAcceptable(s3: string) { 147 LettersOnlyValidator.prototype.isAcceptable = function (s2) { method in LettersOnlyValidator 158 ZipCodeValidator.prototype.isAcceptable = function (s3) { method in ZipCodeValidator
|
D | unusedVariablesinNamespaces2.symbols | 14 isAcceptable(s2: string) { 15 >isAcceptable : Symbol(LettersOnlyValidator.isAcceptable, Decl(unusedVariablesinNamespaces2.ts, 4, …
|
D | unusedVariablesinNamespaces3.symbols | 17 isAcceptable(s2: string) { 18 >isAcceptable : Symbol(LettersOnlyValidator.isAcceptable, Decl(unusedVariablesinNamespaces3.ts, 5, …
|
D | unusedVariablesinNamespaces2.js | 7 isAcceptable(s2: string) { 21 LettersOnlyValidator.prototype.isAcceptable = function (s2) { method in LettersOnlyValidator
|
D | unusedVariablesinNamespaces3.js | 8 isAcceptable(s2: string) { 23 LettersOnlyValidator.prototype.isAcceptable = function (s2) { method in LettersOnlyValidator
|
D | unusedVariablesinNamespaces2.types | 16 isAcceptable(s2: string) { 17 >isAcceptable : (s2: string) => boolean
|
D | unusedVariablesinNamespaces3.types | 20 isAcceptable(s2: string) { 21 >isAcceptable : (s2: string) => boolean
|
D | unusedIdentifiersConsolidated1.errors.txt | 73 isAcceptable(s: string): boolean; 82 isAcceptable(s2: string) { 93 isAcceptable(s3: string) {
|
/third_party/icu/icu4c/source/common/ |
D | udata.cpp | 957 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument 975 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem() 998 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument 1017 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles() 1056 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument 1087 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData() 1166 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument 1317 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() 1332 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() 1347 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() [all …]
|
D | loadednormalizer2impl.cpp | 43 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo); 55 LoadedNormalizer2Impl::isAcceptable(void * /*context*/, in isAcceptable() function in LoadedNormalizer2Impl 81 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
|
D | emojiprops.cpp | 77 EmojiProps::isAcceptable(void * /*context*/, const char * /*type*/, const char * /*name*/, in isAcceptable() function in EmojiProps 84 memory = udata_openChoice(nullptr, "icu", "uemoji", isAcceptable, this, &errorCode); in load()
|
/third_party/node/deps/icu-small/source/common/ |
D | udata.cpp | 951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument 969 (isAcceptable==nullptr || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem() 992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument 1011 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles() 1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument 1081 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData() 1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument 1311 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() 1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() 1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() [all …]
|
D | emojiprops.cpp | 77 EmojiProps::isAcceptable(void * /*context*/, const char * /*type*/, const char * /*name*/, in isAcceptable() function in EmojiProps 84 memory = udata_openChoice(nullptr, "icu", "uemoji", isAcceptable, this, &errorCode); in load()
|
D | loadednormalizer2impl.cpp | 43 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo); 55 LoadedNormalizer2Impl::isAcceptable(void * /*context*/, in isAcceptable() function in LoadedNormalizer2Impl 81 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | udata.cpp | 951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument 969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem() 992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument 1011 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles() 1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument 1081 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData() 1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument 1311 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() 1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() 1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice() [all …]
|
D | loadednormalizer2impl.cpp | 43 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo); 55 LoadedNormalizer2Impl::isAcceptable(void * /*context*/, in isAcceptable() function in LoadedNormalizer2Impl 81 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
|
/third_party/typescript/tests/cases/compiler/ |
D | unusedIdentifiersConsolidated1.ts | 36 isAcceptable(s: string): boolean; method 43 isAcceptable(s2: string) { method in Validation.LettersOnlyValidator 52 isAcceptable(s3: string) { method in Validation.ZipCodeValidator
|
D | unusedVariablesinNamespaces2.ts | 9 isAcceptable(s2: string) { method in Validation.LettersOnlyValidator
|
D | unusedVariablesinNamespaces3.ts | 10 isAcceptable(s2: string) { method in Validation.LettersOnlyValidator
|
/third_party/skia/third_party/externals/icu/source/samples/udata/ |
D | reader.c | 59 isAcceptable(void *context, in isAcceptable() function 102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/third_party/icu/icu4c/source/samples/udata/ |
D | reader.c | 59 isAcceptable(void *context, in isAcceptable() function 102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationroot.cpp | 61 CollationDataReader::isAcceptable(NULL, "icu", "ucadata", &dataMemory.pHeader->info)) { in loadFromFile() 89 CollationDataReader::isAcceptable, in load()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationroot.cpp | 61 … CollationDataReader::isAcceptable(nullptr, "icu", "ucadata", &dataMemory.pHeader->info)) { in loadFromFile() 89 CollationDataReader::isAcceptable, in load()
|