/external/icu4c/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/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerCompositor.cpp | 93 // never overlap with each other. 127 // Layers do not contribute to overlap immediately--instead, they will 128 // contribute to overlap as soon as they have been recursively processed 152 // This effectively creates a new "clean slate" for overlap state. 154 // siblings does not need to check overlap with things behind it. 160 // The overlap information on the top of the stack is still necessary 161 // for checking overlap of any layers outside this context that may 162 // overlap things from inside this context. Therefore, we must merge 375 checkForHierarchyUpdate = true; // Overlap can change with scrolling, so need to check for hierarchy updates. 697 // FIXME: If this layer's overlap bounds include its children, we don't need to add it [all...] |
/external/chromium_org/courgette/third_party/ |
bsdiff_create.cc | 358 // If the extended scans overlap, pick a position in the overlap region 361 int overlap = (lastscan + lenf) - (scan - lenb); local 364 for (int i = 0; i < overlap; i++) { 365 if (newbuf[lastscan + lenf - overlap + i] == 366 old[lastpos + lenf - overlap + i]) score++; 371 lenf += lens - overlap;
|
/external/valgrind/main/VEX/priv/ |
guest_ppc_helpers.c | 711 /* no overlap with LR */ 717 /* no overlap with R1 */ 723 /* no overlap with CIA */ 748 /* no overlap with LR */ 754 /* no overlap with R1 */ 760 /* no overlap with R2 */ 766 /* no overlap with CIA */
|
/external/valgrind/main/memcheck/tests/ |
Makefile.am | 80 custom-overlap.stderr.exp custom-overlap.vgtest \ 162 overlap.stderr.exp overlap.stdout.exp overlap.vgtest \ 247 custom-overlap \ 275 overlap \
|
/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:__anon2620 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/chromium_org/ppapi/generators/ |
idl_release.py | 184 # if the max and min overlap, than's an error 189 node.Error('Overlap in releases: %s vs %s when adding %s' % 201 # and does not overlap with anything previously added, so
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITMemoryManagerTest.cpp | 158 // alignment and overlap. 172 // Initialize them each one at a time and make sure they don't overlap. 220 // overlap.
|
/external/skia/gm/ |
blurrect.cpp | 310 // regular size rects, blurs should be small enough not to completely overlap. 325 // skinny tall rects, blurs overlap in X but not y 340 // tiny rects, blurs overlap in X and Y
|
/external/skia/tests/ |
TileGridTest.cpp | 97 // Corner overlap 107 // Intersect bottom right tile, but does not overlap rect 2 269 // BBoxes that overlap tiles
|
/frameworks/base/docs/html/google/play/publishing/ |
multiple-apks.jd | 270 value. This is also true if two APKs overlap their device support based on a different supported 325 devices. However, it's OK to publish multiple APKs that overlap their support slightly. When two 326 APKs do overlap (they support some of the same device configurations), a device that falls within 327 that overlap range will receive the APK with a higher version code (defined by <a 342 there is an overlap between the APKs within that filter.</p> 361 distinguish each APK, but so is the screen size. Because the screen sizes overlap (both APKs 368 levels. Because there is no overlap within the screen size filter, there are no devices that 376 compatible with devices that have an ARMv7 CPU, the APKs overlap on this characteristic. 408 overlap, because both APKs support large screens. If you do not resolve this, then devices that 412 architectures, be aware that an APK for ARMv5TE will overlap with an APK for ARMv7. That is [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usrchtst.c | 515 USearchAttributeValue overlap) 532 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status); 763 while (OVERLAP[count].text != NULL) { 764 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF, 766 log_err("Error at overlap test number %d\n", count); 773 log_err("Error at non overlap test number %d\n", count); 782 const SearchData *search = &(OVERLAP[count]); 801 log_err("Error setting overlap option\n"); 811 log_err("Error setting overlap option\n"); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
srchtest.cpp | 468 USearchAttributeValue overlap) 499 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status); 882 while (OVERLAP[count].text != NULL) { 883 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF, 885 errln("Error at overlap test number %d", count); 892 errln("Error at non overlap test number %d", count); 899 const SearchData *search = &(OVERLAP[count]); 917 errln("Error setting overlap option"); 928 errln("Error setting overlap option"); [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CornerPathEffectTest.java | 84 // green path must overlap with red guide line
|
/dalvik/vm/os/ |
android.cpp | 33 * of the system. In some cases adjacent entries may overlap.
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t048rewrite.py | 249 "replace op boundaries of <ReplaceOp@3..5:\"foo\"> overlap " 256 tokens.replace(1, 3, "foo") # overlap, error 264 "replace op boundaries of <ReplaceOp@1..3:\"foo\"> overlap " 345 "replace op boundaries of <ReplaceOp@1..2:\"foo\"> overlap "
|
/external/chromium/chrome/browser/download/ |
download_history.cc | 52 // handles, so we use a negative value. Eventually, they could overlap, but
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_controller.h | 59 // doesn't overlap browser destruction.
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_button.mm | 101 // buttons in a pair that overlap.
|
/external/chromium/chrome/browser/ui/views/ |
detachable_toolbar_view.h | 32 // Gets the current amount of overlap atop the browser toolbar.
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view_layout.h | 90 // to make the bookmark bar and contents_container_ overlap so that the
|
/external/chromium_org/ash/test/ |
display_manager_test_api.cc | 69 // Sart from (1,1) so that windows won't overlap with native mouse cursor.
|