Searched refs:regions (Results 1 - 25 of 95) sorted by relevance

1234

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYSeriesFormatter.java26 ZHash<RectRegion, XYRegionFormatterType> regions; field in class:XYSeriesFormatter
29 regions = new ZHash<RectRegion, XYRegionFormatterType>();
33 regions.addToBottom(region, regionFormatter);
37 regions.remove(region);
45 return regions;
53 return regions.get(region);
H A DRectRegion.java124 * @param regions The list of regions to search through
131 public static List<RectRegion> regionsWithin(List<RectRegion> regions, Number minX, Number maxX, Number minY, Number maxY) { argument
133 for(RectRegion r : regions) {
/external/syslinux/gpxe/src/include/gpxe/
H A Dmemmap.h23 /** Maximum number of memory regions we expect to encounter */
28 /** Memory regions */
29 struct memory_region regions[MAX_MEMORY_REGIONS]; member in struct:memory_map
30 /** Number of used regions */
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
H A Dmemmap.c158 struct memory_region *region = memmap->regions;
227 /* Discard non-RAM regions */
244 if ( memmap->count >= ( sizeof ( memmap->regions ) /
245 sizeof ( memmap->regions[0] ) ) ) {
246 DBG ( "INT 15,e820 too many regions returned\n" );
248 * least represents valid regions of memory,
262 DBG ( "INT 15,e820 returned only %d regions; assuming "
266 if ( memmap->regions[0].start != 0 ) {
268 "assuming insane\n", memmap->regions[0].start );
271 if ( memmap->regions[
[all...]
/external/libchrome/base/debug/
H A Dproc_maps_linux.h83 // Parses /proc/<pid>/maps input data and stores in |regions|. Returns true
84 // and updates |regions| if and only if all of |input| was successfully parsed.
86 std::vector<MappedMemoryRegion>* regions);
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py10 # or regions are extended to the next bigger syntactic entities.
34 regions = []
37 regions.append(region)
54 for region in regions:
/external/libmojo/base/debug/
H A Dstack_trace_android.cc90 std::vector<MappedMemoryRegion> regions; local
100 } else if (!ParseProcMaps(proc_maps, &regions)) {
110 std::vector<MappedMemoryRegion>::iterator iter = regions.begin();
111 while (iter != regions.end()) {
121 if (iter != regions.end()) {
H A Dproc_maps_linux.cc97 std::vector<MappedMemoryRegion> regions; local
160 regions.push_back(region);
161 regions.back().path.assign(line + path_index);
164 regions_out->swap(regions);
/external/libmojo/base/android/library_loader/
H A Dlibrary_prefetcher_unittest.cc29 const base::debug::MappedMemoryRegion regions[4] = { local
37 ASSERT_FALSE(NativeLibraryPrefetcher::IsGoodToPrefetch(regions[i]));
67 std::vector<base::debug::MappedMemoryRegion> regions; local
68 regions.push_back(
70 regions.push_back(
73 NativeLibraryPrefetcher::FilterLibchromeRangesOnlyIfPossible(regions,
84 std::vector<base::debug::MappedMemoryRegion> regions; local
85 regions.push_back(
87 regions.push_back(base::debug::MappedMemoryRegion{
89 regions
[all...]
H A Dlibrary_prefetcher.cc92 const std::vector<base::debug::MappedMemoryRegion>& regions,
95 for (const base::debug::MappedMemoryRegion& region : regions) {
101 for (const base::debug::MappedMemoryRegion& region : regions) {
115 std::vector<base::debug::MappedMemoryRegion> regions;
116 if (!base::debug::ParseProcMaps(proc_maps, &regions))
120 for (const auto& region : regions) {
91 FilterLibchromeRangesOnlyIfPossible( const std::vector<base::debug::MappedMemoryRegion>& regions, std::vector<AddressRange>* ranges) argument
H A Dlibrary_prefetcher.h42 // Filters the regions to keep only libchrome ranges if possible.
44 const std::vector<base::debug::MappedMemoryRegion>& regions,
/external/icu/icu4c/source/tools/tzcode/
H A Dtzselect.ksh181 # Get list of names of time zone rule regions in the country.
182 regions=$($AWK -F'\t' \
200 case $regions in
203 'time zone regions.'
204 select region in $regions
215 region=$regions
/external/syslinux/gpxe/src/image/
H A Dsegment.c58 * avoid treading on any regions that Etherboot is currently
65 if ( ( start >= memmap.regions[i].start ) &&
66 ( end <= memmap.regions[i].end ) ) {
/external/syslinux/gpxe/src/arch/i386/image/
H A Dmultiboot.c128 mbmemmap[i].base_addr = memmap.regions[i].start;
129 mbmemmap[i].length = ( memmap.regions[i].end -
130 memmap.regions[i].start );
133 if ( memmap.regions[i].start == 0 )
134 mbinfo->mem_lower = ( memmap.regions[i].end / 1024 );
135 if ( memmap.regions[i].start == 0x100000 )
136 mbinfo->mem_upper = ( ( memmap.regions[i].end -
283 /* Build memory map after unhiding bootloader memory regions as part of
H A Dcom32.c67 if ( (memmap.regions[i].start <= COM32_START_PHYS) &&
68 (memmap.regions[i].end > COM32_START_PHYS + image->len) ) {
69 avail_mem_top = memmap.regions[i].end;
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_resolve.c375 const VkImageResolve* regions)
387 if (regions[0].srcOffset.x ||
388 regions[0].srcOffset.y ||
389 regions[0].srcOffset.z)
391 if (regions[0].dstOffset.x ||
392 regions[0].dstOffset.y ||
393 regions[0].dstOffset.z)
396 if (regions[0].extent.width != src_image->extent.width ||
397 regions[0].extent.height != src_image->extent.height ||
398 regions[
368 radv_CmdResolveImage( VkCommandBuffer cmd_buffer_h, VkImage src_image_h, VkImageLayout src_image_layout, VkImage dest_image_h, VkImageLayout dest_image_layout, uint32_t region_count, const VkImageResolve* regions) argument
[all...]
/external/drm_hwcomposer/
H A Dglworker.h45 int Composite(DrmHwcLayer *layers, DrmCompositionRegion *regions,
/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.h137 IMAGE_STATE *dst_image_state, uint32_t region_count, const VkImageCopy *regions,
150 IMAGE_STATE *dst_image_state, uint32_t region_count, const VkImageBlit *regions,
154 IMAGE_STATE *dst_image_state, uint32_t region_count, const VkImageBlit *regions,
213 IMAGE_STATE *dst_image_state, uint32_t region_count, const VkImageCopy *regions,
247 BUFFER_STATE *dst_buff_state, uint32_t region_count, const VkBufferImageCopy *regions,
255 IMAGE_STATE *dst_image_state, uint32_t region_count, const VkBufferImageCopy *regions,
/external/blktrace/btt/
H A Dtrace_complete.c61 update_cregion(&c_iop->dip->regions, c_iop->t.time);
63 update_cregion(&c_iop->pip->regions, c_iop->t.time);
H A Dproc.c58 region_exit(&pnp->pip->regions);
214 region_init(&pip->regions);
231 update_qregion(&iop->pip->regions, iop->t.time);
/external/libunwind/src/mi/
H A DGdyn-remote.c132 if (di->u.pi.regions)
134 free_regions (di->u.pi.regions);
135 di->u.pi.regions = NULL;
170 || (ret = intern_regions (as, a, &first_region, &di->u.pi.regions,
/external/syslinux/gpxe/src/arch/i386/core/
H A Drelocate.c70 struct memory_region *region = &memmap.regions[i];
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DRegion.java27 * "regions" as "countries" when defining the characteristics of a locale. Region codes There are different
36 * CONTINENTS ( regions contained directly by WORLD ), and SUBCONTINENTS ( things contained directly
65 * RegionType is an enumeration defining the different types of regions. Current possible
113 private static Map<String,Region> regionIDMap = null; // Map from ID the regions
114 private static Map<Integer,Region> numericCodeMap = null; // Map from numeric code to the regions
117 private static ArrayList<Region> regions = null; // This is the main data structure where the Regions are stored. field in class:Region
131 * contains the basic relationships such as which regions are known, what the numeric
208 regions = new ArrayList<Region>(regionCodes.size());
210 // First process the region codes and create the master array of regions.
223 regions
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRegion.java26 * "regions" as "countries" when defining the characteristics of a locale. Region codes There are different
35 * CONTINENTS ( regions contained directly by WORLD ), and SUBCONTINENTS ( things contained directly
64 * RegionType is an enumeration defining the different types of regions. Current possible
121 private static Map<String,Region> regionIDMap = null; // Map from ID the regions
122 private static Map<Integer,Region> numericCodeMap = null; // Map from numeric code to the regions
125 private static ArrayList<Region> regions = null; // This is the main data structure where the Regions are stored. field in class:Region
139 * contains the basic relationships such as which regions are known, what the numeric
216 regions = new ArrayList<Region>(regionCodes.size());
218 // First process the region codes and create the master array of regions.
231 regions
[all...]
/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.cc72 VLOG(2) << "Number of regions allocated: "
73 << region_manager_.regions().size();
74 for (const auto& region : region_manager_.regions()) {
160 // across regions.
517 for (const auto& region : region_manager_.regions()) {
584 for (const auto& region : region_manager_.regions()) {
597 for (const auto& region : region_manager_.regions()) {
658 for (const auto& region : region_manager_.regions()) {
698 for (const auto& region : region_manager_.regions()) {

Completed in 1089 milliseconds

1234