Home
last modified time | relevance | path

Searched refs:sourceMap (Results 1 – 21 of 21) sorted by relevance

/external/kotlinx.coroutines/gradle/
Dcompile-js-multiplatform.gradle48 kotlinOptions.sourceMap = true
60 kotlinOptions.sourceMap = true
Dcompile-js.gradle29 sourceMap = true
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableBiMapTest.java665 Map<Object, Object> sourceMap = new LinkedHashMap<>(); in create() local
667 if (sourceMap.put(entry.getKey(), entry.getValue()) != null) { in create()
671 return ImmutableBiMap.copyOf(sourceMap); in create()
693 Map<Object, Object> sourceMap = new LinkedHashMap<>(); in create() local
695 if (sourceMap.put(entry.getKey(), entry.getValue()) != null) { in create()
700 builder.putAll(sourceMap); in create()
DImmutableMapTest.java1009 Map<Object, Object> sourceMap = new LinkedHashMap<>(); in create() local
1011 if (sourceMap.put(k, "dummy value") != null) { in create()
1015 return ImmutableMap.copyOf(sourceMap); in create()
1048 Map<Object, Object> sourceMap = new LinkedHashMap<>(); in create() local
1050 if (sourceMap.put(k, "dummy value") != null) { in create()
1054 return ImmutableMap.builder().putAll(sourceMap).build(); in create()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py285 sourceMap=None, disconnectAutomatically=True, runInTerminal=False): argument
319 sourceMap=sourceMap,
Dvscode.py619 debuggerRoot=None, launchCommands=None, sourceMap=None, argument
657 if sourceMap:
658 args_dict['sourceMap'] = sourceMap
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java454 Map<Object,Object> sourceMap = (Map) source; in protectCollection() local
456 for (Entry<Object,Object> entry : sourceMap.entrySet()) { in protectCollection()
463 Multimap<Object,Object> sourceMap = (Multimap) source; in protectCollection() local
465 for (Entry<Object,Object> entry : sourceMap.entries()) { in protectCollection()
506 Map sourceMap = (Map) source; in protectCollectionX() local
508 LinkedHashMap tempMap = new LinkedHashMap<>(sourceMap); // copy contents in protectCollectionX()
509 sourceMap.clear(); in protectCollectionX()
511 sourceMap.put(protectCollection(key), protectCollectionX(tempMap.get(key))); in protectCollectionX()
513 …return sourceMap instanceof SortedMap ? (T) Collections.unmodifiableSortedMap((SortedMap) sourceMa… in protectCollectionX()
514 : (T) Collections.unmodifiableMap(sourceMap); in protectCollectionX()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusionOnTensors.cpp286 static AffineMap linearizeCollapsedDims(AffineMap sourceMap, in linearizeCollapsedDims() argument
291 ArrayRef<AffineExpr> sourceExprs = sourceMap.getResults(); in linearizeCollapsedDims()
292 MLIRContext *context = sourceMap.getContext(); in linearizeCollapsedDims()
307 return AffineMap::get(sourceMap.getNumDims(), sourceMap.getNumSymbols(), in linearizeCollapsedDims()
/external/okio/okio/
Dbuild.gradle44 sourceMap = true
/external/kotlinc/lib/
Dkotlin-ant.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-ant. ...
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...
/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/
DTestVSCode_setBreakpoints.py57 self.launch(program, sourceMap=source_map)
/external/kotlinx.atomicfu/atomicfu/
Dbuild.gradle147 sourceMap = true
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp489 auto sourceMap = arguments.getArray("sourceMap"); in SetSourceMapFromArguments() local
490 if (sourceMap) { in SetSourceMapFromArguments()
491 for (const auto &value : *sourceMap) { in SetSourceMapFromArguments()
DREADME.md90 |**sourceMap** |[string[2]]| | Specify an array of path re-mappings. Each element in the array…
/external/guice/lib/build/
Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/guice/extensions/persist/lib/
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...