HomeSort by relevance Sort by last modified time
    Searched refs:Identifiers (Results 1 - 25 of 49) sorted by null

1 2

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PchPlatformLib/
PchPlatformLibrary.c 122 UINT32 Identifiers;
126 Identifiers = MmioRead32 (
134 PcuDeviceId = (UINT16) ((Identifiers & B_PCH_LPC_DEVICE_ID) >> 16);
135 PcuVendorId = (UINT16) (Identifiers & B_PCH_LPC_VENDOR_ID);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 8 grammar Identifiers;
12 @identifiers = []
17 attr_reader :reported_errors, :identifiers
20 @identifiers << name
38 lexer = Identifiers::Lexer.new( input )
40 parser = Identifiers::Parser.new( tokens )
45 parser.identifiers.should == %w(blah_de_blah)
51 lexer = Identifiers::Lexer.new( '' )
52 parser = Identifiers::Parser.new( lexer )
64 parser = Identifiers::Parser.new( 'blah_de_blah', :file => 'blah.txt'
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.h 112 uint32_t Identifiers(CXFA_FMToken* t,
xfa_lexer.cpp 393 iRet = Identifiers(p, m_ptr, pTemp);
459 uint32_t CXFA_FMLexer::Identifiers(CXFA_FMToken* t,
  /external/clang/include/clang/Lex/
Preprocessor.h 64 /// predefined values. Only handles simple tokens and identifiers.
71 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
73 "Identifiers should be created by TokenValue(IdentifierInfo *)");
121 /// Identifiers for builtin macros and other builtins.
187 /// \brief Mapping/lookup information for all identifiers in
189 mutable IdentifierTable Identifiers;
198 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
697 IdentifierTable &getIdentifierTable() { return Identifiers; }
698 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
794 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 65 /// predefined values. Only handles simple tokens and identifiers.
72 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
74 "Identifiers should be created by TokenValue(IdentifierInfo *)");
123 /// Identifiers for builtin macros and other builtins.
189 /// \brief Mapping/lookup information for all identifiers in
191 mutable IdentifierTable Identifiers;
200 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
700 IdentifierTable &getIdentifierTable() { return Identifiers; }
701 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
797 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /prebuilts/go/darwin-x86/src/go/token/
token.go 23 // Identifiers and basic type literals
295 // IsLiteral returns true for tokens corresponding to identifiers
  /prebuilts/go/linux-x86/src/go/token/
token.go 23 // Identifiers and basic type literals
295 // IsLiteral returns true for tokens corresponding to identifiers
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
ParseOpenMP.cpp 47 SmallVector<Expr *, 4> Identifiers;
56 Identifiers.push_back(Res.get());
58 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; }
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
  /external/python/cpython2/Lib/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 5 RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding
11 RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 333 According to RFC 2396 ("Uniform Resource Identifiers), to escape a

Completed in 848 milliseconds

1 2