| /third_party/toybox/kconfig/ |
| D | expr.h | 18 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/ |
| D | goToDefinition.ts | 23 const symbol = getSymbol(node, typeChecker); constant 130 const file = program.getSourceFileFromReference(sourceFile, referencePath); constant 137 … const file = reference && program.getSourceFile(reference.resolvedFileName!); // TODO:GH#18217 constant 143 const file = program.getLibFileFromReference(libReferenceDirective); constant 157 const symbol = typeChecker.getSymbolAtLocation(node); constant 217 const symbol = checker.getSymbolAtLocation(node); constant
|
| D | services.ts | 611 …const symbol = checker.getPropertyOfType(checker.getTypeAtLocation(superTypeNode), declaration.sym… constant 1031 const file = this.getHostFileInformation(path); constant 1610 const symbol = getSymbolAtLocationForQuickInfo(nodeForQuickInfo, typeChecker); constant 2499 const file = getValidSourceFile(fileName); constant 2512 const file = getValidSourceFile(fileName); constant 2717 const symbol = contextualType.getProperty(name); constant 2723 const symbol = contextualType.getProperty(name); constant
|
| /third_party/typescript/src/testRunner/unittests/services/extract/ |
| D | symbolWalker.ts | 9 const file = result.program!.getSourceFile("main.ts")!; constant 38 for (const symbol of symbols) { constant
|
| /third_party/typescript/src/services/refactors/ |
| D | extractType.ts | 55 const { file, } = context; constant 93 const { file, startPosition } = context; constant 147 …const symbol = checker.resolveName(node.typeName.text, node.typeName, SymbolFlags.TypeParameter, /… constant 170 …const symbol = checker.resolveName(node.exprName.text, node.exprName, SymbolFlags.Value, /* exclud… constant
|
| D | convertParamsToDestructuredObject.ts | 19 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
|
| D | extractSymbol.ts | 748 const { file: sourceFile } = context; constant 828 const file = scope.getSourceFile(); constant 1119 const file = scope.getSourceFile(); constant 1319 const symbol = type.symbol; constant 1552 readonly symbol: Symbol; property 1800 const symbol = getSymbolReferencedByIdentifier(identifier); constant
|
| /third_party/mesa3d/bin/ |
| D | perf-annotate-jit.py | 57 def __init__(self, file): argument 134 def __init__(self, infile, symbol): argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | parse.dtd | 3 <!ELEMENT symbol (symbol*) > element 7 file CDATA #REQUIRED attribute
|
| D | semind.c | 604 const char *symbol; member 610 sqlite3_int64 file; member
|
| /third_party/libxml2/doc/ |
| D | index.py | 201 def updateWord(name, symbol, relevance): argument 527 def addWord(word, module, symbol, relevance): argument 555 def addString(str, module, symbol, relevance): argument 679 def foundExport(file, symbol): argument
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor_database.cc | 119 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
|
| D | descriptor.cc | 1092 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/elfutils/src/ |
| D | unstrip.c | 807 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 …]
|
| D | addr2line.c | 366 const char *file = dwarf_filesrc (files, val, NULL, NULL); in print_dwarf_function() local 489 GElf_Sym *symbol = ((void **) arg)[1]; in find_symbol() local
|
| /third_party/protobuf/src/google/protobuf/compiler/php/ |
| D | php_generator.cc | 118 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/typescript/src/linter/ |
| D | TypeScriptLinter.ts | 310 const symbol = TypeScriptLinter.tsTypeChecker.getSymbolAtLocation(tsNode); constant 718 const file = normalizePath(this.sourceFile.fileName); constant 750 const file = normalizePath(this.sourceFile.fileName); constant 1800 const symbol = Utils.trueSymbolAtLocation(tsTypeExpr.expression); constant 1808 const symbol = Utils.trueSymbolAtLocation(computedProperty.expression); constant
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstinfo.c | 496 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/ |
| D | typescriptServices.js | 2611 function formatSymbol(symbol) { argument 6520 var file = { variable 6640 function addToPollingIntervalQueue(file, pollingInterval) { argument 6644 function addChangedFileToLowPollingIntervalQueue(file) { argument 8766 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property 12079 function symbolName(symbol) { argument 13501 function getDeclarationOfKind(symbol, kind) { argument 13540 function isTransientSymbol(symbol) { argument 14280 function getNonAugmentationDeclaration(symbol) { argument 14508 function assertDiagnosticLocation(file, start, length) { argument [all …]
|
| D | typescript.js | 2611 function formatSymbol(symbol) { argument 6520 var file = { variable 6640 function addToPollingIntervalQueue(file, pollingInterval) { argument 6644 function addChangedFileToLowPollingIntervalQueue(file) { argument 8766 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property 12079 function symbolName(symbol) { argument 13501 function getDeclarationOfKind(symbol, kind) { argument 13540 function isTransientSymbol(symbol) { argument 14280 function getNonAugmentationDeclaration(symbol) { argument 14508 function assertDiagnosticLocation(file, start, length) { argument [all …]
|
| D | tsc.js | 2022 function formatSymbol(symbol) { argument 3803 var file = { variable 3909 function addToPollingIntervalQueue(file, pollingInterval) { argument 3913 function addChangedFileToLowPollingIntervalQueue(file) { argument 5880 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property 8839 function symbolName(symbol) { argument 10030 function getDeclarationOfKind(symbol, kind) { argument 10062 function isTransientSymbol(symbol) { argument 10703 function getNonAugmentationDeclaration(symbol) { argument 10915 function assertDiagnosticLocation(file, start, length) { argument [all …]
|
| D | typingsInstaller.js | 2406 function formatSymbol(symbol) { argument 6315 var file = { variable 6435 function addToPollingIntervalQueue(file, pollingInterval) { argument 6439 function addChangedFileToLowPollingIntervalQueue(file) { argument 8561 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property 11874 function symbolName(symbol) { argument 13296 function getDeclarationOfKind(symbol, kind) { argument 13335 function isTransientSymbol(symbol) { argument 14075 function getNonAugmentationDeclaration(symbol) { argument 14303 function assertDiagnosticLocation(file, start, length) { argument [all …]
|
| D | tsserver.js | 2417 function formatSymbol(symbol) { argument 6326 var file = { variable 6446 function addToPollingIntervalQueue(file, pollingInterval) { argument 6450 function addChangedFileToLowPollingIntervalQueue(file) { argument 8572 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property 11885 function symbolName(symbol) { argument 13307 function getDeclarationOfKind(symbol, kind) { argument 13346 function isTransientSymbol(symbol) { argument 14086 function getNonAugmentationDeclaration(symbol) { argument 14314 function assertDiagnosticLocation(file, start, length) { argument [all …]
|
| D | tsserverlibrary.js | 2611 function formatSymbol(symbol) { argument 6520 var file = { variable 6640 function addToPollingIntervalQueue(file, pollingInterval) { argument 6644 function addChangedFileToLowPollingIntervalQueue(file) { argument 8766 file: diag(6025, ts.DiagnosticCategory.Message, "file_6025", "file"), property 12079 function symbolName(symbol) { argument 13501 function getDeclarationOfKind(symbol, kind) { argument 13540 function isTransientSymbol(symbol) { argument 14280 function getNonAugmentationDeclaration(symbol) { argument 14508 function assertDiagnosticLocation(file, start, length) { argument [all …]
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 247 for (const file of testData.files) { constant 378 for (const file of testData.files) { constant 616 for (const { start, length, messageText, file } of errors) { constant 1027 const symbol = this.getChecker().getSymbolAtLocation(node)!; constant 1807 for (const file of allFourSlashFiles) { constant 1997 for (const file of this.testData.files) { constant 3677 const file = this.findFile(incomingCall.from.file); constant 3715 const file = this.findFile(callHierarchyItem.file); constant 3780 const { file, availableNames } = this.tryFindFileWorker(indexOrName); constant 3797 const file = ts.forEach(this.testData.files, file => { constant [all …]
|