Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 47) sorted by relevance

12

/build/kati/
Dfunc.cc97 void PatsubstFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in PatsubstFunc()
109 void StripFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in StripFunc()
117 void SubstFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in SubstFunc()
138 void FindstringFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in FindstringFunc()
145 void FilterFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in FilterFunc()
163 void FilterOutFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in FilterOutFunc()
184 void SortFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in SortFunc()
204 StringPiece s = TrimLeftSpace(buf); in GetNumericValueForFunc() local
213 void WordFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in WordFunc()
235 void WordlistFunc(const vector<Value*>& args, Evaluator* ev, string* s) { in WordlistFunc()
[all …]
Dstrutil.cc38 static int SkipUntilSSE42(const char* s, int len, in SkipUntilSSE42()
126 void WordWriter::Write(StringPiece s) { in Write()
131 ScopedTerminator::ScopedTerminator(StringPiece s) in ScopedTerminator()
229 StringPiece s = TrimSuffix(str, pat_); in AppendSubstRef() local
234 string NoLineBreak(const string& s) { in NoLineBreak()
246 StringPiece TrimLeftSpace(StringPiece s) { in TrimLeftSpace()
261 StringPiece TrimRightSpace(StringPiece s) { in TrimRightSpace()
275 StringPiece TrimSpace(StringPiece s) { in TrimSpace()
279 StringPiece Dirname(StringPiece s) { in Dirname()
288 StringPiece Basename(StringPiece s) { in Basename()
[all …]
Dsymtab.cc99 Symbol s = InternImpl(""); in Symtab() local
120 Symbol InternImpl(StringPiece s) { in InternImpl()
132 Symbol Intern(StringPiece s) { in Intern()
162 Symbol Intern(StringPiece s) { in Intern()
168 for (Symbol s : syms) { in JoinSymbols() local
Dstring_piece.cc62 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()
Dexpr.cc35 string s; in Eval() local
55 explicit Literal(StringPiece s) in Literal()
175 explicit VarSubst(Value* n, Value* p, Value* s) in VarSubst()
262 static size_t SkipSpaces(StringPiece s, const char* terms) { in SkipSpaces()
283 Func* f, StringPiece s, size_t i, char* terms, in ParseFunc()
343 Value* ParseDollar(const Loc& loc, StringPiece s, size_t* index_out) { in ParseDollar()
441 StringPiece s, const char* terms, ParseExprOpt opt, in ParseExprImpl()
567 Value* ParseExpr(const Loc& loc, StringPiece s, ParseExprOpt opt) { in ParseExpr()
595 Value* NewLiteral(StringPiece s) { in NewLiteral()
Dio.cc26 void DumpString(FILE* fp, StringPiece s) { in DumpString()
40 bool LoadString(FILE* fp, string* s) { in LoadString()
Dstrutil.h35 int s; member
75 for (StringPiece s : v) { in JoinStrings() local
Dstrutil_test.cc91 static string NormalizePath(string s) { in NormalizePath()
119 string EscapeShell(string s) { in EscapeShell()
Drule.cc28 static void ParseInputs(Rule* r, StringPiece s) { in ParseInputs()
44 bool IsPatternRule(StringPiece s) { in IsPatternRule()
Dregen.cc42 bool ShouldIgnoreDirty(StringPiece s) { in ShouldIgnoreDirty()
124 #define LOAD_STRING(fp, s) ({ \ in CheckStep1() argument
150 string s, s2; in CheckStep1() local
Dstrutil_bench.cc27 string s; in main() local
Dtestutil.h31 StringPiece GetStringPiece(StringPiece s) { return s; } in GetStringPiece()
Dsymtab.h50 const string& s = str(); in get() local
Ddep.cc40 static Symbol ReplaceSuffix(Symbol s, Symbol newsuf) { in ReplaceSuffix()
352 bool GetRuleInputs(Symbol s, vector<Symbol>* o, Loc* l) { in GetRuleInputs()
592 shared_ptr<string> s = make_shared<string>(); in BuildPlan() local
/build/core/
Dchecktree22 def split_perforce_parts(s): argument
30 def quotate(s): argument
41 def matchit(s): argument
47 def filterit(s): argument
/build/tools/atree/
Dfs.cpp161 const char *s = strip_cmd; in strip_file() local
183 char* s = cmd; in strip_file() local
/build/tools/droiddoc/templates-pdk/assets/
Dsearch_autocomplete.js168 var _lastSearch = function(s, re) { argument
183 var _countChar = function(s, c) { argument
/build/tools/droiddoc/templates-sdk/
Dhead_tag.cs208 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ in function() argument
/build/tools/droiddoc/templates-sdk-dev/
Dhead_tag.cs208 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ in function() argument
/build/tools/releasetools/
Dimg_from_target_files111 def banner(s): argument
Dimg_from_target_files.py111 def banner(s): argument
/build/tools/
Dgenerate-notice-files.py61 def hexify(s): argument
Devent_log_tags.py107 def BooleanFromString(s): argument
Djava-layers.py123 def lineno(s, i): argument
/build/soong/androidmk/parser/
Dmake_strings.go154 func splitAnyN(s, sep string, n int) []string { argument

12