/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blit.c | 371 * \return TRUE if two regions overlap, FALSE otherwise 391 return TRUE; /* some overlap */ 447 boolean overlap; local 459 /* do the regions overlap? */ 460 overlap = src_tex == dst->texture && 494 !overlap) {
|
/external/icu4c/common/ |
utrie.cpp | 580 * - overlaps adjacent blocks as much as possible (if overlap==TRUE) 582 * - moves and overlaps blocks that overlap with multiple values in the overlap region 585 * - try to move and overlap blocks that are not already adjacent 588 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) { 636 overlap ? UTRIE_DATA_GRANULARITY : UTRIE_DATA_BLOCK_LENGTH)) 650 if(overlap && start>=overlapStart) { 651 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */ 660 /* some overlap */ 669 /* no overlap, just move the indexes to their new positions * [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.c | 371 * \return TRUE if two regions overlap, FALSE otherwise 391 return TRUE; /* some overlap */ 447 boolean overlap; local 459 /* do the regions overlap? */ 460 overlap = src_tex == dst->texture && 494 !overlap) {
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.cc | 1886 int overlap = StatusBubbleViews::kShadowThickness + local [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.cc | 2075 int overlap = StatusBubbleViews::kShadowThickness; local [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_layout_manager.cc | 150 int overlap = (*first).major_pos + separation - (*second).major_pos; local 152 (*first).major_pos - overlap / 2); 659 // the panels start at least a full panel width apart this overlap will [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_decoder.c | 171 opus_val16 *out, int overlap, int channels, 178 for (i=0;i<overlap;i++)
|
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 156 the overlap-add span of the first two audio packets.
|
04-codec.tex | 408 add/overlap output stage. 588 actually overlap. This does not damage transform orthogonality. Pay
|
/external/valgrind/main/exp-sgcheck/ |
sg_main.c | 88 if there is any overlap. Redundant paranoia with casting is there 331 /* If there are any blocks which overlap and have the same 1125 Bool overlap = False; local [all...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
|
/external/chromium_org/third_party/libva/va/ |
va.h | 1332 unsigned int overlap : 1; \/* METADATA::OVERLAP *\/ member in struct:_VAPictureParameterBufferVC1::__anon12007::__anon12008 [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...] |
/external/chromium_org/v8/tools/profviz/ |
composer.js | 186 // Don't merge ranges if there is no overlap (incl. merge tolerance).
|
/external/icu4c/test/intltest/ |
srchtest.cpp | 376 errln("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>", 393 errln("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", 426 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n", 445 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", 571 USearchAttributeValue overlap) 602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status); 985 while (OVERLAP[count].text != NULL) { 986 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF, 988 errln("Error at overlap test number %d", count); 995 errln("Error at non overlap test number %d", count) [all...] |
/external/aac/libAACdec/src/ |
aacdecoder.cpp | 710 set the start values for window shape and window sequence of overlap&add to zero, 711 set the overlap buffer to zero and initializes the pointers to the window coefficients. [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_editor.js | 618 * Hide the tools that overlap the given rectangular frame.
|
/external/icu4c/test/cintltst/ |
usrchtst.c | 457 log_err("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>\n", 475 log_err("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", 508 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n", 527 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", 614 USearchAttributeValue overlap) 631 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status); 862 while (OVERLAP[count].text != NULL) { 863 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF, 865 log_err("Error at overlap test number %d\n", count); 872 log_err("Error at non overlap test number %d\n", count) [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | [all...] |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
hierarchyviewer2lib.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |