HomeSort by relevance Sort by last modified time
    Searched full:notin (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/ltp/testcases/kernel/security/cap_bound/
cap_bset_inh_bounds.c 26 * 2. if N \notin X and N \notin pI, then adding N to pI fails
  /build/soong/android/
neverallow.go 35 // - it is not in one of the "notIn" paths
59 neverallow().notIn("libcore").with("no_standard_libs", "true"),
122 func (r *rule) notIn(path ...string) *rule {
  /external/python/cpython3/Lib/test/
test_html.py 84 check('&notin', '¬in')
85 check('∉', '?')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Python.asdl 99 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
  /external/python/cpython2/Parser/
Python.asdl 99 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 224 notin=8713
  /external/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 172 def : NCR<"notin", 0x02209>;
  /external/libmojo/third_party/markupsafe/
_constants.py 176 'notin': 8713,
  /external/python/cpython3/Parser/
Python.asdl 111 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 172 def : NCR<"notin", 0x02209>;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 172 def : NCR<"notin", 0x02209>;
  /external/syslinux/core/fs/pxe/
http_readdir.c 280 { 8713, "notin" },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
xhtml-symbol.ent 162 <!ENTITY notin "&#8713;"> <!-- not an element of, U+2209 ISOtech -->
  /external/libxml2/test/valid/dtds/
xhtml-symbol.ent 163 <!ENTITY notin "&#8713;"> <!-- not an element of, U+2209 ISOtech -->
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 338 _ast.NotIn = type(m.body[12].value.ops[1])
  /external/python/cpython2/Include/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /external/python/cpython3/Include/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 25 In=9, NotIn=10 } cmpop_ty;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
unparse.py 451 "Is":"is", "IsNot":"is not", "In":"in", "NotIn":"not in"}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmlentitydefs.py 166 'notin': 0x2209, # not an element of, U+2209 ISOtech

Completed in 1450 milliseconds

1 2 3 4 5 6 7