HomeSort by relevance Sort by last modified time
    Searched refs:replaced (Results 101 - 125 of 539) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ImageMagick/www/api/
paint.php 106 <p>OilPaintImage() applies a special effect filter that simulates an oil painting. Each pixel is replaced by the most frequent color occurring in a circular region defined by radius.</p>
profile.php 271 <p>SetImageProfile() adds a named profile to the image. If a profile with the same name already exists, it is replaced. This method differs from the ProfileImage() method in that it does not apply CMS color profiles.</p>
cache.php 355 <p>Write-only access means that any existing pixel values corresponding to the region are ignored. This is useful if the initial image is being created from scratch, or if the existing pixel values are to be completely replaced without need to refer to their pre-existing values. The application is free to read and write the pixel buffer returned by QueueAuthenticPixels() any way it pleases. QueueAuthenticPixels() does not initialize the pixel array values. Initializing pixel array values is the application's responsibility.</p>
enhance.php 167 <dd>the image, which is replaced by indexed CLUT values </dd>
436 <dd>the image, which is replaced by indexed CLUT values </dd>
  /frameworks/base/core/java/android/app/
Fragment.java     [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 195 * it will be replaced.
197 * @return Whether or not an equivalent JobStatus was replaced by this operation.
200 boolean replaced = mJobSet.remove(jobStatus);
208 return replaced;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
WebViewUpdateServiceTest.java     [all...]
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
Fragment.java     [all...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 32 field; unrepresentable fields are replaced with opaque byte arrays. A
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 300 // dummy type; should be replaced before use.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 40 // replaced on every mutation to provide thread-safe access.
  /prebuilts/go/darwin-x86/src/text/template/
multi_test.go 397 // The empty block in "xhtml" should be replaced during execution
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 32 field; unrepresentable fields are replaced with opaque byte arrays. A
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 300 // dummy type; should be replaced before use.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 40 // replaced on every mutation to provide thread-safe access.
  /prebuilts/go/linux-x86/src/text/template/
multi_test.go 397 // The empty block in "xhtml" should be replaced during execution
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger/1.2.2/
dagger-1.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/libevent/
http.c 268 const char *replaced = NULL; local
269 const size_t replace_size = html_replace(html[i], &replaced);
286 const char *replaced = &html[i]; local
287 const size_t len = html_replace(html[i], &replaced);
288 memcpy(p, replaced, len);
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py 767 replaced = patcher.start()
769 self.assertEqual(replaced, 'foo')
770 self.assertIs(something, replaced)
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 500 // Regexp have been replaced by the return value of function repl applied
603 // Regexp have been replaced by the return value of function repl applied
813 // present in the regular expression is replaced with an empty slice.
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 500 // Regexp have been replaced by the return value of function repl applied
603 // Regexp have been replaced by the return value of function repl applied
813 // present in the regular expression is replaced with an empty slice.
    [all...]
  /build/soong/genrule/
genrule.go 280 // to be replaced later by ninja_strings.go
  /external/autotest/frontend/afe/
models.py 153 """Detect whether a label is replaced by a static label.
158 replaced = ReplacedLabel.objects.filter(label__id=self.id)
159 if len(replaced) > 0:
    [all...]
  /external/golang-protobuf/protoc-gen-go/plugin/
plugin.pb.go 194 // which allows it to be placed in a comment. NAME should be replaced with

Completed in 1976 milliseconds

1 2 3 45 6 7 8 91011>>