HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 126 - 150 of 1303) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/iproute2/include/
xt-internal.h 22 /* optname to check revision support of match */
25 /* optname to check revision support of match */
38 struct xtables_match *match; member in struct:xtables_rule_match
61 struct xtables_rule_match **match);
  /external/iptables/extensions/
libxt_connmark.c 40 "connmark match options:\n"
41 "[!] --mark value[/mask] Match ctmark value with optional mask\n");
81 connmark_print(const void *ip, const struct xt_entry_match *match, int numeric)
83 const struct xt_connmark_info *info = (const void *)match->data;
85 printf(" CONNMARK match ");
92 connmark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric)
94 const struct xt_connmark_mtinfo1 *info = (const void *)match->data;
96 printf(" connmark match ");
102 static void connmark_save(const void *ip, const struct xt_entry_match *match)
104 const struct xt_connmark_info *info = (const void *)match->data
    [all...]
libxt_mark.c 18 "mark match options:\n"
19 "[!] --mark value[/mask] Match nfmark value with optional mask\n");
59 mark_mt_print(const void *ip, const struct xt_entry_match *match, int numeric)
61 const struct xt_mark_mtinfo1 *info = (const void *)match->data;
63 printf(" mark match");
70 mark_print(const void *ip, const struct xt_entry_match *match, int numeric)
72 const struct xt_mark_info *info = (const void *)match->data;
74 printf(" MARK match");
82 static void mark_mt_save(const void *ip, const struct xt_entry_match *match)
84 const struct xt_mark_mtinfo1 *info = (const void *)match->data
    [all...]
libxt_cpu.c 12 "cpu match options:\n"
13 "[!] --cpu number Match CPU number\n");
33 cpu_print(const void *ip, const struct xt_entry_match *match, int numeric)
35 const struct xt_cpu_info *info = (void *)match->data;
40 static void cpu_save(const void *ip, const struct xt_entry_match *match)
42 const struct xt_cpu_info *info = (void *)match->data;
libxt_helper.c 12 "helper match options:\n"
13 "[!] --helper string Match helper identified by string\n");
33 helper_print(const void *ip, const struct xt_entry_match *match, int numeric)
35 const struct xt_helper_info *info = (const void *)match->data;
37 printf(" helper match %s\"%s\"", info->invert ? "! " : "", info->name);
40 static void helper_save(const void *ip, const struct xt_entry_match *match)
42 const struct xt_helper_info *info = (const void *)match->data;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CallIDParser.java 66 this.lexer.match(TokenTypes.CALL_ID);
68 this.lexer.match(':');
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
octal-002.js 84 * We should get no match from the regexp /.\011/, because it should be
91 actualmatch = string.match(pattern);
99 * Should get a match now, because the octal escape sequence in the regexp
105 actualmatch = string.match(pattern);
118 actualmatch = string.match(pattern);
124 * This one should produce a match. The two-character string
130 actualmatch = string.match(pattern);
142 actualmatch = string.match(pattern);
154 actualmatch = string.match(pattern);
166 actualmatch = string.match(pattern)
    [all...]
regress-57572.js 48 actualmatch = string.match(pattern);
55 actualmatch = string.match(pattern);
62 actualmatch = string.match(pattern);
69 actualmatch = string.match(pattern);
78 actualmatch = string.match(pattern);
85 actualmatch = string.match(pattern);
92 actualmatch = string.match(pattern);
99 actualmatch = string.match(pattern);
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 450 * Tests if any certificates match in the case of null criteria,
451 * if [not]proper certificates [do not]match
459 assertTrue("Any certificates should match in the case of null "
461 selector.match(cert_1) && selector.match(cert_2));
463 assertTrue("The certificate should match the selection criteria.",
464 selector.match(cert_1));
465 assertFalse("The certificate should not match the selection criteria.",
466 selector.match(cert_2));
468 assertTrue("The certificate should match the selection criteria."
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 245 _xdg_mime_magic_parse_header (FILE *magic_file, XdgMimeMagicMatch *match)
253 assert (match != NULL);
261 match->priority = _xdg_mime_magic_read_a_number (magic_file, &end_of_file);
264 if (match->priority == -1)
287 match->mime_type = strdup (buffer);
314 XdgMimeMagicMatch *match)
505 matchlet->next = match->matchlet;
506 match->matchlet = matchlet;
593 _xdg_mime_magic_match_compare_to_data (XdgMimeMagicMatch *match,
597 return _xdg_mime_magic_matchlet_compare_level (match->matchlet, data, len, 0)
663 XdgMimeMagicMatch *match; local
707 XdgMimeMagicMatch *match; local
757 XdgMimeMagicMatch *match = NULL; \/* Quiet compiler *\/ local
    [all...]
  /external/skia/src/animator/
SkDisplayList.cpp 61 int SkDisplayList::findGroup(SkDrawable* match, SkTDDrawableArray** list,
66 return SearchForMatch(match, list, parent, found, grandList);
79 int SkDisplayList::SearchForMatch(SkDrawable* match, SkTDDrawableArray** list,
84 if (draw == match)
88 if (apply->scope == match)
90 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
95 if (scope == match)
101 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
108 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list,
111 if (group->getOriginal() == match)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py 229 def match(test, result, pixel_tests_enabled): function in function:.test_pixel_tests_flag
234 self.assertTrue(match('failures/expected/text.html', TEXT, True))
235 self.assertTrue(match('failures/expected/text.html', TEXT, False))
236 self.assertFalse(match('failures/expected/text.html', CRASH, True))
237 self.assertFalse(match('failures/expected/text.html', CRASH, False))
238 self.assertTrue(match('failures/expected/image_checksum.html', IMAGE,
240 self.assertTrue(match('failures/expected/image_checksum.html', PASS,
242 self.assertTrue(match('failures/expected/crash.html', SKIP, False))
243 self.assertTrue(match('passes/text.html', PASS, False))
404 def match(self, modifiers, expected_num_matches=-1, values=None, num_errors=0) member in class:ModifierTests
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 58 int match = sURLMatcher.match(url); local
59 switch (match) {
87 int match = sURLMatcher.match(url); local
88 switch (match) {
102 int match = sURLMatcher.match(url); local
104 switch (match) {
123 if (sURLMatcher.match(url) != ALARMS)
    [all...]