/external/google-breakpad/src/processor/ |
D | proc_maps_linux_unittest.cc | 12 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 21 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 35 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 49 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 57 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 71 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 86 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 100 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 117 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local 173 std::vector<google_breakpad::MappedMemoryRegion> regions; in TEST() local [all …]
|
D | proc_maps_linux.cc | 31 std::vector<MappedMemoryRegion> regions; in ParseProcMaps() local
|
/external/libchrome/base/debug/ |
D | proc_maps_linux_unittest.cc | 21 std::vector<MappedMemoryRegion> regions; in TEST() local 30 std::vector<MappedMemoryRegion> regions; in TEST() local 44 std::vector<MappedMemoryRegion> regions; in TEST() local 58 std::vector<MappedMemoryRegion> regions; in TEST() local 66 std::vector<MappedMemoryRegion> regions; in TEST() local 80 std::vector<MappedMemoryRegion> regions; in TEST() local 95 std::vector<MappedMemoryRegion> regions; in TEST() local 109 std::vector<MappedMemoryRegion> regions; in TEST() local 126 std::vector<MappedMemoryRegion> regions; in TEST() local 179 std::vector<MappedMemoryRegion> regions; in TEST() local [all …]
|
D | proc_maps_linux.cc | 97 std::vector<MappedMemoryRegion> regions; in ParseProcMaps() local
|
/external/google-java-format/eclipse_plugin/src/com/google/googlejavaformat/java/ |
D | GoogleJavaFormatter.java | 38 IRegion[] regions = new IRegion[] {new Region(offset, length)}; in format() local 44 int kind, String source, IRegion[] regions, int indentationLevel, String lineSeparator) { in format() 63 private TextEdit formatInternal(int kind, String source, IRegion[] regions, int initialIndent) { in formatInternal() 101 private List<Range<Integer>> rangesFromRegions(IRegion[] regions) { in rangesFromRegions() 110 private boolean idempotent(String source, IRegion[] regions, List<Replacement> replacements) { in idempotent()
|
/external/oss-fuzz/infra/cifuzz/test_data/ |
D | example_curl_fuzzer_cov.json | 1 …": 0, "percent": 0}, "lines": {"count": 0, "covered": 0, "percent": 0}, "regions": {"count": 0, "c… object
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | PartitionInfo.java | 87 Set<String> regions = parseAndFlattenRegionExpression(expr, territories); in addVariableExpression() local 110 private void addVariable(String variable, Iterable<String> regions) { in addVariable() 112 "variable '%s' already present in: %s", variable, regions); in addVariable() local 123 Set<String> regions = new TreeSet<>(); in parseAndFlattenRegionExpression() local 325 partitionToRegions.forEach((partition, regions) -> { in mapMacroRegionsToPartitionIds() argument
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | UnitPreferences.java | 68 …public void add(String quantity, String usage, String regions, String geq, String skeleton, String… in add() 125 Set<String> regions = entry.getKey(); in toString() local 135 …public String getPath(int order, String quantity, String usage, Collection<String> regions, Ration… in getPath() 165 Set<String> regions = entry.getKey(); in getFastMap() local
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | MinidumpParser.cpp | 262 std::vector<MemoryRegionInfo> ®ions) { in CreateRegionsCacheFromLinuxMaps() 332 const MemoryRegionInfos ®ions, in CheckForLinuxExecutable() 517 std::vector<MemoryRegionInfo> ®ions) { in CreateRegionsCacheFromMemoryInfoList() 554 std::vector<MemoryRegionInfo> ®ions) { in CreateRegionsCacheFromMemoryList() 579 std::vector<MemoryRegionInfo> ®ions) { in CreateRegionsCacheFromMemory64List() 687 MinidumpParser::GetMemoryRegionInfo(const MemoryRegionInfos ®ions, in GetMemoryRegionInfo()
|
/external/llvm-project/mlir/lib/Interfaces/ |
D | InferTypeOpInterface.cpp | 27 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
|
/external/autotest/client/cros/faft/utils/ |
D | firmware_updater.py | 578 def cbfs_expand(self, regions): argument 589 def cbfs_truncate(self, regions): argument 603 regions=('a', ), argument 647 regions=('a', )): argument 708 def cbfs_remove(self, filename, extension, regions=('a', 'b')): argument 729 regions=('a', 'b'), argument 766 regions=('a', 'b')): argument
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | RegionUtils.cpp | 53 MutableArrayRef<Region> regions, function_ref<void(OpOperand *)> callback) { in visitUsedValuesDefinedAbove() 65 void mlir::getUsedValuesDefinedAbove(MutableArrayRef<Region> regions, in getUsedValuesDefinedAbove() 78 static LogicalResult eraseUnreachableBlocks(MutableArrayRef<Region> regions) { in eraseUnreachableBlocks() 297 static LogicalResult deleteDeadness(MutableArrayRef<Region> regions, in deleteDeadness() 358 static LogicalResult runRegionDCE(MutableArrayRef<Region> regions) { in runRegionDCE() 666 static LogicalResult mergeIdenticalBlocks(MutableArrayRef<Region> regions) { in mergeIdenticalBlocks() 696 LogicalResult mlir::simplifyRegions(MutableArrayRef<Region> regions) { in simplifyRegions()
|
D | GreedyPatternRewriteDriver.cpp | 141 bool GreedyPatternRewriteDriver::simplify(MutableArrayRef<Region> regions, in simplify() 234 mlir::applyPatternsAndFoldGreedily(MutableArrayRef<Region> regions, in applyPatternsAndFoldGreedily() 240 mlir::applyPatternsAndFoldGreedily(MutableArrayRef<Region> regions, in applyPatternsAndFoldGreedily()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartUnitPreferences.java | 87 Set<String> regions = entry3.getKey(); in writeContents() local 130 private Pair<String, Integer> getSample(Set<String> regions) { in getSample()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYSeriesFormatter.java | 26 ZHash<RectRegion, XYRegionFormatterType> regions; field in XYSeriesFormatter
|
/external/llvm-project/mlir/lib/IR/ |
D | Region.cpp | 268 RegionRange::RegionRange(MutableArrayRef<Region> regions) in RegionRange() 270 RegionRange::RegionRange(ArrayRef<std::unique_ptr<Region>> regions) in RegionRange()
|
/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | InferTypeOpInterface.h | 109 RegionRange regions, in inferReturnTypes()
|
/external/llvm-project/lldb/unittests/Process/Utility/ |
D | LinuxProcMapsTest.cpp | 35 MemoryRegionInfos regions; member in LinuxProcMapsTestFixture
|
/external/arm-trusted-firmware/lib/utils/ |
D | mem_region.c | 56 void clear_map_dyn_mem_regions(struct mem_region *regions, in clear_map_dyn_mem_regions()
|
/external/arm-trusted-firmware/plat/rpi/rpi3/ |
D | rpi3_bl31_setup.c | 161 int i, regions, rc; in rpi3_dtb_add_mem_rsv() local
|
/external/crosvm/devices/src/virtio/ |
D | descriptor_utils.rs | 60 regions: SmallVec<[MemRegion; 16]>, field 106 let regions = self.get_remaining_regions(); in get_remaining_regions_with_count() localVariable 214 regions: DescriptorChainRegions, field 240 let regions = desc_chain in new() localVariable 502 regions: DescriptorChainRegions, field 509 let regions = desc_chain in new() localVariable 656 let regions = self.regions.get_remaining_regions_with_count(count); in write_from_at_fut() localVariable
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | structured_construct_to_block_reduction_opportunity_finder.cpp | 34 regions; in GetAvailableOpportunities() local
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/ |
D | chlo_ops.cc | 196 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 230 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents() 342 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 329 let mut regions = Vec::new(); in arch_memory_regions() localVariable 1164 let regions = arch_memory_regions(1u64 << 29, /* bios_size */ None); in regions_lt_4gb_nobios() localVariable 1172 let regions = arch_memory_regions((1u64 << 32) + 0x8000, /* bios_size */ None); in regions_gt_4gb_nobios() localVariable 1181 let regions = arch_memory_regions(1u64 << 29, Some(bios_len)); in regions_lt_4gb_bios() localVariable 1195 let regions = arch_memory_regions((1u64 << 32) + 0x8000, Some(bios_len)); in regions_gt_4gb_bios() localVariable 1209 let regions = arch_memory_regions(3328 << 20, /* bios_size */ None); in regions_eq_4gb_nobios() localVariable 1219 let regions = arch_memory_regions(3328 << 20, Some(bios_len)); in regions_eq_4gb_bios() localVariable
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
D | CachedRegionTracker.java | 42 private final TreeSet<Region> regions; field in CachedRegionTracker
|