/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
WorkspaceAccessibilityHelper.java | 67 boolean fits = false; 77 fits = true; 84 if (!fits) break; 87 fits = false; 92 if (fits) {
|
/external/ImageMagick/coders/ |
Android.mk | 51 fits.c\
|
Make.com | 49 $call Make fits.c 153 cmyk,cut,dcm,dds,debug,dib,dng,dps,dpx,emf,ept,exr,fax,fd,fits,fpx,gif, -
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuPresenter.java | 74 boolean fits = (itemsToShow.size() == mMaxItems && childIndex < mMaxItems) || 76 return fits && !item.isActionButton();
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
curve25519.go | 451 // |h1| <= 2^24; from now on fits into int32 452 // |h5| <= 2^24; from now on fits into int32 462 // |h2| <= 2^25; from now on fits into int32 unchanged 463 // |h6| <= 2^25; from now on fits into int32 unchanged 473 // |h3| <= 2^24; from now on fits into int32 unchanged 474 // |h7| <= 2^24; from now on fits into int32 unchanged 484 // |h4| <= 2^25; from now on fits into int32 unchanged 485 // |h8| <= 2^25; from now on fits into int32 unchanged 492 // |h9| <= 2^24; from now on fits into int32 unchanged 498 // |h0| <= 2^25; from now on fits into int32 unchange [all...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/ |
curve25519.go | 451 // |h1| <= 2^24; from now on fits into int32 452 // |h5| <= 2^24; from now on fits into int32 462 // |h2| <= 2^25; from now on fits into int32 unchanged 463 // |h6| <= 2^25; from now on fits into int32 unchanged 473 // |h3| <= 2^24; from now on fits into int32 unchanged 474 // |h7| <= 2^24; from now on fits into int32 unchanged 484 // |h4| <= 2^25; from now on fits into int32 unchanged 485 // |h8| <= 2^25; from now on fits into int32 unchanged 492 // |h9| <= 2^24; from now on fits into int32 unchanged 498 // |h0| <= 2^25; from now on fits into int32 unchange [all...] |
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/ |
curve25519.go | 451 // |h1| <= 2^24; from now on fits into int32 452 // |h5| <= 2^24; from now on fits into int32 462 // |h2| <= 2^25; from now on fits into int32 unchanged 463 // |h6| <= 2^25; from now on fits into int32 unchanged 473 // |h3| <= 2^24; from now on fits into int32 unchanged 474 // |h7| <= 2^24; from now on fits into int32 unchanged 484 // |h4| <= 2^25; from now on fits into int32 unchanged 485 // |h8| <= 2^25; from now on fits into int32 unchanged 492 // |h9| <= 2^24; from now on fits into int32 unchanged 498 // |h0| <= 2^25; from now on fits into int32 unchange [all...] |
/external/libvorbis/lib/ |
floor1.c | 471 static int fit_line(lsfit_acc *a,int fits,int *y0,int *y1, 476 int x1=a[fits-1].x1; 478 for(i=0;i<fits;i++){ 599 lsfit_acc fits[VIF_POSIT+1]; local 617 nonzero+=accumulate_fit(logmask,logmdct,0,n,fits,n,info); 621 look->sorted_index[i+1],fits+i, 629 fit_line(fits,posts-1,&y0,&y1,info); 669 int ret0=fit_line(fits+lsortpos,sortpos-lsortpos,&ly0,&ly1,info); 670 int ret1=fit_line(fits+sortpos,hsortpos-sortpos,&hy0,&hy1,info);
|
/prebuilts/go/darwin-x86/src/strconv/ |
fp_test.go | 43 // We expect that v*pow2(e) fits in a float64,
|
itoa.go | 81 us := uintptr(u - q*1e9) // us % 1e9 fits into a uintptr
|
/prebuilts/go/linux-x86/src/strconv/ |
fp_test.go | 43 // We expect that v*pow2(e) fits in a float64,
|
itoa.go | 81 us := uintptr(u - q*1e9) // us % 1e9 fits into a uintptr
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
PhotoView.java | 811 final boolean fits = (dwidth < 0 || vwidth == dwidth) && 823 if (fits || mMatrix.isIdentity()) { 824 // The bitmap fits exactly, no transform needed. 842 final boolean fits = (dwidth < 0 || vwidth == dwidth) && 845 if (fits && !mAllowCrop) { [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
brokw-3.s | 1 ; Tests the broken-word function, one more word than fits in a
|
/prebuilts/go/darwin-x86/src/net/http/ |
http.go | 29 // a pointer so it fits in an interface{} without allocation.
|
/prebuilts/go/linux-x86/src/net/http/ |
http.go | 29 // a pointer so it fits in an interface{} without allocation.
|
/prebuilts/go/darwin-x86/src/database/sql/driver/ |
types.go | 22 // fits, such as making sure a particular int64 fits in a
|
/prebuilts/go/linux-x86/src/database/sql/driver/ |
types.go | 22 // fits, such as making sure a particular int64 fits in a
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
ImageUtils.java | 625 boolean fits = (imageHeight < heightLimitWithSlop && 630 while (!fits) { 650 fits = (imageHeight < heightLimitWithSlop && [all...] |
/external/flatbuffers/include/flatbuffers/ |
flexbuffers.h | 604 auto fits = (1U << value_width) <= byte_width; local 605 if (fits) { 609 return fits; [all...] |
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
CodedOutputStreamTest.cs | 48 // Only do 32-bit write if the value fits in 32 bits.
74 // Only do 32-bit write if the value fits in 32 bits.
|
/prebuilts/go/darwin-x86/src/fmt/ |
format.go | 139 // for formatting -1 with %#U ("U+FFFFFFFFFFFFFFFF") which fits 452 // for strconv.AppendFloat and therefore fits into a byte.
|
/prebuilts/go/linux-x86/src/fmt/ |
format.go | 139 // for formatting -1 with %#U ("U+FFFFFFFFFFFFFFFF") which fits 452 // for strconv.AppendFloat and therefore fits into a byte.
|
/external/ImageMagick/www/api/ |
annotate.php | 140 <p>FormatMagickCaption() formats a caption so that it fits within the image width. It returns the number of lines in the formatted caption.</p>
|
/frameworks/base/core/java/android/widget/ |
ImageView.java | [all...] |