Home
last modified time | relevance | path

Searched defs:TK (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/PC/VS8.0/
Dbuild_tkinter.py16 TK = "tk8.4.16" variable
20 TK = "tcl8.5b3" variable
/external/python/cpython2/PC/VS9.0/
Dbuild_tkinter.py15 TK = "tk8.5.2" variable
/external/scapy/scapy/modules/krack/
Dcrypto.py137 def gen_TKIP_RC4_key(TSC, TA, TK): argument
/external/clang/lib/AST/
DDeclTemplate.cpp705 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
727 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, in Create()
815 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK, in ClassTemplatePartialSpecializationDecl()
837 Create(ASTContext &Context, TagKind TK,DeclContext *DC, in Create()
DDeclCXX.cpp85 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, in CXXRecordDecl()
94 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create()
DDecl.cpp3715 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl()
3728 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create()
DMicrosoftMangle.cpp2075 TagTypeKind TK, StringRef UnqualifiedName, ArrayRef<StringRef> NestedNames) { in mangleArtificalTagType()
/external/clang/include/clang/Basic/
DIdentifierTable.h172 void revertIdentifierToTokenID(tok::TokenKind TK) { in revertIdentifierToTokenID()
/external/clang/tools/libclang/
DCXType.cpp104 CXTypeKind TK = CXType_Invalid; in MakeCXType() local
/external/llvm/lib/Support/
DYAMLParser.cpp2438 bool Document::expectToken(int TK) { in expectToken()
/external/clang/include/clang/AST/
DDecl.h2807 TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, in TagDecl()
2934 void setTagKind(TagKind TK) { TagDeclKind = TK; } in setTagKind()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1281 AsmToken::TokenKind TK = getLexer().getKind(); in ParseIntelExpression() local
/external/python/cpython2/Lib/lib-tk/
Dturtle.py107 import Tkinter as TK namespace
/external/python/cpython3/Lib/
Dturtle.py107 import tkinter as TK namespace