HomeSort by relevance Sort by last modified time
    Searched refs:suitable (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pad16.s 1 * Padding 16 bytes, suitable for testing relocs together with the larger
pad2p18m32.s 1 * Padding (1 << 19)/2 - 32 bytes; that is, suitable for testing the
pad2p26m32.s 1 * Padding (1 << 27)/2 - 32 bytes; that is, suitable for testing the
pad4.s 1 * Padding 16 bytes, suitable for testing relocs together with the larger
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-bpo2.s 3 # Check that base-plus-offset relocs without suitable GREGs are not passed
6 LDO $43,a+52 % { dg-error "no suitable GREG definition" "" }
  /external/libevent/include/event2/
event-config.h 11 # error No event-config.h suitable for this distribution.
  /external/skia/tools/
test_gpuveto.py 92 suitable = False
94 assert 'suitable' in output
95 suitable = True
138 elif suitable:
155 skp_file, suitable, rasterTime, gpuTime, result))
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_generic.go 16 // polynomial. The table is suitable for use with the simple algorithm
24 // simplePopulateTable constructs a Table for the specified polynomial, suitable
57 // table is suitable for use with the slicing-by-8 algorithm (slicingUpdate).
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_generic.go 16 // polynomial. The table is suitable for use with the simple algorithm
24 // simplePopulateTable constructs a Table for the specified polynomial, suitable
57 // table is suitable for use with the slicing-by-8 algorithm (slicingUpdate).
  /external/ltp/testcases/kernel/power_management/
README 87 Timer migration interface test will execute on kernel versions 2.6.31 and above. Timer migration functionality verification testcases will be executed only on suitable architecture like quad core or the number of CPU's in each package should be atleast 4 and above
  /sdk/find_java/
find_java.bat 16 rem This script is called by the other batch files to find a suitable Java.exe
56 echo ERROR: No suitable Java found. In order to properly use the Android Developer
57 echo Tools, you need a suitable version of Java JDK installed on your system.
  /prebuilts/go/darwin-x86/src/compress/bzip2/
move_to_front.go 9 // many small valued numbers, which is suitable for entropy encoding. It works
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 20 // suitable for passing to testing.MainStart.
  /prebuilts/go/linux-x86/src/compress/bzip2/
move_to_front.go 9 // many small valued numbers, which is suitable for entropy encoding. It works
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 20 // suitable for passing to testing.MainStart.
  /external/ImageMagick/www/api/
effect.php 59 <p>AdaptiveBlurImage() adaptively blurs the image by blurring less intensely near image edges and more intensely far from edges. We blur the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and AdaptiveBlurImage() selects a suitable radius for you.</p>
94 <p>AdaptiveSharpenImage() adaptively sharpens the image by sharpening more intensely near image edges and less intensely far from edges. We sharpen the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and AdaptiveSharpenImage() selects a suitable radius for you.</p>
129 <p>BlurImage() blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma. Use a radius of 0 and BlurImage() selects a suitable radius for you.</p>
221 <p>EdgeImage() finds edges in an image. Radius defines the radius of the convolution filter. Use a radius of 0 and EdgeImage() selects a suitable radius for you.</p>
252 <p>EmbossImage() returns a grayscale image with a three-dimensional effect. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and Emboss() selects a suitable radius for you.</p>
287 <p>GaussianBlurImage() blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma. Use a radius of 0 and GaussianBlurImage() selects a suitable radius for you</p>
357 <p>MotionBlurImage() simulates motion blur. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and MotionBlurImage() selects a suitable radius for you. Angle gives the angle of the blurring motion.</p>
540 <p>SharpenImage() sharpens the image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and SharpenImage() selects a suitable radius for you.</p>
613 <p>UnsharpMaskImage() sharpens one or more image channels. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and UnsharpMaskImage() selects a suitable radius for you.</p>
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest.go 18 // NewRequest returns a new incoming server Request, suitable
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows.go 57 // a suitable candidate.
  /prebuilts/go/linux-x86/src/net/http/httptest/
httptest.go 18 // NewRequest returns a new incoming server Request, suitable
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows.go 57 // a suitable candidate.
  /build/soong/java/
java.go 121 // output file suitable for inserting into the classpath of another compile
124 // output file suitable for installing or running
127 // jarSpecs suitable for inserting classes from a static library into another jar
130 // jarSpecs suitable for inserting resources from a static library into another jar
  /prebuilts/go/darwin-x86/src/crypto/x509/
cert_pool.go 111 // of root CAs in a format suitable for this function.
  /prebuilts/go/linux-x86/src/crypto/x509/
cert_pool.go 111 // of root CAs in a format suitable for this function.
  /external/valgrind/auxprogs/
nightly-build-summary 71 [--dump] write results suitable for post-processing
323 # Write out the results in a form suitable for automatic post-processing
  /prebuilts/go/darwin-x86/src/sync/
pool.go 25 // build efficient, thread-safe free lists. However, it is not suitable for all
39 // not a suitable use for a Pool, since the overhead does not amortize well in

Completed in 2635 milliseconds

1 2 3 4 5 6 7