Home
last modified time | relevance | path

Searched defs:TK (Results 1 – 20 of 20) 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/mbedtls/library/
Dcamellia.c312 uint32_t TK[20]; in mbedtls_camellia_setkey_enc() local
/external/openthread/third_party/mbedtls/repo/library/
Dcamellia.c326 uint32_t TK[20]; in mbedtls_camellia_setkey_enc() local
/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/rust/crates/serde/src/de/
Dvalue.rs1228 fn next_entry_seed<TK, TV>( in next_entry_seed()
1230 kseed: TK, in next_entry_seed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp2463 bool Document::expectToken(int TK) { in expectToken()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp1201 dwarf::TypeKind TK = Signed ? dwarf::DW_ATE_signed : dwarf::DW_ATE_unsigned; in getExtOps() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1506 AsmToken::TokenKind TK = getLexer().getKind(); in ParseIntelExpression() local
/external/python/cpython3/Lib/
Dturtle.py107 import tkinter as TK namespace
/external/python/cpython2/Lib/lib-tk/
Dturtle.py107 import Tkinter as TK namespace