HomeSort by relevance Sort by last modified time
    Searched full:matches (Results 201 - 225 of 9198) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
utils.h 29 str1 << "Matches: " << stats.matches;
43 cout << "Matches " << stats.matches << endl;
  /external/svox/pico/lang/
PicoLangDefaultInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEnUsInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ItemInfoMatcher.java 34 public abstract boolean matches(ItemInfo info, ComponentName cn); method in class:ItemInfoMatcher
40 public boolean matches(ItemInfo info, ComponentName cn) {
50 public boolean matches(ItemInfo info, ComponentName cn) {
59 public boolean matches(ItemInfo info, ComponentName cn) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ipv6header.h 1 /* ipv6header match - matches IPv6 packets based
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ipv6header.h 1 /* ipv6header match - matches IPv6 packets based
  /prebuilts/go/darwin-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
  /prebuilts/go/linux-x86/src/syscall/
flock_linux_32bit.go 10 // On 32-bit Linux systems, the fcntl syscall that matches Go's
  /external/iproute2/tc/
q_cbq.c 66 if (matches(*argv, "bandwidth") == 0 ||
67 matches(*argv, "rate") == 0) {
73 } else if (matches(*argv, "ewma") == 0) {
83 } else if (matches(*argv, "cell") == 0) {
99 } else if (matches(*argv, "avpkt") == 0) {
105 } else if (matches(*argv, "mpu") == 0) {
111 } else if (matches(*argv, "allot") == 0) {
118 } else if (matches(*argv, "overhead") == 0) {
123 } else if (matches(*argv, "linklayer") == 0) {
128 } else if (matches(*argv, "help") == 0)
    [all...]
m_bpf.c 75 if (matches(*argv, "bpf") != 0)
84 if (matches(*argv, "run") == 0) {
93 } else if (matches(*argv, "help") == 0) {
96 } else if (matches(*argv, "index") == 0) {
111 if (matches(*argv, "reclassify") == 0) {
114 } else if (matches(*argv, "pipe") == 0) {
117 } else if (matches(*argv, "drop") == 0 ||
118 matches(*argv, "shot") == 0) {
121 } else if (matches(*argv, "continue") == 0) {
124 } else if (matches(*argv, "pass") == 0 |
    [all...]
m_skbedit.c 62 if (matches(*argv, "skbedit") != 0)
68 if (matches(*argv, "queue_mapping") == 0) {
77 } else if (matches(*argv, "priority") == 0) {
85 } else if (matches(*argv, "mark") == 0) {
93 } else if (matches(*argv, "help") == 0) {
104 if (matches(*argv, "reclassify") == 0) {
107 } else if (matches(*argv, "pipe") == 0) {
110 } else if (matches(*argv, "drop") == 0 ||
111 matches(*argv, "shot") == 0) {
114 } else if (matches(*argv, "continue") == 0)
    [all...]
  /external/hamcrest/src/org/hamcrest/
Matcher.java 26 * This method matches against Object, instead of the generic type T. This is
32 * @return <code>true</code> if <var>item</var> matches, otherwise <code>false</code>.
36 boolean matches(Object item); method in interface:Matcher
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryMatcher.java 29 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, method in class:DictionaryMatcher
32 public int matches(CharacterIterator text, int maxLength, int[] lengths, method in class:DictionaryMatcher
34 return matches(text, maxLength, lengths, count, limit, null);
  /external/icu/icu4c/source/common/
unifilt.cpp 36 * Default implementation of UnicodeMatcher::matches() for Unicode
37 * filters. Matches a single code point at offset (either one or
40 UMatchDegree UnicodeFilter::matches(const Replaceable& text, function in class:UnicodeFilter
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryMatcher.java 28 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, method in class:DictionaryMatcher
31 public int matches(CharacterIterator text, int maxLength, int[] lengths, method in class:DictionaryMatcher
33 return matches(text, maxLength, lengths, count, limit, null);
  /external/iptables/extensions/
libxt_owner.man 9 Matches if the packet socket's file structure (if it has one) is owned by the
15 Matches if the packet socket's file structure is owned by the given group.
19 Matches if the packet is associated with a socket.
  /external/opencv3/modules/features2d/misc/java/test/
BruteForceL1DescriptorMatcherTest.java 183 MatOfDMatch matches = new MatOfDMatch();
186 matcher.match(query, matches);
188 assertArrayDMatchEquals(truth, matches.toArray(), EPS);
195 MatOfDMatch matches = new MatOfDMatch();
198 matcher.match(query, matches, Arrays.asList(mask));
200 assertListDMatchEquals(Arrays.asList(truth[0], truth[1]), matches.toList(), EPS);
206 MatOfDMatch matches = new MatOfDMatch();
208 matcher.match(query, train, matches);
210 assertArrayDMatchEquals(truth, matches.toArray(), EPS);
217 MatOfDMatch matches = new MatOfDMatch()
    [all...]
  /external/proguard/src/proguard/util/
StringMatcher.java 33 * Checks whether the given string matches.
35 * @return a boolean indicating whether the string matches the criterion.
37 public boolean matches(String string); method in interface:StringMatcher
  /external/toybox/toys/other/
which.c 15 -a Show all matches
42 // Search $PATH for matches.
46 // Print out matches
  /external/valgrind/tests/
platform_test 6 # - 0 if the machine matches the asked-for platform
30 exit 0; # Matches this platform.
35 exit 1; # Matches another Valgrind-supported platform.
  /frameworks/support/design/tests/src/android/support/design/widget/
FloatingActionButtonTest.java 30 import static android.support.test.espresso.assertion.ViewAssertions.matches;
58 .check(matches(withFabBackgroundFill(colorAccent)));
65 .check(matches(withFabBackgroundFill(Color.GREEN)));
71 .check(matches(withFabBackgroundFill(Color.MAGENTA)));
78 .check(matches(withFabBackgroundFill(Color.GREEN)));
94 .check(matches(withFabContentHeight(miniSize)));
106 .check(matches(withFabContentHeight(miniSize)));
110 .check(matches(withFabContentHeight(normalSize)));
117 .check(matches(withFabContentAreaOnMargins(Gravity.LEFT | Gravity.TOP)));
121 .check(matches(withFabContentAreaOnMargins(Gravity.RIGHT | Gravity.BOTTOM)))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rlcompleter.py 83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches = [
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rlcompleter.py 83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches = [
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py 83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches = [
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rlcompleter.py 83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches = [
    [all...]

Completed in 4113 milliseconds

1 2 3 4 5 6 7 891011>>