Searched refs:rest (Results 1 – 16 of 16) sorted by relevance
/build/kati/ |
D | rule.cc | 85 StringPiece rest = line.substr(index); in ParseRule() local 86 size_t term_index = rest.find_first_of("=;"); in ParseRule() 87 if ((term_index != string::npos && rest[term_index] == '=') || in ParseRule() 90 term_index = rest.size(); in ParseRule() 92 ParseAssignStatement(rest, term_index, in ParseRule() 108 CHECK(rest[term_index] == ';'); in ParseRule() 111 NewLiteral(Intern(TrimLeftSpace(rest.substr(term_index + 1))).str())); in ParseRule() 112 rest = rest.substr(0, term_index); in ParseRule() 115 index = rest.find(':'); in ParseRule() 117 ParseInputs(rule, rest); in ParseRule() [all …]
|
D | rule_parser.go | 218 rest := line[index:] 220 if len(rest) > 0 { 226 assign, err := r.parseVar(rest, rhs) 232 index = bytes.IndexByte(rest, ';') 234 r.cmds = append(r.cmds, string(rest[index+1:])) 235 rest = rest[:index-1] 237 index = findLiteralChar(rest, ':', 0, noSkipVar) 239 r.parseInputs(rest) 248 second := rest[:index] 249 third := rest[index+1:]
|
D | dep.cc | 133 const StringPiece rest = StringPiece(output.str()).substr(1); in IsSuffixRule() local 134 size_t dot_index = rest.find('.'); in IsSuffixRule() 138 rest.substr(dot_index+1).find('.') != string::npos) { in IsSuffixRule() 384 const StringPiece rest = StringPiece(output.str()).substr(1); in PopulateSuffixRule() local 385 size_t dot_index = rest.find('.'); in PopulateSuffixRule() 387 StringPiece input_suffix = rest.substr(0, dot_index); in PopulateSuffixRule() 388 StringPiece output_suffix = rest.substr(dot_index+1); in PopulateSuffixRule()
|
D | expr.cc | 557 StringPiece rest = s.substr(b, i-b); in ParseExprImpl() local 559 rest = TrimRightSpace(rest); in ParseExprImpl() 560 if (!rest.empty()) in ParseExprImpl() 561 r->AddValue(new Literal(rest)); in ParseExprImpl()
|
D | dep.go | 394 rest := output[1:] 395 dotIndex := strings.IndexByte(rest, '.') 398 if dotIndex < 0 || strings.IndexByte(rest[dotIndex+1:], '.') >= 0 { 403 inputSuffix := rest[:dotIndex] 404 outputSuffix := rest[dotIndex+1:]
|
D | parser.cc | 289 StringPiece rest = TrimRightSpace(RemoveComment(TrimLeftSpace( in ParseInsideDefine() local 291 if (!rest.empty()) { in ParseInsideDefine() 497 StringPiece rest = TrimRightSpace(RemoveComment(TrimLeftSpace( in HandleDirective() local 499 (this->*found->second)(rest, directive); in HandleDirective()
|
D | ninja.go | 140 rest := cmdline[i+len(mvCmd):] 141 ei := strings.IndexByte(rest, ')') 145 cmdline = cmdline[:i] + "(cp -f " + depfile + " " + rest
|
D | ninja.cc | 99 StringPiece rest = cmdline.substr(index); in GetGomaccPosForAndroidCompileCommand() local 100 return rest.find(" -c ") != string::npos ? 0 : string::npos; in GetGomaccPosForAndroidCompileCommand()
|
D | INTERNALS.md | 64 mostly by me. The rest of this document is mostly about the C++ version.
|
/build/tools/droiddoc/templates-sdk-refonly/assets/ |
D | GPL-LICENSE.txt | 227 be a consequence of the rest of this License.
|
/build/tools/droiddoc/templates-sac/assets/ |
D | GPL-LICENSE.txt | 227 be a consequence of the rest of this License.
|
/build/tools/droiddoc/templates-sdk-dev/assets/ |
D | GPL-LICENSE.txt | 227 be a consequence of the rest of this License.
|
/build/tools/droiddoc/templates-ds/assets/ |
D | GPL-LICENSE.txt | 227 be a consequence of the rest of this License.
|
/build/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 227 be a consequence of the rest of this License.
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | GPL-LICENSE.txt | 227 be a consequence of the rest of this License.
|
/build/core/ |
D | LINUX_KERNEL_COPYING | 243 be a consequence of the rest of this License.
|