HomeSort by relevance Sort by last modified time
    Searched defs:regions (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYSeriesFormatter.java 26 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);
  /external/syslinux/gpxe/src/include/gpxe/
memmap.h 23 /** 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 */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
cmd_load_symbols.py 34 regions = [] variable
71 regions.append((region_type,int(m.group(1),0),0))
73 regions.append((region_type,int(m.group(1),0),int(m.group(2),0)))
91 armplatform_debugger = edk2_debugger.ArmPlatformDebugger(ec, report_file, regions, verbose)
  /external/icu/tools/
update-tzdata.py 18 regions = ['africa', 'antarctica', 'asia', 'australasia', variable
40 for region in regions:
117 zic_inputs = [ 'extracted/%s' % x for x in regions ]
  /external/libmojo/base/android/library_loader/
library_prefetcher_unittest.cc 29 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.push_back
    [all...]
  /frameworks/base/libs/hwui/tests/common/scenes/
SaveLayer2Animation.cpp 39 int regions = 20; variable
40 int smallRectHeight = (bounds.height()/regions);
50 for (int i = 0; i < regions; i++, top += smallRectHeight) {
  /external/libmojo/base/debug/
proc_maps_linux.cc 97 std::vector<MappedMemoryRegion> regions; local
160 regions.push_back(region);
161 regions.back().path.assign(line + path_index);
164 regions_out->swap(regions);
stack_trace_android.cc 86 std::vector<MappedMemoryRegion> regions; local
96 } else if (!ParseProcMaps(proc_maps, &regions)) {
106 std::vector<MappedMemoryRegion>::iterator iter = regions.begin();
107 while (iter != regions.end()) {
117 if (iter != regions.end()) {
  /development/ndk/platforms/android-21/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 111 ALOGE("SquashState::RecordHistory expected %zu regions but got %zu regions",
133 "SquashState::RecordAndCompareSquashed expected %zu regions but got "
134 "%zu regions",
151 << " Regions: count=" << regions_.size() << "\n";
376 std::vector<DrmCompositionRegion> &regions = display_comp->squash_regions(); local
378 regions.data(), regions.size(), fb.buffer());
409 std::vector<DrmCompositionRegion> &regions = display_comp->pre_comp_regions(); local
411 regions.data(), regions.size(), fb.buffer())
    [all...]
drmdisplaycompositor.h 60 const std::vector<Region> &regions() const { function in class:android::SquashState
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyMetaInfo.java 48 public List<String> regions(CurrencyFilter filter) { method in class:ICUCurrencyMetaInfo
74 // We rely on the fact that the data lists the regions in order, and the
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyMetaInfo.java 486 * @param filter the filter to control which regions to return. If filter is null,
487 * returns all regions for which information is available.
490 public List<String> regions(CurrencyFilter filter) { method in class:CurrencyMetaInfo
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyMetaInfo.java 528 * @param filter the filter to control which regions to return. If filter is null,
529 * returns all regions for which information is available.
533 public List<String> regions(CurrencyFilter filter) { method in class:CurrencyMetaInfo
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyMetaInfo.java 46 public List<String> regions(CurrencyFilter filter) { method in class:ICUCurrencyMetaInfo
72 // We rely on the fact that the data lists the regions in order, and the
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region_unittest.cc 43 // Verify that regions are empty when created.
57 // Verify that regions with a single rectangles are handled properly.
318 } regions[] = { local
358 int kTotalRegions = sizeof(regions) / sizeof(Region);
363 DesktopRegion r1(regions[i].rects, regions[i].count);
367 DesktopRegion r2(regions[j].rects, regions[j].count);
368 EXPECT_EQ(regions[i].id == regions[j].id, r1.Equals(r2))
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.h 150 LsaVector<std::unique_ptr<const SkRegion>> regions; member in class:android::uirenderer::DisplayList
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
vhost.h 63 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
vhost.h 61 struct vhost_memory_region regions[0]; member in struct:vhost_memory

Completed in 2052 milliseconds

1 2 3 4 5 6 7 8 910