HomeSort by relevance Sort by last modified time
    Searched refs:overlap (Results 176 - 200 of 341) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 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",
429 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
448 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
574 USearchAttributeValue overlap)
605 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
988 while (OVERLAP[count].text != NULL) {
989 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF,
991 errln("Error at overlap test number %d", count);
998 errln("Error at non overlap test number %d", count)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 372 SearchData OVERLAP[] = {
    [all...]
  /external/v8/tools/profviz/
composer.js 188 // Don't merge ranges if there is no overlap (incl. merge tolerance).
  /prebuilts/go/darwin-x86/src/io/
io.go 227 // destination if the ranges do not overlap.
  /prebuilts/go/darwin-x86/src/runtime/
type.go 144 // do not overlap with any compile-time module offsets.
  /prebuilts/go/linux-x86/src/io/
io.go 227 // destination if the ranges do not overlap.
  /prebuilts/go/linux-x86/src/runtime/
type.go 144 // do not overlap with any compile-time module offsets.
  /external/flac/libFLAC/
stream_encoder.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.c 772 result.pps_info_flags |= pic->overlap << 11;
    [all...]
  /build/soong/cc/
library.go 55 // rename host libraries to prevent overlap with system installed libraries
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 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",
510 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
529 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
616 USearchAttributeValue overlap)
633 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
864 while (OVERLAP[count].text != NULL) {
865 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF,
867 log_err("Error at overlap test number %d\n", count);
874 log_err("Error at non overlap test number %d\n", count)
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 365 /* no overlap */
382 /* Does [s1,+len1) overlap [s2,+len2) ? Note: does not handle
402 /* Do the basic mappings of the two DebugInfos overlap in any way? */
445 /* Discard any elements of debugInfo_list which overlap with diRef.
452 overlap with siRef. Since siRef itself is in this list we at
637 function returns (rather than asserts) that |maps| is overlap
666 not overlap map_j. This reflects the reality that when
667 two mmaped areas overlap, the later mmap silently
692 Bool overlap local
696 vg_assert(!overlap);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader.go 750 return nil, ErrHeader // Regions can't overlap and must be in order
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 216 // The addresses must not overlap. Easiest test: require monotonicity.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 453 // three from the unsigned total order. The == cases overlap.
ARM64Ops.go 436 // three from the unsigned total order. The == cases overlap.
ARMOps.go 490 // three from the unsigned total order. The == cases overlap.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 955 sz := 20 /* size of load/store for overlap computation */
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server_test.go 799 // a protocol when there is no overlap.
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 577 // TODO(nigeltao): handle the case where the dst and src overlap.
  /prebuilts/go/linux-x86/src/archive/tar/
reader.go 750 return nil, ErrHeader // Regions can't overlap and must be in order
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 216 // The addresses must not overlap. Easiest test: require monotonicity.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 453 // three from the unsigned total order. The == cases overlap.
ARM64Ops.go 436 // three from the unsigned total order. The == cases overlap.

Completed in 2873 milliseconds

1 2 3 4 5 6 78 91011>>