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

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.27/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.27/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/curl/docs/cmdline-opts/
proxy-anyauth.d 6 Tells curl to pick a suitable authentication method when communicating with
connect-to.d 9 This option is suitable to direct requests at a specific server, e.g. at a
  /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
  /packages/apps/TimeZoneData/oem_template/data_app/
Android.mk 26 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
env.go 10 // suitable for running in the given directory.
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
env.go 10 // suitable for running in the given directory.
  /packages/apps/TimeZoneData/oem_template/data_app/testing/
Android.mk 28 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy and this version should
44 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy and this version should
  /prebuilts/go/darwin-x86/src/crypto/cipher/
example_test.go 20 // real.) If you want to convert a passphrase to a key, use a suitable
49 // real.) If you want to convert a passphrase to a key, use a suitable
78 // real.) If you want to convert a passphrase to a key, use a suitable
121 // real.) If you want to convert a passphrase to a key, use a suitable
160 // real.) If you want to convert a passphrase to a key, use a suitable
189 // real.) If you want to convert a passphrase to a key, use a suitable
219 // real.) If you want to convert a passphrase to a key, use a suitable
258 // real.) If you want to convert a passphrase to a key, use a suitable
297 // real.) If you want to convert a passphrase to a key, use a suitable
338 // real.) If you want to convert a passphrase to a key, use a suitable
    [all...]
  /prebuilts/go/linux-x86/src/crypto/cipher/
example_test.go 20 // real.) If you want to convert a passphrase to a key, use a suitable
49 // real.) If you want to convert a passphrase to a key, use a suitable
78 // real.) If you want to convert a passphrase to a key, use a suitable
121 // real.) If you want to convert a passphrase to a key, use a suitable
160 // real.) If you want to convert a passphrase to a key, use a suitable
189 // real.) If you want to convert a passphrase to a key, use a suitable
219 // real.) If you want to convert a passphrase to a key, use a suitable
258 // real.) If you want to convert a passphrase to a key, use a suitable
297 // real.) If you want to convert a passphrase to a key, use a suitable
338 // real.) If you want to convert a passphrase to a key, use a suitable
    [all...]
  /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.
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_model_architecture.md 17 # it's 'Variable'). scope view is usually suitable in this case.
  /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/linux-x86/src/compress/bzip2/
move_to_front.go 9 // many small valued numbers, which is suitable for entropy encoding. It works
  /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/go/types/
exprstring.go 15 // Shortened representations are suitable for user interfaces but may not
24 // Shortened representations are suitable for user interfaces but may not
  /prebuilts/go/linux-x86/src/go/types/
exprstring.go 15 // Shortened representations are suitable for user interfaces but may not
24 // Shortened representations are suitable for user interfaces but may not
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest.go 18 // NewRequest returns a new incoming server Request, suitable

Completed in 755 milliseconds

1 2 3 4 5 6 7 8