/third_party/gn/src/gn/ |
D | command_format.cc | 316 for (const auto& c : comments) { in PrintTrailingCommentsWrapped() local 623 for (const auto& c : block->comments()->before()) { in Block() local 642 for (const auto& c : stmt->comments()->after()) { in Block() local 662 for (const auto& c : block->comments()->after()) { in Block() local 715 for (const auto& c : root->comments()->before()) { in Expr() local 935 void Printer::Sequence(SequenceStyle style, in Sequence() 993 for (const auto& c : end->comments()->before()) { in Sequence() local 1156 for (const auto& c : end->comments()->before()) { in FunctionCall() local 1251 InputFile file(source_file); in FormatStringToString() local 1354 SourceFile file = in RunFormat() local [all …]
|
/third_party/toybox/lib/ |
D | lib.c | 306 char *c = numstr, *suffixes="cwbkmgtpe", *end; in atolx() local 351 char *s, c; in utf8towc() local 388 unsigned c; in strlower() local 428 int unescape(char c) in unescape() 437 int unescape2(char **c, int echo) in unescape2() 473 char *c = *a; in strstart() local 626 char *c = ptr; in peek_le() local 636 char *c = ptr; in peek_be() local 650 char *c = ptr; in poke_le() local 660 char *c = ptr + size; in poke_be() local [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 118 bool IsUppercase(char c) { return c >= 'A' && c <= 'Z'; } in IsUppercase() 120 bool IsLowercase(char c) { return c >= 'a' && c <= 'z'; } in IsLowercase() 122 bool IsNumber(char c) { return c >= '0' && c <= '9'; } in IsNumber() 143 const char c = name[i]; in IsUpperUnderscore() local 153 const char c = name[i]; in IsLowerUnderscore() local 163 const char c = name[i]; in IsNumberFollowUnderscore() local 616 bool Parser::Parse(io::Tokenizer* input, FileDescriptorProto* file) { in Parse() 706 bool Parser::ParseTopLevelStatement(FileDescriptorProto* file, in ParseTopLevelStatement() 1454 OptionStyle style) { in ParseOption() 2311 bool Parser::ParsePackage(FileDescriptorProto* file, in ParsePackage()
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 288 VFileMessage$1.prototype.file = ''; method in VFileMessage$1 615 function done(error, tree, file) { argument 627 function runSync(node, file) { argument 662 function done(error, file) { argument 11778 function location(file) { argument 11939 function transformer(tree, file) { argument 12074 function detectGaps(tree, file) { argument 12974 const style = constant 14338 const style = node.checked ? checked : unchecked; constant 16566 function transformer(tree, file, next) { argument [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 894 UChar c = s[(int32_t)i]; in escape() local 7300 UBool NumberFormatTest::testFormattableAsUFormattable(const char *file, int line, Formattable &f) { in testFormattableAsUFormattable() 8085 UNumberFormatStyle style = UNUM_CURRENCY_ACCOUNTING; in TestAccountingCurrency() local
|
/third_party/libevdev/doc/html/ |
D | jquery.js | 2 …a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e)… variable 15 ;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!… argument
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 277 c?: number; property 493 style?: string; property 2672 readonly style: CSSStyleDeclaration; property 2719 readonly style: CSSStyleDeclaration; property 2783 readonly style: CSSStyleDeclaration; property 3390 readonly style: CSSStyleDeclaration; property 3975 c: number; property 4026 readonly c: number; property 5107 readonly style: CSSStyleDeclaration; property 5438 file(successCallback: FileCallback, errorCallback?: ErrorCallback): void; method [all …]
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 297 c?: number; property 513 style?: string; property 2692 readonly style: CSSStyleDeclaration; property 2739 readonly style: CSSStyleDeclaration; property 2803 readonly style: CSSStyleDeclaration; property 3410 readonly style: CSSStyleDeclaration; property 3995 c: number; property 4046 readonly c: number; property 5127 readonly style: CSSStyleDeclaration; property 5458 file(successCallback: FileCallback, errorCallback?: ErrorCallback): void; method [all …]
|