/art/compiler/sea_ir/code_gen/ |
code_gen.h | 34 // Returns the llvm::BasicBlock* corresponding to the sea_ir::Region with id @region_id. 40 // Returns the llvm::BasicBlock* corresponding top the sea_ir::Region @region. 41 llvm::BasicBlock* GetBlock(Region* region) { 42 return GetBlock(region->Id()); 44 // Records @block as corresponding to the sea_ir::Region with id @region_id. 48 // Records @block as corresponding to the sea_ir::Region with @region. 49 void AddBlock(Region* region, llvm::BasicBlock* block) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
phone_number_i18n.cc | 23 std::string SanitizeRegion(const std::string& region, 25 if (region.length() == 2) 26 return region; 110 // Parse phone number based on the region. 149 // region. 156 // The region might be different from what we started with. 163 const std::string& region) { 164 DCHECK_EQ(2u, region.size()); 168 if (!ParsePhoneNumber(value, region, &country_code, &unused_city_code, 181 const std::string& region, 204 const std::string region = SanitizeRegion(raw_region, app_locale); local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Region_Delegate.java | 33 * Delegate implementing the native methods of android.graphics.Region 35 * Through the layoutlib_create tool, the original native methods of Region have been replaced 40 * it and the original Region class. 42 * This also serve as a base class for all Region delegate classes. 70 * to the given {@link Region.Op}. 80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) { 91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) { 102 } else if (regionOp == Region.Op.UNION.nativeInt) { 113 } else if (regionOp == Region.Op.XOR.nativeInt) { 124 } else if (regionOp == Region.Op.REVERSE_DIFFERENCE.nativeInt) 330 Region_Delegate region = sManager.getDelegate(native_region); local 350 Region_Delegate region = sManager.getDelegate(native_region); local 372 Region_Delegate region = sManager.getDelegate(native_dst); local 390 Region_Delegate region = sManager.getDelegate(native_dst); local 473 Region_Delegate region = sManager.getDelegate(native_region); local [all...] |
/art/compiler/optimizing/ |
stack_map_test.cc | 25 bool SameBits(MemoryRegion region, const BitVector& bit_vector) { 26 for (size_t i = 0; i < region.size_in_bits(); ++i) { 27 if (region.LoadBit(i) != bit_vector.IsBitSet(i)) { 46 MemoryRegion region(memory, size); 47 stream.FillIn(region); 49 CodeInfo<size_t> code_info(region); 93 MemoryRegion region(memory, size); 94 stream.FillIn(region); 96 CodeInfo<size_t> code_info(region);
|
stack_map_stream.h | 136 void FillIn(MemoryRegion region) { 137 CodeInfo<T> code_info(region); 140 uint8_t* memory_start = region.start(); 142 MemoryRegion dex_register_maps_region = region.Subregion( 146 MemoryRegion inline_infos_region = region.Subregion( 165 MemoryRegion region = dex_register_maps_region.Subregion( local 168 next_dex_register_map_offset += region.size(); 169 DexRegisterMap dex_register_map(region); 170 stack_map.SetDexRegisterMapOffset(region.start() - memory_start); 180 MemoryRegion region = inline_infos_region.Subregion local [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/ |
mapping_file_provider.cc | 63 string& region, string* full_locale) { 66 AppendLocalePart(region, full_locale); 96 const string& region, 115 FindBestMatchingLanguageCode(langs, language, script, region, 128 const string& script, const string& region, string* best_match) const { 130 ConstructFullLocale(language, script, region, &full_locale); 145 if (script.empty() != region.empty()) { 150 } else if (!script.empty() && !region.empty()) { 162 lang_with_region.append(region);
|
/external/libunwind/tests/ |
Gtest-dyn1.c | 170 unw_dyn_region_info_t *region; local 195 region = alloca (_U_dyn_region_info_size (2)); 196 region->next = NULL; 197 region->insn_count = 3 * (MAX_FUNC_SIZE / 16); 198 region->op_count = 2; 199 _U_dyn_op_alias (®ion->op[0], 0, -1, fdesc.code); 200 _U_dyn_op_stop (®ion->op[1]); 204 di.end_ip = (long) mem + 16*region->insn_count/3; 208 di.u.pi.regions = region;
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
cat.py | 149 for _, region in dump.iter_map: 151 if region[0] == 'unhooked': 153 for pageframe in region[1]['pageframe']: 155 region, pageframe, pfn_dict) 158 int(region[1]['committed']), 159 int(region[1]['reserved']), 160 region) 161 elif region[0] == 'hooked': 163 for pageframe in region[1]['pageframe']: 167 region, bucket_set, pageframe, pfn_dict [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Region.java | 23 public class Region implements Parcelable { 27 private static final SynchronizedPool<Region> sPool = 28 new SynchronizedPool<Region>(MAX_POOL_SIZE); 54 /** Create an empty region 56 public Region() { 60 /** Return a copy of the specified region 62 public Region(Region region) { 64 nativeSetRegion(mNativeRegion, region.mNativeRegion) 308 Region region = sPool.acquire(); local 320 Region region = obtain(); local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
live_regions_deprecated.js | 33 * each live region, represented as an array of NavDescriptions. 44 * Time in milliseconds after initial page load to ignore live region 53 * @param {Date} pageLoadTime The time the page was loaded. Live region 55 * @param {number} queueMode Interrupt or flush. Polite live region 81 * Speak relevant changes to a live region. 83 * @param {Node} region The live region node that changed. 84 * @param {number} queueMode Interrupt or queue. Polite live region 87 * @return {boolean} true if the region announced a change. 89 cvox.LiveRegionsDeprecated.updateLiveRegion = function(region, queueMode, disableSpeak) [all...] |
/frameworks/native/include/private/ui/ |
RegionHelper.h | 49 struct region { struct in class:android::region_operator 54 inline region(const region& rhs) function in struct:android::region_operator::region 56 inline region(RECT const* r, size_t c) function in struct:android::region_operator::region 58 inline region(RECT const* r, size_t c, TYPE dx, TYPE dy) function in struct:android::region_operator::region 69 inline region_operator(int op, const region& lhs, const region& rhs) 161 region lhs; 162 region rhs; 165 inline Spanner(const region& lhs, const region& rhs [all...] |
/external/chromium_org/base/files/ |
memory_mapped_file.h | 27 // Used to hold information about a region [offset + size] of a file. 28 struct BASE_EXPORT Region { 29 static const Region kWholeFile; 31 Region(int64 offset, int64 size); 33 bool operator==(const Region& other) const; 35 // Start of the region (measured in bytes from the beginning of the file). 38 // Length of the region in bytes. 42 // This ctor is used only by kWholeFile, to construct a zero-sized Region 44 Region(base::LinkerInitialized); 58 // As above, but works with a region of an already-opened file [all...] |
/external/chromium_org/remoting/host/ |
shaped_desktop_capturer.cc | 28 void ShapedDesktopCapturer::Capture(const webrtc::DesktopRegion& region) { 29 desktop_capturer_->Capture(region);
|
ipc_video_frame_capturer.h | 27 virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_cairo.h | 57 // case we'll probably create the buffer from a precreated region of memory. 87 virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region, 106 void SetMatrixClip(const SkMatrix& transform, const SkRegion& region);
|
bitmap_platform_device_mac.h | 59 virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region, 75 void SetMatrixClip(const SkMatrix& transform, const SkRegion& region);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_buffer.c | 64 struct vmw_region *region; member in struct:vmw_gmr_buffer 102 vmw_ioctl_region_unmap(buf->region); 104 vmw_ioctl_region_destroy(buf->region); 187 buf->region = vmw_ioctl_region_create(vws, size); 188 if(!buf->region) 191 buf->map = vmw_ioctl_region_map(buf->region); 198 vmw_ioctl_region_destroy(buf->region); 254 *ptr = vmw_ioctl_region_ptr(gmr_buf->region);
|
vmw_screen.h | 120 vmw_ioctl_region_destroy(struct vmw_region *region); 123 vmw_ioctl_region_ptr(struct vmw_region *region); 126 vmw_ioctl_region_map(struct vmw_region *region); 128 vmw_ioctl_region_unmap(struct vmw_region *region);
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
window_capturer_null.cc | 33 virtual void Capture(const DesktopRegion& region) OVERRIDE; 70 void WindowCapturerNull::Capture(const DesktopRegion& region) {
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_buffer.c | 64 struct vmw_region *region; member in struct:vmw_gmr_buffer 102 vmw_ioctl_region_unmap(buf->region); 104 vmw_ioctl_region_destroy(buf->region); 187 buf->region = vmw_ioctl_region_create(vws, size); 188 if(!buf->region) 191 buf->map = vmw_ioctl_region_map(buf->region); 198 vmw_ioctl_region_destroy(buf->region); 254 *ptr = vmw_ioctl_region_ptr(gmr_buf->region);
|
/external/pixman/pixman/ |
pixman.c | 156 * Computing composite region 159 clip_general_image (pixman_region32_t * region, 164 if (pixman_region32_n_rects (region) == 1 && 167 pixman_box32_t * rbox = pixman_region32_rectangles (region, NULL); 181 pixman_region32_init (region); 192 pixman_region32_translate (region, -dx, -dy); 194 if (!pixman_region32_intersect (region, region, clip)) 198 pixman_region32_translate (region, dx, dy); 201 return pixman_region32_not_empty (region); 584 pixman_region32_t region; local [all...] |
/frameworks/native/services/inputflinger/ |
InputWindow.cpp | 25 #include <ui/Region.h> 30 void InputWindowInfo::addTouchableRegion(const Rect& region) { 31 touchableRegion.orSelf(region);
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
scope_approval_dialog.css | 11 -webkit-app-region: drag; 26 -webkit-app-region: no-drag;
|
/external/chromium_org/remoting/codec/ |
video_decoder.h | 36 // Marks the specified |region| of the view for update the next time 37 // RenderFrame() is called. |region| is expressed in |view_size| coordinates. 40 const webrtc::DesktopRegion& region) = 0;
|
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/ |
Geofencing.cpp | 34 regions.append(CircularGeofencingRegion::create((*webRegions)[i].id, (*webRegions)[i].region)); 53 ScriptPromise Geofencing::registerRegion(ScriptState* scriptState, GeofencingRegion* region) 62 provider->registerRegion(region->id(), toCircularGeofencingRegion(region)->webRegion(), new CallbackPromiseAdapter<void, GeofencingError>(resolver));
|