HomeSort by relevance Sort by last modified time
    Searched refs:match_id (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
SampleProvider.java 104 private void addRow(MatrixCursor matrix, int match_id) {
105 switch (match_id) {
  /external/regex-re2/re2/
regexp.h 334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } function in class:re2::Regexp
396 static Regexp* HaveMatch(int match_id, ParseFlags flags);
prog.h 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst
regexp.cc 176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) {
178 re->match_id_ = match_id;
365 return a->match_id() == b->match_id();
tostring.cc 284 t_->append("(?HaveMatch:%d)", re->match_id());
prog.cc 83 return StringPrintf("match! %d", match_id());
compile.cc 420 Frag Compiler::Match(int32 match_id) {
424 inst_[id].InitMatch(match_id);
733 Frag f = Match(re->match_id());
    [all...]
dfa.cc     [all...]

Completed in 201 milliseconds