/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiCHAP.c | 21 @param[in] ChapIdentifier iSCSI CHAP identifier sent by authenticator.
50 // Hash Identifier - Only calculate 1 byte data (RFC1994)
138 CHAR8 *Identifier;
225 Identifier = IScsiGetValueByKeyFromList (KeyValueList, ISCSI_KEY_CHAP_IDENTIFIER);
226 if (Identifier == NULL) {
235 // Process the CHAP identifier and CHAP Challenge from Target
238 AuthData->InIdentifier = (UINT32) AsciiStrDecimalToUintn (Identifier);
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
Smbus2.h | 95 @param SmbusUdid The targeted SMBus Unique Device Identifier (UDID).
196 /// Identifier which uniquely identifies this SMBus controller in a system.
198 EFI_GUID Identifier;
|
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/ |
Dp.h | 86 UINT32 Identifier; ///< Identifier.
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
ModifyIdentityPolicy.c | 84 if (CompareGuid ((EFI_GUID *)(Identity + 1), &UserCredential->Identifier)) {
117 if (CompareGuid ((EFI_GUID *)(Identity + 1), &UserCredential->Identifier)) {
501 if (ProviderAlreadyInPolicy (&mProviderInfo->Provider[mProviderChoice]->Identifier)) {
508 AddProviderToPolicy (&mProviderInfo->Provider[mProviderChoice]->Identifier);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/ |
Dp.h | 86 UINT32 Identifier; ///< Identifier.
|
/external/google-breakpad/src/common/mac/ |
dump_syms.h | 130 // Return an identifier string for the file this DumpSymbols is dumping. 131 std::string Identifier();
|
/external/llvm/lib/IR/ |
DebugInfoMetadata.cpp | 262 Metadata *TemplateParams, MDString *Identifier, StorageType Storage, 270 VTableHolder, TemplateParams, Identifier)); 272 Elements, VTableHolder, TemplateParams, Identifier}; 279 LLVMContext &Context, MDString &Identifier, unsigned Tag, MDString *Name, 284 assert(!Identifier.getString().empty() && "Expected valid identifier"); 287 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; 292 VTableHolder, TemplateParams, &Identifier); 295 assert(CT->getRawIdentifier() == &Identifier && "Wrong ODR identifier?") [all...] |
/external/llvm/tools/llvm-pdbdump/ |
LinePrinter.h | 73 Identifier,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
PrettyEnumDumper.cpp | 46 WithColor(Printer, PDB_ColorItem::Identifier).get()
|
PrettyTypeDumper.cpp | 141 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Enums"; 153 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Typedefs"; 167 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes"; 249 WithColor(Printer, PDB_ColorItem::Identifier).get() << Class.getName();
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
ResourceScriptToken.cpp | 104 // Check if tokenizer can start reading an identifier at current position. 106 // identifier. We assume they should follow the C convention: 109 // Check if tokenizer can continue reading an identifier. 140 // Process the Kind::Identifier token - check if it is 141 // an identifier describing a block start or end. 181 if (TokenKind == Kind::Identifier) { 234 case Kind::Identifier: 332 return Kind::Identifier; 350 assert(Token.kind() == Kind::Identifier);
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 62 // Set up the identifier as having associated macro history. 77 // Setup the identifier as having associated macro history. 118 // The identifier now has defined macros (that may or may not be visible). 276 /// RegisterBuiltinMacro - Register the specified identifier in the identifier 279 // Get the identifier. 291 /// identifier table. 347 // If the token isn't an identifier, it's always literally expanded. 350 // If the information about this identifier is out of date, update it from 355 // If the identifier is a macro, and if that macro is enabled, it may b [all...] |
/external/clang/lib/AST/ |
DeclarationName.cpp | 56 /// CXXLiteralOperatorName - Contains the actual identifier that makes up the 59 /// This identifier is stored here rather than directly in DeclarationName so as 85 case DeclarationName::Identifier: { 158 case DeclarationName::Identifier: 229 case StoredIdentifier: return Identifier; 302 case Identifier: 323 case Identifier: 474 case DeclarationName::Identifier: 500 case DeclarationName::Identifier: 522 case DeclarationName::Identifier [all...] |
NestedNameSpecifier.cpp | 48 assert(II && "Identifier cannot be NULL"); 104 assert(II && "Identifier cannot be NULL"); 137 return Identifier; 193 case Identifier: 194 // Identifier specifiers always represent dependent types 223 case Identifier: 224 // Identifier specifiers always represent dependent types 243 case Identifier: 269 case Identifier: 351 case NestedNameSpecifier::Identifier [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/ |
EepromCmd.c | 151 Print (L"0x%x at bus %d\n", I2C_DEVICE_ADDRESS(EepromProtocol->Identifier),
152 I2C_DEVICE_BUS(EepromProtocol->Identifier));
165 IN UINT32 Identifier,
192 if (EepromProtocol->Identifier == Identifier) {
|
/external/llvm/tools/llvm-link/ |
llvm-link.cpp | 166 const std::string &Identifier) { 167 auto &Module = ModuleMap[Identifier]; 169 Module = createLazyModule(argv0, Identifier); 216 const std::string &Identifier) { 217 return loadFile(argv0, Identifier, Context, false);
|
/external/v8/ |
genmakefiles.py | 164 elif val.Identifier(): 165 return val.Identifier().getText() 201 call_type = ctx.Identifier().getText() 210 if DBG: print 'Found call', str(ctx.Identifier()), ctx.exprlist().getText() 271 if ctx.lvalue().Identifier().getText() == "sources":
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
StringDB.c | 63 // When we write out data to the database, we have a UINT16 identifier, which
101 // We also keep track of all the string identifier names, which we assign unique
123 STRING_IDENTIFIER *CurrentStringIdentifier; // keep track of the last string identifier they added
501 // Find a matching string if this string identifier was referenced
678 // Find a matching string if this string identifier was referenced
793 STRING_IDENTIFIER *Identifier;
837 Identifier = mDBData.StringIdentifier;
838 while (Identifier != NULL) {
839 if (Identifier->StringName[0] == L'$') {
843 if (Identifier->Flags & STRING_FLAGS_REFERENCED) { [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
StringDB.c | 270 STRING_IDENTIFIER *Identifier;
314 Identifier = mDBData.StringIdentifier;
315 while (Identifier != NULL) {
316 if (Identifier->StringName[0] == L'$') {
320 if (Identifier->Flags & STRING_FLAGS_REFERENCED) {
321 fprintf (Fptr, "#define %-40S 0x%04X\n", Identifier->StringName, Identifier->Index);
323 fprintf (Fptr, "//#define %-40S 0x%04X // not referenced\n", Identifier->StringName, Identifier->Index);
326 Identifier = Identifier->Next; [all...] |
/external/tensorflow/tensorflow/go/genop/internal/ |
genop.go | 207 "Identifier": identifier, 254 // {{if .Description}}{{Identifier .RenameTo}}: {{MakeComment .Description}}{{end}} 257 // {{if .Description}}{{Identifier .RenameTo}}: {{MakeComment .Description}}{{end}} 272 // {{Identifier .RenameTo}}{{if .Description}}: {{MakeComment .Description}}{{end}} 293 {{- range $i, $a := .InArgsReordered}}, {{Identifier $a.RenameTo}} {{if $a.IsListArg}}[]{{end}}tf.Output{{end -}} 294 {{range $i, $a := .RequiredAttrs}}, {{Identifier $a.RenameTo}} {{GoType $a.Type}}{{end -}} 301 ({{range $i,$a := .OutArgs}}{{if $i}}, {{end}}{{Identifier $a.RenameTo}} {{if $a.IsListArg}}[]{{end}}tf.Output{{end -}}) 309 attrs := map[string]interface{}{ {{- range .RequiredAttrs}}{{printf "%q" .Name}}: {{Identifier .RenameTo}},{{end}}} 320 {{range $i,$a := .InArgs}}{{if $a.IsListArg}}tf.OutputList({{Identifier $a.RenameTo}}){{else}}{{Identifier $a.RenameTo}}{{end}}, {{end} 541 func identifier(s string) string { func [all...] |
/external/chromium-trace/catapult/common/eslint/rules/ |
catapult-camelcase.js | 68 context.report(node, "Identifier '{{name}}' is not in camel case.", { name: node.name }); 81 Identifier(node) { 106 if (node.parent.object.type === "Identifier" && 140 // Report only if the local imported identifier is underscored
|
/external/libmtp/logs/ |
mtp-detect-asus-memo-pad7.txt | 177 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 188 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 199 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 210 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 221 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 241 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 261 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 277 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 290 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 301 dc41: Persistant Unique Object Identifier UINT128 data type READ ONL [all...] |
mtp-detect-asus-memo-pad7_2.txt | 112 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 123 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 134 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 145 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 156 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 176 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 196 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 212 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 225 dc41: Persistant Unique Object Identifier UINT128 data type READ ONLY 236 dc41: Persistant Unique Object Identifier UINT128 data type READ ONL [all...] |
/external/v8/gnparser/ |
gnParser.py | 80 u"UnaryOp", u"BinaryOp", u"Identifier", u"Integer", 119 Identifier=14 251 def Identifier(self): 252 return self.getToken(gnParser.Identifier, 0) 287 self.match(gnParser.Identifier) 368 def Identifier(self): 369 return self.getToken(gnParser.Identifier, 0) 401 self.match(gnParser.Identifier) 407 if (((_la) & ~0x3f) == 0 and ((1 << _la) & ((1 << gnParser.T__0) | (1 << gnParser.T__3) | (1 << gnParser.T__5) | (1 << gnParser.UnaryOp) | (1 << gnParser.Identifier) | (1 << gnParser.Integer) | (1 << gnParser.String))) != 0): 604 while (((_la) & ~0x3f) == 0 and ((1 << _la) & ((1 << gnParser.T__2) | (1 << gnParser.Identifier) | (1 << gnParser.COMMENT))) != 0) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
VfrUtilityLib.h | 143 SVfrPackStackNode (IN CHAR8 *Identifier, IN UINT32 Number) {
148 if (Identifier != NULL) {
149 mIdentifier = new CHAR8[strlen (Identifier) + 1];
150 strcpy (mIdentifier, Identifier);
161 bool Match (IN CHAR8 *Identifier) {
162 if (Identifier == NULL) {
166 } else if (strcmp (Identifier, mIdentifier) == 0) {
184 EFI_VFR_RETURN_CODE Pack (IN UINT32, IN UINT8, IN CHAR8 *Identifier = NULL, IN UINT32 Number = DEFAULT_PACK_ALIGN);
|