/third_party/python/Doc/reference/ |
D | lexical_analysis.rst | 274 .. _identifiers: target in Other tokens 426 .. _literals:
|
/third_party/typescript/src/services/codefixes/ |
D | addMissingAwait.ts | 131 const identifiers = getIdentifiersFromErrorSpanExpression(expression, checker); constant 180 identifiers: readonly Identifier[]; property
|
D | convertToEs6Module.ts | 43 …const identifiers: Identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new S… constant
|
/third_party/node/tools/doc/ |
D | apilinks.mjs | 68 const exported = { constructors: [], identifiers: [] }; property
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | wgsl_mutator.cc | 157 std::vector<std::pair<size_t, size_t>> identifiers = in InsertReturnStatement() local 306 std::vector<std::pair<size_t, size_t>> identifiers = in ReplaceRandomIdentifier() local
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_ctocpp.cc | 325 void CefBrowserCToCpp::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_cpptoc.cc | 331 int64* identifiers) { in browser_get_frame_identifiers()
|
/third_party/cef/libcef/renderer/ |
D | browser_impl.cc | 235 void CefBrowserImpl::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
|
/third_party/mbedtls/tests/scripts/ |
D | check_names.py | 532 def parse_identifiers_in_file(self, header_file, identifiers): argument
|
/third_party/rust/crates/rust-cexpr/src/ |
D | expr.rs | 41 identifiers: &'ident HashMap<Vec<u8>, EvalResult>, field
|
/third_party/cef/libcef/browser/ |
D | browser_host_base.cc | 644 void CefBrowserHostBase::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | webidl2.js | 644 function identifiers() { function
|
/third_party/cef/tests/ceftests/ |
D | frame_unittest.cc | 874 std::vector<int64> identifiers; in VerifySingleBrowserFrames() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 8983 …::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, TIdentifierList& identifiers) in addQualifierToExisting()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9116 …::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, TIdentifierList& identifiers) in addQualifierToExisting()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_private.h | 2218 VkPipelineShaderStageModuleIdentifierCreateInfoEXT *identifiers; member
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 138196 … var identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new ts.Set() }; variable 138221 function collectExportRenames(sourceFile, checker, identifiers) { argument 138251 …function convertStatement(sourceFile, statement, checker, changes, identifiers, target, exports, u… argument 138277 …function convertVariableStatement(sourceFile, statement, changes, checker, identifiers, target, qu… argument 138313 …function convertPropertyAccessImport(name, propertyName, moduleSpecifier, identifiers, quotePrefer… argument 138484 …function convertSingleImport(name, moduleSpecifier, checker, identifiers, target, quotePreference)… argument 138520 …function convertSingleIdentifierImport(name, moduleSpecifier, checker, identifiers, quotePreferenc… argument 138559 function makeUniqueName(name, identifiers) { argument
|
D | typescript.js | 138196 … var identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new ts.Set() }; variable 138221 function collectExportRenames(sourceFile, checker, identifiers) { argument 138251 …function convertStatement(sourceFile, statement, checker, changes, identifiers, target, exports, u… argument 138277 …function convertVariableStatement(sourceFile, statement, changes, checker, identifiers, target, qu… argument 138313 …function convertPropertyAccessImport(name, propertyName, moduleSpecifier, identifiers, quotePrefer… argument 138484 …function convertSingleImport(name, moduleSpecifier, checker, identifiers, target, quotePreference)… argument 138520 …function convertSingleIdentifierImport(name, moduleSpecifier, checker, identifiers, quotePreferenc… argument 138559 function makeUniqueName(name, identifiers) { argument
|
D | tsserverlibrary.js | 138196 … var identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new ts.Set() }; variable 138221 function collectExportRenames(sourceFile, checker, identifiers) { argument 138251 …function convertStatement(sourceFile, statement, checker, changes, identifiers, target, exports, u… argument 138277 …function convertVariableStatement(sourceFile, statement, changes, checker, identifiers, target, qu… argument 138313 …function convertPropertyAccessImport(name, propertyName, moduleSpecifier, identifiers, quotePrefer… argument 138484 …function convertSingleImport(name, moduleSpecifier, checker, identifiers, target, quotePreference)… argument 138520 …function convertSingleIdentifierImport(name, moduleSpecifier, checker, identifiers, quotePreferenc… argument 138559 function makeUniqueName(name, identifiers) { argument
|
D | tsserver.js | 137627 … var identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new ts.Set() }; variable 137652 function collectExportRenames(sourceFile, checker, identifiers) { argument 137682 …function convertStatement(sourceFile, statement, checker, changes, identifiers, target, exports, u… argument 137708 …function convertVariableStatement(sourceFile, statement, changes, checker, identifiers, target, qu… argument 137744 …function convertPropertyAccessImport(name, propertyName, moduleSpecifier, identifiers, quotePrefer… argument 137915 …function convertSingleImport(name, moduleSpecifier, checker, identifiers, target, quotePreference)… argument 137951 …function convertSingleIdentifierImport(name, moduleSpecifier, checker, identifiers, quotePreferenc… argument 137990 function makeUniqueName(name, identifiers) { argument
|
/third_party/node/tools/ |
D | lint-md.mjs | 16461 var identifiers = { variable
|