HomeSort by relevance Sort by last modified time
    Searched full:area (Results 151 - 175 of 4396) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 49 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
51 MemoryRegion* region = area->request(0, 4096);
64 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); local
66 MemoryRegion* region = area->request(0, 4096);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl.cc 133 // Synthesize a 'cleared' event if the area is open so CachedAreas in
135 DOMStorageArea* area = local->GetOpenStorageArea(origin); local
136 if (area)
137 NotifyAreaCleared(area, origin);
155 // Synthesize a 'cleared' event if the area is open so CachedAreas in
157 DOMStorageArea* area = local
159 if (area)
160 NotifyAreaCleared(area, usage_info.origin);
194 // commit sequence after area shutdown tasks have cycled
213 const DOMStorageArea* area,
    [all...]
dom_storage_context_impl_unittest.cc 175 DOMStorageArea* area = dom_namespace->OpenStorageArea(kOrigin); local
176 EXPECT_EQ(kPersistentId, area->persistent_namespace_id_);
210 DOMStorageArea* area = dom_namespace->OpenStorageArea(kOrigin); local
214 area->SetItem(kKey, kValue, &old_nullable_value);
215 dom_namespace->CloseStorageArea(area);
230 area = dom_namespace->OpenStorageArea(kOrigin);
232 read_value = area->GetItem(kKey);
234 dom_namespace->CloseStorageArea(area);
254 area = dom_namespace->OpenStorageArea(kOrigin);
255 read_value = area->GetItem(kKey)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/data/
summary.html 390 for (var area in areas) {
391 areas[area].numberOfReviewedPatches = areas[area].reviewed;
392 areas[area].numberOfUnreviewedPatches = areas[area].unreviewed;
399 for (var area in contributorData.reviews.areas) {
400 if (!areas[area])
401 areas[area] = {'numberOfReviewedPatches': 0};
402 areas[area].numberOfReviews = contributorData.reviews.areas[area];
    [all...]
  /external/chromium_org/third_party/android_platform/development/scripts/
stack_core.py 164 frame, code_addr, area, symbol_present, symbol_name = match.group(
174 if area == UNKNOWN or area == HEAP or area == STACK:
175 trace_lines.append((code_addr, "", area))
179 info = symbol.SymbolInformation(area, code_addr, more_info)
188 source_location = area
204 (unused_, addr, value, area, symbol_present, symbol_name) = match.groups()
205 if area == UNKNOWN or area == HEAP or area == STACK or not area
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
status_area_host.h 37 // Returns the Profile if this status area is inside the browser and has a
41 // Returns native window hosting the status area.
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 3 <div class="content-area">
24 <div class="action-area button-strip">
content_settings_exceptions_area.html 1 <div class="page hidden" id="content-settings-exceptions-area">
18 <div class="flash-plugin-area">
  /external/chromium/chrome/browser/resources/options/chromeos/
language_customize_modifier_keys_overlay.html 2 <div class="content-area">
34 <div class="action-area">
  /external/chromium/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 44 // a double-click in the blank area should try to minimize, to be consistent
45 // with double-clicks on the contiguous tab strip area. (It'll fail and beep.)
  /external/chromium_org/chrome/browser/chromeos/cros/
cros_in_process_browser_test.h 27 // Sets up basic mocks that are used by status area items.
31 // are used by status area items.
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 4 <div class="content-area">
25 <div class="action-area button-strip">
autofill_options.html 4 <div class="content-area">
31 <div class="action-area">
certificate_edit_ca_trust_overlay.html 4 <div class="content-area">
30 <div class="action-area">
handler_options.html 4 <div class="content-area">
31 <div class="action-area">
manage_profile_overlay.html 6 <div id="manage-profile-content" class="content-area">
21 <div class="action-area">
22 <div class="action-area-shortcut-container">
40 <div class="content-area">
46 <div class="action-area button-strip">
55 <div id="create-profile-content" class="content-area">
68 <div class="content-area">
122 <div class="action-area">
password_manager.html 4 <div class="content-area">
30 <div class="action-area">
search_engine_manager.html 4 <div class="content-area">
18 <div class="action-area">
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_add_device_overlay.html 4 <div class="settings-list bluetooth-device-list content-area">
11 <div class="action-area button-strip">
display_overscan.html 3 <div class="content-area" id="display-overscan-content-area">
  /external/chromium_org/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm 44 // a double-click in the blank area should try to minimize, to be consistent
45 // with double-clicks on the contiguous tab strip area. (It'll fail and beep.)
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.h 43 // Checks an area of pixels for a color.
48 // Uses ReadPixels to save an area of the current FBO/Backbuffer.

Completed in 6780 milliseconds

1 2 3 4 5 67 8 91011>>