Home
last modified time | relevance | path

Searched +defs:c +defs:file +defs:style (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dcommand_format.cc316 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/
Dlib.c306 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/
Dparser.cc118 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/
Dlint-md.mjs288 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/
Dnumfmtst.cpp894 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/
Djquery.js2a 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/
Ddom.generated.d.ts277 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/
Dlib.dom.d.ts297 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 …]