HomeSort by relevance Sort by last modified time
    Searched refs:region (Results 51 - 75 of 705) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 54 #region Constructors
93 #region Public API
130 #region Data Members
138 #region Private Members
  /external/chromium_org/cc/base/
invalidation_region.h 9 #include "cc/base/region.h"
14 // This class behaves similarly to Region, but it may have false positives. That
22 void Swap(Region* region);
30 Region region_;
  /external/chromium_org/content/renderer/android/
phone_number_detector_unittest.cc 15 const std::string& region) {
19 PhoneNumberDetector detector(region);
28 const std::string& region) {
32 PhoneNumberDetector detector(region);
  /external/chromium_org/remoting/client/
frame_producer.h 31 // Requests repainting of the specified |region| of the frame as soon as
32 // possible. |region| is specified in output coordinates relative to
34 virtual void InvalidateRegion(const webrtc::DesktopRegion& region) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.idl 50 [RuntimeEnabled=WebVTTRegions] void addRegion(VTTRegion region);
51 [RaisesException, RuntimeEnabled=WebVTTRegions] void removeRegion(VTTRegion region);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_capturer.h 50 // Captures next frame. |region| specifies region of the capture target that
52 // data for areas outside |region|. In that case capturer will include these
53 // areas in updated_region() of the frame. |region| is specified relative to
56 virtual void Capture(const DesktopRegion& region) = 0;
window_capturer_null.cc 33 virtual void Capture(const DesktopRegion& region) OVERRIDE;
70 void WindowCapturerNull::Capture(const DesktopRegion& region) {
  /external/chromium_org/content/shell/android/linker_test_apk/
chromium_linker_test_linker_tests.cc 43 // The RELRO section(s), after being copied into an ashmem region, will
44 // appear in /proc/self/maps as a mapped memory region for a file name
59 // Parse /proc/self/maps and builds a list of region mappings in this
79 MappedMemoryRegion& region = regions[n]; local
81 if (region.path.find(kRelroSectionPrefix) != 0) {
88 void* region_start = reinterpret_cast<void*>(region.start);
89 void* region_end = reinterpret_cast<void*>(region.end);
97 uint8 region_flags = region.permissions & expected_mask;
113 size_t region_size = region.end - region.start
    [all...]
  /external/chromium_org/v8/src/
types.h 263 // typedef Region;
274 // static Handle<Type>::type from_bitset(bitset, Region*);
275 // static Handle<Type>::type from_class(i::Handle<Map>, Region*);
277 // static Handle<Struct>::type struct_create(int tag, int length, Region*);
313 typedef typename Config::Region Region;
321 static TypeHandle type(Region* region) { \
322 return BitsetType::New(BitsetType::k##type, region); \
327 static TypeHandle Class(i::Handle<i::Map> map, Region* region)
    [all...]
  /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...]
  /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 (&region->op[0], 0, -1, fdesc.code);
200 _U_dyn_op_stop (&region->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...]
  /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...]
  /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);
  /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);
  /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/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;

Completed in 887 milliseconds

1 23 4 5 6 7 8 91011>>