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

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 54 // the given sizes don't overlap. This assumes that ASizeInt and BSizeInt
68 // the given sizes don't overlap. This assumes that ASizeInt and BSizeInt
  /external/proguard/src/proguard/classfile/editor/
VariableCleaner.java 209 // Make sure the variable's code block doesn't overlap with the
243 // Make sure the variable's code block doesn't overlap with the
  /external/regex-re2/util/
strutil.cc 13 // C-style escape sequences. 'src' and 'dest' should not overlap.
60 // C-style escape sequences. 'src' and 'dest' should not overlap.
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 70 * @return true if the volumes overlap, false otherwise.
93 /** Tests two axis-aligned boxes for overlap. */
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 115 5 * fs_now / 8000; % add overlap length
168 5 * fs_now / 8000; % add overlap length
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 87 /* 1 if two BOXs overlap.
88 * 0 if two BOXs do not overlap.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xregion.h 86 /* 1 if two BOXs overlap.
87 * 0 if two BOXs do not overlap.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 103 self.log.debug("Network: {0.network!r}, overlap: {0.network_overlap}".format(self))
108 self.log.debug("Range: {0.range_!r}, subset: {0.range_subset}, overlap: {0.range_overlap}, "
portconquery.py 120 self.log.debug("Ports: {0.ports}, overlap: {0.ports_overlap}, "
126 self.log.debug("Range: {0.range_!r}, subset: {0.range_subset}, overlap: {0.range_overlap}, "
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 593 min=newBlock-nextOffset; /* minimum block start with overlap */
627 min=newBlock-nextOffset; /* minimum block start with overlap */
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; local
723 min=newBlock-nextOffset; /* minimum block start with overlap */
763 * Overlap stage 3 blocks only in multiples of 16-entry blocks
767 for(overlap=0;
768 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
769 ++overlap) {}
771 overlap=(overlap/MBCS_STAGE_3_GRANULARITY)/maxCharLength
    [all...]
  /external/valgrind/memcheck/tests/
Makefile.am 106 custom-overlap.stderr.exp custom-overlap.vgtest \
206 overlap.stderr.exp overlap.stdout.exp overlap.vgtest \
322 custom-overlap \
351 overlap \
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupOverlayTest.java 192 // Our overlay views overlap in horizontal 30-60 range. Here we test that the
227 // Our overlay views overlap in horizontal 30-60 range. Even though the green view was
229 // So in the overlap range we expect color red
  /external/aac/libFDK/include/
qmf.h 147 int ov_lb_scale; /*!< Scale of adjusted overlap low band area */
149 int ov_hb_scale; /*!< Scale of adjusted overlap high band area */
194 const int ov_len, /*!< Length of band overlap */
  /external/aac/libSBRdec/src/
env_extr.cpp 160 static int checkFrameInfo (FRAME_INFO *pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep);
482 const int overlap
510 if ( !checkFrameInfo (&hFrameData->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
561 const int overlap )
591 if ( !checkFrameInfo (&hFrameDataLeft->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
602 if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
    [all...]
lpp_tran.h 181 UCHAR overlap; /*!< Overlap size */ member in struct:__anon6367
226 const int overlap);
  /external/bison/lib/
signal.in.h 110 /* Define SIGPIPE to a value that does not overlap with other signals. */
400 overlap with sa_handler, but we know of no implementation where
401 they do not overlap. */
  /external/pdfium/samples/
image_diff.cc 156 // Compute pixels different in the overlap.
180 // Count occurences of each RGBA pixel value of baseline in the overlap.
189 // Compute pixels different in the histogram of the overlap.
  /frameworks/base/docs/html/google/play/publishing/
multiple-apks.jd 282 value. This is also true if two APKs overlap their device support based on a different supported
337 devices. However, it's OK to publish multiple APKs that overlap their support slightly. When two
338 APKs do overlap (they support some of the same device configurations), a device that falls within
339 that overlap range will receive the APK with a higher version code (defined by <a
354 there is an overlap between the APKs within that filter.</p>
373 distinguish each APK, but so is the screen size. Because the screen sizes overlap (both APKs
380 levels. Because there is no overlap within the screen size filter, there are no devices that
388 compatible with devices that have an ARMv7 CPU, the APKs overlap on this characteristic.
420 overlap, because both APKs support large screens. If you do not resolve this, then devices that
424 architectures, be aware that an APK for ARMv5TE will overlap with an APK for ARMv7. That is
    [all...]
  /art/runtime/mirror/
object_array.h 76 // Copy src into this array assuming no overlap and without assignability checks.
  /art/runtime/
well_known_classes.h 29 // them up. Similar to libcore's JniConstants (except there's no overlap, so
  /art/test/1337-gc-coverage/src/
Main.java 53 // overlap.
  /bionic/benchmarks/
string_benchmark.cpp 68 memmove(buf, buf + 1, nbytes); // Worst-case overlap.
  /bionic/libc/upstream-openbsd/lib/libc/string/
memmove.c 46 * Copy a block of memory, handling overlap.
  /cts/hostsidetests/theme/
android_device.py 76 # should work mostly unless processName is too simple to overlap with
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 84 // green path must overlap with red guide line

Completed in 504 milliseconds

1 2 3 4 5 6 78 91011>>