/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
CommonObject.py | 562 self.Identifier = ''
603 def SetIdentifier(self, Identifier):
604 self.Identifier = Identifier
607 return self.Identifier
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 507 if (Parser.getTok().isNot(AsmToken::Identifier)) 882 if (Parser.getTok().isNot(AsmToken::Identifier)) { 905 if (Parser.getTok().isNot(AsmToken::Identifier)) { 910 StringRef Identifier = Parser.getTok().getString(); 911 Sym = MCSymbolRefExpr::create(Ctx.getOrCreateSymbol(Identifier), [all...] |
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
fusiontables_v1_messages.py | 41 BaseColumnValue: Optional identifier of the base column. If present, this 45 baseColumn: Optional identifier of the base column. If present, this 47 columnId: Identifier for the column. 58 """Optional identifier of the base column. If present, this column is 101 columnId: Name or identifier for the column being deleted. 117 columnId: Name or identifier for the column that is being requested. 157 columnId: Name or identifier for the column that is being updated. 171 columnId: Name or identifier for the column that is being updated. 218 styleId: Identifier (within a table) for the style being deleted 234 styleId: Identifier (integer) for a specific style in a tabl [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
AMDGPUAsmParser.cpp | [all...] |
/external/llvm/lib/MC/MCParser/ |
COFFAsmParser.cpp | 263 /// ::= { ".weak", ... } [ identifier ( , identifier )* ] 274 return TokError("expected identifier in directive"); 315 if (!getLexer().is(AsmToken::Identifier)) 323 // .section name [, "flags"] [, identifier [ identifier ], identifier] 341 return TokError("expected identifier in directive"); 368 if (!getLexer().is(AsmToken::Identifier)) 380 return TokError("expected identifier in directive") 734 StringRef identifier; local [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
AsmParser.cpp | 103 /// invoked after the directive identifier is read and is responsible for 202 /// ParseIdentifier - Parse an identifier or string (as a quoted identifier) 203 /// and set \arg Res to the identifier contents. 599 case AsmToken::Identifier: { 602 StringRef Identifier; 603 if (ParseIdentifier(Identifier)) 607 std::pair<StringRef, StringRef> Split = Identifier.split('@'); 612 if (Split.first.size() != Identifier.size()) { 641 if (Lexer.getKind() == AsmToken::Identifier) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
COFFAsmParser.cpp | 288 /// ::= { ".weak", ... } [ identifier ( , identifier )* ] 299 return TokError("expected identifier in directive"); 340 if (!getLexer().is(AsmToken::Identifier)) 348 // .section name [, "flags"] [, identifier [ identifier ], identifier] 367 return TokError("expected identifier in directive"); 394 if (!getLexer().is(AsmToken::Identifier)) 406 return TokError("expected identifier in directive") 804 StringRef identifier; local [all...] |
AsmParser.cpp | 253 /// Parse an identifier or string (as a quoted identifier) 254 /// and set \p Res to the identifier contents. [all...] |
/external/clang/include/clang/Lex/ |
Preprocessor.h | 72 assert(Kind != tok::identifier && 77 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} 253 /// \brief Whether the module import expects an identifier next. Otherwise, 378 /// The most recent macro directive for this identifier. 380 /// The active module macros for this identifier. 391 /// The state of a macro for an identifier. 551 /// The list of module macros, for each identifier, that are not overridden by 561 /// deserializing from PCH, we don't need to deserialize identifier & macros 675 /// preserver the identifier table. However to avoid some duplicate 845 /// \brief Given an identifier, return its latest non-imported MacroDirectiv [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
UserIdentifyManager.c | 793 Create a unique user identifier.
795 @param[out] Identifier This points to the identifier.
800 OUT UINT8 *Identifier
809 // Create a unique user identifier.
812 CopyMem (Identifier, &Time, sizeof (EFI_TIME));
817 if (Identifier[Index] == 0) {
818 Identifier[Index] = 0x5a;
822 MonotonicPointer = (UINT32 *) Identifier;
[all...] |
/external/clang/include/clang/Sema/ |
DeclSpec.h | 95 /// nested-name-specifier component of the form 'identifier::'. 100 /// \param Identifier The identifier. 102 /// \param IdentifierLoc The location of the identifier. 105 void Extend(ASTContext &Context, IdentifierInfo *Identifier, [all...] |
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 443 StringRef Identifier = getBufferIdentifier(); 444 return MemoryBufferRef(Data, Identifier);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
MemoryBuffer.cpp | 455 StringRef Identifier = getBufferIdentifier(); 456 return MemoryBufferRef(Data, Identifier);
|
/external/v8/tools/torque/vim-torque/syntax/ |
torque.vim | 75 hi def link torqueVariable Identifier
|
/external/llvm/lib/CodeGen/MIRParser/ |
MIParser.cpp | 214 /// Check if the given identifier is a name of a register mask. 216 /// Return null if the identifier isn't a register mask. 217 const uint32_t *getRegMask(StringRef Identifier); 221 /// Check if the given identifier is a name of a subregister index. 794 if (Token.isNot(MIToken::Identifier)) 876 if (Token.isNot(MIToken::Identifier)) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/ |
MvEeprom.c | 210 EepromContext->EepromProtocol.Identifier = EepromContext->I2cIo->DeviceIndex;
|
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/ |
SemihostPrivate.h | 38 UINTN Identifier;
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
CommonClass.py | 465 # @var Identifier: To store value for Identifier
471 self.Identifier = 0
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
PwdCredentialProvider.c | 757 // Get User Identifier.
843 @param[out] FormSetId On return, holds the identifier of the form set which contains
845 @param[out] FormId On return, holds the identifier of the form used during user
890 @param[out] Image On return, holds the HII image identifier.
892 @retval EFI_SUCCESS Image identifier returned successfully.
893 @retval EFI_NOT_FOUND Image identifier not returned.
922 @param[out] String On return, holds the HII string identifier.
924 @retval EFI_SUCCESS String identifier returned successfully.
925 @retval EFI_NOT_FOUND String identifier not returned.
952 Return the user identifier associated with the currently authenticated user. [all...] |
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
UsbCredentialProvider.c | 686 // Get User Identifier
757 @param[out] FormSetId On return, holds the identifier of the form set which contains
759 @param[out] FormId On return, holds the identifier of the form used during user
799 @param[out] Image On return, holds the HII image identifier.
801 @retval EFI_SUCCESS Image identifier returned successfully.
802 @retval EFI_NOT_FOUND Image identifier not returned.
831 @param[out] String On return, holds the HII string identifier.
833 @retval EFI_SUCCESS String identifier returned successfully.
834 @retval EFI_NOT_FOUND String identifier not returned.
860 Return the user identifier associated with the currently authenticated user. [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/ |
PiSmmCommunicationSmm.c | 52 {0x0}, // Identifier
251 CopyMem (&mSmmCommunicationAcpiTable.UefiAcpiDataTable.Identifier, &gEfiSmmCommunicationProtocolGuid, sizeof(gEfiSmmCommunicationProtocolGuid));
|
/external/clang/lib/Index/ |
IndexTypeSourceInfo.cpp | 166 case NestedNameSpecifier::Identifier:
|
/external/libffi/src/powerpc/ |
linux64.S | 219 .4byte 0x0 # CIE Identifier Tag
|
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 411 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size"; 419 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid"; 423 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age"; 427 WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes";
|