Home
last modified time | relevance | path

Searched defs:resolved (Results 1 – 25 of 74) sorted by relevance

123

/external/perfetto/infra/perfetto.dev/
Dpackage-lock.json9 "resolved": "https://registry.npmjs.org/@blakeembrey/deque/-/deque-1.0.5.tgz", string
15 "resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz", string
20 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", string
26 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", string
32 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", string
38 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", string
44 "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", string
54 "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", string
60 "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", string
66 "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", string
[all …]
/external/chromium-trace/catapult/common/node_runner/node_runner/
Dpackage-lock.json9 "resolved": "https://registry.npmjs.org/@chopsui/batch-iterator/-/batch-iterator-0.1.0.tgz", string
14 "resolved": "https://registry.npmjs.org/@chopsui/chops-button/-/chops-button-0.1.11.tgz", string
22 "resolved": "https://registry.npmjs.org/@chopsui/chops-checkbox/-/chops-checkbox-0.1.11.tgz", string
30 "resolved": "https://registry.npmjs.org/@chopsui/chops-header/-/chops-header-0.1.5.tgz", string
38 "resolved": "https://registry.npmjs.org/@chopsui/chops-input/-/chops-input-0.1.11.tgz", string
46 "resolved": "https://registry.npmjs.org/@chopsui/chops-loading/-/chops-loading-0.1.11.tgz", string
54 "resolved": "https://registry.npmjs.org/@chopsui/chops-radio/-/chops-radio-0.1.11.tgz", string
62 …"resolved": "https://registry.npmjs.org/@chopsui/chops-radio-group/-/chops-radio-group-0.1.11.tgz", string
70 "resolved": "https://registry.npmjs.org/@chopsui/chops-signin/-/chops-signin-0.1.5.tgz", string
78 "resolved": "https://registry.npmjs.org/@chopsui/chops-switch/-/chops-switch-0.1.11.tgz", string
[all …]
/external/perfetto/ui/
Dpackage-lock.json9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", string
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.1.tgz", string
42 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz", string
51 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz", string
62 "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", string
71 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", string
77 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", string
85 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.1.tgz", string
97 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", string
105 …"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.… string
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DAnnotationsResolutionTest.java60 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveJavaParserMarkerAnnotation() local
76 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveJavaParserSingleMemberAnnotation() local
92 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveJavaParserNormalAnnotation() local
109 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveReflectionMarkerAnnotation() local
129 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveReflectionSingleMemberAnnotation() local
146 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveJavassistMarkerAnnotation() local
163 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveJavassistSingleMemberAnnotation() local
180 ResolvedAnnotationDeclaration resolved = annotationExpr.resolve(); in solveJavassistNormalAnnotation() local
196 …JavaParserAnnotationDeclaration resolved = (JavaParserAnnotationDeclaration) annotationExpr.resolv… in solveJavaParserMetaAnnotations() local
214 …ReflectionAnnotationDeclaration resolved = (ReflectionAnnotationDeclaration) annotationExpr.resolv… in solveReflectionMetaAnnotations() local
[all …]
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/
DJavaSymbolSolver.java72 … ResolvedReferenceTypeDeclaration resolved = JavaParserFactory.toTypeDeclaration(node, typeSolver); in resolveDeclaration() local
78 … ResolvedReferenceTypeDeclaration resolved = JavaParserFactory.toTypeDeclaration(node, typeSolver); in resolveDeclaration() local
85 …ResolvedEnumConstantDeclaration resolved = enumDeclaration.getEnumConstants().stream().filter(c ->… in resolveDeclaration() local
94 … ResolvedConstructorDeclaration resolved = resolvedTypeDeclaration.getConstructors().stream() in resolveDeclaration() local
104 … ResolvedReferenceTypeDeclaration resolved = JavaParserFactory.toTypeDeclaration(node, typeSolver); in resolveDeclaration() local
111 …ResolvedAnnotationMemberDeclaration resolved = annotationDeclaration.getAnnotationMembers().stream… in resolveDeclaration() local
121 …ResolvedFieldDeclaration resolved = new JavaParserFieldDeclaration(fieldDeclaration.getVariable(0)… in resolveDeclaration() local
127 ResolvedValueDeclaration resolved; in resolveDeclaration() local
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DAnnotationElementNameReferenceTest.java55 PsiElement resolved = reference.resolve(); in testSmaliReferenceFromSmali() local
76 PsiElement resolved = reference.resolve(); in testJavaReferenceFromSmali() local
97 PsiElement resolved = reference.resolve(); in testSmaliReferenceFromJava() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtilTest.java56 TtmlStyle resolved = TtmlRenderUtil.resolveStyle(null, styleIds, globalStyles); in resolveStyleMultipleReferentialStyles() local
76 TtmlStyle resolved = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in resolveMergeSingleReferentialStyleIntoInlineStyle() local
92 TtmlStyle resolved = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in resolveMergeMultipleReferentialStylesIntoInlineStyle() local
/external/elfutils/libdwfl/
Ddwfl_module_getsym.c39 bool *resolved, bool adjust_st_value) in __libdwfl_getsym()
206 bool resolved; in dwfl_module_getsym_info() local
216 bool resolved; in INTDEF() local
Ddwfl_module_addrsym.c134 Elf *elf, bool resolved) in try_sym_value()
207 bool resolved; in search_table() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliClassType.java61 PsiElement resolved = reference.resolve(); in resolve() local
70 PsiClass resolved = resolve(); in getClassName() local
/external/cldr/tools/java/org/unicode/cldr/tool/resolver/
DCldrResolver.java176 CLDRFile resolved = resolveLocale(locale); in resolve() local
220 CLDRFile resolved = resolvedCache.getIfPresent(locale); in resolveLocale() local
242 CLDRFile resolved = new CLDRFile(new SimpleXMLSource(locale)); in resolveLocaleInternal() local
/external/cldr/tools/java/org/unicode/cldr/util/
DFactory.java104 …protected abstract CLDRFile handleMake(String localeID, boolean resolved, DraftStatus madeWithMini… in handleMake()
106 … public CLDRFile make(String localeID, boolean resolved, DraftStatus madeWithMinimalDraftStatus) { in make()
111 public CLDRFile make(String localeID, boolean resolved, boolean includeDraft) { in make()
115 public CLDRFile make(String localeID, boolean resolved) { in make()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/api/
DCldrFileDataSourceTest.java49 CldrFileDataSource resolved = new CldrFileDataSource(testInfo.getCLDRFile("en_GB", true)); in TestUnresolvedVsResolved() local
/external/openssh/openbsd-compat/
Drealpath.c61 realpath(const char *path, char *resolved) in realpath()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestFactory.java16 private Map<String, CLDRFile> resolved = new TreeMap<>(); field in TestFactory
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DSequenceNode.java31 public SequenceNode(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, in SequenceNode()
DScalarNode.java34 public ScalarNode(Tag tag, boolean resolved, String value, Mark startMark, Mark endMark, in ScalarNode()
DMappingNode.java32 public MappingNode(Tag tag, boolean resolved, List<NodeTuple> value, Mark startMark, in MappingNode()
DNode.java42 protected boolean resolved; field in Node
/external/skia/modules/skparagraph/src/
DOneLineShaper.cpp60 for (auto& resolved : fResolvedBlocks) { in printState() local
118 RunBlock resolved(fCurrentRun, resolvedText, resolvedGlyphs, resolvedGlyphs.width()); in fillGaps() local
135 RunBlock resolved(fCurrentRun, resolvedText, resolvedGlyphs, resolvedGlyphs.width()); in fillGaps() local
254 RunBlock resolved(fCurrentRun, in addFullyResolved() local
/external/turbine/java/com/google/turbine/binder/lookup/
DImportIndex.java113 ClassSymbol resolved = sym; in namedImport() local
/external/antlr/tool/src/main/java/org/antlr/analysis/
DNFAConfiguration.java65 protected boolean resolved; field in NFAConfiguration
/external/apache-http/src/org/apache/http/client/utils/
DURIUtils.java199 URI resolved = baseURI.resolve(reference); in resolve() local
/external/dagger2/java/dagger/internal/codegen/
DBindingFactory.java117 DeclaredType resolved = MoreTypes.asDeclared(resolvedType.get()); in injectionBinding() local
479 DeclaredType resolved = asDeclared(resolvedType.get()); in membersInjectionBinding() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DMarshalHashtable.java107 Object resolved = resolvedIndex == 0 ? getProperty(0) : getProperty(1); in setProperty() local

123