/external/oprofile/events/i386/p4-ht/ |
unit_masks | 33 0x10 replay cause: partial overlap between load and store
|
/external/qemu/distrib/jpeg-6b/ |
jutils.c | 122 * to output_array[dest_row++]; these areas may overlap for duplication.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlupdaterects.html | 148 >The rectangles are not automatically merged or checked for overlap. In
|
/external/qemu/hw/ |
android_mips.c | 170 ram_size = GOLDFISH_IO_SPACE; /* avoid overlap of ram and IO regs */
|
/external/skia/bench/ |
RTreeBench.cpp | 15 // confine rectangles to a smallish area, so queries generally hit something, and overlap occurs:
|
/external/skia/include/core/ |
SkImageFilter.h | 163 // is no overlap, returns false and leaves rect unchanged.
|
/external/valgrind/main/coregrind/ |
pub_core_errormgr.h | 42 // These must be negative, so as to not overlap with tool error kinds.
|
/external/valgrind/main/docs/xml/ |
manual-intro.xml | 35 profiler. It has some overlap with Cachegrind, but also gathers some
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
decode.c | 134 /* ---- Add-overlap ---- */
|
/frameworks/base/core/java/android/widget/ |
PopupMenu.java | 36 * If the IME is visible the popup will not overlap it until it is touched. Touching outside
|
/frameworks/base/core/java/com/android/internal/os/ |
SamplingProfilerIntegration.java | 171 * restart. This could result in some overlap if we capture
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_dialog.jd | 112 safeframe, but the anti-alias of a round shape can overlap the safeframe.</li>
|
/frameworks/base/docs/html/training/multiple-apks/ |
multiple.jd | 316 <p>Since it?s okay for coverage to overlap, we can describe the area covered by each APK like 324 <p>Note that there?s a <em>lot</em> of overlap in those rules. For instance, an 331 Why allow all the overlap? Let?s pretend that the Purple APK has some requirement on it that the 429 <li>If the APKs overlap in platform version, the one with the higher minSdkVersion must have a
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
FadedEdgeDrawHelper.java | 116 // clip the fade length if top and bottom fades overlap
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryRegion.h | 32 * When two different MemoryRegion may overlap memory space, race condition
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
LocationCluster.java | 113 * cluster move the center away from that cluster till there is no overlap.
|
/hardware/libhardware/include/hardware/ |
memtrack.h | 58 * Memory should not overlap between types. For example, a graphics buffer
|
/packages/apps/InCallUI/res/values/ |
dimens.xml | 41 numbers won't overlap the elapsed time indication. -->
|
/packages/apps/Launcher2/res/values-sw720dp/ |
dimens.xml | 40 <!-- We offset the proxy to overlap with the voice icon -->
|
/packages/services/Telephony/res/values/ |
dimens.xml | 38 numbers won't overlap the elapsed time indication. -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Gesture.java | 80 * are painted on top of earlier ones if they overlap).
|
/frameworks/base/core/java/android/text/ |
SpannableStringBuilder.java | 159 int overlap = mGapStart - where; local 160 System.arraycopy(mText, where, mText, mGapStart + mGapLength - overlap, overlap); 162 int overlap = where - mGapStart; local 163 System.arraycopy(mText, where + mGapLength - overlap, mText, mGapStart, overlap); 765 * Return an array of the spans of the specified type that overlap [all...] |
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 45 (a) it allows us to do overlap checking 132 zero length, they must overlap. */ 251 /* This is a bit redundant, I think; any overlap and the strcat will */ \ 288 /* This checks for overlap after copying, unavoidable without */ \ 336 /* This checks for overlap after copying, unavoidable without */ \ 426 /* This checks for overlap after copying, unavoidable without */ \ 462 /* Check for overlap after copying; all n bytes of dst are relevant, */ \ 499 /* Check for overlap after copying; all n bytes of dst are relevant, */ \ 875 the overlap check; sigh; see #275284. */ 958 /* This checks for overlap after copying, unavoidable without */ [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_framedecoder.cpp | 478 pChVars[ch]->overlap, 800 pv_memset((void*)pChVars[ LEFT]->overlap, 802 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ LEFT]->overlap[0])); 805 pv_memset((void*)pChVars[ RIGHT]->overlap, 807 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ RIGHT]->overlap[0]));
|
/libcore/luni/src/main/java/java/nio/channels/ |
FileChannel.java | 173 * will overlap with this request. 575 * @return the file lock object, or {@code null} if the lock would overlap 581 * another thread is waiting to acquire a lock that will overlap 606 * @return the file lock object, or {@code null} if the lock would overlap 614 * another thread is waiting to acquire a lock that will overlap [all...] |