HomeSort by relevance Sort by last modified time
    Searched refs:given (Results 151 - 175 of 1503) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Lib/test/
test_baseexception.py 85 for test_name, (given, expected) in zip(self.interface_tests, results):
86 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
87 given, expected))
90 # Make sure interface works properly when given a single argument
99 # Make sure interface correct when multiple arguments given
  /external/valgrind/gdbserver_tests/
mchelp.stdoutB.exp 7 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
26 mark <len> (or 1) bytes at <addr> with the given accessibility
28 check that <len> (or 1) bytes at <addr> have the given accessibility
64 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
98 mark <len> (or 1) bytes at <addr> with the given accessibility
100 check that <len> (or 1) bytes at <addr> have the given accessibility
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
102 given, expected))
106 # Make sure interface works properly when given a single argument
117 # Make sure interface correct when multiple arguments given
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
102 given, expected))
106 # Make sure interface works properly when given a single argument
117 # Make sure interface correct when multiple arguments given
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 75 // checkInteger returns nil if the given bytes are a valid DER-encoded
90 // parseInt64 treats the given bytes as a big-endian, signed integer and
113 // parseInt treats the given bytes as a big-endian, signed integer and returns
131 // parseBigInt treats the given bytes as a big-endian, signed integer and returns
163 // At returns the bit at the given index. If the index is out of range it
192 // parseBitString parses an ASN.1 bit string from the given byte slice and returns it.
250 // parseObjectIdentifier parses an OBJECT IDENTIFIER from the given bytes and
301 // parseBase128Int parses a base-128 encoded int from the given offset in the
302 // given byte slice. It returns the value and the new offset.
346 err = fmt.Errorf("asn1: time did not serialize back to the original value and may be invalid: given %q, but serialized as %q", s, serialized
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 75 // checkInteger returns nil if the given bytes are a valid DER-encoded
90 // parseInt64 treats the given bytes as a big-endian, signed integer and
113 // parseInt treats the given bytes as a big-endian, signed integer and returns
131 // parseBigInt treats the given bytes as a big-endian, signed integer and returns
163 // At returns the bit at the given index. If the index is out of range it
192 // parseBitString parses an ASN.1 bit string from the given byte slice and returns it.
250 // parseObjectIdentifier parses an OBJECT IDENTIFIER from the given bytes and
301 // parseBase128Int parses a base-128 encoded int from the given offset in the
302 // given byte slice. It returns the value and the new offset.
346 err = fmt.Errorf("asn1: time did not serialize back to the original value and may be invalid: given %q, but serialized as %q", s, serialized
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
102 given, expected))
106 # Make sure interface works properly when given a single argument
117 # Make sure interface correct when multiple arguments given
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 100 for test_name, (given, expected) in zip(self.interface_tests, results):
101 self.assertEqual(given, expected, "%s: %s != %s" % (test_name,
102 given, expected))
106 # Make sure interface works properly when given a single argument
117 # Make sure interface correct when multiple arguments given
  /external/tensorflow/tensorflow/contrib/graph_editor/
transform.py 256 Given an iterable, it returns a list. Given an operation or a tensor,
274 Given an iterable, it returns a list. Given an operation or a tensor,
368 given name-scope.
370 the given subgraph. This handler defaults to creating placeholders
407 Otherwise, the scope is given a unique name based on the one given
554 Otherwise, the scope is given a unique name based on the one given
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 91 // the given zone name and offset (seconds east of UTC).
224 // the given name (such as "EST") at the given pseudo-Unix time
225 // (what the given time of day would be in UTC).
230 // in effect at the given time. (In Sydney, Australia, both standard
232 // offset helps us pick the right one for the given time.
265 // LoadLocation returns the Location with the given name.
zoneinfo_read.go 82 // LoadLocationFromTZData returns a Location with the given name
224 // loadTzinfoFromDirOrZip returns the contents of the file with the given name
260 // loadTzinfoFromZip returns the contents of the file with the given name
261 // in the given uncompressed zip file.
371 // with the given name, from a tzdata database file as they are typically
376 // with the given name, from a given source. A source may be a
386 // loadLocation returns the Location with the given name from one of
388 // The first timezone data matching the given name that is successfully loaded
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 91 // the given zone name and offset (seconds east of UTC).
224 // the given name (such as "EST") at the given pseudo-Unix time
225 // (what the given time of day would be in UTC).
230 // in effect at the given time. (In Sydney, Australia, both standard
232 // offset helps us pick the right one for the given time.
265 // LoadLocation returns the Location with the given name.
zoneinfo_read.go 82 // LoadLocationFromTZData returns a Location with the given name
224 // loadTzinfoFromDirOrZip returns the contents of the file with the given name
260 // loadTzinfoFromZip returns the contents of the file with the given name
261 // in the given uncompressed zip file.
371 // with the given name, from a tzdata database file as they are typically
376 // with the given name, from a given source. A source may be a
386 // loadLocation returns the Location with the given name from one of
388 // The first timezone data matching the given name that is successfully loaded
  /external/ImageMagick/www/api/
morphology.php 59 <p>AcquireKernelInfo() takes the given string (generally supplied by the user) and converts it into a Morphology/Convolution Kernel. This allows users to specify a kernel from a number of pre-defined kernels, or to fully specify their own kernel for a specific Convolution or Morphology Operation.</p>
85 <p>Note that 'name' kernels will start with an alphabetic character while the new kernel specification has a ':' character in its specification string. If neither is the case, it is assumed an old style of a simple list of numbers generating a odd-sized square kernel has been given.</p>
140 <dd> NOTE: that the 'radius' is optional, but if provided can limit (clip) the final size of the resulting kernel to a square 2*radius+1 in size. The radius should be at least 2 times that of the sigma value, or sever clipping and aliasing may result. If not given or set to 0 the radius will be determined so as to produce the best minimal error result, which is usally much larger than is normally needed. </dd>
148 <dd> Blur:{radius},{sigma}[,{angle}] Generates a 1 dimensional or linear gaussian blur, at the angle given (current restricted to orthogonal angles). If a 'radius' is given the kernel is clipped to a width of 2*radius+1. Kernel can be rotated by a 90 degree angle. </dd>
160 <dd> # Still to be implemented... # # Filter2D # Filter1D # Set kernel values using a resize filter, and given scale (sigma) # Cylindrical or Linear. Is this possible with an image? # </dd>
226 <dd> Diamond:[{radius}[,{scale}]] Generate a diamond shaped kernel with given radius to the points. Kernel size will again be radius*2+1 square and defaults to radius 1, generating a 3x3 kernel that is slightly larger than a square. </dd>
230 <dd> Octagon:[{radius}[,{scale}]] Generate octagonal shaped kernel of given radius and constant scale. Default radius is 3 producing a 7x7 kernel. A radius of 1 will result in "Diamond" kernel. </dd>
232 <dd> Disk:[{radius}[,{scale}]] Generate a binary disk, thresholded at the radius given, the radius may be a float-point value. Final Kernel size is floor(radius)*2+1 square. A radius of 5.3 is the default. </dd>
236 <dd> Rectangle:{geometry} Simply generate a rectangle of 1's with the size given. You can also specify the location of the 'control point', otherwise the closest pixel to the cent (…)
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 83 (** Returns the pointer size in bytes for a target in a given address space.
88 in a given address space.
212 (** Emits assembly or object data for the given module to the given
216 (** Emits assembly or object data for the given module to a fresh memory
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 27 // Tests that compressing and then decompressing the given file at the given compression level and dictionary
46 // Make dictionary, if given.
  /prebuilts/go/darwin-x86/src/crypto/aes/
aes_gcm.go 82 // slice with the contents of the given slice followed by that many bytes and a
100 panic("cipher: incorrect nonce length given to GCM")
137 panic("cipher: incorrect nonce length given to GCM")
  /prebuilts/go/darwin-x86/src/go/token/
position.go 55 // The Pos value for a given file is a number in the range [base, base+size],
61 // and then call File.Pos(offset) for that file. Given a Pos value p
141 // MergeLine will panic if given an invalid line number.
186 // SetLinesForContent sets the line offsets for the given file content.
209 // file) for a given file offset.
218 // a given file offset. The offset must be larger than the offset for
233 // Pos returns the Pos value for the given file offset;
244 // Offset returns the offset for the given file position p;
255 // Line returns the line number for the given file position p;
297 // PositionFor returns the Position value for the given file position p
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
type.go 99 // NewArray returns a new array type for the given element type and length.
113 // NewSlice returns a new slice type for the given element type.
125 // NewStruct returns a new struct with the given fields and corresponding field tags.
161 // NewPointer returns a new pointer type for the given element (base) type.
164 // Elem returns the element type for the given pointer p.
174 // NewTuple returns a new tuple for the given variables.
207 // NewSignature returns a new function type for the given receiver, parameters,
256 // NewInterface returns a new (incomplete) interface for the given methods and embedded types.
352 // NewMap returns a new map for the given key and element types.
379 // NewChan returns a new channel type for the given direction and element type
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
itoa.go 9 // FormatUint returns the string representation of i in the given base,
20 // FormatInt returns the string representation of i in the given base,
90 // formatBits computes the string representation of u in the given base.
  /prebuilts/go/linux-x86/src/compress/zlib/
writer_test.go 27 // Tests that compressing and then decompressing the given file at the given compression level and dictionary
46 // Make dictionary, if given.
  /prebuilts/go/linux-x86/src/crypto/aes/
aes_gcm.go 82 // slice with the contents of the given slice followed by that many bytes and a
100 panic("cipher: incorrect nonce length given to GCM")
137 panic("cipher: incorrect nonce length given to GCM")
  /prebuilts/go/linux-x86/src/go/token/
position.go 55 // The Pos value for a given file is a number in the range [base, base+size],
61 // and then call File.Pos(offset) for that file. Given a Pos value p
141 // MergeLine will panic if given an invalid line number.
186 // SetLinesForContent sets the line offsets for the given file content.
209 // file) for a given file offset.
218 // a given file offset. The offset must be larger than the offset for
233 // Pos returns the Pos value for the given file offset;
244 // Offset returns the offset for the given file position p;
255 // Line returns the line number for the given file position p;
297 // PositionFor returns the Position value for the given file position p
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
type.go 99 // NewArray returns a new array type for the given element type and length.
113 // NewSlice returns a new slice type for the given element type.
125 // NewStruct returns a new struct with the given fields and corresponding field tags.
161 // NewPointer returns a new pointer type for the given element (base) type.
164 // Elem returns the element type for the given pointer p.
174 // NewTuple returns a new tuple for the given variables.
207 // NewSignature returns a new function type for the given receiver, parameters,
256 // NewInterface returns a new (incomplete) interface for the given methods and embedded types.
352 // NewMap returns a new map for the given key and element types.
379 // NewChan returns a new channel type for the given direction and element type
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
itoa.go 9 // FormatUint returns the string representation of i in the given base,
20 // FormatInt returns the string representation of i in the given base,
90 // formatBits computes the string representation of u in the given base.

Completed in 813 milliseconds

1 2 3 4 5 67 8 91011>>