/third_party/node/deps/npm/node_modules/dashdash/lib/ |
D | dashdash.js | 839 optNames.forEach(function (optName) { argument 840 if (optName.length === 1) { 842 shortopts.push('-' + optName); 846 optargs.push('-' + optName + '=' + completionType); 849 longopts.push('--' + optName); 851 optargs.push('--' + optName + '=' + completionType); 855 optNames.forEach(function (optName) { argument 857 if (optName.length === 1) { 858 shortopts.push('-' + optName); 860 longopts.push('--' + optName);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucol_sit.cpp | 356 char optName; in ucol_sit_dumpSpecs() local 366 optName = s->entries[i][0]; in ucol_sit_dumpSpecs() 367 …if(optName == languageArg || optName == regionArg || optName == variantArg || optName == keywordAr… in ucol_sit_dumpSpecs()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | ucol_sit.cpp | 357 char optName; in ucol_sit_dumpSpecs() local 367 optName = *(s->entries[i].start); in ucol_sit_dumpSpecs() 368 …if(optName == languageArg || optName == regionArg || optName == variantArg || optName == keywordAr… in ucol_sit_dumpSpecs()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucol_sit.cpp | 356 char optName; in ucol_sit_dumpSpecs() local 366 optName = s->entries[i][0]; in ucol_sit_dumpSpecs() 367 …if(optName == languageArg || optName == regionArg || optName == variantArg || optName == keywordAr… in ucol_sit_dumpSpecs()
|
/third_party/icu/icu4c/source/i18n/ |
D | ucol_sit.cpp | 356 char optName; in ucol_sit_dumpSpecs() local 366 optName = s->entries[i][0]; in ucol_sit_dumpSpecs() 367 …if(optName == languageArg || optName == regionArg || optName == variantArg || optName == keywordAr… in ucol_sit_dumpSpecs()
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.4/symbol_and_templates_string_pattern_index_signatures/ |
D | symbol_and_templates_string_pattern_index_signatures_4.ts | 29 [optName: number]: any;
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.h | 78 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename,…
|
D | pkg_genc.cpp | 353 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename,… in writeCCode() argument 365 if(optName != NULL) { /* prepend 'icudt28_' */ in writeCCode() 366 strcpy(entry, optName); in writeCCode()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.h | 81 const char *optName,
|
D | pkg_genc.cpp | 393 const char *optName, in writeCCode() argument 408 if(optName != NULL) { /* prepend 'icudt28_' */ in writeCCode() 410 if (uprv_strlen(optName) + 2 > sizeof(entry)) { in writeCCode() 414 strcpy(entry, optName); in writeCCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.h | 81 const char *optName,
|
D | pkg_genc.cpp | 393 const char *optName, in writeCCode() argument 408 if(optName != NULL) { /* prepend 'icudt28_' */ in writeCCode() 410 if (uprv_strlen(optName) + 2 > sizeof(entry)) { in writeCCode() 414 strcpy(entry, optName); in writeCCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.h | 81 const char *optName,
|
D | pkg_genc.cpp | 393 const char *optName, in writeCCode() argument 408 if(optName != NULL) { /* prepend 'icudt28_' */ in writeCCode() 410 if (uprv_strlen(optName) + 2 > sizeof(entry)) { in writeCCode() 414 strcpy(entry, optName); in writeCCode()
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 9368 inline auto normaliseOpt( std::string const &optName ) -> std::string { in normaliseOpt() argument 9370 if( optName[0] == '/' ) in normaliseOpt() 9371 return "-" + optName.substr( 1 ); in normaliseOpt() 9374 return optName; in normaliseOpt() 9393 auto operator[]( std::string const &optName ) -> Opt & { in operator []() argument 9394 m_optNames.push_back( optName ); in operator []()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 165598 + If optName is an array then it is expected to be a list of 165604 + If optName is an object, its keys are expected to be 165619 + compileOptionUsed: function f(optName){ 165638 + else if(Array.isArray(optName)){ 165640 + optName.forEach((v)=>{ 165645 + else if('object' === typeof optName){ 165646 + Object.keys(optName).forEach((k)=> { 165647 + optName[k] = api.sqlite3_compileoption_used(k); 165649 + return optName; 165652 + 'string'===typeof optName [all …]
|