Home
last modified time | relevance | path

Searched defs:regions (Results 1 – 25 of 133) sorted by relevance

123456

/external/google-breakpad/src/processor/
Dproc_maps_linux_unittest.cc12 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 …]
Dproc_maps_linux.cc31 std::vector<MappedMemoryRegion> regions; in ParseProcMaps() local
/external/libchrome/base/debug/
Dproc_maps_linux_unittest.cc21 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 …]
Dproc_maps_linux.cc97 std::vector<MappedMemoryRegion> regions; in ParseProcMaps() local
/external/google-java-format/eclipse_plugin/src/com/google/googlejavaformat/java/
DGoogleJavaFormatter.java38 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/
Dexample_curl_fuzzer_cov.json1 …": 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/
DPartitionInfo.java87 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/
DUnitPreferences.java68 …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/
DMinidumpParser.cpp262 std::vector<MemoryRegionInfo> &regions) { in CreateRegionsCacheFromLinuxMaps()
332 const MemoryRegionInfos &regions, in CheckForLinuxExecutable()
517 std::vector<MemoryRegionInfo> &regions) { in CreateRegionsCacheFromMemoryInfoList()
554 std::vector<MemoryRegionInfo> &regions) { in CreateRegionsCacheFromMemoryList()
579 std::vector<MemoryRegionInfo> &regions) { in CreateRegionsCacheFromMemory64List()
687 MinidumpParser::GetMemoryRegionInfo(const MemoryRegionInfos &regions, in GetMemoryRegionInfo()
/external/llvm-project/mlir/lib/Interfaces/
DInferTypeOpInterface.cpp27 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py578 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/
DRegionUtils.cpp53 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()
DGreedyPatternRewriteDriver.cpp141 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/
DChartUnitPreferences.java87 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/
DXYSeriesFormatter.java26 ZHash<RectRegion, XYRegionFormatterType> regions; field in XYSeriesFormatter
/external/llvm-project/mlir/lib/IR/
DRegion.cpp268 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/
DInferTypeOpInterface.h109 RegionRange regions, in inferReturnTypes()
/external/llvm-project/lldb/unittests/Process/Utility/
DLinuxProcMapsTest.cpp35 MemoryRegionInfos regions; member in LinuxProcMapsTestFixture
/external/arm-trusted-firmware/lib/utils/
Dmem_region.c56 void clear_map_dyn_mem_regions(struct mem_region *regions, in clear_map_dyn_mem_regions()
/external/arm-trusted-firmware/plat/rpi/rpi3/
Drpi3_bl31_setup.c161 int i, regions, rc; in rpi3_dtb_add_mem_rsv() local
/external/crosvm/devices/src/virtio/
Ddescriptor_utils.rs60 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/
Dstructured_construct_to_block_reduction_opportunity_finder.cpp34 regions; in GetAvailableOpportunities() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc196 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/
Dlib.rs329 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/
DCachedRegionTracker.java42 private final TreeSet<Region> regions; field in CachedRegionTracker

123456