| /external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
| D | metadata_annotation.rs | 23 /// The crate's node in the Cargo "resolve" graph. 50 pub(crate) fn new(metadata: CargoMetadata) -> MetadataAnnotation { in new() 54 let resolve = metadata in new() localVariable 55 .resolve in new() 57 .expect("The metadata provided requires a resolve graph") in new() 60 let is_node_workspace_member = |node: &Node, metadata: &CargoMetadata| -> bool { in new() 64 let workspace_members: BTreeSet<PackageId> = resolve in new() 68 .map(|node| node.id.clone()) in new() 71 let crates = resolve in new() 74 .map(|node| { in new() [all …]
|
| /external/clang/include/clang/Lex/ |
| D | ModuleMap.h | 1 //===--- ModuleMap.h - Describe the layout of modules -----------*- C++ -*-===// 5 // This file is distributed under the University of Illinois Open Source 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 39 /// \brief A mechanism to observe the actions of the module map parser as it 40 /// reads module map files. 45 /// \brief Called when a module map file has been read. 50 /// \param IsSystem Whether this is a module map from a system include path. 54 /// \brief Called when a header is added during module map parsing. 59 /// \brief Called when an umbrella header is added during module map parsing. [all …]
|
| /external/pigweed/pw_web/log-viewer/test/ |
| D | log-view.test.js | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 import { assert } from '@open-wc/testing'; 16 import { MockLogSource } from '../src/custom/mock-log-source'; 19 import { NodeType, Orientation, ViewNode } from '../src/shared/view-node'; 23 const logViewer = document.querySelector('log-viewer'); 28 // See: https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver#observation_errors 45 describe('log-view', () => { 54 const logViewerEl = document.querySelector('log-viewer'); 56 await new Promise((resolve) => setTimeout(resolve, 100)); 57 const logViews = logViewerEl.shadowRoot.querySelectorAll('log-view'); [all …]
|
| /external/turbine/javatests/com/google/turbine/binder/ |
| D | BinderErrorTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 56 "<>:2: error: could not resolve NoSuch", in parameters() 82 "<>:3: error: could not resolve NoSuch", in parameters() 93 "<>:2: error: could not resolve element foo() in Anno", // in parameters() 96 "<>:2: error: could not resolve element bar() in Anno", // in parameters() 107 "<>:2: error: could not resolve element bar() in Anno", // in parameters() 159 + " -> p.OuterExtendsInner$Inner", in parameters() 162 "<>:4: error: could not resolve Foo", in parameters() 178 "<>:3: error: could not resolve NoSuch", in parameters() 194 "<>:3: error: could not resolve NoSuch", in parameters() [all …]
|
| /external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/intent/ |
| D | LabeledIntentTest.java | 2 * Copyright (C) 2018 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 36 private static final String TITLE_WITHOUT_ENTITY = "Map"; 37 private static final String TITLE_WITH_ENTITY = "Map NW14D1"; 38 private static final String DESCRIPTION = "Check the map"; 39 private static final String DESCRIPTION_WITH_APP_NAME = "Use %1$s to open map"; 63 LabeledIntent.Result result = labeledIntent.resolve(context, /*titleChooser*/ null); in resolve_preferTitleWithEntity() 78 LabeledIntent.Result result = labeledIntent.resolve(context, /*titleChooser*/ null); in resolve_useAvailableTitle() 94 labeledIntent.resolve(context, (labeledIntent1, resolveInfo) -> "chooser"); in resolve_titleChooser() 110 labeledIntent.resolve(context, (labeledIntent1, resolveInfo) -> null); in resolve_titleChooserReturnsNull() [all …]
|
| /external/turbine/java/com/google/turbine/binder/lookup/ |
| D | MemberImportIndex.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 32 import java.util.Map; 39 private final Map<String, Supplier<@Nullable ClassSymbol>> cache = new LinkedHashMap<>(); 44 SourceFile source, in MemberImportIndex() argument 45 CanonicalSymbolResolver resolve, in MemberImportIndex() argument 65 sym = resolveNext(resolve, source, i.position(), sym, bit); in MemberImportIndex() 82 for (int i = 0; i < result.remaining().size() - 1; i++) { in MemberImportIndex() 86 sym = resolve.resolveOne(sym, result.remaining().get(i)); in MemberImportIndex() 97 CanonicalSymbolResolver resolve, in resolveNext() argument 98 SourceFile source, in resolveNext() argument [all …]
|
| /external/dokka/core/src/main/kotlin/Samples/ |
| D | DefaultSampleProcessingService.kt | 16 import org.jetbrains.kotlin.resolve.BindingContext 17 import org.jetbrains.kotlin.resolve.DescriptorToSourceUtils 18 import org.jetbrains.kotlin.resolve.scopes.DescriptorKindFilter 19 import org.jetbrains.kotlin.resolve.scopes.ResolutionScope 41 …logger.warn("Can't find source for function $functionName in @sample in ${descriptor.signature()}") in resolveSample() 42 … return ContentBlockSampleCode().apply { append(ContentText("//Source not found: $functionName")) } in resolveSample() 47 …val indent = lines.filter(String::isNotBlank).map { it.takeWhile(Char::isWhitespace).count() }.min… in resolveSample() 48 val finalText = lines.map { it.drop(indent) }.joinToString("\n") in resolveSample() 54 is KtDeclarationWithBody -> { in processSampleBody() 57 is KtBlockExpression -> bodyExpression.text.removeSurrounding("{", "}") in processSampleBody() [all …]
|
| /external/perfetto/src/traced/probes/ftrace/test/ |
| D | explorer.html | 2 # Loading... <!-- 3 # Copyright (C) 2017 The Android Open Source Project 9 # http://www.apache.org/licenses/LICENSE-2.0 18 python3 -m webbrowser -t "http://localhost:8000/$(basename $0)" 19 python3 -m http.server 21 <<-EOF 22 --> 26 box-sizing: border-box; 31 …font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "L… 32 font-weight: 300; [all …]
|
| /external/cronet/net/dns/ |
| D | mock_host_resolver.h | 2 // Use of this source code is governed by a BSD-style license that can be 12 #include <map> 39 #include "third_party/abseil-cpp/absl/types/optional.h" 40 #include "third_party/abseil-cpp/absl/types/variant.h" 54 // comma-separated list of IPv4 or IPv6 literal(s) without enclosing brackets. 65 // host_resolver->rules()->AddRule("foo.com", "1.2.3.4"); 66 // host_resolver->rules()->AddRule("bar.com", "2.3.4.5"); 73 // host_mapper->AddRule("*.com", "127.0.0.1"); 86 // If no default result is given, every resolve request must match a configured 159 // If `default_result` is nullopt, every resolve must match an added rule. [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | chromepolicy_v1.customers.policies.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/angle/src/libANGLE/renderer/metal/ |
| D | mtl_format_map.json | 4 "Use of this source code is governed by a BSD-style license that can be", 13 "- The image's map is a dictionary where the key of each entry is the", 15 "are missing from the map, these formats are either unsupported or emulated", 19 "- override is emulation of unsupported formats on Metal by converting them to", 23 "- d24s8_fallbacks_mac is Mac specific emulation when native Metal device doesn't", 26 "- caps is a table containing native Metal format's specific capabilities such as", 28 "are Metal native format enums. This table's source is", 29 "https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf", 32 "map": { object 252 …"condition": "metalDevice.depth24Stencil8PixelFormatSupported && !display->getFeatures().forceD24S… [all …]
|
| /external/tensorflow/tensorflow/python/autograph/pyct/ |
| D | origin_info.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Container for origin source code information before AutoGraph compilation.""" 37 lineno: int, 1-based 48 lineno: int, 1-based 62 """Container for information about the source code before conversion. 72 """Returns a 4-tuple consistent with the return of traceback.extract_tb.""" 84 # TODO(mdan): This source map should be a class - easier to refer to. 86 """Creates a source map between an annotated AST and the code it compiles to. 93 code: Text, the source code in which nodes are found. 102 resolve(node, code, filepath, node.lineno, node.col_offset) [all …]
|
| /external/bazel-skylib/gazelle/bzl/ |
| D | gazelle.go | 7 http://www.apache.org/licenses/LICENSE-2.0 20 // https://github.com/bazelbuild/bazel-skylib. 35 "github.com/bazelbuild/bazel-gazelle/config" 36 "github.com/bazelbuild/bazel-gazelle/label" 37 "github.com/bazelbuild/bazel-gazelle/language" 38 "github.com/bazelbuild/bazel-gazelle/pathtools" 39 "github.com/bazelbuild/bazel-gazelle/repo" 40 "github.com/bazelbuild/bazel-gazelle/resolve" 41 "github.com/bazelbuild/bazel-gazelle/rule" 78 // https://pkg.go.dev/github.com/bazelbuild/bazel-gazelle/resolve?tab=doc#Resolver [all …]
|
| /external/cronet/components/cronet/android/java/src/org/chromium/net/httpflags/ |
| D | ResolvedFlags.java | 2 // Use of this source code is governed by a BSD-style license that can be 14 import java.util.Map; 25 * Provides type-safe access to the value of a given HTTP flag. 41 private static Value resolve(FlagValue flagValue, String appId, int[] cronetVersion) { in resolve() method in ResolvedFlags.Value 173 private final Map<String, Value> mFlags; 178 * <p>This method will resolve {@link FlagValue.ConstrainedValue} filters according to the 193 public static ResolvedFlags resolve(Flags flags, String appId, String cronetVersion) { 195 Map<String, Value> resolvedFlags = new HashMap<String, Value>(); 198 Value value = Value.resolve(flag.getValue(), appId, parsedCronetVersion); 203 "Unable to resolve HTTP flag `" + flag.getKey() + "`", exception); [all …]
|
| /external/perfetto/ui/src/frontend/sql/details/ |
| D | details.ts | 1 // Copyright (C) 2023 The Android Open Source Project 7 // http://www.apache.org/licenses/LICENSE-2.0 43 // - dictionary (keys should be strings) 44 // - array 46 // - number, string, timestamp, duration, interval and thread interval. 47 // - id into another sql table. 48 // - arg set id. 51 // just the column name). Each primitive value can be auto-skipped if the 52 // underlying SQL value is null (skipIfNull). Each container can be auto-skipped 59 // source: 'beforeunload_slice_id', [all …]
|
| /external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
| D | ConvertIcuDataTask.java | 56 // Note: Auto-magical Ant methods are listed as "unused" by IDEs, unless the warning is suppressed. 74 // Don't try and resolve actual paths until inside the execute method. 76 // TODO(CLDR-13381): Move into CLDR API; e.g. withPseudoLocales() 78 private Predicate<String> idFilter = id -> true; 109 minimumDraftStatus = resolve(CldrDraftStatus.class, status); in setMinimalDraftStatus() 117 .map(s -> resolve(OutputType.class, s)) in setOutputTypes() 167 this.dir = resolve(IcuLocaleDir.class, directory); in setDir() 195 private String source = ""; field in ConvertIcuDataTask.ForcedAlias 199 public void setSource(String source) { in setSource() argument 200 this.source = whitespace().trimFrom(source); in setSource() [all …]
|
| /external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
| D | AttributeMap.java | 24 import java.util.Map; 38 …* A map from {@code AttributeMap.Key<T>} to {@code T} that ensures the values stored with a key ma… 39 …* the key. This does not implement {@link Map} because it has more strict typing requirements, but… 41 * to an {code AttributeMap} via the type-unsafe {@link AttributeMap} method. 45 * use-cases. 52 private final Map<Key<?>, Value<?>> attributes; 61 …* Return true if the provided key is configured in this map. Useful for differentiating between wh… 62 * not configured in the map or if it is configured, but its value is null. 69 …* Get the value associated with the provided key from this map. This will return null if the value… 91 lowerPrecedence.attributes.forEach((k, v) -> { in merge() [all …]
|
| /external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/ |
| D | DescriptorUtils.kt | 3 * Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors. in <lambda>() 9 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 37 import org.jetbrains.kotlin.resolve.descriptorUtil.isCompanionObject in <lambda>() 38 import org.jetbrains.kotlin.resolve.source.KotlinSourceElement in <lambda>() 39 import org.jetbrains.kotlin.resolve.source.getPsi in <lambda>() 61 val isStatic = (this.containingDeclaration as? ClassDescriptor)?.let { containingClass -> in <lambda>() 74 Modality.SEALED -> modifiers.add(Modifier.SEALED) in <lambda>() 75 Modality.FINAL -> modifiers.add(Modifier.FINAL) in <lambda>() 76 Modality.OPEN -> { in <lambda>() 82 Modality.ABSTRACT -> modifiers.add(Modifier.ABSTRACT) in <lambda>() [all …]
|
| /external/okio/kotlin-js-store/ |
| D | yarn.lock | 7 …resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5… 8 …integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9… 10 "@discoveryjs/json-ext@^0.5.0": 12 …resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b770… 13 …integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iP… 15 "@jridgewell/gen-mapping@^0.3.0": 17 …resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df… 18 …integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9… 20 "@jridgewell/set-array" "^1.0.1" 21 "@jridgewell/sourcemap-codec" "^1.4.10" [all …]
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/ |
| D | FederationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/metastore/v1/metastore_federation.proto 135 * User-defined labels for the metastore federation. 138 * <code>map<string, string> labels = 4;</code> 145 * User-defined labels for the metastore federation. 148 * <code>map<string, string> labels = 4;</code> 153 java.util.Map<java.lang.String, java.lang.String> getLabels(); in getLabels() 158 * User-defined labels for the metastore federation. 161 * <code>map<string, string> labels = 4;</code> 163 java.util.Map<java.lang.String, java.lang.String> getLabelsMap(); in getLabelsMap() [all …]
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/ |
| D | FederationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/metastore/v1beta/metastore_federation.proto 135 * User-defined labels for the metastore federation. 138 * <code>map<string, string> labels = 4;</code> 145 * User-defined labels for the metastore federation. 148 * <code>map<string, string> labels = 4;</code> 153 java.util.Map<java.lang.String, java.lang.String> getLabels(); in getLabels() 158 * User-defined labels for the metastore federation. 161 * <code>map<string, string> labels = 4;</code> 163 java.util.Map<java.lang.String, java.lang.String> getLabelsMap(); in getLabelsMap() [all …]
|
| /external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/java/com/google/cloud/metastore/v1alpha/ |
| D | FederationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/metastore/v1alpha/metastore_federation.proto 135 * User-defined labels for the metastore federation. 138 * <code>map<string, string> labels = 4;</code> 145 * User-defined labels for the metastore federation. 148 * <code>map<string, string> labels = 4;</code> 153 java.util.Map<java.lang.String, java.lang.String> getLabels(); in getLabels() 158 * User-defined labels for the metastore federation. 161 * <code>map<string, string> labels = 4;</code> 163 java.util.Map<java.lang.String, java.lang.String> getLabelsMap(); in getLabelsMap() [all …]
|
| /external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/it/java/software/amazon/awssdk/transfer/s3/ |
| D | S3TransferManagerUploadDirectoryIntegrationTest.java | 70 log.warn(() -> "Failed to clean up test directory " + directory, exception); in teardown() 76 log.warn(() -> "Failed to delete s3 bucket " + TEST_BUCKET, exception); in teardown() 83 DirectoryUpload uploadDirectory = tmCrt.uploadDirectory(u -> u.source(directory) in uploadDirectory_filesSentCorrectly() 90 …s3.listObjectsV2Paginator(b -> b.bucket(TEST_BUCKET).prefix(prefix)).contents().stream().map(S3Obj… in uploadDirectory_filesSentCorrectly() 95 keys.forEach(k -> verifyContent(k, k.substring(prefix.length() + 1) + randomString)); in uploadDirectory_filesSentCorrectly() 101 DirectoryUpload uploadDirectory = tmCrt.uploadDirectory(u -> u.source(directory) in uploadDirectory_nonExistsBucket_shouldAddFailedRequest() 105 assertThat(completedDirectoryUpload.failedTransfers()).hasSize(3).allSatisfy(f -> in uploadDirectory_nonExistsBucket_shouldAddFailedRequest() 113 DirectoryUpload uploadDirectory = tmCrt.uploadDirectory(u -> u.source(directory) in uploadDirectory_withDelimiter_filesSentCorrectly() 121 …s3.listObjectsV2Paginator(b -> b.bucket(TEST_BUCKET).prefix(prefix)).contents().stream().map(S3Obj… in uploadDirectory_withDelimiter_filesSentCorrectly() 125 keys.forEach(k -> { in uploadDirectory_withDelimiter_filesSentCorrectly() [all …]
|
| /external/rust/crates/protobuf-parse/src/pure/ |
| D | parse_and_typecheck.rs | 23 #[error("file `{0}` content is not UTF-8")] 37 #[source] 41 /// Resolve `.proto` files. `Display` is used for error messages. 43 /// Resolve a `.proto` file. 45 /// Return `None` if a path is unknown, and if a path is a built-in protobuf file, 47 fn resolve(&self, path: &ProtoPath) -> anyhow::Result<Option<ResolvedProtoFile>>; in resolve() method 94 ) -> anyhow::Result<()> { in add_file_content() 110 let this_file_deps: Vec<_> = this_file_deps.into_iter().map(|(_, v)| v).collect(); in add_file_content() 121 .map(|v| v.descriptor.clone()) in add_file_content() 137 fn add_imported_file(&mut self, protobuf_path: &ProtoPath) -> anyhow::Result<()> { in add_imported_file() [all …]
|
| /external/perfetto/ui/src/common/ |
| D | track_cache.ts | 1 // Copyright (C) 2023 The Android Open Source Project 7 // http://www.apache.org/licenses/LICENSE-2.0 41 // trackCache.flushOldTracks(); // <-- Destroys any unused cached tracks 46 // resolveTrack('foo', ...) <-- new track 'foo' created 47 // resolveTrack('bar', ...) <-- new track 'bar' created 50 // resolveTrack('foo', ...) <-- returns cached 'foo' track 51 // flushTracks() <-- 'bar' is destroyed, as it was not resolved this cycle 53 // flushTracks() <-- 'foo' is destroyed. 55 private _trackKeyByTrackId = new Map<number, string>(); 56 private newTracks = new Map<string, TrackCacheEntry>(); [all …]
|