HomeSort by relevance Sort by last modified time
    Searched refs:stores (Results 176 - 200 of 411) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /external/swiftshader/third_party/LLVM/autoconf/m4/
ltdl.m4 266 [Define to the sub-directory in which libtool stores uninstalled libraries.])
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck.go 103 // Next, order values in the current block w.r.t. stores.
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
buildid.go 181 // stores the build ID as non-instruction bytes at the very beginning
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 59 // Span stores the minimum range of byte positions in the file in which a
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 109 // GZIP stores Latin-1 strings; error if non-Latin-1; convert if non-ASCII.
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go 181 // CertGetCertificateChain will traverse Windows's root stores
  /prebuilts/go/darwin-x86/src/os/
exec.go 16 // Process stores the information about a process created by StartProcess.
  /prebuilts/go/darwin-x86/src/runtime/
memmove_test.go 463 // It used to do 2 2-byte load/stores, which leads to a pipeline stall
  /prebuilts/go/darwin-x86/src/text/template/
helper.go 35 // For instance, ParseFiles("a/foo", "b/foo") stores "b/foo" as the template
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck.go 103 // Next, order values in the current block w.r.t. stores.
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
buildid.go 181 // stores the build ID as non-instruction bytes at the very beginning
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 59 // Span stores the minimum range of byte positions in the file in which a
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 109 // GZIP stores Latin-1 strings; error if non-Latin-1; convert if non-ASCII.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_windows.go 181 // CertGetCertificateChain will traverse Windows's root stores
  /prebuilts/go/linux-x86/src/os/
exec.go 16 // Process stores the information about a process created by StartProcess.
  /prebuilts/go/linux-x86/src/runtime/
memmove_test.go 463 // It used to do 2 2-byte load/stores, which leads to a pipeline stall
  /prebuilts/go/linux-x86/src/text/template/
helper.go 35 // For instance, ParseFiles("a/foo", "b/foo") stores "b/foo" as the template
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 1071 bool stores = MI->mayStore(); local
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy_w16out.s 112 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
ihevc_intra_pred_chroma_planar.s 113 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
  /external/llvm/test/MC/Mips/mips1/
valid.s 155 # Check that we accept traditional %relocation(symbol) offsets for stores
  /external/llvm/test/MC/Mips/mips2/
valid.s 182 # Check that we accept traditional %relocation(symbol) offsets for stores
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
cache.go 335 // Put stores the given output in the cache as the output for the action ID.
371 // PutBytes stores the given bytes in the cache as the output for the action ID.

Completed in 876 milliseconds

1 2 3 4 5 6 78 91011>>