/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
bin-objfmt.c | 850 /* Check for LMA overlap using a simple N^2 algorithm. */ 856 yasm_intnum *overlap; local 872 overlap = yasm_intnum_copy(bsd->istart); 873 yasm_intnum_calc(overlap, YASM_EXPR_ADD, bsd->length); 874 yasm_intnum_calc(overlap, YASM_EXPR_SUB, bsd2->istart); 876 overlap = yasm_intnum_copy(bsd2->istart); 877 yasm_intnum_calc(overlap, YASM_EXPR_ADD, bsd2->length); 878 yasm_intnum_calc(overlap, YASM_EXPR_SUB, bsd->istart); 881 if (yasm_intnum_sign(overlap) > 0) { 883 N_("sections `%s' and `%s' overlap by %lu bytes") [all...] |
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 57 * the result element values are undefined if the result elements overlap 81 * elements overlap either the lhsMat or rhsVec elements. 104 * mTrans and m must not overlap. 126 * mInv and m must not overlap. 436 * m and sm must not overlap. 481 * m and tm must not overlap. 526 * m and rm must not overlap.
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationContainer.java | 905 int overlap = 0; local [all...] |
/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...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
TokenRewriteStream.cs | 526 * R.i-j.u R.x-y.v | boundaries overlap ERROR 529 * D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 546 * 3. Throw exception upon boundary overlap with any previous replace. 613 // D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 625 " overlap with previous " + prevRop );
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
TokenRewriteStream.java | 417 * R.i-j.u R.x-y.v | boundaries overlap ERROR 420 * D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 437 * 3. Throw exception upon boundary overlap with any previous replace. 495 // D.i-j.u D.x-y.v | boundaries overlap combine to max(min)..max(right) 505 " overlap with previous "+prevRop);
|
/external/llvm/lib/CodeGen/ |
SplitKit.h | 227 /// it to overlap the other intervals. If it is going to spill anyway, no 231 /// doesn't overlap any other intervals, and the original interval is 236 /// SM_Size - Overlap intervals to minimize the number of inserted COPY 243 /// SM_Speed - Overlap intervals to minimize the expected execution 296 /// complement interval can overlap the other intervals, so it gets its own
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_mdct_18.cpp | 39 int32 *history input for overlap and add, vector updated with 40 next overlap and add values 50 Returns the mdct of length 18 of the input vector, as well as the overlap 187 /* overlap and add */ 244 /* next iteration overlap */
|
pvmp3_mdct_6.cpp | 38 int32 *history input for overlap and add, vector updated with 39 next overlap and add values 47 Returns the mdct of length 6 of the input vector, as well as the overlap
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 66 // Make subfolder menus overlap their parent menu a bit to give a better 103 // submenu". However, by doing so, it's possible to overlap a 120 // no opportunity for overlap.
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 177 // How much we want the bookmark bar to overlap the toolbar. If |return_max| 178 // is true, we return the maximum overlap rather than the current overlap.
|
/external/chromium_org/cc/trees/ |
damage_tracker.cc | 95 // All layers that overlap the damaged region still need to be drawn. For 100 // overlap... i.e. some of the exposed region may not actually be exposing 264 // - note that in many cases the old and new layer rects may overlap,
|
layer_sorter_unittest.cc | 18 // Note: In the following overlap tests, the "camera" is looking down the 47 // One layer translated off to the right. No overlap should be detected. 128 // centers). A and B don't overlap, so they're incomparable.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 73 // Make subfolder menus overlap their parent menu a bit to give a better 110 // submenu". However, by doing so, it's possible to overlap a 127 // no opportunity for overlap.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchAdjustment.cpp | 337 // as links, where the width may be significantly larger than the touch width. Using area of overlap 338 // in such cases can lead to a bias towards shorter links. Conversely, percentage of overlap can 339 // provide strong confidence in tapping on a small target, where the overlap is often quite high,
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_copypix.c | 43 * Determine if there's overlap in an image copy. 47 * \return GL_TRUE if the regions overlap, GL_FALSE otherwise. 560 /* memmove() in case of overlap */
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.cc | 154 // Ensure the bubble is large enough to not overlap border and arrow images. 220 // Calculate the minimum offset to not overlap arrow and corner images. 222 // Ensure the returned value will not cause image overlap, if possible.
|
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 43 * Determine if there's overlap in an image copy. 47 * \return GL_TRUE if the regions overlap, GL_FALSE otherwise. 560 /* memmove() in case of overlap */
|
/external/valgrind/main/VEX/priv/ |
guest_mips_helpers.c | 175 /* no overlap with sp */ 181 /* no overlap with pc */ 192 /* no overlap with fp */
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 286 * Indicates whether two children's animations will overlap. Animations 287 * overlap when the delay is lower than 100% (or 1.0). 289 * @return true if animations will overlap, false otherwise
|
/external/qemu/android/skin/ |
region.c | 662 else /* band1 and band2 overlap */ 751 /* intersection + overlap */ 1312 expectTestIntersect( Region* r1, Region* r2, SkinOverlap overlap ) 1315 printf( "expectTestIntersect(%d): ", overlap ); 1317 if (result != overlap) { 1318 printf( "bad result %d, expected %d\n", result, overlap ); [all...] |
/external/chromium_org/ash/shelf/ |
shelf_layout_manager.h | 134 // Sets whether any windows overlap the shelf. If a window overlaps the shelf 338 // Do any windows overlap the shelf? This is maintained by WorkspaceManager.
|
/external/chromium_org/base/test/ |
sequenced_task_runner_test_template.h | 179 // overlap whatsoever between any two tasks. 211 // were posted in and that there is no execution overlap whatsoever.
|
/external/chromium_org/net/third_party/nss/patches/ |
alpn.patch | 222 - SSL_NEXT_PROTO_NO_OVERLAP = 2 /* No protocol overlap found */ 223 + SSL_NEXT_PROTO_NO_OVERLAP = 2, /* No protocol overlap found */
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerCompositor.h | 205 // Returns all reasons (direct, indirectly due to subtree, and indirectly due to overlap) that a layer should be composited. 356 int m_secondaryCompositedLayerCount; // count of layers that have to be composited because of stacking or overlap.
|