OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_in
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
subst.py
87
def
not_in
(chars, where=''):
function in function:ToolSubst.__init__
99
self.regex =
not_in
(pre, '<') + wordify(key) +
not_in
(post)
/external/autotest/cli/
cli_mock.py
76
def assertWords(self, string, to_find=[],
not_in
=[]):
78
of the set
not_in
.
82
@param
not_in
: List of strings that must NOT be in string.
89
for word in
not_in
:
/art/libartbase/base/
bit_vector.cc
172
bool BitVector::UnionIfNotIn(const BitVector* union_with, const BitVector*
not_in
) {
193
uint32_t not_in_size =
not_in
->GetStorageSize();
199
(union_with->GetRawStorageWord(idx) & ~
not_in
->GetRawStorageWord(idx));
bit_vector.h
179
// Set bits of union_with that are not in
not_in
.
180
bool UnionIfNotIn(const BitVector* union_with, const BitVector*
not_in
);
/external/tensorflow/tensorflow/python/autograph/operators/
logical.py
118
# TODO(mdan): in and
not_in
should probably be convertible for some types.
122
def
not_in
(a, b):
function
__init__.py
62
from tensorflow.python.autograph.operators.logical import
not_in
Completed in 296 milliseconds