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

<<11121314151617181920>>

  /external/fio/
iolog.c 253 int overlap = 0; local
263 overlap = ipo->offset + ipo->len > __ipo->offset;
267 overlap = __ipo->offset + __ipo->len > ipo->offset;
270 overlap = 1;
272 if (overlap) {
273 dprint(FD_IO, "iolog: overlap %llu/%lu, %llu/%lu",
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 590 // 1) noncandidate layer and candidate layer below the target layer can't overlap
593 // 2) noncandidate layer and candidate layers above the target layer can't overlap
599 // check candidate and noncandidate layers below this candidate does not overlap
604 // check candidate layer above this noncandidate layer does not overlap
616 // check candidate and noncandidate layers above this candidate does not overlap
621 // check candidate layer below this noncandidate layer does not overlap
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 661 // 1) noncandidate layer and candidate layer below the target layer can't overlap
664 // 2) noncandidate layer and candidate layers above the target layer can't overlap
670 // check candidate and noncandidate layers below this candidate does not overlap
675 // check candidate layer above this noncandidate layer does not overlap
687 // check candidate and noncandidate layers above this candidate does not overlap
692 // check candidate layer below this noncandidate layer does not overlap
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 152 // Double should not overlap with float.
161 // Float should not overlap with double.
  /cts/tests/tests/view/src/android/view/cts/
ViewOverlayTest.java 182 // Our overlay drawables overlap in horizontal 30-60 range. Here we test that the
246 // Our overlay drawables overlap in horizontal 30-60 range. This is the same test as
  /external/elfutils/libdwfl/
dwfl_report_elf.c 260 overlap:
280 goto overlap;
  /external/llvm/test/DebugInfo/
llvm-symbolizer.test 21 RUN: echo "%p/Inputs/arange-overlap.elf-x86_64 0x714" >> %t.input
103 CHECK-NEXT: {{.*}}arange-overlap.cc:6
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
TryListBuilder.java 215 /*Oops, totally too far! The new range doesn't overlap any existing
224 the new range does overlap this one. We need to add a new range just
  /external/valgrind/docs/internals/
segments-seginfos.txt 113 overlap, or appear in non-ascending order, etc. The results might depend on
119 modules do not overlap. In particular, ld-linux sometimes searches
  /frameworks/base/core/java/android/hardware/camera2/params/
MeteringRectangle.java 46 * result. Metering areas can partially overlap and the camera device will add the weights in the
47 * overlap rectangle.
  /hardware/intel/img/psb_video/src/
vc1_header.h 51 CONDOVER affects overlap smoothing in advanced profile.
163 IMG_UINT8 OVERLAP;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 371 SearchData OVERLAP[] = {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 367 SearchData OVERLAP[] = {
    [all...]
  /art/compiler/optimizing/
intrinsics.h 100 // We're moving potentially two or more locations to locations that could overlap, so we need
  /art/compiler/utils/arm64/
managed_register_arm64.h 141 // Returns true if the two managed-registers ('this' and 'other') overlap.
  /art/compiler/utils/mips/
managed_register_mips.h 162 // Returns true if the two managed-registers ('this' and 'other') overlap.
  /art/compiler/utils/x86/
managed_register_x86.h 158 // Returns true if the two managed-registers ('this' and 'other') overlap.
  /art/compiler/utils/x86_64/
managed_register_x86_64.h 145 // Returns true if the two managed-registers ('this' and 'other') overlap.
  /art/runtime/arch/arm/
quick_entrypoints_cc_arm.cc 54 // Double should not overlap with float.
  /art/tools/
analyze-init-failures.py 149 print(' overlap=false;')
  /art/tools/dexfuzz/src/dexfuzz/program/
CodeTranslator.java 326 // First, manipulate the try blocks if they overlap.
331 // Do they overlap?
334 Log.debug("Found overlap in TryBlocks, moving 2nd TryBlock...");
338 // Find the first instruction that comes after that does not overlap
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ungetc.c 70 /* no overlap (hence can use memcpy) because we doubled the size */
  /device/google/contexthub/lib/include/nanohub/
appRelocFormat.h 27 * always be word-aligned, and never overlap. We use all of that. How do we
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java 91 // thin out domain tick labels so they dont overlap each other:
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 95 /** Are both ranges disjoint? I.e., no overlap? */

Completed in 673 milliseconds

<<11121314151617181920>>