HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 401 - 425 of 3710) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/asan/scripts/
symbolize.py 42 match = re.match(r'\s*LOAD\s+0x[01-9a-zA-Z]+\s+(0x[01-9a-zA-Z]+)', line, re.UNICODE)
43 if match:
44 load_addr = int(match.group(1), 16)
64 match = re.match(r'^(\s*#)([0-9]+) *(0x[0-9a-f]+) *\((.*)\+(0x[0-9a-f]+)\)', line, re.UNICODE)
65 if match:
66 frameno = match.group(2)
67 binary = match.group(4)
68 addr = match.group(5
    [all...]
  /external/deqp/framework/egl/
egluConfigFilter.cpp 35 bool ConfigFilter::match (EGLDisplay display, EGLConfig config) const function in class:eglu::ConfigFilter
52 bool ConfigFilter::match (const ConfigInfo& configInfo) const function in class:eglu::ConfigFilter
103 bool FilterList::match (const EGLDisplay display, EGLConfig config) const function in class:eglu::FilterList
107 if (!ruleIter->match(display, config))
113 bool FilterList::match (const ConfigInfo& configInfo) const function in class:eglu::FilterList
117 if (!ruleIter->match(configInfo))
  /external/iptables/extensions/
libxt_multiport.c 25 "multiport match options:\n"
28 " match source port(s)\n"
31 " match destination port(s)\n"
33 " match both source and destination port(s)\n"
40 "multiport match options:\n"
43 " match source port(s)\n"
46 " match destination port(s)\n"
48 " match both source and destination port(s)\n");
281 __multiport_print(const struct xt_entry_match *match, int numeric,
285 = (const struct xt_multiport *)match->data
    [all...]
libxt_set.c 30 printf("set match options:\n"
31 " [!] --match-set name flags\n"
32 " 'name' is the set name from to match,\n"
38 {.name = "match-set", .has_arg = true, .val = '1'},
48 "You must specify `--match-set' with proper arguments");
53 const void *entry, struct xt_entry_match **match)
56 (struct xt_set_info_match_v0 *) (*match)->data;
62 "--set option deprecated, please use --match-set\n");
63 case '1': /* --match-set <set> <flag>[,<flag> */
66 "--match-set can be specified only once")
    [all...]
libxt_connlimit.c 23 "connlimit match options:\n"
24 " --connlimit-upto n match if the number of existing connections is 0..n\n"
25 " --connlimit-above n match if the number of existing connections is >n\n"
49 static void connlimit_init(struct xt_entry_match *match)
51 struct xt_connlimit_info *info = (void *)match->data;
60 const unsigned int revision = (*cb->match)->u.user.revision;
129 const struct xt_entry_match *match, int numeric)
131 const struct xt_connlimit_info *info = (const void *)match->data;
140 const struct xt_entry_match *match, int numeric)
142 const struct xt_connlimit_info *info = (const void *)match->data
    [all...]
libxt_owner.c 15 /* match and invert flags */
35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info
44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info
64 "owner match options:\n"
65 "[!] --uid-owner userid Match local UID\n"
66 "[!] --gid-owner groupid Match local GID\n"
67 "[!] --pid-owner processid Match local PID\n"
68 "[!] --sid-owner sessionid Match local SID\n"
69 "[!] --cmd-owner name Match local command name\n"
76 "owner match options:\n
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayerTest.java 65 HttpGet match = new HttpGet("example.com"); local
67 match.setHeader(new BasicHeader("header1", "header one"));
68 noMatch.setHeader(new BasicHeader("header1", "header not a match"));
72 assertTrue(requestMatcherBuilder.matches(match));
86 HttpPut match = new HttpPut("example.com"); local
87 match.setEntity(new StringEntity(expectedText));
90 noMatch.setEntity(new StringEntity("some text that does not match"));
94 assertTrue(requestMatcherBuilder.matches(match));
  /external/skia/tests/
ReadWriteAlphaTest.cpp 70 // make sure the original & read back versions match
71 bool match = true; local
76 match = false;
81 REPORTER_ASSERT(reporter, match);
98 match = true;
103 match = false;
108 REPORTER_ASSERT(reporter, match);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 71 assertEqualChars2("Decoded charactes must match!",
75 // assertTrue("Decoded charactes (REPLACEed ones INCLUSIVE) must match!",
78 // assertEqualChars("Decoded charactes (REPLACEed ones INCLUSIVE) must match!",
82 // assertEquals("Decoded charactes must match!",
95 // assertEqualChars("Decoded charactes must match!",
98 //// assertEquals("Decoded charactes must match!",
110 assertEqualBytes2("Encoded bytes must match!", allBytes, outputBB.array(), allChars);
122 //// System.out.format("Match index %d: %d = %d\n",
130 boolean match = true;
151 match = false
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.cpp 109 * or if the match length fits with the current converter state
111 #define UCNV_EXT_TO_U_VERIFY_SISO_MATCH(sisoState, match) \
112 ((sisoState)<0 || ((sisoState)==0) == (match==1))
133 return 0; /* no extension data, no match */
146 return 0; /* no match of a DBCS sequence in SBCS mode */
159 /* match input units until there is a full match or the input is consumed */
173 /* remember longest match so far */
178 /* match pre[] then src[] */
184 /* all input consumed, partial match */
284 int32_t match; local
334 int32_t match; local
372 int32_t match, length; local
752 int32_t match; local
811 int32_t match; local
865 int32_t match; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 109 * or if the match length fits with the current converter state
111 #define UCNV_EXT_TO_U_VERIFY_SISO_MATCH(sisoState, match) \
112 ((sisoState)<0 || ((sisoState)==0) == (match==1))
133 return 0; /* no extension data, no match */
146 return 0; /* no match of a DBCS sequence in SBCS mode */
159 /* match input units until there is a full match or the input is consumed */
173 /* remember longest match so far */
178 /* match pre[] then src[] */
184 /* all input consumed, partial match */
284 int32_t match; local
334 int32_t match; local
372 int32_t match, length; local
752 int32_t match; local
811 int32_t match; local
865 int32_t match; local
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 1 //===- PatternMatch.h - Match on the LLVM IR --------------------*- C++ -*-===//
19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
42 bool match(Val *V, const Pattern &P) { function in namespace:llvm::PatternMatch
43 return const_cast<Pattern&>(P).match(V);
54 bool match(OpTy *V) { function in struct:llvm::PatternMatch::OneUse_match
55 return V->hasOneUse() && SubPattern.match(V);
66 bool match(ITy *V) { return isa<Class>(V); } function in struct:llvm::PatternMatch::class_match
69 /// m_Value() - Match an arbitrary value and ignore it.
71 /// m_ConstantInt() - Match an arbitrary ConstantInt and ignore it.
75 /// m_Undef() - Match an arbitrary undef constant
89 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_combine_or
106 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_combine_and
128 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_zero
141 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_neg_zero
165 bool match(ITy *V) { function in struct:llvm::PatternMatch::apint_match
189 bool match(ITy *V) { function in struct:llvm::PatternMatch::constantint_match
214 bool match(ITy *V) { function in struct:llvm::PatternMatch::cst_pred_ty
233 bool match(ITy *V) { function in struct:llvm::PatternMatch::api_pred_ty
290 bool match(ITy *V) { function in struct:llvm::PatternMatch::bind_ty
317 bool match(ITy *V) { function in struct:llvm::PatternMatch::specificval_ty
332 bool match(ITy *V) { function in struct:llvm::PatternMatch::specific_fpval
355 bool match(ITy *V) { function in struct:llvm::PatternMatch::bind_const_intval_ty
381 bool match(OpTy *V) { function in struct:llvm::PatternMatch::BinaryOp_match
509 bool match(OpTy *V) { function in struct:llvm::PatternMatch::OverflowingBinaryOp_match
602 bool match(OpTy *V) { function in struct:llvm::PatternMatch::BinOp2_match
646 bool match(OpTy *V) { function in struct:llvm::PatternMatch::Exact_match
670 bool match(OpTy *V) { function in struct:llvm::PatternMatch::CmpClass_match
709 bool match(OpTy *V) { function in struct:llvm::PatternMatch::SelectClass_match
744 bool match(OpTy *V) { function in struct:llvm::PatternMatch::CastClass_match
811 bool match(OpTy *V) { function in struct:llvm::PatternMatch::not_match
838 bool match(OpTy *V) { function in struct:llvm::PatternMatch::neg_match
864 bool match(OpTy *V) { function in struct:llvm::PatternMatch::fneg_match
894 bool match(OpTy *V) { function in struct:llvm::PatternMatch::br_match
915 bool match(OpTy *V) { function in struct:llvm::PatternMatch::brc_match
945 bool match(OpTy *V) { function in struct:llvm::PatternMatch::MaxMin_match
974 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::smax_pred_ty
981 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::smin_pred_ty
988 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::umax_pred_ty
995 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::umin_pred_ty
1002 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ofmax_pred_ty
1009 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ofmin_pred_ty
1016 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ufmax_pred_ty
1023 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ufmin_pred_ty
1119 bool match(OpTy *V) { function in struct:llvm::PatternMatch::Argument_match
1137 bool match(OpTy *V) { function in struct:llvm::PatternMatch::IntrinsicID_match
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedProvider.java 74 final int match = sUriMatcher.match(uri); local
75 switch (match) {
96 int uriMatch = sUriMatcher.match(uri);
125 final int match = sUriMatcher.match(uri); local
127 switch (match) {
151 final int match = sUriMatcher.match(uri); local
153 switch (match) {
183 final int match = sUriMatcher.match(uri); local
    [all...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedProvider.java 74 final int match = sUriMatcher.match(uri); local
75 switch (match) {
96 int uriMatch = sUriMatcher.match(uri);
125 final int match = sUriMatcher.match(uri); local
127 switch (match) {
151 final int match = sUriMatcher.match(uri); local
153 switch (match) {
183 final int match = sUriMatcher.match(uri); local
    [all...]
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
FeedProvider.java 74 final int match = sUriMatcher.match(uri); local
75 switch (match) {
96 int uriMatch = sUriMatcher.match(uri);
125 final int match = sUriMatcher.match(uri); local
127 switch (match) {
151 final int match = sUriMatcher.match(uri); local
153 switch (match) {
183 final int match = sUriMatcher.match(uri); local
    [all...]
  /external/chromium_org/tools/valgrind/
tsan_analyze.py 74 match = TsanAnalyzer.LOAD_LIB_RE.match(self.line_)
75 if match:
76 binary, ip = match.groups()
79 match = TsanAnalyzer.TSAN_LINE_RE.match(self.line_)
80 if match:
81 address, binary_name = match.groups()
115 if re.match('-+ suppression -+', self.line_):
120 while not re.match('-+ end suppression -+', self.line_)
    [all...]
  /device/samsung/manta/recovery/
Android.mk 10 # should match TARGET_RECOVERY_UPDATER_LIBS set in BoardConfig.mk
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 67 protected void match(String expecting) throws IOException { method in class:GrammarSpelunker
68 //System.out.println("match "+expecting+"; is "+token);
108 match("grammar");
115 match("options");
116 match("{");
122 match(";");
126 match("}");
131 match("import");
137 match(";");
  /external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.h 26 const AutocompleteMatch& match,
36 const AutocompleteMatch& match,
omnibox_current_page_delegate_impl.h 31 const AutocompleteMatch& match,
36 virtual void DoPrerender(const AutocompleteMatch& match) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PRESUBMIT.py 28 bucketMatch = bucketFinder.match(line)
33 maximumMatch = maximumFinder.match(line)
44 'Largest found CSSProperty bucket Id (%d) does not match '
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
headlesscodemirror.js 27 eat: function(match) {
29 if (typeof match == "string") var ok = ch == match;
30 else var ok = ch && (match.test ? match.test(ch) : match(ch));
33 eatWhile: function(match) {
35 while (this.eat(match)){}
51 match: function(pattern, consume, caseInsensitive) {
60 var match = this.string.slice(this.pos).match(pattern)
    [all...]
  /external/chromium_org/tools/mac/
dump-static-initializers.py 49 match = dsymutil_re.search(line)
50 if match:
  /external/chromium_org/tools/usb_gadget/
server.py 49 match = VERSION_PATTERN.match(path)
50 if match:
51 version = match.group(1)
62 match = VERSION_PATTERN.match(fileinfo['filename'])
63 if match is None:
70 if md5sum != match.group(1):
71 self.write('File hash does not match.')
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 80 EXPECT_TRUE(Verifier.match("void f() {}", decl()));
86 EXPECT_TRUE(Verifier.match("void f() {}", stmt()));
92 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType()))));
98 EXPECT_TRUE(Verifier.match("namespace N { typedef void T; } N::T f() {}",
105 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
111 EXPECT_TRUE(Verifier.match("void f() {}", stmt()));
117 EXPECT_TRUE(Verifier.match("void f() {}", functionDecl()));
123 EXPECT_TRUE(Verifier.match("void f() {}", stmt()));

Completed in 1523 milliseconds

<<11121314151617181920>>