/build/kati/ |
D | strutil.cc | 39 static int SkipUntilSSE42(const char* s, in SkipUntilSSE42() 61 static int SkipUntil(const char* s, in SkipUntil() 136 void WordWriter::Write(StringPiece s) { in Write() 141 ScopedTerminator::ScopedTerminator(StringPiece s) : s_(s), c_(s[s.size()]) { in ScopedTerminator() 245 StringPiece s = TrimSuffix(str, pat_); in AppendSubstRef() local 250 string NoLineBreak(const string& s) { in NoLineBreak() 262 StringPiece TrimLeftSpace(StringPiece s) { in TrimLeftSpace() 277 StringPiece TrimRightSpace(StringPiece s) { in TrimRightSpace() 291 StringPiece TrimSpace(StringPiece s) { in TrimSpace() 295 StringPiece Dirname(StringPiece s) { in Dirname() [all …]
|
D | func.cc | 102 void PatsubstFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in PatsubstFunc() 114 void StripFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in StripFunc() 122 void SubstFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in SubstFunc() 143 void FindstringFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in FindstringFunc() 150 void FilterFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in FilterFunc() 168 void FilterOutFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in FilterOutFunc() 189 void SortFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in SortFunc() 209 StringPiece s = TrimLeftSpace(buf); in GetNumericValueForFunc() local 218 void WordFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in WordFunc() 240 void WordlistFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in WordlistFunc() [all …]
|
D | symtab.cc | 116 Symbol s = InternImpl(""); in Symtab() local 138 Symbol InternImpl(StringPiece s) { in InternImpl() 150 Symbol Intern(StringPiece s) { in Intern() 180 Symbol Intern(StringPiece s) { in Intern() 186 for (Symbol s : syms) { in JoinSymbols() local
|
D | string_piece.cc | 62 size_type StringPiece::find(const StringPiece& s, size_type pos) const { in find() argument 80 size_type StringPiece::rfind(const StringPiece& s, size_type pos) const { in rfind() argument 122 size_type StringPiece::find_first_of(const StringPiece& s, in find_first_of() 141 size_type StringPiece::find_first_not_of(const StringPiece& s, in find_first_not_of() 175 size_type StringPiece::find_last_of(const StringPiece& s, size_type pos) const { in find_last_of() argument 194 size_type StringPiece::find_last_not_of(const StringPiece& s, in find_last_not_of()
|
D | io.cc | 26 void DumpString(FILE* fp, StringPiece s) { in DumpString() 40 bool LoadString(FILE* fp, string* s) { in LoadString()
|
D | strutil.h | 35 int s; member 75 for (StringPiece s : v) { in JoinStrings() local
|
D | regen_dump.cc | 69 string s; in main() local 80 string s; in main() local
|
D | expr.cc | 33 string s; in Eval() local 48 explicit Literal(StringPiece s) : s_(s) {} in Literal() 166 explicit VarSubst(Value* n, Value* p, Value* s) in VarSubst() 250 static size_t SkipSpaces(StringPiece s, const char* terms) { in SkipSpaces() 283 Value* Value::NewLiteral(StringPiece s) { in NewLiteral() 293 StringPiece s, in ParseFunc() 357 Value* ParseDollar(const Loc& loc, StringPiece s, size_t* index_out) { in ParseDollar() 450 StringPiece s, in ParseExprImpl() 580 Value* ParseExpr(const Loc& loc, StringPiece s, ParseExprOpt opt) { in ParseExpr()
|
D | strutil_bench.cc | 29 string s; in main() local
|
D | strutil_test.cc | 107 static string NormalizePath(string s) { in NormalizePath() 135 string EscapeShell(string s) { in EscapeShell()
|
D | testutil.h | 31 StringPiece GetStringPiece(StringPiece s) { in GetStringPiece()
|
D | regen.cc | 47 bool ShouldIgnoreDirty(StringPiece s) { in ShouldIgnoreDirty() 131 #define LOAD_STRING(fp, s) \ in CheckStep1() argument 158 string s, s2; in CheckStep1() local
|
D | find_test.cc | 57 string s; in Run() local
|
D | symtab.h | 44 const string& s = str(); in get() local
|
D | fileutil.cc | 67 string* s) { in RunCommand()
|
/build/make/core/ |
D | checktree | 22 def split_perforce_parts(s): argument 30 def quotate(s): argument 41 def matchit(s): argument 47 def filterit(s): argument
|
/build/make/tools/atree/ |
D | fs.cpp | 161 const char *s = strip_cmd; in strip_file() local 183 char* s = cmd; in strip_file() local
|
D | atree.cpp | 255 string s = dir_part(it->outPath); in main() local
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | search_autocomplete.js | 168 var _lastSearch = function(s, re) { argument 183 var _countChar = function(s, c) { argument
|
/build/make/tools/ |
D | generate-notice-files.py | 44 def hexify(s): argument
|
D | event_log_tags.py | 107 def BooleanFromString(s): argument
|
D | warn.py | 3236 def escape_string(s): argument 3241 def strip_escape_string(s): argument
|
D | java-layers.py | 123 def lineno(s, i): argument
|
/build/blueprint/parser/ |
D | sort.go | 154 s string member
|
/build/soong/scripts/ |
D | manifest_fixer.py | 101 def as_int(s): argument
|