Home
last modified time | relevance | path

Searched +defs:symbol +defs:file (Results 1 – 25 of 48) sorted by relevance

12

/third_party/toybox/kconfig/
Dexpr.h18 struct file { struct
19 struct file *next; argument
20 struct file *parent; argument
21 char *name;
22 int lineno;
23 int flags;
71 struct symbol { struct
72 struct symbol *next; argument
75 enum symbol_type type; argument
76 struct symbol_value curr; argument
[all …]
/third_party/typescript/src/services/
DgoToDefinition.ts37 … const { symbol, failedAliasResolution } = getSymbol(classDecl, typeChecker, stopAtAlias); constant
203 const symbol = hasStaticModifier(classElement) constant
214 const file = program.getSourceFileFromReference(sourceFile, referencePath); constant
221 … const file = reference && program.getSourceFile(reference.resolvedFileName!); // TODO:GH#18217 constant
227 const file = program.getLibFileFromReference(libReferenceDirective); constant
263 … const { symbol, failedAliasResolution } = getSymbol(node, typeChecker, /*stopAtAlias*/ false); constant
321 const symbol = checker.getSymbolAtLocation(node); constant
Dcompletions.ts1427 const symbol = symbols[i]; constant
1578 symbol: Symbol; property
1637 …? { type: "symbol" as const, symbol, location, origin, contextToken, previousToken, isJsxInitializ… constant
1687 const { symbol, location, contextToken, origin, previousToken } = symbolCompletion; constant
1869 const symbol = type && type.symbol; constant
2413 for (const symbol of typeSymbols) { constant
2443 for (const symbol of promiseType.getApparentProperties()) { constant
2721 const symbol = symbols[i]; constant
2739 for (const symbol of getPropertiesForCompletion(thisType, typeChecker)) { constant
2910 …const symbol = isDefaultExport && getLocalSymbolForExportDefault(exportInfo.symbol) || exportInfo.… constant
[all …]
Dservices.ts677 const symbol = checker.getPropertyOfType(type, declaration.symbol.name); constant
1574 const symbol = getSymbolForProgram(); constant
1735 const symbol = getSymbolAtLocationForQuickInfo(nodeForQuickInfo, typeChecker); constant
2641 const file = getValidSourceFile(fileName); constant
2654 const file = getValidSourceFile(fileName); constant
2890 const symbol = contextualType.getProperty(name); constant
2896 const symbol = contextualType.getProperty(name); constant
/third_party/typescript/src/testRunner/unittests/services/extract/
DsymbolWalker.ts9 const file = result.program!.getSourceFile("main.ts")!; constant
38 for (const symbol of symbols) { constant
/third_party/typescript/src/services/refactors/
DextractType.ts55 const { file, } = context; constant
93 const { file, startPosition } = context; constant
148 …const symbol = checker.resolveName(typeName.text, typeName, SymbolFlags.TypeParameter, /* excludeG… constant
179 …const symbol = checker.resolveName(node.exprName.text, node.exprName, SymbolFlags.Value, /* exclud… constant
DconvertImport.ts60 const { file } = context; constant
166 const symbol = checker.getSymbolAtLocation(namedImport.name); constant
178 … const symbol = checker.resolveName(preferredName, id, SymbolFlags.All, /*excludeGlobals*/ true); constant
DconvertExport.ts60 const { file, program } = context; constant
271 const symbol = parent.parent.symbol; constant
DconvertParamsToDestructuredObject.ts19 const { file, startPosition } = context; constant
34 const { file, startPosition, program, cancellationToken, host } = context; constant
212 const symbol = checker.getSymbolAtLocation(node); constant
224 const symbol = contextualType?.getSymbol(); constant
DextractSymbol.ts782 const { file: sourceFile } = context; constant
862 const file = scope.getSourceFile(); constant
1175 const file = scope.getSourceFile(); constant
1375 const symbol = type.symbol; constant
1608 readonly symbol: Symbol; property
1857 const symbol = getSymbolReferencedByIdentifier(identifier); constant
/third_party/mesa3d/bin/
Dperf-annotate-jit.py57 def __init__(self, file): argument
134 def __init__(self, infile, symbol): argument
/third_party/ltp/tools/sparse/sparse-src/
Dparse.dtd3 <!ELEMENT symbol (symbol*) > element
7 file CDATA #REQUIRED attribute
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc119 const FileDescriptorProto& file, Value value) { in AddFile()
344 bool SimpleDescriptorDatabase::Add(const FileDescriptorProto& file) { in Add()
350 bool SimpleDescriptorDatabase::AddAndOwn(const FileDescriptorProto* file) { in AddAndOwn()
383 bool SimpleDescriptorDatabase::MaybeCopy(const FileDescriptorProto* file, in MaybeCopy()
476 StringPiece symbol(const DescriptorIndex& index) const { in symbol() function
557 auto* file = google::protobuf::Arena::CreateMessage<FileDescriptorProto>(&arena); in Add() local
627 bool EncodedDescriptorDatabase::DescriptorIndex::AddFile(const FileProto& file, in AddFile()
695 StringPiece symbol) { in AddSymbol()
898 const FileDescriptor* file = pool_.FindFileByName(filename); in FindFileByName() local
907 const FileDescriptor* file = pool_.FindFileContainingSymbol(symbol_name); in FindFileContainingSymbol() local
Ddescriptor.cc1092 Symbol symbol) { in AddSymbol()
1103 Symbol symbol) { in AddAliasUnderParent()
1108 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { in AddFile()
1894 Symbol symbol = tables_->FindSymbol(prefix); in IsSubSymbolOfBuiltType() local
2385 SourceLocationCommentPrinter(const FileDescriptor* file, in SourceLocationCommentPrinter()
3688 bool DescriptorBuilder::IsInPackage(const FileDescriptor* file, in IsInPackage()
3695 void DescriptorBuilder::RecordPublicDependencies(const FileDescriptor* file) { in RecordPublicDependencies()
3735 const FileDescriptor* file = result.GetFile(); in FindSymbolNotEnforcingDeps() local
3754 const FileDescriptor* file = result.GetFile(); in FindSymbol() local
4024 const Message& proto, Symbol symbol) { in AddSymbol()
[all …]
/third_party/typescript/src/server/
Dsession.ts893 const { file, fileSize, maxFileSize } = event.data; constant
955 const { file, project } = this.getFileAndProject(fileRequest); constant
1173 … const { file, languageService } = this.getFileAndLanguageServiceForSyntacticOperation(args); constant
1178 const { file, project } = this.getFileAndProject(args); constant
1189 const file = toNormalizedPath(args.file); constant
1261 const { project, file } = this.getFileAndProject(args); constant
1273 const { file, project } = this.getFileAndProject(args); constant
1295 const { file, project } = this.getFileAndProject(args); constant
1325 const { file, project } = this.getFileAndProject(args); constant
1445 const symbol = program.getTypeChecker().getSymbolAtLocation(initialNode); constant
[all …]
/third_party/elfutils/src/
Dunstrip.c807 struct symbol struct
809 size_t *map;
834 /* For a symbol discarded after first sort, this matches its better's argument
2219 open_file (const char *file, bool writable) in open_file()
2302 const char *file; in handle_dwfl_module() local
2321 const char *file; in handle_dwfl_module() local
2340 const char *file; in handle_dwfl_module() local
2394 const char *file; in handle_output_dir_module() local
2417 const char *file; in list_module() local
2479 const char *file; in match_module() local
[all …]
/third_party/typescript/src/compiler/
Dtracing.ts176 const file = getSourceFileOfNode(node); constant
208 const symbol = type.aliasSymbol ?? type.symbol; constant
Dchecker.ts696 …const file = getParseTreeNode(fileIn, isSourceFile) || Debug.fail("Could not determine parsed sour… enumerator
831 const esSymbolType = createIntrinsicType(TypeFlags.ESSymbol, "symbol"); enumerator
1585 …Debug.assert((getCheckFlags(symbol) & CheckFlags.Instantiated) === 0, "Should never get an instant… enumerator
3594 …Debug.assert((getCheckFlags(symbol) & CheckFlags.Instantiated) === 0, "Should never get an instant… enumerator
8951 const symbol = getSymbolOfNode(node); constant
9352 const file = getSourceFileOfNode(symbol.declarations![0]); constant
9714 const symbol = createSymbol(flags, text); constant
9775 const symbol = getSymbolOfNode(node); constant
10300 const symbol = getSymbolOfNode(node.left); constant
10361 …const declaration = symbol.flags & SymbolFlags.Class ? symbol.valueDeclaration : getDeclarationOfK… constant
[all …]
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc118 const FileDescriptor* file) { in ReservedNamePrefix()
329 std::string GeneratedMetadataFileName(const FileDescriptor* file, in GeneratedMetadataFileName()
593 unsigned char symbol[16] = { in BinaryToHex() local
929 const FileDescriptor* file, in GenerateAddFileToPool()
1022 const FileDescriptor* file, in AnalyzeDependencyForFile()
1055 const FileDescriptor* file, in NeedsUnwrapping()
1073 const FileDescriptor* file, in GenerateAddFilesToPool()
1093 auto file = *nodes_without_dependency.begin(); in GenerateAddFilesToPool() local
1171 void GenerateHead(const FileDescriptor* file, io::Printer* printer) { in GenerateHead()
1191 void GenerateMetadataFile(const FileDescriptor* file, in GenerateMetadataFile()
[all …]
/third_party/node/deps/v8/src/torque/ls/
Dmessage-handler.cc119 std::string file = in GetOrCreateNotificationForSource() local
311 for (const auto& symbol : LanguageServerData::SymbolsForSourceId(id)) { in HandleDocumentSymbolRequest() local
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinter.ts323 const symbol = TypeScriptLinter.tsTypeChecker.getSymbolAtLocation(tsNode); constant
731 const file = normalizePath(this.sourceFile.fileName); constant
763 const file = normalizePath(this.sourceFile.fileName); constant
1828 const symbol = Utils.trueSymbolAtLocation(tsTypeExpr.expression); constant
1836 const symbol = Utils.trueSymbolAtLocation(computedProperty.expression); constant
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c496 const gchar * file, const gchar * function, gint line, in gst_debug_log()
546 const gchar * file, const gchar * function, gint line, in gst_debug_log_valist()
598 const gchar * file, const gchar * function, gint line, in gst_debug_log_literal()
1181 const gchar ** file, const gchar ** message_str, gchar ** obj_str, in _gst_debug_log_preamble()
1234 const gchar * file, const gchar * function, gint line, in gst_debug_log_get_line()
1260 _gst_debug_fprintf (FILE * file, const gchar * format, ...) in _gst_debug_fprintf()
1319 const gchar * file, const gchar * function, gint line, in gst_debug_log_default()
2325 _gst_debug_dump_mem (GstDebugCategory * cat, const gchar * file, in _gst_debug_dump_mem()
2380 const gchar * file, const gchar * function, gint line, in gst_debug_log()
2387 const gchar * file, const gchar * function, gint line, in gst_debug_log_valist()
[all …]
/third_party/typescript/lib/
Dtsc.js2279 function formatSymbol(symbol) { argument
3790 var file = { variable
3864 function addToPollingIntervalQueue(file, pollingInterval) { argument
3868 function addChangedFileToLowPollingIntervalQueue(file) { argument
3930 var file = { variable
6479 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property
9711 function symbolName(symbol) { argument
11056 function getDeclarationOfKind(symbol, kind) { argument
11069 function getDeclarationsOfKind(symbol, kind) { argument
11084 function isTransientSymbol(symbol) { argument
[all …]
DtypingsInstaller.js2686 function formatSymbol(symbol) { argument
6259 var file = { variable
6342 function addToPollingIntervalQueue(file, pollingInterval) { argument
6346 function addChangedFileToLowPollingIntervalQueue(file) { argument
6412 var file = { variable
9333 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property
12925 function symbolName(symbol) { argument
14519 function getDeclarationOfKind(symbol, kind) { argument
14532 function getDeclarationsOfKind(symbol, kind) { argument
14547 function isTransientSymbol(symbol) { argument
[all …]
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts329 const symbol = TypeScriptLinter.tsTypeChecker.getSymbolAtLocation(tsNode); constant
753 const file = normalizePath(this.sourceFile.fileName); constant
785 const file = normalizePath(this.sourceFile.fileName); constant
1850 const symbol = Utils.trueSymbolAtLocation(tsTypeExpr.expression); constant

12