HomeSort by relevance Sort by last modified time
    Searched refs:contain (Results 251 - 275 of 820) sorted by null

<<11121314151617181920>>

  /external/autotest/client/site_tests/graphics_dEQP/scripts/
process_logs.py 244 # Delete logs that don't contain failures.
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 57 /// sub-message is filtered by the API to only contain those fields as
71 /// The result will not contain specific values for fields x,y and z
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 62 In order to allocate the result and proxy tensors, we need to know the tensor's meta-data, i.e. shape and data-type for DMAable tensors, and proto-size for serialized tensors. Unfortunately, this information is only available on the sender side which complicates manners. In order to avoid sending extra messages for querying the meta-data at each step, we store a local meta-data cache per tensor, which will only be update upon changes. Based on the assumption that the meta-data of a tensor rarely changes between steps, we expect that on most times the cache will only be updated once. The sender is responsible to detect changes in the meta-data, and update the receiver. In order for the sender to know that the meta-data had changed, each **RDMA_MESSAGE_TENSOR_REQUEST** will contain the meta-data that the receiver had grabbed from the local cache. The sender will then compare the meta-data from the message to the tensor's new meta-data.
131 * **class RdmaAdapter** - The base for RDMA communications. It may contain multiple channels and buffers. It is responsible for handling various incoming RDMA messages.
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 59 * the tree does not already contain a node with the specified key. If
123 * Returns the node having the specified key or null if the tree doesn't contain
  /external/v8/tools/
splaytree.js 61 * the tree does not already contain a node with the specified key. If
125 * Returns the node having the specified key or null if the tree doesn't contain
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 174 // of files. The files must contain PEM encoded data. The certificate file
175 // may contain intermediate certificates following the leaf certificate to
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 157 var writeDepth int // will contain the depth from which writerFunc.Writer was called
243 var readDepth int // will contain the depth from which fakeReader.Read was called
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 66 // isNotIPv4 reports whether addr does not contain an IPv4 address.
76 // IPv6 literal (addr does NOT contain a port)
  /prebuilts/go/darwin-x86/src/syscall/
dll_windows.go 140 // the error. The error will be guaranteed to contain syscall.Errno.
299 // the error. The error will be guaranteed to contain syscall.Errno.
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 174 // of files. The files must contain PEM encoded data. The certificate file
175 // may contain intermediate certificates following the leaf certificate to
  /prebuilts/go/linux-x86/src/io/
multi_test.go 157 var writeDepth int // will contain the depth from which writerFunc.Writer was called
243 var readDepth int // will contain the depth from which fakeReader.Read was called
  /prebuilts/go/linux-x86/src/net/
ipsock.go 66 // isNotIPv4 reports whether addr does not contain an IPv4 address.
76 // IPv6 literal (addr does NOT contain a port)
  /prebuilts/go/linux-x86/src/syscall/
dll_windows.go 140 // the error. The error will be guaranteed to contain syscall.Errno.
299 // the error. The error will be guaranteed to contain syscall.Errno.
  /external/dtc/Documentation/
dtc-paper.tex 78 and for some properties, they contain tables or other structured
217 the kernel must not use\footnote{Usually such ranges contain some data
381 board, the bootloader can contain code to make the necessary tweaks to
460 Cell properties can also contain \emph{references}. Instead of a hex
492 names contain only allowed characters and meet length restrictions.
500 checks that properties such as \texttt{interrupt-parent} contain a
  /prebuilts/go/darwin-x86/src/net/url/
url.go 11 // contain references to issue numbers with details.
497 // Cannot contain escaped characters.
525 // in which case the first path segment cannot contain a colon (":") character.
530 return nil, errors.New("first path segment in URL cannot contain colon")
679 // It must not contain any bytes that require escaping during path encoding.
1030 // If u.Host doesn't contain a port, Port returns an empty string.
  /prebuilts/go/linux-x86/src/net/url/
url.go 11 // contain references to issue numbers with details.
497 // Cannot contain escaped characters.
525 // in which case the first path segment cannot contain a colon (":") character.
530 return nil, errors.New("first path segment in URL cannot contain colon")
679 // It must not contain any bytes that require escaping during path encoding.
1030 // If u.Host doesn't contain a port, Port returns an empty string.
  /build/soong/cc/
cc_test.go 1209 panic(fmt.Sprintf("illegal module dep string %q from larger string %q; must contain one ':', not %v", moduleText, text, len(components)-1))
1388 t.Errorf("cflags for libvendor must contain -Imy_include, but was %#v.", cflags)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 378 err: "http: method cannot contain a Content-Length",
390 err: "cannot contain multiple Content-Length headers",
394 err: "cannot contain multiple Content-Length headers",
403 err: "cannot contain multiple Content-Length headers",
407 err: "cannot contain multiple Content-Length headers",
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 378 err: "http: method cannot contain a Content-Length",
390 err: "cannot contain multiple Content-Length headers",
394 err: "cannot contain multiple Content-Length headers",
403 err: "cannot contain multiple Content-Length headers",
407 err: "cannot contain multiple Content-Length headers",
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 546 t.Errorf("error %q should contain 'no symbol", errStr)
549 t.Errorf("error %q should contain crypto/rand", errStr)
552 t.Errorf("error %q should contain math/rand", errStr)
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 209 t.Errorf("X-Forwarded-For didn't contain prior data")
670 t.Errorf("expected log to contain phrase %q", phrase)
800 t.Errorf("ErrorLog %q does not contain %q", g, e)
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 546 t.Errorf("error %q should contain 'no symbol", errStr)
549 t.Errorf("error %q should contain crypto/rand", errStr)
552 t.Errorf("error %q should contain math/rand", errStr)
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 209 t.Errorf("X-Forwarded-For didn't contain prior data")
670 t.Errorf("expected log to contain phrase %q", phrase)
800 t.Errorf("ErrorLog %q does not contain %q", g, e)
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 579 // Find all property structs that only contain structs, and move their children up one with
655 // PropertyStructs is a list of PropertyStruct objects that contain information about each
  /build/make/core/
java_common.mk 116 # Directories that don't contain any resource files will result in groups
377 # This is set by packages that contain instrumentation, allowing them to

Completed in 490 milliseconds

<<11121314151617181920>>