HomeSort by relevance Sort by last modified time
    Searched full:matched (Results 226 - 250 of 2099) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_sctp.h 23 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /external/llvm/test/CodeGen/ARM/
a15-mla.ll 14 ; This tests checks that VMLA FP patterns can be matched in instruction selection when targeting
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_cache.h 45 * Will try to find a translate structure matched by the given key.
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 21 cerr << "\"" << str << "\" matched with " #filter \
  /external/proguard/src/proguard/util/
ExtensionMatcher.java 36 * @param extension the extension against which strings will be matched.
  /frameworks/base/core/java/android/content/
UriMatcher.java 148 * matched. URI nodes may be exact match string, the token "*"
158 * @param code the code that is returned when a URI is matched
217 * @return The code for the matched node (added using addURI),
218 * or -1 if there is no matched node.
  /frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java 47 assertFalse("Matched invalid TLD!", t);
50 assertFalse("Matched invalid TLD!", t);
53 assertFalse("Matched invalid TLD!", t);
96 assertFalse("Matched invalid protocol", t);
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java 118 assertFalse("expected '"+t+"' to not be matched " +
121 "be matched by pattern '"+npat, pn.matcher(t).matches());
123 assertTrue("expected '"+t+"' to be matched " +
126 "not be matched by pattern '"+npat, pn.matcher(t).matches());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
stream.pass.cpp 32 sm.matched = true;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_sctp.h 22 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 23 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_sctp.h 22 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 23 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_sctp.h 22 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_sctp.h 23 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 37 non-matched text when in the given mode. Defaults to Type.NORMAL.
48 non-matched text when in the given mode. Defaults to Type.NORMAL.
132 # Shorten the string to be matched.
  /external/chromium_org/chrome/test/pyautolib/
omnibox_info.py 106 matched = True
109 matched = False
110 if matched:
  /external/chromium_org/content/plugin/
plugin_interpose_util_mac.mm 28 Boolean matched = false;
29 if ((SameProcess(&this_process, &front_process, &matched) == noErr) &&
30 !matched) {
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokenizer.py 37 non-matched text when in the given mode. Defaults to Type.NORMAL.
48 non-matched text when in the given mode. Defaults to Type.NORMAL.
132 # Shorten the string to be matched.
  /external/chromium_org/third_party/lcov/bin/
gendesc 177 # Matched test name
185 # Matched test description
196 # Matched empty line to preserve paragraph separation
  /external/chromium_org/tools/deep_memory_profiler/lib/
pageframe.py 90 matched = self._PATH_PATTERN.match(path)
91 if matched:
92 self._pid = int(matched.group(2))
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 56 if (matched(*name_hash, pFrom, pHash)) {
68 if (matched(*name_hash, pFrom, pHash)) {
91 bool SectionMap::matched(const NamePair& pNamePair, function in class:SectionMap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 54 #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */
92 __size_t gl_pathc; /* Count of paths matched by the pattern. */
93 char **gl_pathv; /* List of matched pathnames. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 54 #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */
92 __size_t gl_pathc; /* Count of paths matched by the pattern. */
93 char **gl_pathv; /* List of matched pathnames. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 54 #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */
92 __size_t gl_pathc; /* Count of paths matched by the pattern. */
93 char **gl_pathv; /* List of matched pathnames. */

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 91011>>