HomeSort by relevance Sort by last modified time
    Searched refs:MATCH (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 213 * include-match, dash-match, prefix-match, suffix-match, substring-match
215 MATCH,
441 // <dimension>, <unicode-range>, <include-match>,
442 // <dash-match>, <prefix-match>, <suffix-match>,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
393 output will fall in the output data, making match copies simpler and faster.
633 unsigned copy; /* number of stored or match bytes to copy */
634 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
393 output will fall in the output data, making match copies simpler and faster.
633 unsigned copy; /* number of stored or match bytes to copy */
634 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/zlib/src/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
393 output will fall in the output data, making match copies simpler and faster.
633 unsigned copy; /* number of stored or match bytes to copy */
634 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 115 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
116 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
127 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
128 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
300 * match fails because it ends in the middle of an expansion...
334 * match fails because it ends in the middle of an expansion...
339 SearchData MATCH[] = {
349 * This isn't much of a test when matches have to be on grapheme boundiaries. The match at 0 only works because it's
435 SD("\u00c0 should match but not A", "A\u0300", "en", IDENTICAL, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1, 0)),
1990 int match = text.indexOf(pattern, start); local
2002 int match = text.lastIndexOf(pattern, start - 1); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 112 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
113 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
124 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
125 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
297 * match fails because it ends in the middle of an expansion...
331 * match fails because it ends in the middle of an expansion...
336 SearchData MATCH[] = {
346 * This isn't much of a test when matches have to be on grapheme boundiaries. The match at 0 only works because it's
432 SD("\u00c0 should match but not A", "A\u0300", "en", IDENTICAL, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1, 0)),
1987 int match = text.indexOf(pattern, start); local
1999 int match = text.lastIndexOf(pattern, start - 1); local
    [all...]
  /external/libnl/lib/
msg.c 684 PRINT_FLAG(MATCH);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * - Unroll last copy for window match in inflate_fast()
320 output will fall in the output data, making match copies simpler and faster.
565 unsigned copy; /* number of stored or match bytes to copy */
566 unsigned char FAR *from; /* where to copy match bytes from */
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-mips.c 13078 unsigned long match; member in struct:opcode_descriptor
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 274 errln("Error with the initialization of match start and length");
287 errln("Error next match found at %d (len:%d); expected %d (len:%d)",
313 errln("Error next match found at %d (len:%d); expected <NO MATCH>",
330 errln("Error previous match found at %d (len:%d); expected %d (len:%d)",
356 errln("Error previous match found at %d (len:%d); expected <NO MATCH>",
379 errln("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>",
396 errln("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n"
2361 int match = m_text_.indexOf(m_pattern_, start); local
2380 int match = m_text_.lastIndexOf(m_pattern_, 0, start); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 165 * @param str A non-null reference to a valid or invalid match pattern string.
176 XPath xpath = new XPath(str, owningTemplate, this, XPath.MATCH, handler,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchdat.c 85 {"testing that \\u00e9 does not match e", "e", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
87 {"testing that string ab\\u00e9cd does not match e", "e", NULL,
132 /*05*/{"\\u00c0 should match but not A", "A\\u0300", "en", UCOL_IDENTICAL, USEARCH_STANDARD_ELEMENT_COMPARISON,
195 /* testing tightest match */
316 static const SearchData MATCH[] = {
385 * first CE of the expansion but the match fails because it ends in the
402 * grapheme boundiaries. The match at 0 only works because
    [all...]
usrchtst.c 358 log_err("Error with the initialization of match start and length\n");
370 log_err("Error next match found at idx %d (len:%d); expected %d (len:%d)\n",
394 log_err("Error next match found at %d (len:%d); expected <NO MATCH>\n",
412 log_err("Error previous match found at %d (len:%d); expected %d (len:%d)\n",
436 log_err("Error previous match found at %d (len:%d); expected <NO MATCH>\n",
459 log_err("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>\n",
477 log_err("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n"
2825 int32_t match = 0; local
2928 int32_t match = 0; local
    [all...]
  /external/selinux/libselinux/src/
selinux_restorecon.c 332 digest_result = rc ? NOMATCH : MATCH;
622 return 0; /* no match, but not an error */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug_test.go 507 fmt.Printf("DID NOT MATCH EXPECTED NEXT OUTPUT\nO='%s'\nE='%s'\n", x.o, x.e)
596 fmt.Printf("DID NOT MATCH %s", x.o)
916 match, err := regexp.MatchString(want, got.o)
920 if match {
923 match, err = regexp.MatchString(want, got.e)
924 if match {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug_test.go 507 fmt.Printf("DID NOT MATCH EXPECTED NEXT OUTPUT\nO='%s'\nE='%s'\n", x.o, x.e)
596 fmt.Printf("DID NOT MATCH %s", x.o)
916 match, err := regexp.MatchString(want, got.o)
920 if match {
923 match, err = regexp.MatchString(want, got.e)
924 if match {
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/one-true-awk/
run.c 572 Cell *matchop(Node **a, int n) /* ~ and match() */
578 int (*mf)(fa *, const char *) = match, mode = 0;
606 } else if ((n == MATCH && i == 1) || (n == NOTMATCH && i == 0))
    [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 930 milliseconds

1 23 4