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

1 2 3 4

  /prebuilts/go/darwin-x86/test/chan/
select3.go 115 // empty selects always block
121 // selects with only nil channels always block
143 // selects with non-ready non-nil channels always block
152 // selects with default cases don't block
173 // selects with ready channels don't block
192 // selects with closed channels behave like ordinary operations
select2.go 7 // Test that selects do not consume undue memory.
52 println("BUG: too much memory for 100,000 selects:", memstats.Alloc-alloc)
  /prebuilts/go/linux-x86/test/chan/
select3.go 115 // empty selects always block
121 // selects with only nil channels always block
143 // selects with non-ready non-nil channels always block
152 // selects with default cases don't block
173 // selects with ready channels don't block
192 // selects with closed channels behave like ordinary operations
select2.go 7 // Test that selects do not consume undue memory.
52 println("BUG: too much memory for 100,000 selects:", memstats.Alloc-alloc)
  /packages/providers/CallLogProvider/
Android.mk 10 # application. This configuration line selects which packages will be analyzed,
  /packages/providers/ContactsProvider/
Android.mk 16 # application. This configuration line selects which packages will be analyzed,
  /external/mesa3d/docs/specs/
EXT_shader_integer_mix.spec 43 selects. This extension extends mix() to select between int, uint,
62 genIType mix(genIType x, Selects which vector each returned component comes
137 selects between boolean components.
  /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/math/big/
intconv.go 174 // ``0x'' or ``0X'' selects base 16; the ``0'' prefix selects base 8, and a
175 // ``0b'' or ``0B'' prefix selects base 2. Otherwise the selected base is 10.
floatconv.go 236 // "0x" or "0X" selects base 16, and a "0b" or "0B" prefix selects
natconv.go 73 // ``0x'' or ``0X'' selects base 16; if fracOk is not set, the ``0'' prefix
74 // selects base 8, and a ``0b'' or ``0B'' prefix selects base 2. Otherwise
int.go 370 // ``0x'' or ``0X'' selects base 16; the ``0'' prefix selects base 8, and a
371 // ``0b'' or ``0B'' prefix selects base 2. Otherwise the selected base is 10.
  /prebuilts/go/linux-x86/src/math/big/
intconv.go 174 // ``0x'' or ``0X'' selects base 16; the ``0'' prefix selects base 8, and a
175 // ``0b'' or ``0B'' prefix selects base 2. Otherwise the selected base is 10.
floatconv.go 236 // "0x" or "0X" selects base 16, and a "0b" or "0B" prefix selects
natconv.go 73 // ``0x'' or ``0X'' selects base 16; if fracOk is not set, the ``0'' prefix
74 // selects base 8, and a ``0b'' or ``0B'' prefix selects base 2. Otherwise
int.go 370 // ``0x'' or ``0X'' selects base 16; the ``0'' prefix selects base 8, and a
371 // ``0b'' or ``0B'' prefix selects base 2. Otherwise the selected base is 10.
  /build/soong/
doc.go 34 // modules, and user-visible behavior choices. A product selects one and only
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_arm_gen.go 81 sn, ok := big.NewInt(0).SetString(id.serialNumber, 0) // 0x prefix selects hex
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
filter.go 113 // TagMatch selects tags for filtering
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_arm_gen.go 81 sn, ok := big.NewInt(0).SetString(id.serialNumber, 0) // 0x prefix selects hex
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
filter.go 113 // TagMatch selects tags for filtering
  /external/autotest/frontend/afe/
model_logic.py 285 def _custom_select_query(self, query_set, selects):
289 @param selects: Tables/Columns to select, e.g. tko_test_labels_list.id.
302 sql_query = ('SELECT ' + distinct + ','.join(selects) + from_)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
doc.go 31 representation of the item to be documented. What the argument selects depends
  /prebuilts/go/darwin-x86/src/sync/
pool.go 109 // Get selects an arbitrary item from the Pool, removes it from the
  /prebuilts/go/darwin-x86/test/
closedchan.go 146 // indirect operations via larger selects

Completed in 1385 milliseconds

1 2 3 4