HomeSort by relevance Sort by last modified time
    Searched defs:min_match (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-regexp.cc 142 int min_match; member in struct:MinMaxPair
156 int min_match = result.tree->min_match(); local
158 MinMaxPair pair = { min_match, max_match };
167 CHECK_EQ(min, min_max.min_match); \
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 35 CREATE TABLE phone_lookup (data_id INTEGER REFERENCES data(_id) NOT NULL,raw_contact_id INTEGER REFERENCES raw_contacts(_id) NOT NULL,normalized_number TEXT NOT NULL,min_match TEXT NOT NULL);
129 CREATE INDEX phone_lookup_min_match_index ON phone_lookup (min_match,raw_contact_id,data_id);
130 CREATE INDEX phone_lookup_data_id_min_match_index ON phone_lookup (data_id, min_match);
    [all...]

Completed in 242 milliseconds