Home
last modified time | relevance | path

Searched refs:not_in (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
Dsubst.py87 def not_in(chars, where=''): function
99 self.regex = not_in(pre, '<') + wordify(key) + not_in(post)
/external/autotest/cli/
Dcli_mock.py76 def assertWords(self, string, to_find=[], not_in=[]): argument
89 for word in not_in:
/external/tensorflow/tensorflow/python/autograph/operators/
Dlogical.py122 def not_in(a, b): function
D__init__.py62 from tensorflow.python.autograph.operators.logical import not_in