Searched
full:overlap (Results
301 -
325 of
1652) sorted by null
<<11121314151617181920>>
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTokenRewriteStream.java | 513 String expecting = "replace op boundaries of <ReplaceOp@[@3,3:3='c',<6>,1:3]..[@5,5:5='b',<5>,1:5]:\"foo\"> overlap with previous <ReplaceOp@[@2,2:2='c',<6>,1:2]..[@4,4:4='c',<6>,1:4]:\"xyz\">"; 529 tokens.replace(1, 3, "foo"); // overlap, error 537 String expecting = "replace op boundaries of <ReplaceOp@[@1,1:1='b',<5>,1:1]..[@3,3:3='c',<6>,1:3]:\"foo\"> overlap with previous <ReplaceOp@[@2,2:2='c',<6>,1:2]..[@4,4:4='c',<6>,1:4]:\"xyz\">"; 684 String expecting = "replace op boundaries of <ReplaceOp@[@1,1:1='b',<5>,1:1]..[@2,2:2='c',<6>,1:2]:\"foo\"> overlap with previous <ReplaceOp@[@0,0:0='a',<4>,1:0]..[@3,3:3='c',<6>,1:3]:\"bar\">";
|
/external/ceres-solver/internal/ceres/ |
canonical_views_clustering.h | 81 // to minimize the number of canonical views and the overlap between
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.timeline.bounds.html | 67 <dl><dt><a name="Bounds-GetOverlapBetweenBounds"><strong>GetOverlapBetweenBounds</strong></a>(first_bounds, second_bounds)</dt><dd><tt>Compute the overlap duration between first_bounds and second_bounds.</tt></dd></dl>
|
telemetry.web_perf.smooth_gesture_util.html | 36 demarcate when the gesture was running. We check for overlap, not inclusion,<br>
|
/external/chromium-trace/catapult/tracing/tracing/importer/ |
find_input_expectations.html | 554 // overlap unnecessarily. 818 // If two animations overlap, then merge them. 866 // The ends of responses frequently overlap the starts of animations. 902 // Merge Tap Responses that overlap Touch-only Animations. [all...] |
/external/clang/test/Sema/ |
warn-overlap.c | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wtautological-overlap-compare %s
|
/external/compiler-rt/include/sanitizer/ |
msan_interface.h | 104 copy. Source and destination regions can overlap. */
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_java.h | 53 // The ranges can overlap.
|
/external/deqp/doc/testspecs/GL3/ |
functional.conditional_render.txt | 56 overlap conditions. Each query test renders a scene with one conditional
|
/external/deqp/doc/testspecs/GLES2/ |
performance.txt | 86 draw call, fills the screen entirely without any overlap between quads.
|
/external/deqp/doc/testspecs/GLES3/ |
performance.txt | 86 draw call, fills the screen entirely without any overlap between quads.
|
/external/elfutils/libelf/ |
elf32_xlatetom.c | 90 overlap can easily be fulfilled.
|
/external/google-benchmark/test/ |
benchmark_test.cc | 166 // do not overlap between threads.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
RangeTest.java | 425 // overlap below 449 // overlap above 475 // overlap below 503 // overlap above
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
ReplaceableString.java | 159 * The destination index must not overlap the source range.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ReplaceableString.java | 169 * The destination index must not overlap the source range.
|
/external/kernel-headers/original/uapi/linux/ |
rds.h | 186 * installed in the socket, and if they overlap, we queue a
|
/external/libchrome/base/ |
task_runner.h | 39 // run, whether tasks overlap, or whether they're run on a particular
|
/external/libopus/celt/ |
celt.h | 203 const opus_val16 *window, int overlap);
|
/external/llvm/include/llvm/CodeGen/ |
RegisterClassInfo.h | 108 /// overlaps PhysReg, or 0 if Reg doesn't overlap a CSR.
|
/external/llvm/lib/Target/AArch64/ |
AArch64DeadRegisterDefinitionsPass.cpp | 105 DEBUG(dbgs() << " Ignoring, implicitly defines overlap reg.\n");
|
/external/llvm/lib/Transforms/Utils/ |
LoopVersioning.cpp | 11 // loop speculates that otherwise may-aliasing memory accesses don't overlap and
|
/external/llvm/test/Transforms/LoopDistribute/ |
basic-with-memchecks.ll | 35 ; We have two compares for each array overlap check.
|
/external/llvm/test/Transforms/LoopIdiom/ |
basic-address-space.ll | 58 ; PR9815 - This is a partial overlap case that cannot be safely transformed
|
/external/llvm/test/Transforms/Sink/ |
basic.ll | 6 ; Sink should sink the load past the store (which doesn't overlap) into
|
Completed in 1555 milliseconds
<<11121314151617181920>>