/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 189 mutable IdentifierTable Identifiers; variable 697 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 698 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() 794 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined() 935 return &Identifiers.get(Name); in getIdentifierInfo()
|
/external/curl/docs/ |
D | RESOURCES | 55 RFC 2396 - "Uniform Resource Identifiers: Generic Syntax and Semantics" This
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 1215 SmallVector<Token, 5> Identifiers; in HandlePragma() local 1224 Identifiers.push_back(Tok); in HandlePragma() 1259 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma() 1267 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma() 1268 2 * Identifiers.size()); in HandlePragma() 1269 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma() 1274 idTok = Identifiers[i]; in HandlePragma()
|
D | ParseOpenMP.cpp | 47 SmallVector<Expr *, 4> Identifiers; member in __anonc32d36300111::ThreadprivateListParserHelper 56 Identifiers.push_back(Res.get()); in operator ()() 58 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
|
/external/u-boot/Licenses/ |
D | README | 35 replaced with a single line reference to Unique License Identifiers 46 We use the SPDX Unique License Identifiers here; these are available
|
/external/u-boot/ |
D | LICENSE | 35 replaced with a single line reference to Unique License Identifiers 46 We use the SPDX Unique License Identifiers here; these are available
|
D | NOTICE | 35 replaced with a single line reference to Unique License Identifiers 46 We use the SPDX Unique License Identifiers here; these are available
|
/external/python/cpython2/Doc/library/ |
D | urlparse.rst | 279 :rfc:`3986` - Uniform Resource Identifiers 288 :rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
|
D | ttk.rst | 443 Tab Identifiers 687 widget option columns. See `Column Identifiers`_. 799 Column Identifiers
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 311 Identifiers and keywords 318 Identifiers (also referred to as *names*) are described by the following lexical 328 Identifiers are unlimited in length. Case is significant.
|
/external/scapy/test/ |
D | can.uts | 45 = Identifiers
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 276 Identifiers and keywords 281 Identifiers (also referred to as *names*) are described by the following lexical 297 Identifiers are unlimited in length. Case is significant.
|
/external/curl/docs/cmdline-opts/ |
D | page-footer | 233 RTSP: mismatch of Session Identifiers
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 72 Identifiers(opts, IILookup), in Preprocessor()
|
/external/cldr/specs/rfc/ |
D | draft-davis-u-langtag-ext-00.txt | 187 Locale Identifiers) of [LDML]. The following is a summary of that
|
D | draft-davis-t-langtag-ext.txt | 320 | Section | Section 3 Unicode Language and Locale Identifiers |
|
/external/python/cpython3/Doc/library/ |
D | urllib.parse.rst | 623 :rfc:`3986` - Uniform Resource Identifiers 632 :rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
|
D | tkinter.ttk.rst | 539 Tab Identifiers 787 widget option columns. See `Column Identifiers`_. 902 Column Identifiers
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3817 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument 3819 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers() 3821 Identifiers.clear(); in getNestedNameSpecifierIdentifiers() 3851 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 73 * Identifiers can be longer, but this will be more costly
|
/external/flatbuffers/docs/source/ |
D | Schemas.md | 231 Identifiers must always be exactly 4 characters long. These 4 characters 471 Identifiers in a schema are meant to translate to many different programming
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 130 // C99 6.4.2: Identifiers.
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 295 # S/MIME Algorithm Identifiers
|
/external/deqp/data/gles2/shaders/ |
D | preprocessor.test | 1561 group undefined_identifiers "Undefined Identifiers Tests"
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 850 ### Parameter Identifiers
|