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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bcnst2.d 4 # Consistency check, corresponding to rd-bcnst2-pic.d.
  /external/libunwind/doc/
unw_strerror.tex 8 \begin{Name}{3}{unw\_strerror}{Thomas Hallgren}{Programming Library}{unw\_strerror}unw\_strerror -- get text corresponding to error code
20 to a corresponding text message and returns it.
25 \Var{err\_code} has no corresponding message, the text "invalid error
  /prebuilts/go/darwin-x86/src/math/
unsafe.go 12 // Float32frombits returns the floating point number corresponding
19 // Float64frombits returns the floating point number corresponding
  /prebuilts/go/linux-x86/src/math/
unsafe.go 12 // Float32frombits returns the floating point number corresponding
19 // Float64frombits returns the floating point number corresponding
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg2.s 1 # Use of .greg; non-mmixal syntax though somewhat corresponding to greg1.
  /prebuilts/go/darwin-x86/src/net/
file.go 17 // FileConn returns a copy of the network connection corresponding to
29 // FileListener returns a copy of the network listener corresponding
42 // corresponding to the open file f.
  /prebuilts/go/linux-x86/src/net/
file.go 17 // FileConn returns a copy of the network connection corresponding to
29 // FileListener returns a copy of the network listener corresponding
42 // corresponding to the open file f.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
checkbce.go 9 // corresponding debug options, so it's off by default.
fuse.go 26 // If all Phi ops in ss have identical variables for slots corresponding to
62 // s0 and s1 are equal with b if the corresponding block is missing
78 // We need to keep a slot for Phis corresponding to b.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
checkbce.go 9 // corresponding debug options, so it's off by default.
fuse.go 26 // If all Phi ops in ss have identical variables for slots corresponding to
62 // s0 and s1 are equal with b if the corresponding block is missing
78 // We need to keep a slot for Phis corresponding to b.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-12.d 9 # LOP_QUOTE hits the corresponding aligned address. This is a
  /external/llvm/test/MC/ARM/
eh-directive-cantunwind.s 7 @ in corresponding .ARM.exidx, and its second word should be EXIDX_CANTUNWIND.
  /prebuilts/go/darwin-x86/src/syscall/
timestruct.go 14 // and returns the corresponding Timespec value.
30 // and returns the corresponding Timeval value.
  /prebuilts/go/linux-x86/src/syscall/
timestruct.go 14 // and returns the corresponding Timespec value.
30 // and returns the corresponding Timeval value.
  /external/doclava/res/assets/templates/
sample.cs 20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>
  /external/llvm/test/MC/Mips/
elf_reginfo.s 2 # corresponding options (-mabi=64 -> -mattr=+n64 for example).
  /prebuilts/go/darwin-x86/src/go/token/
token.go 226 // String returns the string corresponding to the token tok.
295 // IsLiteral returns true for tokens corresponding to identifiers
300 // IsOperator returns true for tokens corresponding to operators and
305 // IsKeyword returns true for tokens corresponding to keywords;
  /prebuilts/go/darwin-x86/src/runtime/
noasm.go 6 // These routines have corresponding stubs in stubs_asm.go.
  /prebuilts/go/linux-x86/src/go/token/
token.go 226 // String returns the string corresponding to the token tok.
295 // IsLiteral returns true for tokens corresponding to identifiers
300 // IsOperator returns true for tokens corresponding to operators and
305 // IsKeyword returns true for tokens corresponding to keywords;
  /prebuilts/go/linux-x86/src/runtime/
noasm.go 6 // These routines have corresponding stubs in stubs_asm.go.
  /system/bt/osi/src/socket_utils/
README 22 these sources and the corresponding headers should be removed.
  /prebuilts/go/darwin-x86/src/go/types/
api.go 160 // type switch headers), the corresponding objects are nil.
186 // to their corresponding selections.
253 // of the corresponding expression.
263 // IsVoid reports whether the corresponding expression
269 // IsType reports whether the corresponding expression specifies a type.
274 // IsBuiltin reports whether the corresponding expression denotes
280 // IsValue reports whether the corresponding expression is a value.
291 // IsNil reports whether the corresponding expression denotes the
297 // Addressable reports whether the corresponding expression
303 // Assignable reports whether the corresponding expressio
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
api.go 160 // type switch headers), the corresponding objects are nil.
186 // to their corresponding selections.
253 // of the corresponding expression.
263 // IsVoid reports whether the corresponding expression
269 // IsType reports whether the corresponding expression specifies a type.
274 // IsBuiltin reports whether the corresponding expression denotes
280 // IsValue reports whether the corresponding expression is a value.
291 // IsNil reports whether the corresponding expression denotes the
297 // Addressable reports whether the corresponding expression
303 // Assignable reports whether the corresponding expressio
    [all...]
  /external/ImageMagick/www/api/
cache.php 81 <p>GetAuthenticMetacontent() returns the authentic metacontent corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels(). NULL is returned if the associated pixels are not available.</p>
103 <p>GetAuthenticPixelQueue() returns the authentic pixels associated corresponding with the last call to QueueAuthenticPixels() or GetAuthenticPixels().</p>
129 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image has corresponding metacontent,call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content corresponding to the region. Once the Quantum array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
271 <p>GetVirtualMetacontent() returns the virtual metacontent corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels(). NULL is returned if the meta-content are not available.</p>
293 <p>GetVirtualPixelQueue() returns the virtual pixels associated corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels().</p>
317 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to access the meta-content (of type void) corresponding to the the region.</p>
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>
359 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content (of type void) corresponding to the region. Once the Quantum (and/or Quantum) array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>

Completed in 970 milliseconds

1 2 3 4 5 6 7 8 91011>>