Home
last modified time | relevance | path

Searched defs:identifiers (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Doc/reference/
Dlexical_analysis.rst274 .. _identifiers: target in Other tokens
426 .. _literals:
/third_party/typescript/src/services/codefixes/
DaddMissingAwait.ts131 const identifiers = getIdentifiersFromErrorSpanExpression(expression, checker); constant
180 identifiers: readonly Identifier[]; property
DconvertToEs6Module.ts43 …const identifiers: Identifiers = { original: collectFreeIdentifiers(sourceFile), additional: new S… constant
/third_party/node/tools/doc/
Dapilinks.mjs68 const exported = { constructors: [], identifiers: [] }; property
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dwgsl_mutator.cc157 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/
Dbrowser_ctocpp.cc325 void CefBrowserCToCpp::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_cpptoc.cc331 int64* identifiers) { in browser_get_frame_identifiers()
/third_party/cef/libcef/renderer/
Dbrowser_impl.cc235 void CefBrowserImpl::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
/third_party/mbedtls/tests/scripts/
Dcheck_names.py532 def parse_identifiers_in_file(self, header_file, identifiers): argument
/third_party/rust/crates/rust-cexpr/src/
Dexpr.rs41 identifiers: &'ident HashMap<Vec<u8>, EvalResult>, field
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc644 void CefBrowserHostBase::GetFrameIdentifiers(std::vector<int64>& identifiers) { in GetFrameIdentifiers()
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js644 function identifiers() { function
/third_party/cef/tests/ceftests/
Dframe_unittest.cc874 std::vector<int64> identifiers; in VerifySingleBrowserFrames() local
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp8983 …::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, TIdentifierList& identifiers) in addQualifierToExisting()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9116 …::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, TIdentifierList& identifiers) in addQualifierToExisting()
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h2218 VkPipelineShaderStageModuleIdentifierCreateInfoEXT *identifiers; member
/third_party/typescript/lib/
DtypescriptServices.js138196 … 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
Dtypescript.js138196 … 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
Dtsserverlibrary.js138196 … 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
Dtsserver.js137627 … 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/
Dlint-md.mjs16461 var identifiers = { variable