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

  /external/chromium-trace/catapult/third_party/Paste/paste/util/
dateinterval.py 81 for match in allMatches(s, _timeRE):
90 def allMatches(source, regex):
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java 88 final ArrayList<ContactNumber> allMatches = dialerDatabaseHelper.getLooseMatches(mQuery,
92 Log.v(TAG, "Loaded matches " + String.valueOf(allMatches.size()));
98 for (ContactNumber contact : allMatches) {
  /external/opencv3/modules/features2d/src/
evaluation.cpp 497 std::vector<DMatchForEvaluation> allMatches;
505 allMatches.push_back( match );
510 std::sort( allMatches.begin(), allMatches.end() );
513 recallPrecisionCurve.resize( allMatches.size() );
514 for( size_t i = 0; i < allMatches.size(); i++ )
516 if( allMatches[i].isCorrect )
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 615 func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
925 re.allMatches("", b, n, func(match []int) {
943 re.allMatches("", b, n, func(match []int) {
961 re.allMatches(s, nil, n, func(match []int) {
979 re.allMatches(s, nil, n, func(match []int) {
997 re.allMatches("", b, n, func(match []int) {
1021 re.allMatches("", b, n, func(match []int) {
1039 re.allMatches(s, nil, n, func(match []int) {
1064 re.allMatches(s, nil, n, func(match []int) {
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 615 func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
925 re.allMatches("", b, n, func(match []int) {
943 re.allMatches("", b, n, func(match []int) {
961 re.allMatches(s, nil, n, func(match []int) {
979 re.allMatches(s, nil, n, func(match []int) {
997 re.allMatches("", b, n, func(match []int) {
1021 re.allMatches("", b, n, func(match []int) {
1039 re.allMatches(s, nil, n, func(match []int) {
1064 re.allMatches(s, nil, n, func(match []int) {
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 383 milliseconds