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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 12 // using a given key. It provides the capability to encrypt
30 // XORKeyStream XORs each byte in the given slice with a byte from the
gcm.go 27 // time, for a given key.
75 // NewGCM returns the given 128-bit, block cipher wrapped in Galois Counter Mode
85 // NewGCMWithNonceSize returns the given 128-bit, block cipher wrapped in Galois
86 // Counter Mode, which accepts nonces of the given length.
140 panic("cipher: incorrect nonce length given to GCM")
164 panic("cipher: incorrect nonce length given to GCM")
314 // slice with the contents of the given slice followed by that many bytes and a
348 // deriveCounter computes the initial GCM counter state from the given nonce.
  /prebuilts/go/linux-x86/src/math/big/
sqrt.go 92 // and the next guess is given by
129 // and the next guess is given by
  /prebuilts/go/linux-x86/src/net/
hosts.go 102 // lookupStaticHost looks up the addresses for the given host from /etc/hosts.
121 // lookupStaticAddr looks up the hosts for the given address from /etc/hosts.
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 76 /// Creates a new CodedOutputStream that writes directly to the given
85 /// Creates a new CodedOutputStream that writes directly to the given
108 /// Creates a new <see cref="CodedOutputStream" /> which write to the given stream, and disposes of that
117 /// Creates a new CodedOutputStream which write to the given stream and uses
127 /// Creates a new CodedOutputStream which write to the given stream.
137 /// Creates a new CodedOutputStream which write to the given stream and uses
406 /// Writes the given single-byte tag directly to the stream.
415 /// Writes the given two-byte tag directly to the stream.
426 /// Writes the given three-byte tag directly to the stream.
439 /// Writes the given four-byte tag directly to the stream.
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 166 // helper function that gets the last occurence index of the given regex
167 // in the given string, or -1 if not found
181 // helper function that counts the occurrences of a given character in
182 // a given string
  /external/ImageMagick/www/api/
resize.php 232 <p>ResampleImage() resize image in terms of its pixel size, so that when displayed at the given resolution it will be the same size in terms of real world units as the original image at the original resolution.</p>
250 <dd>the image to be resized to fit the given resolution. </dd>
272 <p>ResizeImage() scales an image to the desired dimensions, using the given filter (see AcquireFilterInfo()).</p>
274 <p>If an undefined filter is given the filter defaults to Mitchell for a colormapped image, a image with a matte channel, or if the image is enlarged. Otherwise the filter defaults to a Lanczos.</p>
350 <p>ScaleImage() changes the size of an image to the given dimensions.</p>
385 <p>ThumbnailImage() changes the size of an image to the given dimensions and removes any associated profiles. The goal is to produce small low cost thumbnail images suited for display on the Web.</p>
  /external/adhd/cras/src/tests/
cras_test_client.c 98 /* Update the RMS values with the given samples. */
1082 printf("--add_active_input <N>:<M> - Add the ionode with the given id"
1084 printf("--add_active_output <N>:<M> - Add the ionode with the given id"
1105 printf("--pin_device <N> - Playback/Capture only on the given device."
1111 " ionode with the given index M on the device with index N\n");
1114 printf("--rm_active_input <N>:<M> - Removes the ionode with the given"
1116 printf("--rm_active_output <N>:<M> - Removes the ionode with the given"
1118 printf("--select_input <N>:<M> - Select the ionode with the given id as preferred input\n")
    [all...]
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 26 // Verify returns true if mac is a valid authenticator for m with the given
  /external/compiler-rt/make/
lib_util.mk 17 # the configuration 'config' and on given arch.
  /external/curl/
curl-config.in 41 --configure the arguments given to configure when building curl
  /external/curl/docs/cmdline-opts/
cacert.d 12 set, and uses the given path as a path to a CA cert bundle. This option
remote-name.d 12 The remote file name to use for saving is extracted from the given URL,
upload-file.d 13 Use the file name "-" (a single dash) to use stdin instead of a given file.
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 166 // helper function that gets the last occurence index of the given regex
167 // in the given string, or -1 if not found
181 // helper function that counts the occurrences of a given character in
182 // a given string
  /external/llvm/test/MC/ARM/
arm-thumb-cpus.s 22 @ Make sure correct diagnostics are given for CPUs without support for
  /external/mesa3d/docs/specs/
MESA_set_3dfx_mode.spec 68 Note that only one drawable and context can be created at any given
  /external/mockito/src/test/java/org/mockito/internal/util/
DefaultMockingDetailsTest.java 24 import static org.mockito.BDDMockito.given;
182 //given
183 given(mock.simpleMethod("different arg")).willReturn("foo");
  /external/skia/tools/lua/
filter-counter.lua 32 when a given picture is done, we call endcanvas(canvas, fileName)
scrape.lua 33 when a given picture is done, we call endcanvas(canvas, fileName)
  /external/skqp/tools/lua/
filter-counter.lua 32 when a given picture is done, we call endcanvas(canvas, fileName)
scrape.lua 33 when a given picture is done, we call endcanvas(canvas, fileName)
  /external/valgrind/gdbserver_tests/
mssnapshot.stderrB.exp 9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
  /frameworks/rs/tests/lldb/tests/harness/
test_base.py 124 '''Check a given condition and raise TestFail if it is False.
269 in the given text.
  /prebuilts/go/darwin-x86/misc/sortac/
sortac.go 12 // If given no arguments, it sorts standard input to standard output.

Completed in 1359 milliseconds

1 2 3 4 5 6 7 891011>>