| /external/owasp/sanitizer/src/main/org/owasp/html/ |
| D | HtmlToken.java | 36 final int end; field in HtmlToken 39 static HtmlToken instance(int start, int end, HtmlTokenType type) { in instance() 43 boolean tokenInContextMatches(String context, String match) { in tokenInContextMatches() 49 private HtmlToken(int start, int end, HtmlTokenType type) { in HtmlToken()
|
| /external/iptables/extensions/ |
| D | libxt_devgroup.c | 37 static void devgroup_init(struct xt_entry_match *match) in devgroup_init() 48 char *end; in devgroup_parse_groupspec() local 131 static void devgroup_print(const void *ip, const struct xt_entry_match *match, in devgroup_print() 139 static void devgroup_save(const void *ip, const struct xt_entry_match *match) in devgroup_save()
|
| D | libipt_realm.c | 46 char *end; in realm_parse() local 87 static void realm_print(const void *ip, const struct xt_entry_match *match, in realm_print() 99 static void realm_save(const void *ip, const struct xt_entry_match *match) in realm_save()
|
| D | libxt_u32.c | 92 char *end; in parse_number() local 244 static void u32_print(const void *ip, const struct xt_entry_match *match, in u32_print() 254 static void u32_save(const void *ip, const struct xt_entry_match *match) in u32_save()
|
| D | libxt_owner.c | 35 uint8_t match, invert; /* flags */ member 44 uint8_t match, invert; /* flags */ member 229 char *end; in owner_parse_range() local 429 owner_mt_print_v0(const void *ip, const struct xt_entry_match *match, in owner_mt_print_v0() 442 owner_mt6_print_v0(const void *ip, const struct xt_entry_match *match, in owner_mt6_print_v0() 453 static void owner_mt_print(const void *ip, const struct xt_entry_match *match, in owner_mt_print() 464 owner_mt_save_v0(const void *ip, const struct xt_entry_match *match) in owner_mt_save_v0() 476 owner_mt6_save_v0(const void *ip, const struct xt_entry_match *match) in owner_mt6_save_v0() 486 static void owner_mt_save(const void *ip, const struct xt_entry_match *match) in owner_mt_save()
|
| D | libxt_hashlimit.c | 186 char *end; in parse_burst() local 275 static void hashlimit_mt4_init(struct xt_entry_match *match) in hashlimit_mt4_init() 286 static void hashlimit_mt6_init(struct xt_entry_match *match) in hashlimit_mt6_init() 520 const struct xt_entry_match *match, int numeric) in hashlimit_print() 577 hashlimit_mt4_print(const void *ip, const struct xt_entry_match *match, in hashlimit_mt4_print() 586 hashlimit_mt6_print(const void *ip, const struct xt_entry_match *match, in hashlimit_mt6_print() 594 static void hashlimit_save(const void *ip, const struct xt_entry_match *match) in hashlimit_save() 659 hashlimit_mt4_save(const void *ip, const struct xt_entry_match *match) in hashlimit_mt4_save() 667 hashlimit_mt6_save(const void *ip, const struct xt_entry_match *match) in hashlimit_mt6_save()
|
| D | libxt_time.c | 91 static time_t time_parse_date(const char *s, bool end) in time_parse_date() 379 static void time_print(const void *ip, const struct xt_entry_match *match, in time_print() 416 static void time_save(const void *ip, const struct xt_entry_match *match) in time_save()
|
| /external/skia/src/animator/ |
| D | SkDisplayType.cpp | 357 SkExtras** end = maker->fExtras.end(); in GetMembers() local 525 SkDisplayTypes SkDisplayType::Find(SkAnimateMaker* maker, const SkMemberInfo* match) { in Find() 550 const SkMemberInfo* match = GetMembers(maker, result, nullptr); in GetParent() local 558 SkDisplayTypes SkDisplayType::GetType(SkAnimateMaker* maker, const char match[], size_t len ) { in GetType() 563 SkExtras** end = maker->fExtras.end(); in GetType() local 710 SkExtras** end = maker->fExtras.end(); in GetName() local
|
| D | SkDrawGroup.cpp | 64 bool SkGroup::contains(SkDisplayable* match) { in contains() 175 int SkGroup::findGroup(SkADrawable* match, SkTDDrawableArray** list, in findGroup() 273 SkADrawable** end = fChildren.end(); in resolveIDs() local
|
| /external/wpa_supplicant_8/src/wps/ |
| D | upnp_xml.c | 79 const char **out_tagname, const char **end) in xml_next_tag() 192 const char *match = item; in xml_get_first_item() local 194 const char *tag, *tagname, *end; in xml_get_first_item() local
|
| D | wps_upnp_web.c | 864 const char *match; in web_get_action() local 991 char *match; in web_connection_parse_subscribe() local 993 char *end; in web_connection_parse_subscribe() local 1212 char *match; in web_connection_parse_unsubscribe() local 1214 char *end; in web_connection_parse_unsubscribe() local
|
| /external/icu/icu4c/source/i18n/ |
| D | csrmbcs.cpp | 96 int32_t start = 0, end = len-1; in binarySearch() local 271 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { in match() function in CharsetRecog_sjis 371 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_jp 393 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_kr 445 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_big5 521 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_gb_18030
|
| /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
| D | PhoneNumberMatcherTest.java | 252 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in testFourMatchesInARow() local 272 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in testMatchesFoundWithMultipleSpaces() local 285 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in testMatchWithSurroundingZipcodes() local 607 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in doTestNumberMatchesForLeniency() local 628 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in doTestNumberNonMatchesForLeniency() local 917 PhoneNumberMatch match, String text, String number, String region) throws Exception { in assertMatchProperties() 928 private void assertEqualRange(CharSequence text, int index, int start, int end) { in assertEqualRange() 933 PhoneNumberMatch match = matches.next(); in assertEqualRange() local 1017 int end = start + number.length(); in doTestInContext() local 1021 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in doTestInContext() local
|
| /external/v8/test/cctest/compiler/ |
| D | test-js-context-specialization.cc | 97 HeapObjectMatcher match(new_context_input); in TEST() local 113 HeapObjectMatcher match(r.replacement()); in TEST() local 179 HeapObjectMatcher match(new_context_input); in TEST() local 234 Node* end = t.graph()->NewNode(t.common()->End(1), ret); in TEST() local 256 HeapObjectMatcher match(replacement); in TEST() local
|
| /external/toybox/toys/pending/ |
| D | mdev.c | 81 char *conf, *pos, *end; in make_device() local 111 regex_t match; in make_device() local
|
| /external/v8/src/ |
| D | hashmap.h | 102 MatchFun match, uint32_t initial_capacity, AllocationPolicy allocator) { in TemplateHashMapImpl() 214 const Entry* end = map_end(); in Clear() local 232 const Entry* end = map_end(); in Next() local 250 const Entry* end = map_end(); in Probe() local 343 Iterator end() const { return Iterator(this, NULL); } in end() function
|
| /external/zopfli/src/zopfli/ |
| D | lz77.c | 120 const unsigned char* match, in GetMatch() 121 const unsigned char* end, in GetMatch() 237 const unsigned char* match; in ZopfliFindLongestMatch() local 461 size_t start, size_t end, in ZopfliLZ77Counts()
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | InstructionPrinter.java | 229 int end = npairs * 8 + (index += 4); in lookupSwitch() local 232 int match = iter.s32bitAt(index); in lookupSwitch() local 249 int end = (high - low + 1) * 4 + (index += 4); in tableSwitch() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| D | Pick.java | 143 public abstract boolean match(String input, Position p); in match() method in Pick 172 public boolean match(String input, Position p) { in match() method in Pick.Sequence 232 public boolean match(String input, Position p) { in match() method in Pick.Alternation 284 public boolean match(String input, Position p) { in match() method in Pick.Repeat 313 public boolean match(String s, Position p) { in match() method in Pick.CodePoint 390 public boolean match(String input, Position p) { in match() method in Pick.Morph 427 public boolean match(String s, Position p) { in match() method in Pick.Quote 449 public boolean match(String input, Position p) { in match() method in Pick.Literal 692 static public int pick(Random random, int start, int end) { in pick() 696 static public double pick(Random random, double start, double end) { in pick()
|
| /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| D | Pick.java | 142 public abstract boolean match(String input, Position p); in match() method in Pick 171 public boolean match(String input, Position p) { in match() method in Pick.Sequence 231 public boolean match(String input, Position p) { in match() method in Pick.Alternation 283 public boolean match(String input, Position p) { in match() method in Pick.Repeat 312 public boolean match(String s, Position p) { in match() method in Pick.CodePoint 389 public boolean match(String input, Position p) { in match() method in Pick.Morph 426 public boolean match(String s, Position p) { in match() method in Pick.Quote 448 public boolean match(String input, Position p) { in match() method in Pick.Literal 691 static public int pick(Random random, int start, int end) { in pick() 695 static public double pick(Random random, double start, double end) { in pick()
|
| /external/icu/icu4c/source/test/intltest/ |
| D | csdetest.cpp | 125 int32_t end; in split() local 330 const UCharsetMatch *match; in UTF8Test() local 370 const UCharsetMatch *match; in UTF16Test() local 430 const UCharsetMatch *match; in InputFilterTest() local 498 const UCharsetMatch *match; in C1BytesTest() local 647 const UCharsetMatch *match; in IBM424Test() local 737 const UCharsetMatch *match; in IBM420Test() local
|
| /external/elfutils/tests/ |
| D | funcscopes.c | 113 bool match; in handle_function() local 127 Dwarf_Addr start, end; in handle_function() local
|
| /external/curl/src/ |
| D | tool_writeout.c | 118 char *end; in ourWriteOut() local 122 bool match = FALSE; in ourWriteOut() local
|
| /external/skia/src/core/ |
| D | SkRecordOpts.cpp | 26 typename Pass::Match match; in apply() local 28 int begin, end = 0; in apply() local
|
| /external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
| D | SelectorUtils.java | 339 public static boolean match(String pattern, String str) { in match() method in SelectorUtils 360 public static boolean match(String pattern, String str, in match() method in SelectorUtils 487 private static boolean allStars(char[] chars, int start, int end) { in allStars()
|