Home
last modified time | relevance | path

Searched refs:KeyName (Results 1 – 8 of 8) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/
Dapp_identity_service.pb.go112 KeyName *string `protobuf:"bytes,1,opt,name=key_name" json:"key_name,omitempty"` member
122 if m != nil && m.KeyName != nil {
123 return *m.KeyName
144 KeyName *string `protobuf:"bytes,1,opt,name=key_name" json:"key_name,omitempty"` member
154 if m != nil && m.KeyName != nil {
155 return *m.KeyName
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp173 StringRef KeyName = Key->getValue(Tmp); in collectLocationInfo() local
174 if (KeyName == "Pass") { in collectLocationInfo()
179 } else if (KeyName == "Function") { in collectLocationInfo()
184 } else if (KeyName == "DebugLoc") { in collectLocationInfo()
211 } else if (KeyName == "Args") { in collectLocationInfo()
/external/syzkaller/vendor/google.golang.org/appengine/
Didentity.go93 KeyName string member
108 KeyName: pc.GetKeyName(),
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRPCSerialization.h384 const std::string *KeyName = nullptr; in registerErrorType() local
395 KeyName = &I->first; in registerErrorType()
399 assert(KeyName != nullptr && "No keyname pointer"); in registerErrorType()
403 [KeyName, Serialize](ChannelT &C, const ErrorInfoBase &EIB) -> Error { in registerErrorType()
406 if (auto Err = serializeSeq(C, *KeyName)) in registerErrorType()
/external/tensorflow/tensorflow/core/framework/
Dreader_base.h92 string KeyName(const string& key) const;
Dreader_base.cc234 string ReaderBase::KeyName(const string& key) const { in KeyName() function in tensorflow::ReaderBase
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1531 static char KeyName[] = in HasLocalMachinePrivs() local
1535 KeyName, in HasLocalMachinePrivs()
1752 static char KeyName[] = in OpenLogfile() local
1762 KeyName, in OpenLogfile()
1783 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
1825 fprintf(logfile, "020 Reg DB Key: [%s]%s\n", KeyName, subkey_name); in OpenLogfile()
1839 KeyName, subkey_name, "DisplayName", buffer); in OpenLogfile()
1861 KeyName, subkey_name, "UninstallString", buffer); in OpenLogfile()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1487 static char KeyName[] = in HasLocalMachinePrivs() local
1491 KeyName, in HasLocalMachinePrivs()
1708 static char KeyName[] = in OpenLogfile() local
1718 KeyName, in OpenLogfile()
1739 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
1781 fprintf(logfile, "020 Reg DB Key: [%s]%s\n", KeyName, subkey_name); in OpenLogfile()
1795 KeyName, subkey_name, "DisplayName", buffer); in OpenLogfile()
1817 KeyName, subkey_name, "UninstallString", buffer); in OpenLogfile()