Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 16 of 16) sorted by relevance

/build/kati/
Drule.cc85 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 …]
Drule_parser.go218 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:]
Ddep.cc133 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()
Dexpr.cc557 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()
Ddep.go394 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:]
Dparser.cc289 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()
Dninja.go140 rest := cmdline[i+len(mvCmd):]
141 ei := strings.IndexByte(rest, ')')
145 cmdline = cmdline[:i] + "(cp -f " + depfile + " " + rest
Dninja.cc99 StringPiece rest = cmdline.substr(index); in GetGomaccPosForAndroidCompileCommand() local
100 return rest.find(" -c ") != string::npos ? 0 : string::npos; in GetGomaccPosForAndroidCompileCommand()
DINTERNALS.md64 mostly by me. The rest of this document is mostly about the C++ version.
/build/tools/droiddoc/templates-sdk-refonly/assets/
DGPL-LICENSE.txt227 be a consequence of the rest of this License.
/build/tools/droiddoc/templates-sac/assets/
DGPL-LICENSE.txt227 be a consequence of the rest of this License.
/build/tools/droiddoc/templates-sdk-dev/assets/
DGPL-LICENSE.txt227 be a consequence of the rest of this License.
/build/tools/droiddoc/templates-ds/assets/
DGPL-LICENSE.txt227 be a consequence of the rest of this License.
/build/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt227 be a consequence of the rest of this License.
/build/tools/droiddoc/templates-sdk/assets/
DGPL-LICENSE.txt227 be a consequence of the rest of this License.
/build/core/
DLINUX_KERNEL_COPYING243 be a consequence of the rest of this License.