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

1 2 3 4 5 6 7 891011>>

  /external/syzkaller/vendor/google.golang.org/api/gensupport/
send.go 32 // SendRequest sends a single HTTP request using the given client.
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
metadata.go 49 // KindProperties returns all the indexed properties for the given kind.
key.go 274 // AllocateIDs returns a range of n integer IDs with the given kind and parent
285 return 0, 0, errors.New("datastore: AllocateIDs given an empty kind")
288 return 0, 0, fmt.Errorf("datastore: AllocateIDs given a negative count: %d", n)
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 161 // Splay on the key to move the node with the given key or the last
189 * Perform the splay operation for the given key. Moves the node with
190 * the given key to the top of the tree. If no node has the given
  /external/v8/tools/gcmole/
gccause.lua 30 -- inside a given function.
  /external/v8/tools/
splaytree.js 178 // Splay on the key to move the node with the given key or the last
215 * Perform the splay operation for the given key. Moves the node with
216 * the given key to the top of the tree. If no node has the given
  /external/capstone/bindings/vb6/
Module1.bas 203 ' @return True if this library supports the given arch, or in 'diet' mode.
280 ' Return a string describing given error code.
293 ' Disassemble binary code, given the code buffer, size, address and number
314 ' @address: address of the first instruction in given raw code buffer.
321 ' or 0 if this function failed to disassemble the given code
389 ' Fast API to disassemble binary code, given the code buffer, size, address
391 ' This API put the resulted instruction into a given cache in @insn.
415 ' @address: address of the first insn in given raw code buffer
550 ' Count the number of operands of a given type.
559 ' @return: number of operands of given type @op_type in instruction @insn,
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
timeseries.go 39 Multiply(ratio float64) // Multiplies the data in self by a given ratio
42 CopyFrom(other Observable) // Copies the contents of a given observation to self
116 // a given resolution. For example, the first level stores data at a one
392 // extract returns a slice of specified number of observations from a given
393 // level over a given range.
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 58 /// Parses the given bytes using ReadRawVarint32() and ReadRawVarint64()
92 /// Parses the given bytes using ReadRawVarint32() and ReadRawVarint64() and
94 /// description matches the given one.
150 /// Parses the given bytes using ReadRawLittleEndian32() and checks
151 /// that the result matches the given value.
170 /// Parses the given bytes using ReadRawLittleEndian64() and checks
171 /// that the result matches the given value.
  /external/v8/src/js/
intl.js 60 * Adds bound method to the prototype of the given object.
220 * Returns a getOption function that extracts property value for given
457 * Given an array-like, outputs an Array with the numbered
486 * Returns an Object that contains all of supported locales for a given
642 * Returns the subset of the given locale list for which this locale list
707 * Initializes the given object so it's a valid NumberFormat instance.
806 * Constructs Intl.NumberFormat object given optional locales and options
863 * Returns the subset of the given locale list for which this locale list
    [all...]
  /external/scapy/test/
ipsec.uts 375 * after encryption packet should be encapsulated with the given ip tunnel header
408 * after encryption packet should be encapsulated with the given ip tunnel header
443 * after encryption packet should be encapsulated with the given ip tunnel header
478 * after encryption packet should be encapsulated with the given ip tunnel header
512 * after encryption packet should be encapsulated with the given ip tunnel header
546 * after encryption packet should be encapsulated with the given ip tunnel header
580 * after encryption packet should be encapsulated with the given ip tunnel header
1026 * after encryption packet should be encapsulated with the given ip tunnel header
1059 * after encryption packet should be encapsulated with the given ip tunnel header
1096 * after encryption packet should be encapsulated with the given ip tunnel heade
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 644 """Parse a query given as a string argument.
683 """Parse a query given as a string argument.
    [all...]
  /development/build/tools/
sdk_repo.mk 22 # the content of the given directory.
23 # E.g. given a folder out/host/linux.../sdk/android-eng-sdk/tools
46 # E.g. given a folder out/host/linux.../sdk/android-eng-sdk/samples/android-N
  /external/syzkaller/vendor/golang.org/x/text/secure/bidirule/
bidirule.go 43 // No guarantee is given for other combinations.
132 // Direction reports the direction of the given label as defined by RFC 5893.
150 // DirectionString reports the direction of the given label as defined by RFC
  /build/soong/android/
defs.go 37 // GeneratedFile is a rule for indicating that a given file was generated
  /build/soong/ui/build/
util.go 57 // ensureEmptyDirectoriesExist ensures that the given directories exist and are empty
  /external/boringssl/src/ssl/test/runner/
prf.go 159 // secret, given the lengths of the MAC key, cipher key and IV, as defined in
284 // Finished message given the MD5 and SHA1 hashes of a set of handshake
387 // given secret is not available in the handshake. See RFC 8446, section 7.1.
487 // deriveTrafficAEAD derives traffic keys and constructs an AEAD given a traffic
  /external/flatbuffers/lua/flatbuffers/
binaryarray.lua 5 -- given a binary array, set a metamethod to return its length
  /external/golang-protobuf/descriptor/
descriptor.go 80 // describing the given message.
  /external/grpc-grpc/src/csharp/Grpc.Core/
DefaultCallInvoker.cs 90 /// <summary>Creates call invocation details for given method.</summary>
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
AsyncCall.cs 293 /// Sends a streaming request. Only one pending send action is allowed at any given time.
301 /// Receives a streaming response. Only one pending read action is allowed at any given time.
310 /// Only one pending send action is allowed at any given time.
341 /// Get the task that completes once if streaming response call finishes with ok status and throws RpcException with given status otherwise.
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
EmptyServiceGrpc.cs 69 /// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary>
Histogram.cs 97 /// Finds bucket index to which given observation should go.
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorUtil.cs 50 /// Converts the given array into a read-only list, applying the specified conversion to
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 81 /// Given a tag value, determines the wire type (lower 3 bits).
89 /// Given a tag value, determines the field number (the upper 29 bits).
97 /// Makes a tag value given a field number and wire type.

Completed in 1840 milliseconds

1 2 3 4 5 6 7 891011>>