Searched +defs:c +defs:file +defs:style (Results 1 – 8 of 8) sorted by relevance
| /third_party/gn/src/gn/ |
| D | command_format.cc | 320 for (const auto& c : comments) { in PrintTrailingCommentsWrapped() local 645 for (const auto& c : block->comments()->before()) { in Block() local 664 for (const auto& c : stmt->comments()->after()) { in Block() local 684 for (const auto& c : block->comments()->after()) { in Block() local 737 for (const auto& c : root->comments()->before()) { in Expr() local 957 void Printer::Sequence(SequenceStyle style, in Sequence() 1015 for (const auto& c : end->comments()->before()) { in Sequence() local 1178 for (const auto& c : end->comments()->before()) { in FunctionCall() local 1273 InputFile file(source_file); in FormatStringToString() local 1376 SourceFile file = in RunFormat() local [all …]
|
| /third_party/toybox/porting/liteos_a/lib/ |
| D | lib.c | 306 char *c = numstr, *suffixes="cwbkmgtpe", *end; in atolx() local 371 char *s, c; in utf8towc() local 408 unsigned c; in strlower() local 448 int unescape(char c) in unescape() 457 int unescape2(char **c, int echo) in unescape2() 493 char *c = *a; in strstart() local 646 char *c = ptr; in peek_le() local 656 char *c = ptr; in peek_be() local 670 char *c = ptr; in poke_le() local 680 char *c = ptr + size; in poke_be() local [all …]
|
| /third_party/toybox/lib/ |
| D | lib.c | 306 char *c = numstr, *suffixes="cwbkmgtpe", *end; in atolx() local 371 char *s, c; in utf8towc() local 408 unsigned c; in strlower() local 448 int unescape(char c) in unescape() 457 int unescape2(char **c, int echo) in unescape2() 493 char *c = *a; in strstart() local 656 char *c = ptr; in peek_le() local 666 char *c = ptr; in peek_be() local 680 char *c = ptr; in poke_le() local 690 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/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)… field 15 ;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!… argument
|
| /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 …]
|
| /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 …]
|