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

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
51 iskeyword = frozenset(kwlist).__contains__ variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
51 iskeyword = frozenset(kwlist).__contains__ variable
  /external/python/cpython2/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
51 iskeyword = frozenset(kwlist).__contains__ variable
  /external/python/cpython3/Lib/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
53 iskeyword = frozenset(kwlist).__contains__ variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
51 iskeyword = frozenset(kwlist).__contains__ variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
51 iskeyword = frozenset(kwlist).__contains__ variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
51 iskeyword = frozenset(kwlist).__contains__ variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
keyword.py 13 __all__ = ["iskeyword", "kwlist"]
51 iskeyword = frozenset(kwlist).__contains__ variable
  /external/python/cpython2/Doc/library/
keyword.rst 14 .. function:: iskeyword(s)
  /external/python/cpython3/Doc/library/
keyword.rst 14 .. function:: iskeyword(s)
  /external/python/cpython3/Lib/test/
test_keyword.py 22 self.assertTrue(keyword.iskeyword('True'))
25 self.assertFalse(keyword.iskeyword('TRUE'))
28 self.assertFalse(keyword.iskeyword(None))
36 self.assertFalse(keyword.iskeyword('eggs'))
  /external/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
235 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());

Completed in 2005 milliseconds

1 2 3 4 5 6 7 8 9