Searched defs:str (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | microtemplate.js | 6 this.tmpl = function tmpl(str, data){ argument
|
/build/kati/ |
D | string_piece.h | 65 StringPiece(const char* str) in StringPiece() 67 StringPiece(const std::string& str) : ptr_(str.data()), length_(str.size()) {} in StringPiece() 68 StringPiece(const std::string&& str) in StringPiece() 89 void set(const char* str) { in set()
|
D | strutil.cc | 149 void AppendString(StringPiece str, string* out) { in AppendString() 153 bool HasPrefix(StringPiece str, StringPiece prefix) { in HasPrefix() 158 bool HasSuffix(StringPiece str, StringPiece suffix) { in HasSuffix() 163 bool HasWord(StringPiece str, StringPiece w) { in HasWord() 175 StringPiece TrimPrefix(StringPiece str, StringPiece prefix) { in TrimPrefix() 182 StringPiece TrimSuffix(StringPiece str, StringPiece suffix) { in TrimSuffix() 209 void Pattern::AppendSubst(StringPiece str, in AppendSubst() 238 void Pattern::AppendSubstRef(StringPiece str, in AppendSubstRef() 506 string EchoEscape(const string& str) { in EchoEscape()
|
D | stringprintf.cc | 23 string str; in StringPrintf() local
|
D | strutil_test.cc | 73 string SubstPattern(StringPiece str, StringPiece pat, StringPiece subst) { in SubstPattern() 161 const char* CreateProtectedString(const char* str) { in CreateProtectedString()
|
D | symtab.h | 35 const string& str() const { return *((*g_symbols)[v_]); } in str() function
|
D | expr.go | 287 func str(buf []byte, alloc bool) Value { func 683 str string member
|
/build/make/tools/ |
D | merge-event-log-tags.py | 146 def hashname(str): argument
|
/build/make/core/ |
D | checktree | 16 def filter_excludes(str): argument
|
/build/blueprint/ |
D | ninja_strings.go | 56 str string member
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 234 function attribToHtml(str) { argument 242 function textToHtml(str) { argument
|