/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 | libebt_mark_m.c | 33 static void brmark_m_init(struct xt_entry_match *match) in brmark_m_init() 46 const void *entry, struct xt_entry_match **match) in brmark_m_parse() 50 char *end; in brmark_m_parse() local 84 static void brmark_m_print(const void *ip, const struct xt_entry_match *match, in brmark_m_print()
|
D | libebt_802_3.c | 39 static void br802_3_init(struct xt_entry_match *match) in br802_3_init() 49 const void *entry, struct xt_entry_match **match) in br802_3_parse() 53 char *end; in br802_3_parse() local 95 static void br802_3_print(const void *ip, const struct xt_entry_match *match, in br802_3_print()
|
D | libebt_ip.c | 58 static void brip_init(struct xt_entry_match *match) in brip_init() 92 char *p, *q, *end; in undot_ip() local 121 char *end; in ip_mask() local 166 const void *entry, struct xt_entry_match **match) in brip_parse() 237 static void brip_print(const void *ip, const struct xt_entry_match *match, in brip_print()
|
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 | libipt_realm.c | 47 char *end; in realm_parse() local 88 static void realm_print(const void *ip, const struct xt_entry_match *match, in realm_print() 100 static void realm_save(const void *ip, const struct xt_entry_match *match) in realm_save()
|
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 | 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 | 248 char *end; in parse_burst() local 358 static void hashlimit_mt4_init_v1(struct xt_entry_match *match) in hashlimit_mt4_init_v1() 369 static void hashlimit_mt6_init_v1(struct xt_entry_match *match) in hashlimit_mt6_init_v1() 380 static void hashlimit_mt4_init(struct xt_entry_match *match) in hashlimit_mt4_init() 391 static void hashlimit_mt6_init(struct xt_entry_match *match) in hashlimit_mt6_init() 703 const struct xt_entry_match *match, int numeric) in hashlimit_print() 760 hashlimit_mt4_print_v1(const void *ip, const struct xt_entry_match *match, in hashlimit_mt4_print_v1() 776 hashlimit_mt6_print_v1(const void *ip, const struct xt_entry_match *match, in hashlimit_mt6_print_v1() 792 hashlimit_mt4_print(const void *ip, const struct xt_entry_match *match, in hashlimit_mt4_print() 801 hashlimit_mt6_print(const void *ip, const struct xt_entry_match *match, in hashlimit_mt6_print() [all …]
|
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/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 | 97 int32_t start = 0, end = len-1; in binarySearch() local 272 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { in match() function in CharsetRecog_sjis 372 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_jp 394 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_euc_kr 446 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_big5 522 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const in match() function in CharsetRecog_gb_18030
|
/external/brotli/enc/ |
D | static_dict.c | 32 uint32_t match = (uint32_t)((distance << 5) + len_code); in AddMatch() local 87 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local 327 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local 419 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local 448 BROTLI_BOOL end = !offset; in BrotliFindAllStaticDictionaryMatches() local
|
/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 1020 int end = start + number.length(); in doTestInContext() local 1024 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; in doTestInContext() 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/base/ |
D | hashmap.h | 133 TemplateHashMapImpl(uint32_t initial_capacity, MatchFun match, in TemplateHashMapImpl() 285 const Entry* end = map_end(); in Next() local 403 : Base(capacity, HashEqualityThenKeyMatcher<void*, MatchFun>(match), in Base() 486 HashEqualityThenKeyMatcher<void*, MatchFun>(match), allocator) {} in Base() 489 Iterator end() const { return Iterator(this, nullptr); } in end() function
|
/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/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/elfutils/tests/ |
D | funcscopes.c | 113 bool match; in handle_function() local 127 Dwarf_Addr start, end; in handle_function() local
|
/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/curl/src/ |
D | tool_writeout.c | 124 char *end; in ourWriteOut() local 128 bool match = FALSE; in ourWriteOut() local
|
/external/r8/src/test/java/com/android/tools/r8/utils/ |
D | ArtErrorParser.java | 50 public String until(int end) { in until() 56 public String until(char match) throws ArtErrorParserException { in until() 57 int end = input.indexOf(match, pos); in until() local 281 int end = start + 2; in parseLocations() local
|
/external/v8/src/compiler/ |
D | js-inlining.cc | 80 Node* frame_state, Node* start, Node* end, in InlineCall() 355 HeapObjectMatcher match(node->InputAt(0)); in DetermineCallTarget() local 413 HeapObjectMatcher match(node->InputAt(0)); in DetermineCallContext() local 600 Node* end; in ReduceJSCall() 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()
|